summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2018-05-15 17:08:28 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-06-18 13:03:59 +0200
commite5c78efea03913c4774a6527b861c93cf3835122 (patch)
treeb1b508567efb98a7fa24d06d81d049954b866e40 /recipes-kernel
parentf66aa597b9354bbddcc70c02450bc2f2e6b24862 (diff)
linux-toradex-rt: make sure correct defconfig is chosen
The linux-toradex and linux-toradex-rt recipe adds a directory with valid defconfigs to FILESEXTRAPATHS. Bitbake chooses the first defconfig which it founds, which in that case is the one from linux-toradex... Include linux-toradex first, and then prepend the path from the linux-toradex-rt recipe to make sure the defconfig for the -rt kernel will be used. However, in this scenario the PV variable can not be used since linux-toradex_4.9-1.0.x.bb appends PV with image version and git hash. Avoid using variables to avoid any ambiguity. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex-rt_4.9-1.0.x.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-toradex-rt_4.9-1.0.x.bb b/recipes-kernel/linux/linux-toradex-rt_4.9-1.0.x.bb
index 1965c98..c985f3b 100644
--- a/recipes-kernel/linux/linux-toradex-rt_4.9-1.0.x.bb
+++ b/recipes-kernel/linux/linux-toradex-rt_4.9-1.0.x.bb
@@ -1,5 +1,5 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
require recipes-kernel/linux/linux-toradex_4.9-1.0.x.bb
+FILESEXTRAPATHS_prepend := "${THISDIR}/linux-toradex-rt-4.9-1.0.x:"
SUMMARY = "Real-Time Linux kernel for Toradex Freescale i.MX based modules"