meta-quanta: gsj: remove unneeded binaries

Save room in flash by taking out some binaries that are unused.

This includes defining a new distro based on Phosphor that removes LDAP,
SLP, and Avahi as these are not used.

Change-Id: Iaab152d8f9890fb19747291e03097a74f29a9330
Signed-off-by: Benjamin Fair <benjaminfair@google.com>
diff --git a/meta-gsj/conf/distro/openbmc-gsj.conf b/meta-gsj/conf/distro/openbmc-gsj.conf
new file mode 100644
index 0000000..bc3f31b
--- /dev/null
+++ b/meta-gsj/conf/distro/openbmc-gsj.conf
@@ -0,0 +1,5 @@
+require conf/distro/openbmc-phosphor.conf
+
+DISTRO_FEATURES_remove = "avahi"
+DISTRO_FEATURES_remove = "ldap"
+DISTRO_FEATURES_remove = "slp"