diff options
author | Michael Wood <michael.g.wood@intel.com> | 2016-01-27 12:44:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-10 13:29:20 +0000 |
commit | 38f49132706d260498ed221c51d3aeef36dde0e9 (patch) | |
tree | c10335cf25e992ec75e19cf5dc47af3b1e1c4c07 /scripts | |
parent | 769017e477caeb87db719d6b2760af36c930e45f (diff) | |
download | poky-38f49132706d260498ed221c51d3aeef36dde0e9.tar.gz |
bitbake: toaster: orm generate_recipe_file_contents Handler for require recipe
Add a special case for when the recipe we have based a custom image
recipe on requires another recipe.
In this case we need to adjust the file location to be able to
require
the recipe when we're in the toaster-custom-images layer.
For example:
"require core-image-minimal.bb" is changed to:
"require recipes-core/images/core-image-minimal.bb"
(Bitbake rev: 26025e1ea49b3ebfcfd508d1608fa8c9e722ad03)
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 'scripts')
0 files changed, 0 insertions, 0 deletions