meta-nuvoton: evb-npcm845: busybox: add lsusb and timeout command
Add `lsusb` to make checking usb devices easier.
Add `timeout` to enable this command feature.
Signed-off-by: Tim Lee <timlee660101@gmail.com>
Change-Id: I817e52cd3ba8c4d58345772f050e1e3bdac2098c
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 0000000..2aba6ef
--- /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 0000000..40c6c34
--- /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 0000000..b103c1a
--- /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"