mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-05 05:15:24 +02:00

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>
20 lines
523 B
BlitzBasic
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)"
|