summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHenning Heinold <henning@itconsulting-heinold.de>2014-01-09 01:12:34 +0100
committerHenning Heinold <henning@itconsulting-heinold.de>2014-01-09 01:26:23 +0100
commit9dfb7ecb87e67052e94641d6e02907c582264217 (patch)
treeb16af5dd842376f4d550d5114a2cbf4482c6658b /README
parent782560f9f5694141096f6fb26e47ca0f529da27e (diff)
downloadmeta-java-9dfb7ecb87e67052e94641d6e02907c582264217.tar.gz
README: add section about bblayers.conf
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:
29PREFERRED_PROVIDER_openjdk-6-jre = "openjdk-6-jre" 29PREFERRED_PROVIDER_openjdk-6-jre = "openjdk-6-jre"
30PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre 30PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre
31 31
32For conf/bblayers.conf you have to add
33
34BBLAYERS ?= " \
35 ...
36 path_to_source/meta-openembedded/meta-oe \
37 path_to_source/sources/meta-java \
38 "
39
32Please note that libstdc++ static is needed on your host to compile icedtea6/7-native 40Please note that libstdc++ static is needed on your host to compile icedtea6/7-native
33(install libstdc++-static on a Fedora). 41(install libstdc++-static on a Fedora).
34 42