diff options
| author | Andrew Wilcox <andy@protium.com> | 2006-12-23 22:10:30 +0000 |
|---|---|---|
| committer | Andrew Wilcox <andy@protium.com> | 2006-12-23 22:10:30 +0000 |
| commit | 0b11231c7c8ccf42d17b3ea668bee2ac8f2af876 (patch) | |
| tree | 2842ece7949480806fed2e9d08837f9746884d83 /packages/tasks/task-bootstrap-unionroot.bb | |
| parent | 77ba4ab623e452349b38c3098d7994326f921365 (diff) | |
| parent | e301e52dc20f0d10d4e9503f65ce101c0244a04a (diff) | |
merge of '359cb2ede75783898c85d7b22cc9699eaf345d8a'
and '81ad048dfdc6a3a80a0a2fa696910b31ad099b1d'
Diffstat (limited to 'packages/tasks/task-bootstrap-unionroot.bb')
| -rw-r--r-- | packages/tasks/task-bootstrap-unionroot.bb | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/packages/tasks/task-bootstrap-unionroot.bb b/packages/tasks/task-bootstrap-unionroot.bb deleted file mode 100644 index e737e31608..0000000000 --- a/packages/tasks/task-bootstrap-unionroot.bb +++ /dev/null @@ -1,34 +0,0 @@ -DESCRIPTION = "Core packages required for a basic installation with unionroot" -PROVIDES = "task-bootstrap" -RPROVIDES = "task-bootstrap" -PR = "r2" -DEFAULT_PREFERENCE = "-1" - -# The BOOTSTRAP_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" - -RDEPENDS = 'base-files base-passwd busybox \ - initscripts \ - netbase sysvinit sysvinit-pidof tinylogin \ - modutils-initscripts \ - ${HOTPLUG} \ - ${BOOTSTRAP_EXTRA_RDEPENDS} \ - ${@bootstrap_modutils_rdepends(d)} \ - unionfs-modules \ - unionfs-utils \ - unionroot \ - unionroot-utils' - -RRECOMMENDS = 'dropbear portmap \ - ${BOOTSTRAP_EXTRA_RRECOMMENDS}' -LICENSE = "MIT" |
