commit | adfde9050096b43fe4062402dd6da8515886ea42 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Wed Jan 23 14:37:55 2019 -0600 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Jan 23 14:37:55 2019 -0600 |
tree | b147f6d3ee257c4549106f310ccc7abe16ed3b52 | |
parent | 9c653e0df630e00ddc8dca36ea53713192616eab [diff] |
Remove _witherspoon from remaining bbappend files 9c653e0df was the first commit in this direction. These files are already in the meta-witherspoon subdirectory, it's redundant to have the _witherspoon append in the bbappend files. This allows off-shoots of the witherspoon system to easily include this meta layer and get the witherspoon default files. Change-Id: Id34d51a5c696505f4802e7ce2772dc1b9d4bc458 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-witherspoon/recipes-phosphor/console/obmc-console_%.bbappend b/meta-witherspoon/recipes-phosphor/console/obmc-console_%.bbappend index ffe6b0c..72d991c 100644 --- a/meta-witherspoon/recipes-phosphor/console/obmc-console_%.bbappend +++ b/meta-witherspoon/recipes-phosphor/console/obmc-console_%.bbappend
@@ -1 +1 @@ -FILESEXTRAPATHS_prepend_witherspoon := "${THISDIR}/${PN}:" +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
diff --git a/meta-witherspoon/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend b/meta-witherspoon/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend index dfa24d8..71a5836 100644 --- a/meta-witherspoon/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend +++ b/meta-witherspoon/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend
@@ -1,2 +1,2 @@ -FILESEXTRAPATHS_append_witherspoon := ":${THISDIR}/${PN}" -SRC_URI_append_witherspoon = " file://TPMEnable-default-true.override.yml" +FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" +SRC_URI_append = " file://TPMEnable-default-true.override.yml"