meta-freescale-3rdparty/recipes-kernel/linux/linux-boundary_5.15.bb
Gary Bisson 39273e1576 linux-boundary: bump revision to 8666151f
- Update RPMSG RSC table address
- Fix HDMI audio node disablement for 8MP
- Add 8ULP PWM backlight support
- Also update the Linux tree URL to match new naming

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2023-04-14 15:32:51 +02:00

25 lines
802 B
BlitzBasic

# Adapted from linux-imx.inc, copyright (C) 2013, 2014 O.S. Systems Software LTDA
# Released under the MIT license (see COPYING.MIT for the terms)
require recipes-kernel/linux/linux-imx.inc
SUMMARY = "Linux kernel for Boundary Devices boards"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
LINUX_VERSION = "5.15.71"
SRC_URI = "git://github.com/boundarydevices/linux.git;branch=${SRCBRANCH};protocol=https \
"
LOCALVERSION = "-2.2.0+yocto"
SRCBRANCH = "boundary-imx_5.15.y"
SRCREV = "8666151fcb5bcadde997e4f7fb35e4414b14817e"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|nitrogen6sx|nitrogen7|nitrogen8m|nitrogen8mm|nitrogen8mn|nitrogen8mp)"
KBUILD_DEFCONFIG ?= "boundary_defconfig"
S = "${WORKDIR}/git"