From 9f48c51db91e4117dc5339e3d9678f17f4fcd776 Mon Sep 17 00:00:00 2001 From: George Hung Date: Tue, 12 May 2020 12:44:23 +0800 Subject: meta-quanta: gbs: add busybox setting Add devmem and lsusb commands to busybox (From meta-quanta rev: ffc3435ebaee3efe1e5200f00ae3cca990070f7a) Signed-off-by: George Hung Change-Id: I819790d7a8c82dd36c7fcbc585193e91c702e5ee Signed-off-by: Andrew Geissler --- meta-quanta/meta-gbs/recipes-core/busybox/busybox/busybox.cfg | 2 ++ meta-quanta/meta-gbs/recipes-core/busybox/busybox_%.bbappend | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 meta-quanta/meta-gbs/recipes-core/busybox/busybox/busybox.cfg create mode 100644 meta-quanta/meta-gbs/recipes-core/busybox/busybox_%.bbappend 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 000000000..4010eb573 --- /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 000000000..6947a4cbb --- /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" -- cgit v1.2.3