aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 40d818b..a8e4eac 100644
--- a/README
+++ b/README
@@ -29,6 +29,14 @@ Sometimes the following is needed:
PREFERRED_PROVIDER_openjdk-6-jre = "openjdk-6-jre"
PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre
+For conf/bblayers.conf you have to add
+
+BBLAYERS ?= " \
+ ...
+ path_to_source/meta-openembedded/meta-oe \
+ path_to_source/sources/meta-java \
+ "
+
Please note that libstdc++ static is needed on your host to compile icedtea6/7-native
(install libstdc++-static on a Fedora).