blob: 9199ed98cd3d0bae9a7039e777e3035a68e4941f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
DESCRIPTION = "Core packages required for a basic installation"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
PR = "r10"
# 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}"
DEPENDS = 'base-files base-passwd-3.5.7 \
busybox dropbear hotplug initscripts modutils netbase \
sysvinit tinylogin lrzsz portmap \
modutils-initscripts \
${BOOTSTRAP_EXTRA_DEPENDS}'
RDEPENDS = 'base-files base-passwd busybox \
hotplug initscripts modutils-depmod modutils-modinfo \
netbase sysvinit tinylogin \
modutils-initscripts \
${BOOTSTRAP_EXTRA_RDEPENDS}'
RRECOMMENDS = 'dropbear lrzsz portmap \
${BOOTSTRAP_EXTRA_RRECOMMENDS}'
|