Skip to content

Commit 9513db1

Browse files
committed
meta-rauc-raspberrypi: Support Wrynose
Switch to the new Yocto LTS release Wrynose. Remove meta-lts-mixins, as it is no longer required because openembedded-core now includes U-Boot version 2026.01, which adds support for Raspberry Pi 5. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
1 parent ef381d0 commit 9513db1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

meta-rauc-raspberrypi/conf/layer.conf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ BBFILE_PATTERN_meta-rauc-raspberrypi = "^${LAYERDIR}/"
1010
BBFILE_PRIORITY_meta-rauc-raspberrypi = "6"
1111

1212
LAYERDEPENDS_meta-rauc-raspberrypi = "core rauc raspberrypi"
13-
# For u-boot support for raspberrypi5
14-
# https://git.yoctoproject.org/meta-lts-mixins scarthgap/u-boot branch
15-
LAYERRECOMMENDS_meta-rauc-raspberrypi = "lts-u-boot-mixin"
16-
LAYERSERIES_COMPAT_meta-rauc-raspberrypi = "whinlatter"
13+
LAYERSERIES_COMPAT_meta-rauc-raspberrypi = "wrynose"
1714

1815
RAUC_KEY_FILE ?= "${LAYERDIR}/../files/rauc-example-keys/development-1.key.pem"
1916
RAUC_CERT_FILE ?= "${LAYERDIR}/../files/rauc-example-keys/development-1.cert.pem"

0 commit comments

Comments
 (0)