diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-05-19 19:26:14 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-05-19 19:26:14 +0200 |
commit | c1e2b9035b0551ef1409d003ee12361e37bb8a0b (patch) | |
tree | db10d24f968572b1498075977f6460b8e034a8db | |
parent | 958aa1ac521b56be094464c0959001c0703a3503 (diff) |
Add git repositories s32g274ardb2 aka goldbox
This adds the git repos for the layers to build for the s32g274ardb2 aka 'goldbox' .
Bug-AGL: SPEC-4387
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Iead7bf1456459db08c0f453247b368173abfba4e
-rw-r--r-- | default-floating.xml | 6 | ||||
-rw-r--r-- | default.xml | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/default-floating.xml b/default-floating.xml index 632c7d67..f23ea873 100644 --- a/default-floating.xml +++ b/default-floating.xml @@ -10,6 +10,8 @@ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" /> <remote name="github" fetch="https://github.com/" /> <remote name="openembedded" fetch="https://git.openembedded.org/" /> + <remote name="alb" fetch="https://source.codeaurora.org/external/autobsps32"/> + <remote name="linaro" fetch="https://git.linaro.org/openembedded"/> <!-- defaults --> <default remote="agl" sync-j="4" revision="marlin"/> @@ -75,6 +77,10 @@ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="dunfell"/> <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="dunfell"/> + <!-- NXP goldbox --> + <project name="meta-alb" path="bsp/meta-alb" remote="alb" revision="release/bsp32.0-3.2"/> + <project name="meta-linaro" path="bsp/meta-linaro" remote="linaro" revision="dunfell"/> + <!-- TI Vayu / Jacinto 6 / DRA7 --> <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="dunfell"/> <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="dunfell"/> diff --git a/default.xml b/default.xml index 715fe8e3..6db18c4b 100644 --- a/default.xml +++ b/default.xml @@ -10,6 +10,8 @@ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" /> <remote name="github" fetch="https://github.com/" /> <remote name="openembedded" fetch="https://git.openembedded.org/" /> + <remote name="alb" fetch="https://source.codeaurora.org/external/autobsps32"/> + <remote name="linaro" fetch="https://git.linaro.org/openembedded"/> <!-- defaults --> <default remote="agl" sync-j="4" revision="marlin"/> @@ -74,6 +76,9 @@ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="3dbca0ef2ae1ea3862e540c59ad77adbcb419d57" upstream="dunfell"/> <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="c52f64973cd4043a5e8be1c7e29bb9690eb4c3e5" upstream="dunfell"/> + <project name="meta-alb" path="bsp/meta-alb" remote="alb" revision="deab83e3ae9651c2fa8704ba9401c1fde5f9fae5" upstream="release/bsp32.0-3.2"/> + <project name="meta-linaro" path="bsp/meta-linaro" remote="linaro" revision="10af9133aeb28b3487fd227c900c11b786505699" upstream="dunfell"/> + <!-- TI Vayu / Jacinto 6 / DRA7 --> <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="5c09684863be8e803e3e987a5ce4940721c3f39a" upstream="dunfell"/> <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="15613c951051c450fc8726b2576c23c105b79d53" upstream="dunfell"/> |