summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-06-29 19:37:39 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-05 13:36:51 +0100
commit3bf2d2103e4b600b01ef99dca7ba1a47bd4438f1 (patch)
tree25b3ad261f5eee517ba62335a237fa4c008828c0 /bitbake/bin
parent44db5d5d76e718e0b17c939c5e03d29e123386e8 (diff)
downloadast2050-yocto-poky-3bf2d2103e4b600b01ef99dca7ba1a47bd4438f1.zip
ast2050-yocto-poky-3bf2d2103e4b600b01ef99dca7ba1a47bd4438f1.tar.gz
bitbake/cooker: implement layer dependencies, make priority optional
Implement (optionally versioned) dependencies between layers, and if layer priorities are not specified using BBFILE_PRIORITY_layername (now optional) then work out the layer priority based on dependencies. Define LAYERDEPENDS_layername in layer.conf to specify the dependencies of a layer (list of layer names, split with spaces in the usual way); LAYERVERSION_layername can be defined for each layer allowing specific version dependencies to be specified via depname:version in the list of dependencies. An error will be produced if any dependency is missing or the version numbers do not match exactly (if specified). Note: default priority if unspecified for a layer with no dependencies is lowest defined priority + 1 (or 1 if no priorities are defined). Addresses [YOCTO #790]. (Bitbake rev: 115b89fa279b64e79da0f72caf7b30965a83fab1) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud