diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 17:25:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 18:47:30 +0100 |
commit | 560b04181d8f51d189b99f01a72f17210dadf7a3 (patch) | |
tree | 8114c4d01ec6519fd278d733a59036b6a58c7215 /meta/recipes-extended/images/poky-image-lsb-sdk-live.bb | |
parent | 607a7657715f6fcba467a4e55ba64f41f4e13a15 (diff) | |
download | openembedded-core-560b04181d8f51d189b99f01a72f17210dadf7a3.tar.gz openembedded-core-560b04181d8f51d189b99f01a72f17210dadf7a3.tar.bz2 openembedded-core-560b04181d8f51d189b99f01a72f17210dadf7a3.zip |
Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/images/poky-image-lsb-sdk-live.bb')
-rw-r--r-- | meta/recipes-extended/images/poky-image-lsb-sdk-live.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-extended/images/poky-image-lsb-sdk-live.bb b/meta/recipes-extended/images/poky-image-lsb-sdk-live.bb deleted file mode 100644 index 370780a062..0000000000 --- a/meta/recipes-extended/images/poky-image-lsb-sdk-live.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "LSB SDK Bootable Live Image" - -require recipes-core/images/poky-image-live.inc - -LABELS += "boot install" - -ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-lsb-sdk-${MACHINE}.ext3" - -LICENSE = "MIT" - -do_bootimg[depends] += "poky-image-lsb-sdk:do_rootfs" |