mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
30 lines
943 B
BlitzBasic
30 lines
943 B
BlitzBasic
# Copyright (C) 2012-2020 O.S. Systems Software LTDA.
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
require recipes-kernel/linux/linux-imx.inc
|
|
|
|
SUMMARY = "Kontron Linux mainline based kernel with backported features and fixes"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
|
|
|
DEPENDS += "lzop-native bc-native"
|
|
|
|
SRC_URI = "git://git.kontron-electronics.de/linux/linux.git;protocol=https;branch=${SRCBRANCH} \
|
|
file://defconfig"
|
|
LOCALVERSION = "-ktn"
|
|
|
|
|
|
# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
|
|
# required by kernel-yocto.bbclass.
|
|
#
|
|
# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
|
|
# should be updated once patchlevel is merged.
|
|
LINUX_VERSION = "5.10.95"
|
|
|
|
SRCBRANCH = "v5.10-ktn"
|
|
SRCREV = "546dec2e2d46f9050f6b5484d909e9d7a1f14747"
|
|
|
|
COMPATIBLE_MACHINE = "(imx6ul-kontron)"
|