diff options
author | Paul Barker <paul.barker@sancloud.com> | 2022-10-07 11:00:15 +0100 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-10-07 19:19:13 +0000 |
commit | aca7b11102b4eea1443f1b8058964725532e5227 (patch) | |
tree | ee137a138fc6364c9fb0d456fdbd8d70eb765a44 /default-floating.xml | |
parent | 19b3af62355d078251fa78c5432b54b79217d151 (diff) |
Initial kirkstone support for SanCloud BBE
Update the meta-sancloud, meta-ti & meta-rtlwifi layers to provide
initial support for the SanCloud BBE on the Yocto Project kirkstone
release. The tracking branches for both meta-sancloud & meta-ti are also
updated to point at kirkstone.
This support is still WIP and for now is limited to headless/telematics
profiles.
Bug-AGL: SPEC-4582
Signed-off-by: Paul Barker <paul.barker@sancloud.com>
Change-Id: I20d3ad0e6d56e809be9597064834c3cc14e40e2b
(cherry picked from commit 3dce7f79ac1b0c26cbf3c0f01c1738b863897fe9)
Diffstat (limited to 'default-floating.xml')
-rw-r--r-- | default-floating.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default-floating.xml b/default-floating.xml index 17115aee..eb078cb1 100644 --- a/default-floating.xml +++ b/default-floating.xml @@ -76,13 +76,13 @@ <!-- TI Vayu / Jacinto 6 / DRA7 --> <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="kirkstone"/> - <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="master"/> + <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="kirkstone"/> <!-- Raspberry Pi 3, 3B+, and 4 --> <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="kirkstone"/> <!-- Sancloud BSP layers --> - <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="dunfell"/> + <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="kirkstone"/> <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="master"/> </manifest> |