From: Marcin Juszkiewicz Date: Mon, 11 Jun 2007 09:24:55 +0000 (+0000) Subject: oh-cd-pda: build ISO and HDD images from oh-image-pda X-Git-Tag: 2011-1~11507 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e582fb34d7b4606282163bf11b863e04c4046920;p=openembedded-core.git oh-cd-pda: build ISO and HDD images from oh-image-pda git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1906 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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