diff options
-rw-r--r-- | meta/packages/images/oh-cd-pda.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/images/oh-cd-pda.bb b/meta/packages/images/oh-cd-pda.bb new file mode 100644 index 0000000000..9874b23160 --- /dev/null +++ b/meta/packages/images/oh-cd-pda.bb @@ -0,0 +1,11 @@ + +DESCRIPTION = "Bootable CD" +DEPENDS = "oh-image-pda" + +IMAGE_NAME = "${PN}-${DATETIME}" +AUTO_SYSLINUXCFG = "1" +INITRD = "${DEPLOY_DIR_IMAGE}/oh-image-pda-${MACHINE}.ext2" +LABELS = "poky" +APPEND = "root=/dev/ram0" + +inherit bootimg |