mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
moblin-images-live: Move common code to the .inc file
This commit is contained in:
@@ -9,6 +9,8 @@ TIMEOUT = "10"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
LABELS += "boot install"
|
||||
|
||||
do_bootimg[depends] += "moblin-image-minimal-initramfs:do_rootfs"
|
||||
|
||||
inherit bootimg
|
||||
@@ -20,3 +22,6 @@ do_bootimg_prepend () {
|
||||
bb.msg.fatal(bb.msg.domain.Build, "ext3 not in IMAGE_FSTYPES")
|
||||
}
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/${MOBLIN_LIVE_IMAGENAME}-${MACHINE}.ext3"
|
||||
|
||||
do_bootimg[depends] += "${MOBLIN_LIVE_IMAGENAME}:do_rootfs"
|
||||
|
||||
@@ -3,11 +3,7 @@
|
||||
#
|
||||
|
||||
DESCRIPTION = "Minimal Bootable Live Image"
|
||||
MOBLIN_LIVE_IMAGENAME = "moblin-image-minimal"
|
||||
|
||||
require moblin-image-live.inc
|
||||
|
||||
LABELS += "boot install"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/moblin-image-minimal-${MACHINE}.ext3"
|
||||
|
||||
do_bootimg[depends] += "moblin-image-minimal:do_rootfs"
|
||||
|
||||
@@ -3,11 +3,7 @@
|
||||
#
|
||||
|
||||
DESCRIPTION = "Netbook Bootable Live Image"
|
||||
MOBLIN_LIVE_IMAGENAME = "moblin-image-netbook"
|
||||
|
||||
require moblin-image-live.inc
|
||||
|
||||
LABELS += "boot install"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/moblin-image-netbook-${MACHINE}.ext3"
|
||||
|
||||
do_bootimg[depends] += "moblin-image-netbook:do_rootfs"
|
||||
|
||||
@@ -3,11 +3,8 @@
|
||||
#
|
||||
|
||||
DESCRIPTION = "Bootable Live SDK Image"
|
||||
MOBLIN_LIVE_IMAGENAME = "moblin-image-sdk"
|
||||
|
||||
require moblin-image-live.inc
|
||||
|
||||
LABELS += "boot install"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/moblin-image-sdk-${MACHINE}.ext3"
|
||||
|
||||
do_bootimg[depends] += "moblin-image-sdk:do_rootfs"
|
||||
|
||||
Reference in New Issue
Block a user