diff mbox series

[oe-layersetup,master] configs: Add missing scarthgap configs

Message ID 20240924141705.9085-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [oe-layersetup,master] configs: Add missing scarthgap configs | expand

Commit Message

Ryan Eatmon Sept. 24, 2024, 2:17 p.m. UTC
Two configs were missed when scarthgap was setup in April.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 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 mbox series

Patch

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