[yocto] Proper use of remove and append

Burton, Ross ross.burton at intel.com
Wed Jul 22 06:04:30 PDT 2015


On 22 July 2015 at 13:28, Gary Thomas <gary at mlbassoc.com> wrote:

> This didn't work:
>   PACKAGECONFIG_pn-opencv_remove = "libv4l"
> but this did:
>   PACKAGECONFIG_remove_pn-opencv = "libv4l"
>

Correct.  _append and _remove go first.

Until _remove was added I remembered this by thinking "overrides are
alphabetical", so _append goes first.  That's not the actual rule, but
helped concrete the ordering in my mind!

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150722/6ee16234/attachment.html>


More information about the yocto mailing list