summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox/lsusb.cfg1
-rw-r--r--meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox/timeout.cfg1
-rw-r--r--meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox_%.bbappend4
3 files changed, 6 insertions, 0 deletions
diff --git a/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox/lsusb.cfg b/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox/lsusb.cfg
new file mode 100644
index 0000000000..2aba6ef600
--- /dev/null
+++ b/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox/lsusb.cfg
@@ -0,0 +1 @@
+CONFIG_LSUSB=y
diff --git a/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox/timeout.cfg b/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox/timeout.cfg
new file mode 100644
index 0000000000..40c6c34247
--- /dev/null
+++ b/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox/timeout.cfg
@@ -0,0 +1 @@
+CONFIG_TIMEOUT=y
diff --git a/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox_%.bbappend b/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox_%.bbappend
new file mode 100644
index 0000000000..b103c1a1a6
--- /dev/null
+++ b/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox_%.bbappend
@@ -0,0 +1,4 @@
+FILESEXTRAPATHS:prepend:evb-npcm845 := "${THISDIR}/${PN}:"
+
+SRC_URI:append:evb-npcm845 = " file://lsusb.cfg"
+SRC_URI:append:evb-npcm845 = " file://timeout.cfg"