Skip to content

Commit

Permalink
README: add section about bblayers.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
woglinde committed Jan 9, 2014
1 parent 782560f commit 9dfb7ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 9dfb7ec

Please sign in to comment.