summaryrefslogtreecommitdiff
path: root/meta-google/conf
diff options
context:
space:
mode:
authorWilly Tu <wltu@google.com>2023-07-21 07:42:34 +0300
committerWilly Tu <wltu@google.com>2023-07-21 17:04:38 +0300
commite8faac0525e7e59857fa2d949733278ac62d9ac9 (patch)
treee9ac21d9921d0f7ee24773936723d2c4996aa564 /meta-google/conf
parent88ac2ede71bd8f00aee678ac378ff65396d316b4 (diff)
downloadopenbmc-e8faac0525e7e59857fa2d949733278ac62d9ac9.tar.xz
meta-google: Remove python3-core from nftables
python3-core is taking a lot of space causing the image to be too large in some systems. Remove the python package config to remove the dependencies. This is not done in bbappend because it didn't work when testing it out. Tested: Built with gbs and it doesn't have python3-core when tested with ``` INHERIT += "buildhistory" BUILDHISTORY_COMMIT = "1" ``` to get the package sizes. Change-Id: I5040cfb46ad618d622855891a462d53a887433fd Signed-off-by: Willy Tu <wltu@google.com>
Diffstat (limited to 'meta-google/conf')
-rw-r--r--meta-google/conf/distro/gbmc.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-google/conf/distro/gbmc.conf b/meta-google/conf/distro/gbmc.conf
index 213c7aa5d9..74c3d0e4d1 100644
--- a/meta-google/conf/distro/gbmc.conf
+++ b/meta-google/conf/distro/gbmc.conf
@@ -36,3 +36,6 @@ OBMC_ORG_YAML_SUBDIRS += " com/google"
ERROR_QA:append = " patch-fuzz"
IGPS_MACHINE:npcm8xx = "Google"
+
+# Remove dependencies on python3-core when using nftables
+PACKAGECONFIG:remove:pn-nftables = "python"