summaryrefslogtreecommitdiff
path: root/meta-facebook
diff options
context:
space:
mode:
authorPotin Lai <potin.lai@quantatw.com>2023-02-24 03:56:25 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-02-24 15:37:25 +0300
commitec3d3aecf5364c1776641f90646c0b1815dc55dd (patch)
treeb6c8fc7a9211a15080febc4f4d39850e66248111 /meta-facebook
parent6ad66f7800abb6ae5e8d2345b2d47ab4ecb65779 (diff)
downloadopenbmc-ec3d3aecf5364c1776641f90646c0b1815dc55dd.tar.xz
meta-facebook: busybox: add timeout command
Add extra config to enable timeout command feature. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I0754e75856794d9a6cb3ec476d6ad5dd88d97739
Diffstat (limited to 'meta-facebook')
-rw-r--r--meta-facebook/recipes-core/busybox/busybox/timeout.cfg2
-rw-r--r--meta-facebook/recipes-core/busybox/busybox_%.bbappend4
2 files changed, 6 insertions, 0 deletions
diff --git a/meta-facebook/recipes-core/busybox/busybox/timeout.cfg b/meta-facebook/recipes-core/busybox/busybox/timeout.cfg
new file mode 100644
index 0000000000..7e727705bb
--- /dev/null
+++ b/meta-facebook/recipes-core/busybox/busybox/timeout.cfg
@@ -0,0 +1,2 @@
+CONFIG_TIMEOUT=y
+
diff --git a/meta-facebook/recipes-core/busybox/busybox_%.bbappend b/meta-facebook/recipes-core/busybox/busybox_%.bbappend
new file mode 100644
index 0000000000..7fe1ecd119
--- /dev/null
+++ b/meta-facebook/recipes-core/busybox/busybox_%.bbappend
@@ -0,0 +1,4 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+SRC_URI:append = " \
+ file://timeout.cfg \
+"