meta-quanta: gbs: add busybox setting

Add devmem and lsusb commands to busybox

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