summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2017-05-30 18:41:41 -0700
committerMaxin B. John <maxin.john@intel.com>2017-06-02 13:34:00 +0300
commit879d6efe42fcc5695a37e7f455e0d3e59b2ed01a (patch)
tree41483de0f9bc3441a3d5000ce6aeb2023bd3b64a
parentd82bc78f0a63358f25e53c23a675d5d116ffc9e7 (diff)
downloadmeta-java-879d6efe42fcc5695a37e7f455e0d3e59b2ed01a.tar.gz
java-test-image: drop ROOTFS_PKGMANAGE_BOOTSTRAP var
oe-core has dropped this variable Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
-rw-r--r--recipes-images/images/java-test-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-images/images/java-test-image.bb b/recipes-images/images/java-test-image.bb
index 005e7a1..30eb2ea 100644
--- a/recipes-images/images/java-test-image.bb
+++ b/recipes-images/images/java-test-image.bb
@@ -6,7 +6,7 @@ IMAGE_LINGUAS = " "
6 6
7 7
8IMAGE_INSTALL = "busybox modutils-initscripts initscripts opkg udev sysvinit netbase base-files base-passwd \ 8IMAGE_INSTALL = "busybox modutils-initscripts initscripts opkg udev sysvinit netbase base-files base-passwd \
9 ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL} \ 9 ${CORE_IMAGE_EXTRA_INSTALL} \
10 openjdk-7-jre openjdk-7-vm-zero \ 10 openjdk-7-jre openjdk-7-vm-zero \
11 strace dropbear binutils \ 11 strace dropbear binutils \
12 classpath \ 12 classpath \