From cc586019efb65a67f88e07f2a9afb84befc92a38 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 6 Mar 2019 16:23:24 +0100 Subject: linux-toradex: drop include tdx_version.conf Variables from tdx_version.conf are now provided by the distro. Add defaults in case someone doesn't use our distro. Signed-off-by: Max Krummenacher --- recipes-kernel/linux/linux-toradex-mainline_4.14.bb | 3 ++- recipes-kernel/linux/linux-toradex_3.10.40.bb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb index 9a89ef1..e45b52f 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 -include conf/tdx_version.conf LINUX_VERSION ?= "4.14.90" @@ -103,3 +102,5 @@ do_uboot_mkimage_prepend() { cd ${B} } +# defaults +TDX_VER_ITEM ??= "0" diff --git a/recipes-kernel/linux/linux-toradex_3.10.40.bb b/recipes-kernel/linux/linux-toradex_3.10.40.bb index 4b1775c..e2048f2 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 -include conf/tdx_version.conf LINUX_VERSION ?= "3.10.40" @@ -59,3 +58,5 @@ do_uboot_mkimage_prepend() { cd ${B} } +# defaults +TDX_VER_ITEM ??= "0" -- cgit v1.2.3