summaryrefslogtreecommitdiffstats
path: root/recipes-append/busybox/busybox_1.21.1.bbappend
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2013-12-12 17:36:38 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2013-12-12 17:36:38 +0100
commit2a7348129a42f21095fcd62e47a035f78d254130 (patch)
tree544dc8019a8f8cb684ace8674193605e607f9964 /recipes-append/busybox/busybox_1.21.1.bbappend
downloadmeta-enea-master.tar.gz
initial commit of Enea Linux 3.1HEADmaster
Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-append/busybox/busybox_1.21.1.bbappend')
-rw-r--r--recipes-append/busybox/busybox_1.21.1.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-append/busybox/busybox_1.21.1.bbappend b/recipes-append/busybox/busybox_1.21.1.bbappend
new file mode 100644
index 0000000..33ffdc5
--- /dev/null
+++ b/recipes-append/busybox/busybox_1.21.1.bbappend
@@ -0,0 +1,5 @@
1do_prepare_config_append () {
2 sed -i -e 's/# CONFIG_CHRT is not set/CONFIG_CHRT=y/' .config
3 sed -i -e 's/# CONFIG_TASKSET is not set/CONFIG_TASKSET=y/' .config
4 sed -i -e 's/# CONFIG_FEATURE_TASKSET_FANCY is not set/CONFIG_FEATURE_TASKSET_FANCY=y/' .config
5} \ No newline at end of file