blob: 7c1d774e74b583140314f07dcc682c76311cc6da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Bootable CD"
COMPATIBLE_MACHINE = "bootcdx86"
IMAGE_NAME = "${PN}-${DATETIME}"
AUTO_SYSLINUXCFG = "1"
INITRD = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext2"
LABELS = "poky"
APPEND = "root=/dev/ram0"
do_bootimg[depends] += "poky-image-sato:do_rootfs"
inherit bootimg
|