meta-freescale-3rdparty/recipes-kernel/linux/linux-variscite_4.14.bb
Otavio Salvador 671aee4b2b Generalize overrides subsystem for NXP and Mainline support
This apply the changes from the script in the referred PR.

Refs: https://github.com/Freescale/meta-freescale/pull/980
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-02-23 10:41:48 -03:00

20 lines
523 B
BlitzBasic

# Copyright (C) 2013-16 Freescale Semiconductor
# Released under the MIT license (see COPYING.MIT for the terms)
require recipes-kernel/linux/linux-imx.inc
DEPENDS += "lzop-native bc-native"
LINUX_VERSION = "4.14.78"
SRCBRANCH = "imx_4.14.78_1.0.0_ga_var01"
SRCREV = "0b8118cd4d7b802748ff1a5de17a31a2990cdefd"
SRC_URI = "\
git://github.com/varigit/linux-imx.git;protocol=https;branch=${SRCBRANCH} \
file://defconfig \
"
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
COMPATIBLE_MACHINE = "(mx6-nxp-bsp)"