diff options
Diffstat (limited to 'meta')
3 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb index 83d0eaa8df..664fe7310e 100644 --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb +++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb | |||
@@ -17,6 +17,7 @@ PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} ${VIRTUAL-RUNTIME_base-utils} udev base- | |||
17 | IMAGE_FEATURES = "" | 17 | IMAGE_FEATURES = "" |
18 | 18 | ||
19 | export IMAGE_BASENAME = "${MLPREFIX}core-image-minimal-initramfs" | 19 | export IMAGE_BASENAME = "${MLPREFIX}core-image-minimal-initramfs" |
20 | IMAGE_NAME_SUFFIX ?= "" | ||
20 | IMAGE_LINGUAS = "" | 21 | IMAGE_LINGUAS = "" |
21 | 22 | ||
22 | LICENSE = "MIT" | 23 | LICENSE = "MIT" |
diff --git a/meta/recipes-core/images/core-image-tiny-initramfs.bb b/meta/recipes-core/images/core-image-tiny-initramfs.bb index 0eca6d9944..5849900742 100644 --- a/meta/recipes-core/images/core-image-tiny-initramfs.bb +++ b/meta/recipes-core/images/core-image-tiny-initramfs.bb | |||
@@ -13,6 +13,7 @@ PACKAGE_INSTALL = "initramfs-live-boot-tiny packagegroup-core-boot dropbear ${VI | |||
13 | IMAGE_FEATURES = "" | 13 | IMAGE_FEATURES = "" |
14 | 14 | ||
15 | export IMAGE_BASENAME = "core-image-tiny-initramfs" | 15 | export IMAGE_BASENAME = "core-image-tiny-initramfs" |
16 | IMAGE_NAME_SUFFIX ?= "" | ||
16 | IMAGE_LINGUAS = "" | 17 | IMAGE_LINGUAS = "" |
17 | 18 | ||
18 | LICENSE = "MIT" | 19 | LICENSE = "MIT" |
diff --git a/meta/recipes-extended/images/core-image-testmaster-initramfs.bb b/meta/recipes-extended/images/core-image-testmaster-initramfs.bb index 09a6d16042..1a2e0af27b 100644 --- a/meta/recipes-extended/images/core-image-testmaster-initramfs.bb +++ b/meta/recipes-extended/images/core-image-testmaster-initramfs.bb | |||
@@ -8,6 +8,7 @@ PACKAGE_INSTALL = "initramfs-live-boot initramfs-live-install-testfs initramfs-l | |||
8 | IMAGE_FEATURES = "" | 8 | IMAGE_FEATURES = "" |
9 | 9 | ||
10 | export IMAGE_BASENAME = "core-image-testmaster-initramfs" | 10 | export IMAGE_BASENAME = "core-image-testmaster-initramfs" |
11 | IMAGE_NAME_SUFFIX ?= "" | ||
11 | IMAGE_LINGUAS = "" | 12 | IMAGE_LINGUAS = "" |
12 | 13 | ||
13 | LICENSE = "MIT" | 14 | LICENSE = "MIT" |