summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-11-11 17:37:12 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-20 17:08:06 +0100
commit1b1e831bf524b45821fcd60835f54a4f5329fc75 (patch)
treebc2e56efd03f8c8c86c8188be7a77b9c870b5fce
parentac6e061b40b6563206d5a01a22d7c7e868b5e066 (diff)
Stop using linux-dtb.inc
The Device Tree support is now handled by the kernel class. This patch removes the inclusion of linux-dtb.inc from the kernel recipes in this layer. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_4.14.bb1
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_4.9.bb1
-rw-r--r--recipes-kernel/linux/linux-toradex_3.10.40.bb1
3 files changed, 0 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
index 3bd54dc..2382e8c 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
@@ -7,7 +7,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-toradex-mainline-4.14:"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
inherit kernel siteinfo
-require recipes-kernel/linux/linux-dtb.inc
include conf/tdx_version.conf
LINUX_VERSION ?= "4.14"
diff --git a/recipes-kernel/linux/linux-toradex-mainline_4.9.bb b/recipes-kernel/linux/linux-toradex-mainline_4.9.bb
index 820dcb2..90dff07 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_4.9.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_4.9.bb
@@ -7,7 +7,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-toradex-mainline-4.9:"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
inherit kernel siteinfo
-require recipes-kernel/linux/linux-dtb.inc
include conf/tdx_version.conf
LINUX_VERSION ?= "4.9.52"
diff --git a/recipes-kernel/linux/linux-toradex_3.10.40.bb b/recipes-kernel/linux/linux-toradex_3.10.40.bb
index 47ab2d6..c3d8ac4 100644
--- a/recipes-kernel/linux/linux-toradex_3.10.40.bb
+++ b/recipes-kernel/linux/linux-toradex_3.10.40.bb
@@ -5,7 +5,6 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
inherit kernel siteinfo
-require recipes-kernel/linux/linux-dtb.inc
include conf/tdx_version.conf
LINUX_VERSION ?= "3.10.40"