mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
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.
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
DESCRIPTION = "Netbook Bootable Live Image"
|
||||
|
||||
require poky-image-live.inc
|
||||
|
||||
LABELS += "install"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-netbook-${MACHINE}.ext3"
|
||||
|
||||
do_bootimg[depends] += "poky-image-netbook:do_rootfs"
|
||||
@@ -1,9 +0,0 @@
|
||||
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"
|
||||
@@ -1,7 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2007 OpenedHand Ltd.
|
||||
#
|
||||
|
||||
IMAGE_FEATURES += "apps-console-core ${NETBOOK_IMAGE_FEATURES}"
|
||||
|
||||
inherit poky-image
|
||||
Reference in New Issue
Block a user