diff options
| author | Rod Whitby <rod@whitby.id.au> | 2006-12-22 17:47:09 +0000 |
|---|---|---|
| committer | Rod Whitby <rod@whitby.id.au> | 2006-12-22 17:47:09 +0000 |
| commit | b8c8d3e2c15c0bdce025af65f8aaa4312a22b215 (patch) | |
| tree | 366f0c75a4de74b5c49478776cbbf78ef090716c | |
| parent | 80f5544badf7466fe876c216c7a4f3b731523e53 (diff) | |
| parent | e595893a7970568aef11e39c75fd029038ec54e1 (diff) | |
merge of 2c909f3f0c12a8189dc59f032762d7f6e57134f0
and c7ad59a7180211472f8d9a21a61f3994b84b5b47
| -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" |
