diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-11 09:24:55 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-11 09:24:55 +0000 |
commit | e582fb34d7b4606282163bf11b863e04c4046920 (patch) | |
tree | f3325ef3648e27a238f9f38ce06280f21a5872cb /meta/packages/images | |
parent | 82a2f8362f6f4cb4b598a799587a0f3f1a0faead (diff) | |
download | poky-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/images')
-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 @@ | |||
1 | |||
2 | DESCRIPTION = "Bootable CD" | ||
3 | DEPENDS = "oh-image-pda" | ||
4 | |||
5 | IMAGE_NAME = "${PN}-${DATETIME}" | ||
6 | AUTO_SYSLINUXCFG = "1" | ||
7 | INITRD = "${DEPLOY_DIR_IMAGE}/oh-image-pda-${MACHINE}.ext2" | ||
8 | LABELS = "poky" | ||
9 | APPEND = "root=/dev/ram0" | ||
10 | |||
11 | inherit bootimg | ||