- Needed to support openjdk in filesystem for XDC tools native compilation Signed-off-by: Sam Nelson <[email protected]> --- configs/mcsdk/mcsdk-dylan-config.txt | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/mcsdk/mcsdk-dylan-config.txt b/configs/mcsdk/mcsdk-dylan-config.txt index 9925642..1489b7b 100644 --- a/configs/mcsdk/mcsdk-dylan-config.txt +++ b/configs/mcsdk/mcsdk-dylan-config.txt @@ -8,6 +8,7 @@ meta-qt5,git://github.com/meta-qt5/meta-qt5.git,master,HEAD,layers= meta-openembedded,git://git.openembedded.org/meta-openembedded,dylan,HEAD,layers=toolchain-layer:meta-networking:meta-ruby:meta-oe meta-ti,git://arago-project.org/git/meta-ti.git,dylan,HEAD,layers= meta-linaro,git://git.linaro.org/openembedded/meta-linaro.git,dylan,HEAD,layers=meta-linaro-toolchain +meta-java,git://github.com/woglinde/meta-java,master,HEAD,layers= oe-core,git://git.openembedded.org/openembedded-core,dylan,HEAD,layers=meta OECORELAYERCONF=./sample-files/bblayers.conf.sample OECORELOCALCONF=./sample-files/local-arago.conf.sample -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
