diff options
author | Joshua Lock <josh@linux.intel.com> | 2008-10-29 10:37:53 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2008-10-29 10:49:16 +0000 |
commit | 98e6b819e439b2e3a043d50a3db95890a2afccb7 (patch) | |
tree | 315695352f456dad5ed82dd3bf105fbfb288f547 /meta-moblin/packages/images/poky-image-sato-live.bb | |
parent | d0e6c716959f0f4c5c33862eaf199decae575ffc (diff) | |
download | openembedded-core-98e6b819e439b2e3a043d50a3db95890a2afccb7.tar.gz openembedded-core-98e6b819e439b2e3a043d50a3db95890a2afccb7.tar.bz2 openembedded-core-98e6b819e439b2e3a043d50a3db95890a2afccb7.zip |
Tidy up images and tasks in meta and meta-moblin.
meta now only contains images and tasks relating to core Poky and the Sato environment.
meta-moblin contains images and tasks for netbooks and the moblin environment.
Remove any duplicated tasks and images and rename images and tasks in meta-moblin.
Diffstat (limited to 'meta-moblin/packages/images/poky-image-sato-live.bb')
-rw-r--r-- | meta-moblin/packages/images/poky-image-sato-live.bb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-moblin/packages/images/poky-image-sato-live.bb b/meta-moblin/packages/images/poky-image-sato-live.bb deleted file mode 100644 index 9b686e812c..0000000000 --- a/meta-moblin/packages/images/poky-image-sato-live.bb +++ /dev/null @@ -1,9 +0,0 @@ -DESCRIPTION = "Sato Bootable Live Image" - -require poky-image-live.inc - -LABELS += "boot install" - -ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext3" - -do_bootimg[depends] += "poky-image-sato:do_rootfs" |