summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-04-10 19:09:44 -0700
committerArmin Kuster <akuster808@gmail.com>2015-04-15 17:54:40 -0700
commit58096a9c97c8897d937a73be38316df30791b8bf (patch)
tree522d0e0d7d247a827587efe198e25a479dda008b /recipes-core
parent43fd825acf3b8f3cb3e9d08f70c67d5814e2c7e5 (diff)
downloadmeta-security-58096a9c97c8897d937a73be38316df30791b8bf.tar.gz
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 <akuster808@gmail.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/busybox/busybox/head.cfg1
-rw-r--r--recipes-core/busybox/busybox_%.bbappend3
2 files changed, 4 insertions, 0 deletions
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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3SRC_URI += "file://head.cfg"