Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions meta-rauc-raspberrypi/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ BBFILE_PATTERN_meta-rauc-raspberrypi = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-rauc-raspberrypi = "6"

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

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