summaryrefslogtreecommitdiffstats
path: root/meta-fsl-extras/recipes/linux/linux-warp7_4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-fsl-extras/recipes/linux/linux-warp7_4.1.bb')
-rw-r--r--meta-fsl-extras/recipes/linux/linux-warp7_4.1.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-fsl-extras/recipes/linux/linux-warp7_4.1.bb b/meta-fsl-extras/recipes/linux/linux-warp7_4.1.bb
new file mode 100644
index 0000000..71341dc
--- /dev/null
+++ b/meta-fsl-extras/recipes/linux/linux-warp7_4.1.bb
@@ -0,0 +1,18 @@
1# Copyright (C) 2016 NXP Semiconductors
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4include recipes-kernel/linux/linux-fslc.inc
5
6DESCRIPTION = "Linux kernel based on linux-fsl-imx branch 4.1-1.0.x-imx from FSL Community BSP \
7with additional patches to cover devices specific on WaRP7 board."
8
9DEPENDS += "lzop-native bc-native"
10
11SRCBRANCH = "4.1-1.0.x-imx"
12SRCREV = "a543d1bd884028bed97c06ae4087e051a9176499"
13LOCALVERSION = "-${SRCBRANCH}-warp7"
14
15SRC_URI = "git://github.com/warp7/linux-fslc.git;branch=${SRCBRANCH} \
16 file://defconfig"
17
18COMPATIBLE_MACHINE = "(imx7s-warp)"