summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-12-22 17:47:09 +0000
committerRod Whitby <rod@whitby.id.au>2006-12-22 17:47:09 +0000
commitb8c8d3e2c15c0bdce025af65f8aaa4312a22b215 (patch)
tree366f0c75a4de74b5c49478776cbbf78ef090716c
parent80f5544badf7466fe876c216c7a4f3b731523e53 (diff)
parente595893a7970568aef11e39c75fd029038ec54e1 (diff)
merge of 2c909f3f0c12a8189dc59f032762d7f6e57134f0
and c7ad59a7180211472f8d9a21a61f3994b84b5b47
-rw-r--r--packages/tasks/task-pivotboot.bb26
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"