summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-06-11 09:24:55 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-06-11 09:24:55 +0000
commite582fb34d7b4606282163bf11b863e04c4046920 (patch)
treef3325ef3648e27a238f9f38ce06280f21a5872cb /meta/packages
parent82a2f8362f6f4cb4b598a799587a0f3f1a0faead (diff)
downloadopenembedded-core-contrib-e582fb34d7b4606282163bf11b863e04c4046920.tar.gz
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
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/images/oh-cd-pda.bb11
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