Skip to content

Commit 6093dd5

Browse files
committed
linux: Add kernel 6.11.0
1 parent 1c9c9a4 commit 6093dd5

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# RaspberryPi BSP default versions
22

3-
PREFERRED_VERSION_linux-raspberrypi ??= "6.10.%"
3+
PREFERRED_VERSION_linux-raspberrypi ??= "6.11.%"
44
PREFERRED_VERSION_linux-raspberrypi-v7 ??= "${PREFERRED_VERSION_linux-raspberrypi}"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
LINUX_VERSION ?= "6.11.0"
2+
LINUX_RPI_BRANCH ?= "rpi-6.11.y"
3+
LINUX_RPI_KMETA_BRANCH ?= "yocto-6.10"
4+
5+
SRCREV_machine = "191b7e05e5e8db6dcb308220020995fa6885c7ed"
6+
SRCREV_meta = "4e1ceedd315bad5ebe5b8eb4df4238047ce2a894"
7+
8+
KMETA = "kernel-meta"
9+
10+
SRC_URI = " \
11+
git://github.com/raspberrypi/linux.git;name=machine;nobranch=1;protocol=https \
12+
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \
13+
file://powersave.cfg \
14+
file://android-drivers.cfg \
15+
"
16+
17+
require linux-raspberrypi.inc
18+
19+
KERNEL_DTC_FLAGS += "-@ -H epapr"
20+
21+
RDEPENDS:${KERNEL_PACKAGE_NAME}:raspberrypi-armv7:append = " ${RASPBERRYPI_v7_KERNEL_PACKAGE_NAME}"
22+
RDEPENDS:${KERNEL_PACKAGE_NAME}-base:raspberrypi-armv7:append = " ${RASPBERRYPI_v7_KERNEL_PACKAGE_NAME}-base"
23+
RDEPENDS:${KERNEL_PACKAGE_NAME}-image:raspberrypi-armv7:append = " ${RASPBERRYPI_v7_KERNEL_PACKAGE_NAME}-image"
24+
RDEPENDS:${KERNEL_PACKAGE_NAME}-dev:raspberrypi-armv7:append = " ${RASPBERRYPI_v7_KERNEL_PACKAGE_NAME}-dev"
25+
RDEPENDS:${KERNEL_PACKAGE_NAME}-vmlinux:raspberrypi-armv7:append = " ${RASPBERRYPI_v7_KERNEL_PACKAGE_NAME}-vmlinux"
26+
RDEPENDS:${KERNEL_PACKAGE_NAME}-modules:raspberrypi-armv7:append = " ${RASPBERRYPI_v7_KERNEL_PACKAGE_NAME}-modules"
27+
RDEPENDS:${KERNEL_PACKAGE_NAME}-dbg:raspberrypi-armv7:append = " ${RASPBERRYPI_v7_KERNEL_PACKAGE_NAME}-dbg"
28+
29+
DEPLOYDEP = ""
30+
DEPLOYDEP:raspberrypi-armv7 = "${RASPBERRYPI_v7_KERNEL}:do_deploy"
31+
do_deploy[depends] += "${DEPLOYDEP}"

0 commit comments

Comments
 (0)