summaryrefslogtreecommitdiff
path: root/meta/nylon-image-base.oe
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-11-05 22:05:51 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-11-05 22:05:51 +0000
commit665fec1dab60751a907be201eae05159e17d5a44 (patch)
tree04d14b98e67c01dc8f00f8f6e74cdabee747eadf /meta/nylon-image-base.oe
parent763b191d632bf8ccf39ae77d54e49482fd2817c1 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into home.hrw.one.pl:/home/hrw/zaurus/oe/packages 2004/11/05 13:26:33+01:00 (none)!br1 unik-olsrd: add version script patch for libraries 2004/11/05 12:16:32+01:00 (none)!br1 nylon updates, split base, standard and extra image 2004/11/05 11:49:11+01:00 (none)!br1 added mtr 0.65 2004/11/05 11:47:07+01:00 (none)!br1 added chillispot 0.98 2004/11/05 11:42:27+01:00 (none)!br1 rrdtool: patch to build perl-modules BKrev: 418bf93fxy3gt7AnsYZJ3xtQYZ1bmA
Diffstat (limited to 'meta/nylon-image-base.oe')
-rw-r--r--meta/nylon-image-base.oe28
1 files changed, 11 insertions, 17 deletions
diff --git a/meta/nylon-image-base.oe b/meta/nylon-image-base.oe
index 4f33369165..fa09de961a 100644
--- a/meta/nylon-image-base.oe
+++ b/meta/nylon-image-base.oe
@@ -1,29 +1,23 @@
export IMAGE_BASENAME = "nylon-base"
-NYLON_COMMON = "base-files base-passwd bash busybox bridge-utils \
- dnsmasq \
- hostap-utils \
- ipkg initscripts iproute2 iptables \
- less \
- mobilemesh modutils modutils-initscripts mtd \
- nano ncurses netbase nylon-scripts \
- openssh openvpn ppp rp-pppoe \
- shorewall sysvinit \
- tcpdump timezones tinylogin \
- wireless-tools"
+NYLON_BASE = "base-files base-passwd bash busybox \
+ ipkg initscripts less \
+ modutils modutils-initscripts mtd \
+ nano ncurses netbase \
+ openssh sysvinit \
+ timezones tinylogin"
-DEPENDS = "virtual/kernel hostap-modules ntp \
- ${NYLON_COMMON} ${BOOTSTRAP_EXTRA_DEPENDS}"
+DEPENDS = "virtual/kernel \
+ ${NYLON_BASE} ${BOOTSTRAP_EXTRA_DEPENDS}"
RDEPENDS = "kernel modutils-depmod modutils-modinfo \
- ntpdate hostap-modules-pci \
- ${NYLON_COMMON} ${BOOTSTRAP_EXTRA_RDEPENDS}"
+ ${NYLON_BASE} ${BOOTSTRAP_EXTRA_RDEPENDS}"
export IPKG_INSTALL = "${RDEPENDS}"
IMAGE_LINGUAS = ""
-inherit image_ipk
-
# we dont need the kernel in the image
ROOTFS_POSTPROCESS_COMMAND = "rm -f ${IMAGE_ROOTFS}/tmp/zImage*"
+
+inherit image_ipk