diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-03-17 13:51:54 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-03-18 12:33:28 +0000 |
commit | e8f4ea35ed5278bed4fd509ee1a177b2eca58f72 (patch) | |
tree | dbef012a1c3dca45d4b894a89b144c6f3c06ae6a /default.xml | |
parent | 3b564d542e56803d059cc3f8c1d3b94909392f71 (diff) |
Update meta-ti and remove meta-boundary
Bump meta-ti revision to the ti-2020.00-rc3 level since final release
is still a few weeks out and there have been bunch of new commits that
it would be good to pick up for any testing in the interim.
Also, meta-boundary has a zeus branch now, but inspection of meta-agl
indicates that we no longer need it for any of the existing machine
templates, so just remove it.
Bug-AGL: SPEC-2932
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Id8042a81a0f648b08813637022a6404912ac9c64
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/default.xml b/default.xml index 143746ba..f8611077 100644 --- a/default.xml +++ b/default.xml @@ -80,13 +80,8 @@ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="db6cdd204764228a2f45f45c346dc026a70c6423" upstream="zeus"/> <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="aea3771baa77e74762358ceb673d407e36637e5f" upstream="zeus"/> - <!-- Boundary devices BSP layer --> -<!-- FIXME zeus - <project name="boundarydevices/meta-boundary" path="bsp/meta-boundary" remote="github" revision="4ea73c57f125ff0b8c3e17e5cc5d07b6168bbd6c" upstream="master"/> ---> - <!-- TI Vayu / Jacinto 6 / DRA7 --> - <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="19a73c96bd05a74711a36a61077e8a7b88b55c63" upstream="zeus"/> + <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="eeb453a3c219204f5d422045766ceb7a90f725fe" upstream="zeus"/> <!-- Raspberry Pi 3, 3B+, and 4 --> <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="85b75588fdedf72242870628f7c22f034d308740" upstream="zeus"/> |