Re: [yocto] I can't seem to include tc in my image

2018-09-11 Thread Nicolas Dechesne
hi, On Tue, Sep 11, 2018 at 9:16 AM Adham ElSafty wrote: > > I am trying to use traffic control in my yocto image and I want to use tc. I > included the iproute2 package in my image and used the IMAGE_INSTALL_APPEND = > “ iproute2” in the local.conf file. Please use _append instead of _APPEND.

[yocto] I can't seem to include tc in my image

2018-09-11 Thread Adham ElSafty
I am trying to use traffic control in my yocto image and I want to use tc. I included the iproute2 package in my image and used the IMAGE_INSTALL_APPEND = " iproute2" in the local.conf file. When I run the core-image-minimal I can't seem to find any of the iproute commands installed though. Am I