Skip to content

Commit

Permalink
Merge branch 'master' into eeprom-pi5
Browse files Browse the repository at this point in the history
  • Loading branch information
agherzan authored Apr 8, 2024
2 parents 35fed83 + d072cc8 commit 9d87546
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
1 change: 1 addition & 0 deletions conf/machine/include/rpi-base.inc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \
overlays/hifiberry-amp4pro.dtbo \
overlays/hifiberry-dac.dtbo \
overlays/hifiberry-dacplus.dtbo \
overlays/hifiberry-dacplusadc.dtbo \
overlays/hifiberry-dacplusadcpro.dtbo \
overlays/hifiberry-dacplusdsp.dtbo \
overlays/hifiberry-dacplushd.dtbo \
Expand Down
11 changes: 10 additions & 1 deletion recipes-bsp/bootfiles/rpi-bootfiles.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@ LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=c403841ff2837657b2ed8e5bb474ac8d

inherit deploy nopackages

include recipes-bsp/common/raspberrypi-firmware.inc
RPIFW_DATE ?= "20240319"
SRCREV = "9f24f4bc2bdd07ffd158cfbb4bce88a2efc4c1f5"
SHORTREV = "${@d.getVar("SRCREV", False).__str__()[:7]}"
RPIFW_SRC_URI ?= "https://api.github.com/repos/raspberrypi/firmware/tarball/9f24f4bc2bdd07ffd158cfbb4bce88a2efc4c1f5;downloadfilename=raspberrypi-firmware-${SHORTREV}.tar.gz"
RPIFW_S ?= "${WORKDIR}/raspberrypi-firmware-${SHORTREV}"

SRC_URI = "${RPIFW_SRC_URI}"
SRC_URI[sha256sum] = "4b436f8946b139c6a1202375ef55d4848e3bcd8c1a9cb47000e06d7ecec828f7"

PV = "${RPIFW_DATE}"

INHIBIT_DEFAULT_DEPS = "1"

Expand Down
13 changes: 5 additions & 8 deletions recipes-bsp/common/raspberrypi-firmware.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
RPIFW_DATE ?= "20240312"
SRCREV = "5689dd184872b809af91d6636a832b1484d90fef"
RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware;protocol=https;branch=master"
RPIFW_S ?= "${WORKDIR}/git"
RPIFW_DATE ?= "20230509~buster"

RPIFW_SRC_URI ?= "https://archive.raspberrypi.com/debian/pool/main/r/raspberrypi-firmware/raspberrypi-firmware_1.${RPIFW_DATE}.orig.tar.xz"
RPIFW_S ?= "${WORKDIR}/raspberrypi-firmware-1.${RPIFW_DATE}"

SRC_URI = "${RPIFW_SRC_URI}"
SRC_URI[sha256sum] = "1d9eb83111826b708f461101766fd2000d45f1c171ad573936d000f623ca8098"

PV = "${RPIFW_DATE}"

# Firmware repo is huge due to its content nature being binary blobs
# use shallow clone to reduce amount of git metadata being pulled down
BB_GIT_SHALLOW = "1"
6 changes: 3 additions & 3 deletions recipes-kernel/linux/linux-raspberrypi_6.6.bb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
LINUX_VERSION ?= "6.6.21"
LINUX_VERSION ?= "6.6.22"
LINUX_RPI_BRANCH ?= "rpi-6.6.y"
LINUX_RPI_KMETA_BRANCH ?= "yocto-6.6"

SRCREV_machine = "80c57b7437fb6f55b879f921f3118a2deb0c15a8"
SRCREV_meta = "5b185a8716c8c62dc1c7751e6d12f8b67f58274f"
SRCREV_machine = "c04af98514c26014a4f29ec87b3ece95626059bd"
SRCREV_meta = "6a24861d6504575a4a9f92366285332d47c7e111"

KMETA = "kernel-meta"

Expand Down

0 comments on commit 9d87546

Please sign in to comment.