1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

meta-molbin/images: Add poky-image-sdk-live.bb

This commit is contained in:
Richard Purdie
2008-10-24 09:49:18 +01:00
parent 07b4c0676b
commit e84e951822
@@ -0,0 +1,9 @@
DESCRIPTION = "Bootable Live SDK Image"
require poky-image-live.inc
LABELS += "boot install"
ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sdk-${MACHINE}.ext3"
do_bootimg[depends] += "poky-image-sdk:do_rootfs"