summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_4.9-2.3.x.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-07-17 18:48:42 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-09-19 10:49:24 +0200
commit0d6ec6f2b586a50936910715f2baf762088b21b1 (patch)
tree0b5a8190e085b2c3af4db06aeba7bb28344f0b3e /recipes-kernel/linux/linux-toradex_4.9-2.3.x.bb
parent220d253a54badac91283d5b949e1458e79906b05 (diff)
linux-toradex-rt: update to 4.14-2.0.x version
Update rt kernel recipe to use the linux-toradex_4.14-2.0.x kernel. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex_4.9-2.3.x.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex_4.9-2.3.x.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes-kernel/linux/linux-toradex_4.9-2.3.x.bb b/recipes-kernel/linux/linux-toradex_4.9-2.3.x.bb
deleted file mode 100644
index d4a464d..0000000
--- a/recipes-kernel/linux/linux-toradex_4.9-2.3.x.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
-require recipes-kernel/linux/linux-imx.inc
-
-SUMMARY = "Linux kernel for Toradex Freescale i.MX based modules"
-
-SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH} \
- file://defconfig"
-
-# Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS)
-KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}"
-
-LOCALVERSION = "-${TDX_VER_ITEM}"
-PV_append = "+git${SRCPV}"
-
-SRCREV = "d899927728beca8357a5b4120b690cb3c1d80844"
-SRCBRANCH = "toradex_4.9-2.3.x-imx"
-SRCREV_use-head-next = "${AUTOREV}"
-SRCBRANCH_use-head-next = "toradex_4.9-2.3.x-imx-next"
-
-DEPENDS += "lzop-native bc-native"
-COMPATIBLE_MACHINE = "(mx6|mx7)"
-
-# defaults
-TDX_VER_ITEM ??= "0"