bitbake: hob/bitbake: when an image is saved, it should require an image from layers
authorCristiana Voicu <cristiana.voicu@intel.com>
Thu, 25 Jul 2013 07:45:28 +0000 (07:45 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Aug 2013 12:02:25 +0000 (13:02 +0100)
commit707f32d8fed5d0b77a7445eb85a3b816b479c53f
treee5007d1483101996dd0fc2499fbf9bb314e93594
parentb78ed07230d2ecca269aeb4b5debd67d069f1fa3
bitbake: hob/bitbake: when an image is saved, it should require an image from layers

Saving an image that requires another image will cause issues when
the second on is removed. So, we have agreed to "require" only the images
from layers.
The functionality is implemented in bitbake, in order to be more abstract,
and it is used by Hob when an image recipe is saved.

[YOCTO #4193]
(Bitbake rev: 28296ca78507ba2e414eb136c81afee65a8e25e5)

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