aboutsummaryrefslogtreecommitdiffstats
path: root/meta-fsl-extras/recipes-kernel/linux/linux-warp7_4.1.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-08-29 15:53:47 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2019-09-20 12:39:50 +0300
commit8b14714e95a2d82f9747c08be494a09ddf2f01be (patch)
treef7b8d64043abea230264d4892502896ca1757640 /meta-fsl-extras/recipes-kernel/linux/linux-warp7_4.1.bb
parent61c40f565769b34f82c57aedf3f730f23b9f7c03 (diff)
Move extra layers to use BBFILES_DYNAMIC
Instead of having additional meta layers, include the bbappends dynamically whenever the corresponding layer is used. Change-Id: I30f62ada645d9bf0e2a4aee9ca4db4144a6ccb83 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-fsl-extras/recipes-kernel/linux/linux-warp7_4.1.bb')
-rw-r--r--meta-fsl-extras/recipes-kernel/linux/linux-warp7_4.1.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-fsl-extras/recipes-kernel/linux/linux-warp7_4.1.bb b/meta-fsl-extras/recipes-kernel/linux/linux-warp7_4.1.bb
deleted file mode 100644
index 71341dc2..00000000
--- a/meta-fsl-extras/recipes-kernel/linux/linux-warp7_4.1.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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)"