From e5c78efea03913c4774a6527b861c93cf3835122 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 15 May 2018 17:08:28 +0200 Subject: 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 Acked-by: Marcel Ziswiler --- recipes-kernel/linux/linux-toradex-rt_4.9-1.0.x.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3