[OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

Laszlo Papp lpapp at kde.org
Tue Aug 13 17:23:28 UTC 2013


s/which files/which lines/


On Tue, Aug 13, 2013 at 6:23 PM, Laszlo Papp <lpapp at kde.org> wrote:

> How will this know which files exactly to disregard in the busybox include
> file (".inc")?
>
> Could you please give that to the commit message as explanation?
>
>
> On Tue, Aug 13, 2013 at 6:11 PM, Saul Wold <sgw at linux.intel.com> wrote:
>
>> 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.
>>
>> v2: fixed FILESEXTRAPATHS
>>
>> Signed-off-by: Saul Wold <sgw at linux.intel.com>
>> ---
>>  meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg   | 1 +
>>  meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend | 5 +++++
>>  2 files changed, 6 insertions(+)
>>  create mode 100644
>> meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg
>>  create mode 100644
>> meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend
>>
>> 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 0000000..42c6730
>> --- /dev/null
>> +++ b/meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg
>> @@ -0,0 +1 @@
>> +CONFIG_RFKILL=n
>> diff --git a/meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend
>> b/meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend
>> new file mode 100644
>> index 0000000..641f04a4
>> --- /dev/null
>> +++ b/meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend
>> @@ -0,0 +1,5 @@
>> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>> +
>> +SRC_URI += " \
>> +           file://no_rfkill.cfg \
>> +           "
>> --
>> 1.8.1.4
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20130813/e7e7ad25/attachment-0002.html>


More information about the Openembedded-core mailing list