Two configs were missed when scarthgap was setup in April. Signed-off-by: Ryan Eatmon <[email protected]> --- configs/distroless-scarthgap-config.txt | 9 +++++++++ configs/poky-scarthgap-config.txt | 14 ++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 configs/distroless-scarthgap-config.txt create mode 100644 configs/poky-scarthgap-config.txt
diff --git a/configs/distroless-scarthgap-config.txt b/configs/distroless-scarthgap-config.txt new file mode 100644 index 0000000..b31fecb --- /dev/null +++ b/configs/distroless-scarthgap-config.txt @@ -0,0 +1,9 @@ +# This file takes repo entries in the format +# repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern] +bitbake,https://git.openembedded.org/bitbake,2.8,HEAD +meta-ti,https://git.yoctoproject.org/meta-ti,scarthgap,HEAD,layers=meta-ti-extras:meta-ti-bsp +meta-arm,https://git.yoctoproject.org/meta-arm,scarthgap,HEAD,layers=meta-arm:meta-arm-toolchain +oe-core,https://git.openembedded.org/openembedded-core,scarthgap,HEAD,layers=meta +OECORELAYERCONF=./sample-files/bblayers.conf.sample +OECORELOCALCONF=./sample-files/local-v2.conf.sample +BITBAKE_INCLUSIVE_VARS=yes diff --git a/configs/poky-scarthgap-config.txt b/configs/poky-scarthgap-config.txt new file mode 100644 index 0000000..15bb088 --- /dev/null +++ b/configs/poky-scarthgap-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,https://git.openembedded.org/bitbake,2.8,HEAD +meta-yocto,https://git.yoctoproject.org/meta-yocto,scarthgap,HEAD,layers=meta-poky:meta-yocto-bsp +meta-ti,https://git.yoctoproject.org/meta-ti,scarthgap,HEAD,layers=meta-ti-extras:meta-ti-bsp +meta-arm,https://git.yoctoproject.org/meta-arm,scarthgap,HEAD,layers=meta-arm:meta-arm-toolchain +#meta-clang,https://github.com/kraj/meta-clang,scarthgap,HEAD,layers= +oe-core,https://git.openembedded.org/openembedded-core,scarthgap,HEAD,layers=meta +meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap,HEAD,layers=meta-arago-extras:meta-arago-test + +OECORELAYERCONF=./sample-files/bblayers.conf.sample +OECORELOCALCONF=./sample-files/local-poky-v2.conf.sample +BITBAKE_INCLUSIVE_VARS=yes -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15560): https://lists.yoctoproject.org/g/meta-arago/message/15560 Mute This Topic: https://lists.yoctoproject.org/mt/108629095/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
