On 01/26/2012 03:52 PM, Gary Thomas wrote:
Any ideas as to why EXTRA_IMAGE_FEATURES += "hello" didn't add the
hello code to the final image?

EXTRA_IMAGE_FEATURES enables target *features*, not packages.

To get your package added, use this in local.conf
IMAGE_INSTALL += " hello "

Good catch. Thanks, Gary.

Scott

--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to