diff options
author | Joshua Lock <joshua.g.lock@intel.com> | 2017-07-12 20:08:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-17 14:01:37 +0100 |
commit | ca98a339c55cfe86fd544e180f3738833bb849f8 (patch) | |
tree | 5081e38adce2d56e1e04bd40bf8fd7889d8e819e /meta | |
parent | 6e46b4c1b26c7cfca2d169f23a299233eb80b0d2 (diff) | |
download | poky-ca98a339c55cfe86fd544e180f3738833bb849f8.tar.gz |
image_types: remove Hob convenience variable
IMAGE_EXTENSION_live is no longer used. It was used by Hob to map the
live image type, but Hob is no longer part of the Bitbake codebase.
(From OE-Core rev: 2b30dcdc903c1b0c18e14e39b954177628d058bd)
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/image_types.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index 92e0f2c6d6..d04bb08dcc 100644 --- a/meta/classes/image_types.bbclass +++ b/meta/classes/image_types.bbclass | |||
@@ -301,9 +301,6 @@ RUNNABLE_MACHINE_PATTERNS ?= "qemu" | |||
301 | 301 | ||
302 | DEPLOYABLE_IMAGE_TYPES ?= "hddimg iso" | 302 | DEPLOYABLE_IMAGE_TYPES ?= "hddimg iso" |
303 | 303 | ||
304 | # Use IMAGE_EXTENSION_xxx to map image type 'xxx' with real image file extension name(s) for Hob | ||
305 | IMAGE_EXTENSION_live = "hddimg iso" | ||
306 | |||
307 | # The IMAGE_TYPES_MASKED variable will be used to mask out from the IMAGE_FSTYPES, | 304 | # The IMAGE_TYPES_MASKED variable will be used to mask out from the IMAGE_FSTYPES, |
308 | # images that will not be built at do_rootfs time: vmdk, vdi, qcow2, hdddirect, hddimg, iso, etc. | 305 | # images that will not be built at do_rootfs time: vmdk, vdi, qcow2, hdddirect, hddimg, iso, etc. |
309 | IMAGE_TYPES_MASKED ?= "" | 306 | IMAGE_TYPES_MASKED ?= "" |