From 4310ef1b0a74b14df1513bc336005b7aa3f0aa44 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 13 Jan 2020 11:37:32 +0100 Subject: [PATCH] jody-w1-driver-pcie: Fix missing PATH for patch PATH did not include the patch file. BugzID: 58213 --- recipes-imx/jody-w1-driver-pcie/jody-w1-driver-pcie_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-imx/jody-w1-driver-pcie/jody-w1-driver-pcie_%.bbappend b/recipes-imx/jody-w1-driver-pcie/jody-w1-driver-pcie_%.bbappend index 006f2c7..55ac235 100644 --- a/recipes-imx/jody-w1-driver-pcie/jody-w1-driver-pcie_%.bbappend +++ b/recipes-imx/jody-w1-driver-pcie/jody-w1-driver-pcie_%.bbappend @@ -1,3 +1,5 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + RDEPENDS_${PN}_remove = " ${PN}-wpa-supplicant ${PN}-hostapd" SRC_URI_append = "file://0001-Disable-wowlan_config.patch"