meta-freescale-3rdparty/recipes-kernel/linux/linux-boundary_5.10.bb
Chris Dimich 4d7c7c5a2a linux-boundary: bump revision to 04f4286f
Changelog:
- add sensor clock for isp
- panel bug fixes

Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
2022-03-03 14:13:42 -08:00

25 lines
806 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 = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
LINUX_VERSION = "5.10.72"
SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH};protocol=https \
"
LOCALVERSION = "-2.0.0+yocto"
SRCBRANCH = "boundary-imx_5.10.x_2.0.0"
SRCREV = "04f4286fab381f1f9146cfbf527a81ad33fffb07"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|nitrogen6sx|nitrogen7|nitrogen8m|nitrogen8mm|nitrogen8mn|nitrogen8mp)"
KBUILD_DEFCONFIG ?= "boundary_defconfig"
S = "${WORKDIR}/git"