diff options
author | Paul Barker <paul.barker@sancloud.com> | 2021-12-06 18:13:09 +0000 |
---|---|---|
committer | Paul Barker <paul.barker@sancloud.com> | 2021-12-06 18:23:45 +0000 |
commit | 88b6aa3d987e9c2173478d938cb4aa0650ad837c (patch) | |
tree | a178b8689f502c63e6e27f41bab7bbbff287fd3d /default.xml | |
parent | 7946f20fd68c58eb39f672ddc79147302a86f85c (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-r5
* TI CoreSDK 08.00.00.004
Additionally, the meta-rtlwifi layer must be updated to the latest
commit on the master branch to support the 5.10 kernel used by the above
BSP releases. The master branch of this repository is compatible with
all currently supported Yocto Project release branches.
Bug-AGL: SPEC-4156
Signed-off-by: Paul Barker <paul.barker@sancloud.com>
Change-Id: I2376c98d6a1a10a007262247319cad34ecdfee7f
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default.xml b/default.xml index 8ad58b0b..5928c948 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="02a53f48b9bdb242185204610610f2209bc92ca6" upstream="dunfell"/> + <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="15f3d4a3c3773294f1cdb66a88744930941a892e" upstream="dunfell"/> <!-- Raspberry Pi 3, 3B+, and 4 --> <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="934064a01903b2ba9a82be93b3f0efdb4543a0e8" upstream="dunfell"/> @@ -85,8 +85,8 @@ <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="e220d23c2c01ca18161d3fb0486f295e6e90ba03" upstream="dunfell"/> - <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/> + <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="770da847ec938d8a5388ae16f25bdd235d72a7b9" upstream="dunfell"/> + <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="98b2b2c34f186050e6092bc4f17ecb69aef6148a" upstream="master"/> <!-- meta-synopsys - support for ARC HSDK board --> <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/> |