diff options
author | Michael Wood <michael.g.wood@intel.com> | 2015-12-08 11:36:17 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-10 13:29:19 +0000 |
commit | 439314c1b29f1bd835f91133fa3cda1305e70b70 (patch) | |
tree | 8253bbb85d26fab65191b90a4a110b0a95cb8d8b /documentation/poky.ent | |
parent | 9ea4de6d801d57a35e46cb6e433b3fbcc71d378f (diff) | |
download | poky-439314c1b29f1bd835f91133fa3cda1305e70b70.tar.gz |
bitbake: toaster: API allow CustomImageRecipe to be updated after creation
When we create a CustomImageRecipe we create a Layer_Version and
Recipe for that Recipe to be in, we only need one Layer_Version for our
Recipes so if that Layer_Version is updated by building it we need
a slightly more custom version of get_or_create to take into account the
fields which we expect can change but still mean that the object we want is
valid and doesn't need to be created.
In the Recipe case this is when we're updating an existing
CustomImageRecipe as we allow people to create a recipe even when the
based on recipe hasn't been built so we need to update it once a build
has happened.
(Bitbake rev: 0fe2c72ab82c6de2825a390fbb460b892a7a9cfc)
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: brian avery <avery.brian@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.ent')
0 files changed, 0 insertions, 0 deletions