mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
task-boot: added modutils-initscripts and update-alternatives
- busybox use update-alternatives - modutils-initscripts is small and needed for devices with kernel modules in minimal image git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1692 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION = "Tasks for OpenedHand Poky"
|
||||
PR = "r58"
|
||||
PR = "r59"
|
||||
|
||||
PACKAGES = "\
|
||||
task-oh-base \
|
||||
@@ -39,10 +39,12 @@ RDEPENDS_task-oh-boot = "\
|
||||
base-passwd \
|
||||
busybox \
|
||||
initscripts \
|
||||
modutils-initscripts \
|
||||
netbase \
|
||||
sysvinit \
|
||||
tinylogin \
|
||||
udev"
|
||||
udev \
|
||||
update-alternatives"
|
||||
|
||||
RDEPENDS_task-oh-boot-extras = "\
|
||||
task-base"
|
||||
|
||||
Reference in New Issue
Block a user