bitbake: cooker: save packages in IMAGE_INSTALL instead of PACKAGE_INSTALL
authorCristiana Voicu <cristiana.voicu@intel.com>
Tue, 16 Jul 2013 13:35:22 +0000 (13:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Aug 2013 12:02:26 +0000 (13:02 +0100)
commit6aaf8346ce6ceff1a50b4c8df4472f4c307bccde
treef63760ef663575629573e1991332a6bb3a9d2fba
parentad9d823cda8c1c0c6fb4c2b60e7e7d500415ad83
bitbake: cooker: save packages in IMAGE_INSTALL instead of PACKAGE_INSTALL

Hob retrieves the list of recipes and packages using the IMAGE_INSTALL
variable, so a custom image should be saved using this variable.
Changed how the image is saved in a bb file

[YOCTO #4193]
(Bitbake rev: edf3f52c05d86d49b71770cdafde583213e2034d)

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/cooker.py