meta-freescale-3rdparty/recipes-kernel/linux/linux-variscite_4.14.bb
Fabio Berton 3c8bede6b4 linux-variscite: Update to version 4.14.x
- Sync defconfig with imx_v7_var_defconfig
 - Remove old patches
 - Change recipe to use kernel-yocto.bbclass
 - KERNEL_IMAGETYPE need to set in machine conf file, drop it
 - Move COMPATIBLE_MACHINE to bottom

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2020-08-25 17:03:04 -03:00

20 lines
513 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=git;branch=${SRCBRANCH} \
file://defconfig \
"
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
COMPATIBLE_MACHINE = "(mx6)"