From 58096a9c97c8897d937a73be38316df30791b8bf Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Fri, 10 Apr 2015 19:09:44 -0700 Subject: libseccomp: add tests update busybox for extend head option for test suite remove seq -f option as it is not supported buy busybox Signed-off-by: Armin Kuster --- recipes-core/busybox/busybox/head.cfg | 1 + recipes-core/busybox/busybox_%.bbappend | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 recipes-core/busybox/busybox/head.cfg create mode 100644 recipes-core/busybox/busybox_%.bbappend (limited to 'recipes-core') diff --git a/recipes-core/busybox/busybox/head.cfg b/recipes-core/busybox/busybox/head.cfg new file mode 100644 index 0000000..16017ea --- /dev/null +++ b/recipes-core/busybox/busybox/head.cfg @@ -0,0 +1 @@ +CONFIG_FEATURE_FANCY_HEAD=y diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend new file mode 100644 index 0000000..8bb0706 --- /dev/null +++ b/recipes-core/busybox/busybox_%.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://head.cfg" -- cgit v1.2.3-54-g00ecf