meta-quanta: gbs: add busybox setting

Add devmem and lsusb commands to busybox

(From meta-quanta rev: ffc3435ebaee3efe1e5200f00ae3cca990070f7a)

Signed-off-by: George Hung <george.hung@quantatw.com>
Change-Id: I819790d7a8c82dd36c7fcbc585193e91c702e5ee
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-quanta/meta-gbs/recipes-core/busybox/busybox/busybox.cfg b/meta-quanta/meta-gbs/recipes-core/busybox/busybox/busybox.cfg
new file mode 100644
index 0000000..4010eb5
--- /dev/null
+++ b/meta-quanta/meta-gbs/recipes-core/busybox/busybox/busybox.cfg
@@ -0,0 +1,2 @@
+CONFIG_LSUSB=y
+CONFIG_DEVMEM=y
diff --git a/meta-quanta/meta-gbs/recipes-core/busybox/busybox_%.bbappend b/meta-quanta/meta-gbs/recipes-core/busybox/busybox_%.bbappend
new file mode 100644
index 0000000..6947a4c
--- /dev/null
+++ b/meta-quanta/meta-gbs/recipes-core/busybox/busybox_%.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS_prepend_gbs := "${THISDIR}/${PN}:"
+SRC_URI_append_gbs = " file://busybox.cfg"