diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-05-20 14:58:34 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-05-20 14:58:34 +0000 |
| commit | bfe8092d3b82939eed9955b58df32274b61f5447 (patch) | |
| tree | 9a9d61700de25763a549f991a4677294c9fc7c4b /meta/packages/tasks/task-poky-boot.bb | |
| parent | 03c0969ef80acf0cf3a3d1d3485df61081fafc1b (diff) | |
| download | poky-bfe8092d3b82939eed9955b58df32274b61f5447.tar.gz | |
poky-image.bbclass: Correctly handle inserting package-managers into images by making it an image feature
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4517 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks/task-poky-boot.bb')
| -rw-r--r-- | meta/packages/tasks/task-poky-boot.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-poky-boot.bb b/meta/packages/tasks/task-poky-boot.bb index 22afc84c50..c4821c3f11 100644 --- a/meta/packages/tasks/task-poky-boot.bb +++ b/meta/packages/tasks/task-poky-boot.bb | |||
| @@ -6,7 +6,7 @@ DESCRIPTION = "Task for OpenedHand Poky - minimal bootable image" | |||
| 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 7 | DEPENDS = "virtual/kernel" | 7 | DEPENDS = "virtual/kernel" |
| 8 | ALLOW_EMPTY = "1" | 8 | ALLOW_EMPTY = "1" |
| 9 | PR = "r6" | 9 | PR = "r7" |
| 10 | 10 | ||
| 11 | # | 11 | # |
| 12 | # Set by the machine configuration with packages essential for device bootup | 12 | # Set by the machine configuration with packages essential for device bootup |
