mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
layer.conf: rpi5 recommends lts-u-boot-mixin
Add lts-u-boot-mixin to LAYERRECOMMENDS https://git.yoctoproject.org/meta-lts-mixins 'scarthgap/u-boot' branch adds u-boot v2024.04 support which includes the initial support for raspberrypi5. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
parent
6160d0d737
commit
16656a66cf
@ -11,6 +11,9 @@ BBFILE_PRIORITY_raspberrypi = "9"
|
|||||||
|
|
||||||
LAYERSERIES_COMPAT_raspberrypi = "nanbield scarthgap"
|
LAYERSERIES_COMPAT_raspberrypi = "nanbield scarthgap"
|
||||||
LAYERDEPENDS_raspberrypi = "core"
|
LAYERDEPENDS_raspberrypi = "core"
|
||||||
|
# Recommended for u-boot support for raspberrypi5
|
||||||
|
# https://git.yoctoproject.org/meta-lts-mixins 'scarthgap/u-boot' branch
|
||||||
|
LAYERRECOMMENDS_raspberrypi = "lts-u-boot-mixin"
|
||||||
|
|
||||||
# Additional license directories.
|
# Additional license directories.
|
||||||
LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
|
LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user