[OE-core] POKY_BASE_INSTALL was Re: [PATCH 10/10] core-image-gtk-directfb.bb: add an image for gtk over directfb

Mark Hatle mark.hatle at windriver.com
Thu Dec 8 15:45:43 UTC 2011


On 12/8/11 7:22 AM, Samuel Stirtzel wrote:
> Hi,
>
> 2011/12/8 Xiaofeng Yan<xiaofeng.yan at 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




More information about the Openembedded-core mailing list