[bitbake-devel] [PATCH_V2 13/16] bitbake: save packages in IMAGE_INSTALL instead of PACKAGE_INSTALL

Paul Eggleton paul.eggleton at linux.intel.com
Fri Jul 26 15:05:46 UTC 2013


On Friday 26 July 2013 14:48:24 Voicu, Cristiana wrote:
> There is for sure a previous value, because all the recipes saved this way
> require an image from the layers. Regarding the "append" suffix, I've found
> in the documentation that : When you use this variable, it is best to use
> it as follows:
> 
>      IMAGE_INSTALL_append = " package-name"

That's more about using it in local.conf than individual image recipes.

I had forgotten that we were "require"ing an existing recipe here and missed 
it in the code. However isn't there then a problem if you use _append and the 
user wants to remove something added by the original image using Hob? Won't 
the removed package just be forced back in by virtue of appending to the 
original value of IMAGE_INSTALL?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



More information about the bitbake-devel mailing list