From: Marcin Juszkiewicz Date: Thu, 9 Aug 2007 09:20:07 +0000 (+0000) Subject: task-poky-boot: machines need kernel to boot - even if minimal image is used X-Git-Tag: 2011-1~11000 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0460e717e60bc11d00e222fd0b126702f9044f54;p=openembedded-core.git 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 --- diff --git a/meta/packages/tasks/task-poky-boot.bb b/meta/packages/tasks/task-poky-boot.bb index e4db9cdc7a..72c503d383 100644 --- a/meta/packages/tasks/task-poky-boot.bb +++ b/meta/packages/tasks/task-poky-boot.bb @@ -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}" \ No newline at end of file + ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}"