summaryrefslogtreecommitdiff
path: root/meta-phosphor/conf/distro/include/phosphor-pkg-tweaks.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/conf/distro/include/phosphor-pkg-tweaks.inc')
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-pkg-tweaks.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-pkg-tweaks.inc b/meta-phosphor/conf/distro/include/phosphor-pkg-tweaks.inc
new file mode 100644
index 0000000000..a5c1df8a8a
--- /dev/null
+++ b/meta-phosphor/conf/distro/include/phosphor-pkg-tweaks.inc
@@ -0,0 +1,7 @@
+## Some packages do not allow a simple bbappend to tweak the PACKAGECONFIG
+## because they can end up inheriting bbclasses, which cause other
+## side-effects before the bbappend is applied. Place tweaks for those
+## packages in this file.
+
+# Disable python from btrfs-tools
+PACKAGECONFIG:remove:pn-btrfs-tools = "python"