mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
task-poky-boot: machines need kernel to boot - even if minimal image is used
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2418 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
|
||||
DESCRIPTION = "Task for OpenedHand Poky - minimal bootable image"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
DEPENDS = "virtual/kernel"
|
||||
ALLOW_EMPTY = "1"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
#
|
||||
# Set by the machine configuration with packages essential for device bootup
|
||||
@@ -27,4 +28,4 @@ RDEPENDS_task-poky-boot = "\
|
||||
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
|
||||
|
||||
RRECOMMENDS_task-poky-boot = "\
|
||||
${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}"
|
||||
${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}"
|
||||
|
||||
Reference in New Issue
Block a user