aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-07-08 16:04:40 +0200
committerKoen Kooi <koen@openembedded.org>2010-07-08 16:04:40 +0200
commitebe46b88fa5cef33f2c5d94269f7eb20b337e872 (patch)
treee81ffe235ab2daf9e3a92f2b29683ca45420f02e /conf/distro/include/angstrom.inc
parentecb3cf8e4c3d0a4f26c05b491d3a8025863a60b5 (diff)
downloadopenembedded-ebe46b88fa5cef33f2c5d94269f7eb20b337e872.tar.gz
angstrom: include jalimo bits now that openjdk is in OE
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r--conf/distro/include/angstrom.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index c34a0a1875..e1fc710185 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -30,7 +30,8 @@ DEPLOY_DIR = "${TMPDIR}/deploy/${LIBC}"
require conf/distro/include/angstrom-${LIBC}.inc
# Set some java bits
-require conf/distro//include/sane-toolchain-java.inc
+require conf/distro/include/sane-toolchain-java.inc
+require conf/distro/include/angstrom-jalimo.conf
# ARM920T and up can use thumb mode to decrease binary size at the expense of speed
# (the complete story is a bit more nuanced due to cache starvation)