meta-freescale-3rdparty/recipes-kernel/linux/linux-boundary_6.1.bb
Chris Dimich ae7b1e1629 linux-boundary: bump revision to 7a916058
Mainly for nitrogen93 and nitrogen8ulp fixes.

Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
2024-03-04 09:32:09 -08:00

25 lines
794 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 = "6.1.22"
SRC_URI = "git://github.com/boundarydevices/linux.git;branch=${SRCBRANCH};protocol=https \
"
LOCALVERSION = "+yocto"
SRCBRANCH = "boundary-imx_6.1.y"
SRCREV = "7a916058577483224ac0593e4bebfca01315c6a9"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|nitrogen6sx|nitrogen7|nitrogen8m|nitrogen8mm|nitrogen8mn|nitrogen8mp)"
KBUILD_DEFCONFIG ?= "boundary_defconfig"
S = "${WORKDIR}/git"