diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2008-09-10 21:24:24 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-09-10 21:24:24 +0000 |
commit | 6b2db1eb1ab96cf19a22791b483959e8944c0c43 (patch) | |
tree | 3dfe21618460ff5a1c8f05b2e1aaf463f769d192 /meta/packages/images/poky-image-minimal-live.bb | |
parent | 9bdc5a0129276ccb9c3458ddc2351c9db2f11a62 (diff) | |
download | poky-6b2db1eb1ab96cf19a22791b483959e8944c0c43.tar.gz |
Added live USB poky images
We support sato and minimal live USB image production.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5174 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/images/poky-image-minimal-live.bb')
-rw-r--r-- | meta/packages/images/poky-image-minimal-live.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/packages/images/poky-image-minimal-live.bb b/meta/packages/images/poky-image-minimal-live.bb new file mode 100644 index 0000000000..ef1f78b849 --- /dev/null +++ b/meta/packages/images/poky-image-minimal-live.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | DESCRIPTION = "Minimal Bootable Live Image" | ||
2 | |||
3 | require poky-image-live.inc | ||
4 | |||
5 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-${MACHINE}.ext3" | ||
6 | |||
7 | do_bootimg[depends] += "poky-image-minimal:do_rootfs" | ||