introduce bluez-utils-dbus and bluez-utils-nodbus. remove bluez-utils from handheld...
[vuplus_openembedded] / meta / nylon-image-base.oe
1 export IMAGE_BASENAME = "nylon-base"
2  
3 NYLON_BASE = "base-files base-passwd bash busybox \
4         ipkg initscripts less \
5         modutils modutils-initscripts mtd \
6         nano ncurses netbase \
7         openssh sysvinit \
8         timezones tinylogin"
9
10 DEPENDS = "virtual/kernel \ 
11         ${NYLON_BASE} ${BOOTSTRAP_EXTRA_DEPENDS}"
12         
13 RDEPENDS = "kernel modutils-depmod modutils-modinfo \
14         ${NYLON_BASE} ${BOOTSTRAP_EXTRA_RDEPENDS}"
15
16 export IPKG_INSTALL = "${RDEPENDS}" 
17
18 IMAGE_LINGUAS = ""
19
20 # we dont need the kernel in the image
21 ROOTFS_POSTPROCESS_COMMAND = "rm -f ${IMAGE_ROOTFS}/tmp/zImage*"
22
23 inherit image_ipk