On Wednesday 07 September 2011 14:17:10 Eric Bénard wrote:
> use ${POKY_BASE_INSTALL} in order to have the base files and
> ools in the image.
> 
>..
> 
>  IMAGE_INSTALL += "\
> -     busybox \
> +     ${POKY_BASE_INSTALL} \
>       module-init-tools \
>       task-qt4e-base \
>  "

Hmm, I missed this when the original patches came in; surely it would be 
better to just append to IMAGE_INSTALL after the "inherit core-image" line, 
then we start with the default value from core-image.bbclass?

(Of course with either fix we'll run into the build annoyance pointed out in 
the other message I just sent, where a whole bunch of X apps we won't need 
will get built.)

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to