meta-freescale-3rdparty/recipes-kernel/linux/linux-congatec_3.14.bb
Fabio Berton 7a00fff46b linux-congatec: Add patch to fix compile issue under gcc6
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-11-14 14:12:35 -02:00

21 lines
521 B
BlitzBasic

# Congatec QMX6 Linux/kernel
LICENSE = "GPLv2"
require recipes-kernel/linux/linux-imx.inc
require recipes-kernel/linux/linux-dtb.inc
DEPENDS += "lzop-native bc-native"
SRCBRANCH = "cgt_qmx6_3.14-1.0.x-mx6_1.0.0"
SRC_URI = "git://git.congatec.com/arm/imx6_kernel_3.14.git;protocol=http;branch=${SRCBRANCH} \
file://Fix-the-compile-issue-under-gcc6.patch \
file://defconfig"
SRCREV = "f5eee0b0b67b3021676dc9fd47cf95e1dd88b749"
LOCALVERSION = "-1.0.x-mx6-qmx6"
COMPATIBLE_MACHINE = "(cgtqmx6)"