From a060ea5e10488f7764612ef906b604e8515e3015 Mon Sep 17 00:00:00 2001 From: Jeremy Puhlman Date: Thu, 27 Feb 2020 14:20:50 -0800 Subject: linux-yocto: make FILESEXTRAPATHS explicit Something changed in the processing order for FILESEXTRAPATHS, that when := is used, defaultpkgname gets used instead of ${PN} and looks as follows: /project/../layers/meta-cloud-services/meta-openstack/recipes-kernel/linux/defaultpkgname/ Alter ${PN} to explictly linux-yocto to resolve the issue. Signed-off-by: Jeremy A. Puhlman Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-kernel/linux/linux-yocto_openstack.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_openstack.inc b/meta-openstack/recipes-kernel/linux/linux-yocto_openstack.inc index 843546c..cc774fe 100644 --- a/meta-openstack/recipes-kernel/linux/linux-yocto_openstack.inc +++ b/meta-openstack/recipes-kernel/linux/linux-yocto_openstack.inc @@ -1,4 +1,4 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" SRC_URI += "file://enable-veth.cfg \ file://enable-iscsi-tcp.cfg \ -- cgit v1.2.3-54-g00ecf