]> code.ossystems Code Review - openembedded-core.git/commitdiff
images: put poky-image-live back to meta/
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 24 Oct 2008 16:10:49 +0000 (18:10 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 24 Oct 2008 16:11:57 +0000 (18:11 +0200)
meta/packages/images/poky-image-live.bb [new file with mode: 0644]

diff --git a/meta/packages/images/poky-image-live.bb b/meta/packages/images/poky-image-live.bb
new file mode 100644 (file)
index 0000000..a3bfbfc
--- /dev/null
@@ -0,0 +1,9 @@
+DESCRIPTION = "Netbook Bootable Live Image"
+
+require poky-image-live.inc
+
+LABELS += "boot install"
+
+ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-netbook-${MACHINE}.ext3"
+
+do_bootimg[depends] += "poky-image-netbook:do_rootfs"