[meta-intel] [meta-dpdk v2 2/2] Introduce the v18.11.1 bb

Mittal, Anuj anuj.mittal at intel.com
Sun May 26 18:48:52 PDT 2019


On Sun, 2019-05-26 at 14:54 +0800, Kevin Hao wrote:
> > If not, we should probably just remove it in do_install_append and
> not
> > carry this patch.
> 
> Do you mean something like this in the dpdk_18.11.1.bb:
>   do_install_append () {
>       # Remove the unneeded dir
>       dir=${D}/${INSTALL_PATH}/${RTE_TARGET}/app
>       test -d $dir && rm -rf $dir
>   }

Yes but I don't think you need to check if the dir is present when
using -f with rm.

Thanks,
Anuj


More information about the meta-intel mailing list