FILESEXTRAPATHS was being added to unconditionally. Use the
intel-x86-common MACHINEOVERRIDE to fix the issue.

Signed-off-by: California Sullivan <[email protected]>
---
Since we switched to initramfs-framework we don't actually use this.
Could we drop this instead?
 common/recipes-core/initrdscripts/initramfs-live-install-efi_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/common/recipes-core/initrdscripts/initramfs-live-install-efi_%.bbappend 
b/common/recipes-core/initrdscripts/initramfs-live-install-efi_%.bbappend
index 1e71be9..0b3a1d3 100644
--- a/common/recipes-core/initrdscripts/initramfs-live-install-efi_%.bbappend
+++ b/common/recipes-core/initrdscripts/initramfs-live-install-efi_%.bbappend
@@ -1,2 +1,2 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/files:"
 PACKAGE_ARCH_intel-x86-common = "${INTEL_COMMON_PACKAGE_ARCH}"
-- 
2.9.5

-- 
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to