]> code.ossystems Code Review - openembedded-core.git/commit
meta-skeleton: Add busybox config fragment example
authorSaul Wold <sgw@linux.intel.com>
Tue, 13 Aug 2013 18:01:50 +0000 (11:01 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Aug 2013 22:03:44 +0000 (23:03 +0100)
commit57662d4f813d5795cac1529633db80a09efdb089
treed6e751665a23ccc88b7700c60fe2dbf3259524d5
parent23d633cc65cf31486263f120c71df82186cfdd22
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

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg [new file with mode: 0644]
meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend [new file with mode: 0644]