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 /default-floating.xml | |
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
Diffstat (limited to 'default-floating.xml')
-rw-r--r-- | default-floating.xml | 6 |
1 files changed, 6 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"/> |