summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/poky-image-minimal-live.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/images/poky-image-minimal-live.bb')
-rw-r--r--meta/recipes-core/images/poky-image-minimal-live.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-core/images/poky-image-minimal-live.bb b/meta/recipes-core/images/poky-image-minimal-live.bb
new file mode 100644
index 0000000..7d9aa5f
--- /dev/null
+++ b/meta/recipes-core/images/poky-image-minimal-live.bb
@@ -0,0 +1,9 @@
+DESCRIPTION = "Minimal Bootable Live Image"
+
+require poky-image-live.inc
+
+LABELS += "boot install"
+
+ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-${MACHINE}.ext3"
+
+do_bootimg[depends] += "poky-image-minimal:do_rootfs"
OpenPOWER on IntegriCloud