meta-intel: add intel suffix to recipes
Add a suffix, "intel" to all common intel recipe changes. The suffix is
defined in intel.inc, which is included already in the s2600wf machine
conf and likely any platform including meta-intel.
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I8113e8eb494548f5f8fff9888a9ad2e1a086a942
diff --git a/meta-common/recipes-phosphor/webui/phosphor-webui_%.bbappend b/meta-common/recipes-phosphor/webui/phosphor-webui_%.bbappend
index ff1bfdb..590e9e6 100644
--- a/meta-common/recipes-phosphor/webui/phosphor-webui_%.bbappend
+++ b/meta-common/recipes-phosphor/webui/phosphor-webui_%.bbappend
@@ -1,8 +1,8 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS_prepend_intel := "${THISDIR}/${PN}:"
-SRC_URI_append = " file://config.json"
+SRC_URI_append_intel = " file://config.json"
-do_compile_prepend() {
+do_compile_prepend_intel() {
cp -r ${WORKDIR}/config.json ${S}/
}