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.bb | |
| parent | 77ba4ab623e452349b38c3098d7994326f921365 (diff) | |
| parent | e301e52dc20f0d10d4e9503f65ce101c0244a04a (diff) | |
merge of '359cb2ede75783898c85d7b22cc9699eaf345d8a'
and '81ad048dfdc6a3a80a0a2fa696910b31ad099b1d'
Diffstat (limited to 'packages/tasks/task-bootstrap.bb')
| -rw-r--r-- | packages/tasks/task-bootstrap.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/packages/tasks/task-bootstrap.bb b/packages/tasks/task-bootstrap.bb deleted file mode 100644 index d84f331102..0000000000 --- a/packages/tasks/task-bootstrap.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "Core packages required for a basic installation" -PR = "r25" - -# 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 fuser setserial\ - ${HOTPLUG} \ - ${BOOTSTRAP_EXTRA_RDEPENDS} \ - ${@bootstrap_modutils_rdepends(d)}' - -RRECOMMENDS = 'dropbear portmap \ - ${BOOTSTRAP_EXTRA_RRECOMMENDS}' -LICENSE = "MIT" |
