[oe] a bit of pedantry about core images

Rudolf Streif rstreif at linuxfoundation.org
Fri Jul 11 19:18:25 UTC 2014


>
>
>   i realized what i had done the instant i hit "SEND". so ...
>
> IMAGE_INSTALL ?= "\
>       ${CORE_IMAGE_BASE_INSTALL} \
>       ${CORE_IMAGE_EXTRA_INSTALL} \
>       "
>
> does that look right? any objections?
>
> Looks good to me.

> IMAGE_INSTALL ?= "${CORE_IMAGE_BASE_INSTALL}" ${CORE_IMAGE_EXTRA_INSTALL}

Need to fix that one too:

IMAGE_INSTALL ?= "${CORE_IMAGE_BASE_INSTALL} ${CORE_IMAGE_EXTRA_INSTALL}"


Do it and test it. Submit a patch. I am not the maintainer though.

Cheers,
:rjs



More information about the Openembedded-devel mailing list