mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
lsb-live image: add lsb-live and lsb-sdk-live image types
(From OE-Core rev: 7ba79b4c25126b42d3697cec9ecdf8d688d6da54) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7c474dc3d6
commit
4f87eeff40
11
meta/recipes-extended/images/poky-image-lsb-live.bb
Normal file
11
meta/recipes-extended/images/poky-image-lsb-live.bb
Normal file
@@ -0,0 +1,11 @@
|
||||
DESCRIPTION = "LSB Bootable Live Image"
|
||||
|
||||
require recipes-core/images/poky-image-live.inc
|
||||
|
||||
LABELS += "boot install"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-lsb-${MACHINE}.ext3"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
do_bootimg[depends] += "poky-image-lsb:do_rootfs"
|
||||
11
meta/recipes-extended/images/poky-image-lsb-sdk-live.bb
Normal file
11
meta/recipes-extended/images/poky-image-lsb-sdk-live.bb
Normal file
@@ -0,0 +1,11 @@
|
||||
DESCRIPTION = "LSB SDK Bootable Live Image"
|
||||
|
||||
require recipes-core/images/poky-image-live.inc
|
||||
|
||||
LABELS += "boot install"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-lsb-sdk-${MACHINE}.ext3"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
do_bootimg[depends] += "poky-image-lsb-sdk:do_rootfs"
|
||||
Reference in New Issue
Block a user