diff options
| author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-22 09:44:03 +0000 |
|---|---|---|
| committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-22 09:44:03 +0000 |
| commit | 16c89f95689e9ead5f0438bbb5c0d601a7fdff74 (patch) | |
| tree | 943fcd074f542c81a7e11e159abbe731ab290e23 /packages/tasks | |
| parent | f0ac326b0c83fad9315d406e12b5f2e992674913 (diff) | |
| parent | c0c21a6d23cf70c053dbf39f85402e2d4ba21677 (diff) | |
merge of '5ea326f3b26f2123d331eace3ce101ac2983534e'
and 'fd22e946abe117169eb2505f30a12a2aa70f1a71'
Diffstat (limited to 'packages/tasks')
| -rw-r--r-- | packages/tasks/task-bootstrap-unionroot.bb | 34 | ||||
| -rw-r--r-- | packages/tasks/task-bootstrap.bb | 27 | ||||
| -rw-r--r-- | packages/tasks/task-bootstrap.inc | 9 |
3 files changed, 0 insertions, 70 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" 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" diff --git a/packages/tasks/task-bootstrap.inc b/packages/tasks/task-bootstrap.inc deleted file mode 100644 index 073da7055f..0000000000 --- a/packages/tasks/task-bootstrap.inc +++ /dev/null @@ -1,9 +0,0 @@ -def bootstrap_modutils_rdepends(d): - import bb - m = bb.data.getVar('MODUTILS', d, 1) - r = [] - if '24' in m: - r.append('modutils-depmod') - if '26' in m: - r.append('module-init-tools-depmod') - return ' '.join(r) |
