mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 23:32:48 +00:00
poky-image-sato-directdisk: directdisk variant of Sato image
New recipe to create a directdisk Sato disk image. Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
parent
4c00f55f7a
commit
6727d5ad6c
14
meta/packages/images/poky-image-sato-directdisk.bb
Normal file
14
meta/packages/images/poky-image-sato-directdisk.bb
Normal file
@ -0,0 +1,14 @@
|
||||
DESCRIPTION = "Sato Direct Disk Image"
|
||||
|
||||
inherit boot-directdisk
|
||||
|
||||
do_bootdirectdisk_prepend () {
|
||||
import bb
|
||||
fstypes = bb.data.getVar('IMAGE_FSTYPES', d, True)
|
||||
if 'ext3' not in fstypes:
|
||||
bb.msg.fatal(bb.msg.domain.Build, "ext3 not in IMAGE_FSTYPES")
|
||||
}
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext3"
|
||||
|
||||
do_bootdirectdisk[depends] += "poky-image-sato:do_rootfs"
|
||||
Loading…
x
Reference in New Issue
Block a user