summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorBrandon Kim <brandonkim@google.com>2021-12-21 20:26:54 +0300
committerBrandon Kim <brandonkim@google.com>2021-12-21 21:48:55 +0300
commitf9b08f806f4712c467c5ab1945f7746e195c0b7d (patch)
treeb1867b2d496194446ff76d1a6f25508c783c01f4 /meta-phosphor
parenta4d1550627645758ea23f069703ec341a343bd23 (diff)
downloadopenbmc-f9b08f806f4712c467c5ab1945f7746e195c0b7d.tar.xz
meta-phosphor: gnupg: Remove unneeded gnupg files
This saved 49152 bytes of compressed image space in our platform. Signed-off-by: Josh Lehan <krellan@google.com> Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I4b5b4c7cd2bfffb9720bae02624519ee10ca73af
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-support/gnupg/gnupg_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-support/gnupg/gnupg_%.bbappend b/meta-phosphor/recipes-support/gnupg/gnupg_%.bbappend
new file mode 100644
index 000000000..3f2f4f94f
--- /dev/null
+++ b/meta-phosphor/recipes-support/gnupg/gnupg_%.bbappend
@@ -0,0 +1,2 @@
+# Remove unneeded gnupg help files to save space
+EXTRA_OECONF:append:gbmc = " --disable-doc"