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 | poky-0460e717e60bc11d00e222fd0b126702f9044f54.tar.gz |
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 @@ | |||
4 | 4 | ||
5 | DESCRIPTION = "Task for OpenedHand Poky - minimal bootable image" | 5 | DESCRIPTION = "Task for OpenedHand Poky - minimal bootable image" |
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
7 | DEPENDS = "virtual/kernel" | ||
7 | ALLOW_EMPTY = "1" | 8 | ALLOW_EMPTY = "1" |
8 | PR = "r2" | 9 | PR = "r3" |
9 | 10 | ||
10 | # | 11 | # |
11 | # Set by the machine configuration with packages essential for device bootup | 12 | # Set by the machine configuration with packages essential for device bootup |
@@ -27,4 +28,4 @@ RDEPENDS_task-poky-boot = "\ | |||
27 | ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}" | 28 | ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}" |
28 | 29 | ||
29 | RRECOMMENDS_task-poky-boot = "\ | 30 | RRECOMMENDS_task-poky-boot = "\ |
30 | ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}" \ No newline at end of file | 31 | ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}" |