From cd3411088f6bb4393d79c50b5f7eef3f11a83435 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 00:31:33 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- recipes-append/busybox/busybox_1.22.1.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-append/busybox/busybox_1.22.1.bbappend (limited to 'recipes-append/busybox') diff --git a/recipes-append/busybox/busybox_1.22.1.bbappend b/recipes-append/busybox/busybox_1.22.1.bbappend new file mode 100644 index 0000000..33ffdc5 --- /dev/null +++ b/recipes-append/busybox/busybox_1.22.1.bbappend @@ -0,0 +1,5 @@ +do_prepare_config_append () { + sed -i -e 's/# CONFIG_CHRT is not set/CONFIG_CHRT=y/' .config + sed -i -e 's/# CONFIG_TASKSET is not set/CONFIG_TASKSET=y/' .config + sed -i -e 's/# CONFIG_FEATURE_TASKSET_FANCY is not set/CONFIG_FEATURE_TASKSET_FANCY=y/' .config +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf