summaryrefslogtreecommitdiff
path: root/meta/task-bootstrap.oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta/task-bootstrap.oe')
-rw-r--r--meta/task-bootstrap.oe18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/task-bootstrap.oe b/meta/task-bootstrap.oe
index e69de29bb2..a2ec6cd643 100644
--- a/meta/task-bootstrap.oe
+++ b/meta/task-bootstrap.oe
@@ -0,0 +1,18 @@
+DESCRIPTION = "Core packages required for a basic installation"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+ALLOW_EMPTY = 1
+PACKAGES = "${PN}"
+
+DEPENDS = 'virtual/libc base-files base-passwd-3.5.7 \
+ busybox dropbear hotplug ipkg initscripts \
+ netbase resolvconf sysvinit tinylogin lrzsz \
+ dhcpcd \
+ ${BOOTSTRAP_EXTRA_DEPENDS}'
+
+RDEPENDS = 'base-files base-passwd busybox \
+ hotplug ipkg initscripts netbase resolvconf \
+ sysvinit tinylogin dhcpcd \
+ ${BOOTSTRAP_EXTRA_RDEPENDS}'
+
+RRECOMMENDS = 'dropbear lrzsz \
+ ${BOOTSTRAP_EXTRA_RRECOMMENDS}'