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

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