blob: 30eb2ea484479683988459c9b3d924b3f9c65190 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
LICENSE = "MIT"
inherit core-image
IMAGE_LINGUAS = " "
IMAGE_INSTALL = "busybox modutils-initscripts initscripts opkg udev sysvinit netbase base-files base-passwd \
${CORE_IMAGE_EXTRA_INSTALL} \
openjdk-7-jre openjdk-7-vm-zero \
strace dropbear binutils \
classpath \
classpath-common \
classpath-examples \
classpath-tools \
"
|