diff options
author | Paul Barker <pbarker@konsulko.com> | 2020-12-10 11:04:37 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-12-17 13:46:35 +0000 |
commit | 6697e4920e3afa97da169191fd6ba2461f533fcc (patch) | |
tree | 451706f615470cd88fe8d4ff0cf3cbbd91958d56 | |
parent | d50569a7442f07af93ba41bdca925a2cded081b8 (diff) |
Update TI BSP to 07.01.00.006 release
Version 07.01.00.006 of the TI Yocto Project BSP (including meta-ti) was
recently released so we can now update to this tag. We also need to
update meta-arm to support these changes in the TI BSP.
Bug-AGL: SPEC-3732
Signed-off-by: Paul Barker <pbarker@konsulko.com>
Change-Id: Ia3ab646bd2a14c920ad0aa5041f2da2688070835
-rw-r--r-- | default.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.xml b/default.xml index e9faf8b0..8f2f689d 100644 --- a/default.xml +++ b/default.xml @@ -83,8 +83,8 @@ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="05b1746a4adc240b690fe965ac5b8a043d9b9d03" upstream="dunfell"/> <!-- TI Vayu / Jacinto 6 / DRA7 --> - <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="0bd9c740267c0926e89bcfdb489790b7bf1fbd4b" upstream="dunfell"/> - <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="f2b2b2095f1a9d3ef705f7518d9db1e3141da2fb" upstream="dunfell"/> + <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="07209f738f14c98e84874573c98a948ba894ecf3" upstream="dunfell"/> <!-- Raspberry Pi 3, 3B+, and 4 --> <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="89ca43fe6411a40d1ba8f5379e49affd78cdd644" upstream="dunfell"/> |