update upstream to scarthgap

This commit is contained in:
Grzegorz Kowalski 2024-08-26 23:28:22 +02:00
parent 052c6de330
commit a8704e72c2
2 changed files with 4 additions and 2 deletions

View File

@ -15,6 +15,6 @@ LAYERVERSION_helium-rpi = "2"
LAYERDEPENDS_helium-rpi = "core raspberrypi helium"
LAYERSERIES_COMPAT_helium-rpi = "mickledore"
LAYERSERIES_COMPAT_helium-rpi = "scarthgap"
LICENSE_FLAGS_ACCEPTED = "synaptics-killswitch"

View File

@ -9,13 +9,14 @@ require conf/machine/include/rpi-common.inc
require conf/machine/raspberrypi0-wifi.conf
KBUILD_DEFCONFIG:rpi-zero-w = "bcmrpi_defconfig"
RPI_KERNEL_DEVICETREE = "bcm2708-rpi-zero-w.dtb"
RPI_KERNEL_DEVICETREE = "broadcom/bcm2708-rpi-zero-w.dtb"
# Kernel modules needed by machine and its interfaces
# This list will probably change as I expect some of those will be needed
# by multiple RPis
MACHINE_EXTRA_RRECOMMENDS += " \
kernel-module-ipv6 \
kernel-module-brcmfmac-wcc \
kernel-module-brcmfmac \
kernel-module-brcmutil \
kernel-module-hci-uart \
@ -37,6 +38,7 @@ MACHINE_EXTRA_RRECOMMENDS += " \
kernel-module-videobuf2-common \
kernel-module-videodev \
kernel-module-raspberrypi-hwmon \
kernel-module-raspberrypi-gpiomem \
kernel-module-ecdh-generic \
kernel-module-ecc \
kernel-module-spi-bcm2835 \