summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2020-02-27 14:20:50 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-03-02 15:10:56 -0500
commita060ea5e10488f7764612ef906b604e8515e3015 (patch)
tree0e9e04e61e630f265337df949262325e19d6ab30
parent98126915497501a6e0d12d719f478e56c5b045b6 (diff)
downloadmeta-cloud-services-a060ea5e10488f7764612ef906b604e8515e3015.tar.gz
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 <jpuhlman@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-kernel/linux/linux-yocto_openstack.inc2
1 files changed, 1 insertions, 1 deletions
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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:"
2 2
3SRC_URI += "file://enable-veth.cfg \ 3SRC_URI += "file://enable-veth.cfg \
4 file://enable-iscsi-tcp.cfg \ 4 file://enable-iscsi-tcp.cfg \