busybox: Consolidate rules into a single file

Change-Id: I0fad530d23558737b4217ab604fc31098ac06254
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-google/recipes-core/busybox/busybox_%.bbappend b/meta-google/recipes-core/busybox/busybox_%.bbappend
index affe663..9d8cb2d 100644
--- a/meta-google/recipes-core/busybox/busybox_%.bbappend
+++ b/meta-google/recipes-core/busybox/busybox_%.bbappend
@@ -1,7 +1,2 @@
 FILESEXTRAPATHS_prepend_gbmc := "${THISDIR}/files:"
-SRC_URI_append_gbmc = " \
-    file://udhcpc6.cfg \
-    file://ip.cfg \
-    file://ls.cfg \
-    file://lsusb.cfg \
-"
+SRC_URI_append_gbmc = " file://gbmc.cfg"
diff --git a/meta-google/recipes-core/busybox/files/gbmc.cfg b/meta-google/recipes-core/busybox/files/gbmc.cfg
new file mode 100644
index 0000000..51d15d1
--- /dev/null
+++ b/meta-google/recipes-core/busybox/files/gbmc.cfg
@@ -0,0 +1,15 @@
+# gBMC uses iproute2
+CONFIG_IP=n
+CONFIG_NETSTAT=n
+
+# Debugging utilities
+CONFIG_LSOF=y
+CONFIG_LSUSB=y
+
+# Used by NC-SId
+CONFIG_FEATURE_IPV6=y
+CONFIG_UDHCPC6=y
+CONFIG_FEATURE_UDHCPC6_RFC3646=y
+CONFIG_FEATURE_UDHCPC6_RFC4704=y
+CONFIG_FEATURE_UDHCPC6_RFC4833=y
+CONFIG_FEATURE_UDHCPC6_RFC5970=y
diff --git a/meta-google/recipes-core/busybox/files/ip.cfg b/meta-google/recipes-core/busybox/files/ip.cfg
deleted file mode 100644
index e8acf56..0000000
--- a/meta-google/recipes-core/busybox/files/ip.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-CONFIG_IP=n
-CONFIG_NETSTAT=n
diff --git a/meta-google/recipes-core/busybox/files/ls.cfg b/meta-google/recipes-core/busybox/files/ls.cfg
deleted file mode 100644
index a302cb8..0000000
--- a/meta-google/recipes-core/busybox/files/ls.cfg
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_LSOF=y
diff --git a/meta-google/recipes-core/busybox/files/lsusb.cfg b/meta-google/recipes-core/busybox/files/lsusb.cfg
deleted file mode 100644
index 2aba6ef..0000000
--- a/meta-google/recipes-core/busybox/files/lsusb.cfg
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_LSUSB=y
diff --git a/meta-google/recipes-core/busybox/files/udhcpc6.cfg b/meta-google/recipes-core/busybox/files/udhcpc6.cfg
deleted file mode 100644
index 1c2766f..0000000
--- a/meta-google/recipes-core/busybox/files/udhcpc6.cfg
+++ /dev/null
@@ -1,6 +0,0 @@
-CONFIG_FEATURE_IPV6=y
-CONFIG_UDHCPC6=y
-CONFIG_FEATURE_UDHCPC6_RFC3646=y
-CONFIG_FEATURE_UDHCPC6_RFC4704=y
-CONFIG_FEATURE_UDHCPC6_RFC4833=y
-CONFIG_FEATURE_UDHCPC6_RFC5970=y