mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00

Changelog: 51c8fea5875f gpu: drm: panel: sn65dsi83: mask clock irq bb32f223a52d arm64: dts: imx8mp-mmr: Initial device-tree 4a267a5e2661 arm: imx8mm-nitrogen_smarc: enable usb otg support f528b26ca34a arm: dts: imx8mm-nitrogen_smarc: disable adma for SDIO wifi Signed-off-by: Gary Bisson <gary.bisson@ezurio.com>
25 lines
802 B
BlitzBasic
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 = "51c8fea5875f876f279e255981ab9db092b275ea"
|
|
DEPENDS += "lzop-native bc-native"
|
|
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|nitrogen6sx|nitrogen7|nitrogen8m|nitrogen8mm|nitrogen8mn|nitrogen8mp)"
|
|
|
|
KBUILD_DEFCONFIG ?= "boundary_defconfig"
|
|
|
|
S = "${WORKDIR}/git"
|