diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-04-05 10:02:23 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-04-05 10:04:25 +0200 |
commit | 25ddfefe665ae48291d2ef3c88f4f1a74bad8768 (patch) | |
tree | 8ead72cc0f97784e11b9b6ebd4b9f302153f074b /recipes-core | |
parent | 99ddcc1e973457b64f34dbd493028fb24f019b48 (diff) | |
download | meta-java-25ddfefe665ae48291d2ef3c88f4f1a74bad8768.tar.gz |
recipes-images: define extra dir for images
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/java-test-image.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-core/images/java-test-image.bb b/recipes-core/images/java-test-image.bb deleted file mode 100644 index 34d90f9..0000000 --- a/recipes-core/images/java-test-image.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | LICENSE = "MIT" | ||
2 | |||
3 | inherit core-image | ||
4 | |||
5 | IMAGE_LINGUAS = " " | ||
6 | |||
7 | |||
8 | IMAGE_INSTALL = "tinylogin busybox modutils-initscripts initscripts opkg udev sysvinit netbase base-files base-passwd busybox-hwclock \ | ||
9 | ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL} \ | ||
10 | openjdk-7-jre openjdk-7-vm-jamvm openjdk-7-vm-cacao \ | ||
11 | openjdk-6-jre openjdk-6-vm-zero openjdk-6-vm-jamvm openjdk-6-vm-cacao \ | ||
12 | strace dropbear binutils \ | ||
13 | " | ||