aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meta/nylon-image-base.bb
blob: ce6c83d84786453226966c45d231e578fd3e8d09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export IMAGE_BASENAME = "nylon-base"
 
NYLON_BASE = "base-files base-passwd bash busybox \
	ipkg initscripts less \
	modutils modutils-initscripts mtd-utils \
	nano ncurses netbase \
	openssh sysvinit \
	timezones tinylogin"
	
RDEPENDS = "kernel modutils-depmod modutils-modinfo \
	${NYLON_BASE} ${BOOTSTRAP_EXTRA_RDEPENDS}"

export IPKG_INSTALL = "${RDEPENDS}" 

IMAGE_LINGUAS = ""

# we dont need the kernel in the image
ROOTFS_POSTPROCESS_COMMAND = "rm -f ${IMAGE_ROOTFS}/tmp/zImage*"

inherit image_ipk
LICENSE = MIT