summaryrefslogtreecommitdiffstats
path: root/bsp/meta-freescale-3rdparty/recipes-kernel/linux/linux-karo_3.16.bb
blob: a4d184f58e088b2d590766a97a484b919c8b7a5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "Linux Kernel for Ka-Ro electronics TX Computer-On-Modules"

require recipes-kernel/linux/linux-imx.inc

DEPENDS += "lzop-native bc-native"

SRCBRANCH = "karo-tx6"
LOCALVERSION = "-2015-09-18"
SRCREV = "5340e6663c3b575808a5be437a25d8a7f85cb658"
KERNEL_SRC = "git://git.karo-electronics.de/karo-tx-linux.git;protocol=git"
SRC_URI = "${KERNEL_SRC};branch=${SRCBRANCH} \
           file://defconfig \
"

KERNEL_IMAGETYPE="uImage"

COMPATIBLE_MACHINE  = "(tx6[qsu]-.*)"