]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
action: new bitbake-layer plugin to create a simple layer
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Tue, 25 Jul 2017 22:37:17 +0000 (15:37 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Aug 2017 08:24:03 +0000 (09:24 +0100)
commit2bd1dc287b8b0f7edac8c6fee076a70ebf7adf43
tree1cdaecf15272b094e2694913ae636e180075e803
parent0a8ae997c782794b6ef32654cb245b496ab1de8e
action: new bitbake-layer plugin to create a simple layer

Though the script bitbake-layers (from the bitbake project), this plugin
creates a simple layer with a example recipe, the latter with a single task
(do_build). Layer's license and priority is MIT and 6, respectively. Example
recipe and layer's priority can be specified through the command line.

[YOCTO #11567]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/bblayers/create.py [new file with mode: 0644]
meta/lib/bblayers/templates/README [new file with mode: 0644]
meta/lib/bblayers/templates/example.bb [new file with mode: 0644]
meta/lib/bblayers/templates/layer.conf [new file with mode: 0644]