summaryrefslogtreecommitdiff
path: root/meta-quanta
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2020-05-12 07:44:23 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-06-12 15:59:11 +0300
commit9f48c51db91e4117dc5339e3d9678f17f4fcd776 (patch)
tree67d3ee7e22528ce57478df384c5ac083b75f016c /meta-quanta
parent724af737c7b4cb40c10bb22e79427cfc534d1d86 (diff)
downloadopenbmc-9f48c51db91e4117dc5339e3d9678f17f4fcd776.tar.xz
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>
Diffstat (limited to 'meta-quanta')
-rw-r--r--meta-quanta/meta-gbs/recipes-core/busybox/busybox/busybox.cfg2
-rw-r--r--meta-quanta/meta-gbs/recipes-core/busybox/busybox_%.bbappend2
2 files changed, 4 insertions, 0 deletions
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 0000000000..4010eb573a
--- /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 0000000000..6947a4cbb8
--- /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"