From: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- configs/poky-zeus-config.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configs/poky-zeus-config.txt
diff --git a/configs/poky-zeus-config.txt b/configs/poky-zeus-config.txt new file mode 100644 index 0000000..d1d944a --- /dev/null +++ b/configs/poky-zeus-config.txt @@ -0,0 +1,7 @@ +# 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.44,HEAD +poky,git://git.yoctoproject.org/poky,zeus,HEAD,layers=meta:meta-poky:meta-yocto-bsp +meta-ti,git://git.yoctoproject.org/meta-ti,zeus,HEAD,layers= +OECORELAYERCONF=./sample-files/bblayers.conf.sample +OECORELOCALCONF=./sample-files/local-poky.conf.sample -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
