From ff10f72abda52315b892c64f711096772d9a4c1c Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 13 Aug 2013 11:01:50 -0700 Subject: meta-skeleton: Add busybox config fragment example This shows an example of the config fragment support that both the linux-yocto and busybox recipes use. This example is specific to busybox. By adding busybox CONFIG options into a .cfg file and then adding that .cfg file to SRC_URI the merge_config.sh script will correctly handle these CONFIG options during the do_configure task. The merge_config.sh script uses a last-in wins method. For more details about this, see the Kernel Development Manual Section 2.2.3 http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html#changing-the-configuration (From OE-Core rev: 57662d4f813d5795cac1529633db80a09efdb089) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg (limited to 'meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg') diff --git a/meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg b/meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg new file mode 100644 index 0000000000..f840ecd26c --- /dev/null +++ b/meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg @@ -0,0 +1 @@ +# CONFIG_RFKILL is not set -- cgit v1.2.3-54-g00ecf