1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

poky-task-boot: separate recipe to lower build time for poky-image-minimal

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2023 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-06-27 12:30:57 +00:00
parent 018b623c00
commit ec5a543ded
2 changed files with 20 additions and 12 deletions
+19
View File
@@ -0,0 +1,19 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "Task for OpenedHand Poky - minimal bootable image"
PACKAGE_ARCH = "${MACHINE_ARCH}"
ALLOW_EMPTY = "1"
RDEPENDS_task-poky-boot = "\
base-files \
base-passwd \
busybox \
initscripts \
modutils-initscripts \
netbase \
sysvinit \
tinylogin \
udev \
update-alternatives"
+1 -12
View File
@@ -3,6 +3,7 @@
#
DESCRIPTION = "Tasks for OpenedHand Poky"
PR = "r1"
PACKAGES = "\
task-poky-base \
@@ -37,18 +38,6 @@ XSERVER ?= "xserver-kdrive-fbdev"
ALLOW_EMPTY = "1"
RDEPENDS_task-poky-boot = "\
base-files \
base-passwd \
busybox \
initscripts \
modutils-initscripts \
netbase \
sysvinit \
tinylogin \
udev \
update-alternatives"
RDEPENDS_task-poky-boot-extras = "\
task-base"