aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-02-01 18:06:42 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-02 19:51:42 +0200
commit911aede760138a47b9b2e2b7001b85f386ec990d (patch)
treee0479afb1134346d9c628da303fae4b0e7e335d6 /meta/recipes-core/images
parent54c74e4fd1334e365cfca75b171d7060be3e02f3 (diff)
downloadopenembedded-core-contrib-911aede760138a47b9b2e2b7001b85f386ec990d.tar.gz
targets-list-image: add ad-hoc image created from recipes used on command linejansa/target-image
* creates IMAGE_INSTALL dynamically based on targets used on bitbake command line Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-core/images')
-rw-r--r--meta/recipes-core/images/targets-list-image.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-core/images/targets-list-image.bb b/meta/recipes-core/images/targets-list-image.bb
new file mode 100644
index 0000000000..25fb147a91
--- /dev/null
+++ b/meta/recipes-core/images/targets-list-image.bb
@@ -0,0 +1,15 @@
+# IMAGE_INSTALL is set to union of all PACKAGES
+# from all recipes listed on command line which
+# are not marked as:
+# EXCLUDE_FROM_WORLD or EXCLUDE_FROM_WORLD_IMAGE
+# or individual packages listed in
+# EXCLUDE_PACKAGES_FROM_WORLD_IMAGE
+# You can use this to create "world-image" by:
+# bitbake world targets-list-image
+
+inherit targets-list-image
+inherit image
+
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
+ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+