diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-22 17:21:53 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-22 17:21:53 +0000 |
commit | e595893a7970568aef11e39c75fd029038ec54e1 (patch) | |
tree | 366f0c75a4de74b5c49478776cbbf78ef090716c /packages/tasks | |
parent | 16c89f95689e9ead5f0438bbb5c0d601a7fdff74 (diff) |
task-pivotboot: drop it as part of task-booststrap removal
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-pivotboot.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/packages/tasks/task-pivotboot.bb b/packages/tasks/task-pivotboot.bb deleted file mode 100644 index 14397e288c..0000000000 --- a/packages/tasks/task-pivotboot.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Basic packages required for a pivot root image" -PR = "r0" - -# The PIVOTBOOT_EXTRA_ variables are often manipulated by the -# MACHINE .conf files, so adjust PACKAGE_ARCH accordingly. -PACKAGE_ARCH = "${MACHINE_ARCH}" - -ALLOW_EMPTY = "1" -PACKAGES = "${PN}" - -MODUTILS ?= "24 26" - -require task-bootstrap.inc - -HOTPLUG ?= "linux-hotplug" -PIVOTBOOT_EXTRA_RDEPENDS ?= "" -PIVOTBOOT_EXTRA_RRECOMMENDS ?= "" - -RDEPENDS = 'base-files base-passwd busybox \ - netbase modutils-initscripts \ - ${HOTPLUG} \ - ${PIVOTBOOT_EXTRA_RDEPENDS} \ - ${@bootstrap_modutils_rdepends(d)}' - -RRECOMMENDS = '${PIVOTBOOT_EXTRA_RRECOMMENDS}' -LICENSE = "MIT" |