Signed-off-by: Denys Dmytriyenko <[email protected]> --- configs/arago-dunfell-next-config.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 configs/arago-dunfell-next-config.txt
diff --git a/configs/arago-dunfell-next-config.txt b/configs/arago-dunfell-next-config.txt new file mode 100644 index 0000000..4f53d41 --- /dev/null +++ b/configs/arago-dunfell-next-config.txt @@ -0,0 +1,14 @@ +# This file takes repo entries in the format +# repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern] + +bitbake,git://git.openembedded.org/bitbake,1.46,HEAD +meta-arago,git://arago-project.org/git/meta-arago.git,dunfell-next,HEAD,layers=meta-arago-distro:meta-arago-extras +#meta-browser,git://github.com/OSSystems/meta-browser.git,master,5f365ef0f842ba4651efe88787cf9c63bc8b6cb3,layers= +meta-qt5,git://github.com/meta-qt5/meta-qt5.git,dunfell,HEAD,layers= +meta-virtualization,git://git.yoctoproject.org/meta-virtualization,dunfell,HEAD,layers= +meta-openembedded,git://git.openembedded.org/meta-openembedded,dunfell,HEAD,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems +meta-ti,git://git.yoctoproject.org/meta-ti,dunfell-next,HEAD,layers= +meta-arm,git://git.yoctoproject.org/meta-arm,master,HEAD,layers=meta-arm:meta-arm-toolchain +oe-core,git://git.openembedded.org/openembedded-core,dunfell,HEAD,layers=meta +OECORELAYERCONF=./sample-files/bblayers.conf.sample +OECORELOCALCONF=./sample-files/local-arago64.conf.sample -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
