diff options
| -rw-r--r-- | meta/classes/image-live.bbclass | 2 | ||||
| -rw-r--r-- | meta/recipes-core/images/core-image-minimal-initramfs.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index 8ec6af0f6b..1623c15988 100644 --- a/meta/classes/image-live.bbclass +++ b/meta/classes/image-live.bbclass | |||
| @@ -40,7 +40,7 @@ do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \ | |||
| 40 | 40 | ||
| 41 | LABELS_LIVE ?= "boot install" | 41 | LABELS_LIVE ?= "boot install" |
| 42 | ROOT_LIVE ?= "root=/dev/ram0" | 42 | ROOT_LIVE ?= "root=/dev/ram0" |
| 43 | INITRD_IMAGE_LIVE ?= "core-image-minimal-initramfs" | 43 | INITRD_IMAGE_LIVE ?= "${MLPREFIX}core-image-minimal-initramfs" |
| 44 | INITRD_LIVE ?= "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE_LIVE}-${MACHINE}.cpio.gz" | 44 | INITRD_LIVE ?= "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE_LIVE}-${MACHINE}.cpio.gz" |
| 45 | 45 | ||
| 46 | LIVE_ROOTFS_TYPE ?= "ext4" | 46 | LIVE_ROOTFS_TYPE ?= "ext4" |
diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb index 5794a25952..c446e87bd1 100644 --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb +++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb | |||
| @@ -8,7 +8,7 @@ PACKAGE_INSTALL = "initramfs-live-boot initramfs-live-install initramfs-live-ins | |||
| 8 | # Do not pollute the initrd image with rootfs features | 8 | # Do not pollute the initrd image with rootfs features |
| 9 | IMAGE_FEATURES = "" | 9 | IMAGE_FEATURES = "" |
| 10 | 10 | ||
| 11 | export IMAGE_BASENAME = "core-image-minimal-initramfs" | 11 | export IMAGE_BASENAME = "${MLPREFIX}core-image-minimal-initramfs" |
| 12 | IMAGE_LINGUAS = "" | 12 | IMAGE_LINGUAS = "" |
| 13 | 13 | ||
| 14 | LICENSE = "MIT" | 14 | LICENSE = "MIT" |
