diff options
author | Paul Barker <paul.barker@sancloud.com> | 2022-01-28 09:43:28 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-02-25 14:57:37 +0000 |
commit | 82b391178fb570f34b7c95a150c829f1c6b1fa45 (patch) | |
tree | cbc8cf0fae61db2bf7ae7a5b563cd95d99d0a37c | |
parent | c64ebce0f46bc462f64cc8d372c9dd1e8c8d0e6e (diff) |
Update BSP for SanCloud bbe & TI j7-evm
The BSPs used for TI based platforms need to be updated together. After
this update the new versions are:
* SanCloud BSP dunfell-r6
* TI CoreSDK 08.01.00.006
Bug-AGL: SPEC-4156
Signed-off-by: Paul Barker <paul.barker@sancloud.com>
Change-Id: I0bcdf6401f96e42219e4c4cbfa63c4d4e352a187
-rw-r--r-- | default.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.xml b/default.xml index 72d7036d..f8cce0a2 100644 --- a/default.xml +++ b/default.xml @@ -76,7 +76,7 @@ <!-- TI Vayu / Jacinto 6 / DRA7 --> <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/> - <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="15f3d4a3c3773294f1cdb66a88744930941a892e" upstream="dunfell"/> + <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="15613c951051c450fc8726b2576c23c105b79d53" upstream="dunfell"/> <!-- Raspberry Pi 3, 3B+, and 4 --> <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="934064a01903b2ba9a82be93b3f0efdb4543a0e8" upstream="dunfell"/> @@ -85,7 +85,7 @@ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/> <!-- Sancloud BSP layers --> - <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="770da847ec938d8a5388ae16f25bdd235d72a7b9" upstream="dunfell"/> + <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="ef68da514bd7cd4cfed75e69af1eb5c7ac11dbb9" upstream="dunfell"/> <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="98b2b2c34f186050e6092bc4f17ecb69aef6148a" upstream="master"/> <!-- meta-synopsys - support for ARC HSDK board --> |