diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-05-27 14:05:12 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-05-27 14:05:12 -0400 |
commit | d0d7d030f7a408bd6bf1ce90462d20eacf127c0a (patch) | |
tree | 029b90fd024fa8ff00a0df4156bdfb5af3f2354c /default-floating.xml | |
parent | 3f32af24f16cb634e69a001a35ba2c049ee5a97e (diff) |
Update to YP 5.0.1
Changes:
- Update poky to YP 5.0.1 commit.
- Switch meta-qt5, meta-aws, meta-arm, and meta-riscv to latest
commit of their scarthgap branches now that the branch is
available.
- Other layers have been updated to their latest scarthgap or
master branch commits as appropriate to pick up fixes.
Bug-AGL: SPEC-5149
Change-Id: Id83a05f6203db228055f6455b3fc792375e0f785
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'default-floating.xml')
-rw-r--r-- | default-floating.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/default-floating.xml b/default-floating.xml index bd455da8..32d6e2dd 100644 --- a/default-floating.xml +++ b/default-floating.xml @@ -40,7 +40,7 @@ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="scarthgap"/> <!-- Qt things --> - <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="master"/> + <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="scarthgap"/> <!-- Security layer --> <project name="meta-security" path="external/meta-security" remote="yocto" revision="scarthgap"/> @@ -68,7 +68,7 @@ <!-- BSPs --> <!-- meta-aws --> - <project name="aws4embeddedlinux/meta-aws" path="bsp/meta-aws" remote="github" revision="master"/> + <project name="aws4embeddedlinux/meta-aws" path="bsp/meta-aws" remote="github" revision="scarthgap"/> <!-- Renesas Gen3 specific things --> <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="scarthgap-dev"/> @@ -80,7 +80,7 @@ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="scarthgap"/> <!-- TI Vayu / Jacinto 6 / DRA7 --> - <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="master"/> + <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="scarthgap"/> <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="scarthgap"/> <!-- Raspberry Pi --> @@ -95,6 +95,6 @@ <project name="sifive/meta-sifive" path="bsp/meta-sifive" remote="github" revision="scarthgap"/> <!-- meta-riscv for several risc boards --> - <project name="riscv/meta-riscv" path="bsp/meta-riscv" remote="github" revision="master"/> + <project name="riscv/meta-riscv" path="bsp/meta-riscv" remote="github" revision="scarthgap"/> </manifest> |