diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 09:20:07 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 09:20:07 +0000 |
commit | 0460e717e60bc11d00e222fd0b126702f9044f54 (patch) | |
tree | dba2389b95af507cee180cebb96bfb9989783b62 /meta/packages/tasks | |
parent | b5fc26a66bdc9f43e45c7cebeb1da268a8e1c63c (diff) | |
download | openembedded-core-0460e717e60bc11d00e222fd0b126702f9044f54.tar.gz openembedded-core-0460e717e60bc11d00e222fd0b126702f9044f54.tar.bz2 openembedded-core-0460e717e60bc11d00e222fd0b126702f9044f54.zip |
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
Diffstat (limited to 'meta/packages/tasks')
-rw-r--r-- | meta/packages/tasks/task-poky-boot.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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}" |