From 911aede760138a47b9b2e2b7001b85f386ec990d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 1 Feb 2013 18:06:42 +0100 Subject: targets-list-image: add ad-hoc image created from recipes used on command line * creates IMAGE_INSTALL dynamically based on targets used on bitbake command line Signed-off-by: Martin Jansa --- meta/recipes-core/images/targets-list-image.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-core/images/targets-list-image.bb (limited to 'meta/recipes-core/images/targets-list-image.bb') 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" + -- cgit 1.2.3-korg