On 12/8/11 7:22 AM, Samuel Stirtzel wrote:
Hi,

2011/12/8 Xiaofeng Yan<xiaofeng....@windriver.com>:
[snip]
+IMAGE_INSTALL += "\
+       ${POKY_BASE_INSTALL} \

I'm just curious, is this a legitimate OE-Core variable?



Yes it is, I ran into this yesterday and did some investigation.


POKY_BASE_INSTALL = '\
    task-core-boot \
    task-base-extended \
    \
${@base_contains("IMAGE_FEATURES", "package-management", "", "${ROOTFS_PKGMANAGE_BOOTSTRAP}",d)} \
    \
    ${POKY_EXTRA_INSTALL} \
    '


This is defined in core-image.bbclass.

I thought when we made the transition to oe-core that we had caught all of these names, but apparently we missed some.

This is simply a cosmetic bug, it is unintended.

--Mark

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to