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:
@@ -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"
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user