aboutsummaryrefslogtreecommitdiffstats
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 00000000..71341dc2
--- /dev/null
+++ b/meta-fsl-extras/recipes/linux/linux-warp7_4.1.bb
@@ -0,0 +1,18 @@
+# Copyright (C) 2016 NXP Semiconductors
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+include recipes-kernel/linux/linux-fslc.inc
+
+DESCRIPTION = "Linux kernel based on linux-fsl-imx branch 4.1-1.0.x-imx from FSL Community BSP \
+with additional patches to cover devices specific on WaRP7 board."
+
+DEPENDS += "lzop-native bc-native"
+
+SRCBRANCH = "4.1-1.0.x-imx"
+SRCREV = "a543d1bd884028bed97c06ae4087e051a9176499"
+LOCALVERSION = "-${SRCBRANCH}-warp7"
+
+SRC_URI = "git://github.com/warp7/linux-fslc.git;branch=${SRCBRANCH} \
+ file://defconfig"
+
+COMPATIBLE_MACHINE = "(imx7s-warp)"