Message ID | 1376412296-7521-2-git-send-email-sgw@linux.intel.com |
---|---|
State | Superseded |
Headers | show |
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 := "${THISDIR}/${PN}" + +SRC_URI += " \ + file://no_rfkill.cfg \ + "
On Tue, 2013-08-13 at 09:44 -0700, Saul Wold 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. > > Signed-off-by: Saul Wold <sgw@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 I would have thought "# CONFIG_RFKILL is not set" would have been the correct string here. Otherwise, thanks for doing this, this is a great use of meta-skeleton. > 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 := "${THISDIR}/${PN}" > + > +SRC_URI += " \ > + file://no_rfkill.cfg \ > + "
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. Signed-off-by: Saul Wold <sgw@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