| Submitter | Bernhard Reutner-Fischer |
|---|---|
| Date | Feb. 5, 2013, 3:55 p.m. |
| Message ID | <0574b409893545c5ce601853c0210e3047b02297.1360079373.git.rep.dot.nop@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/44115/ |
| State | New |
| Headers | show |
Comments
On Tue, 2013-02-05 at 16:55 +0100, Bernhard Reutner-Fischer wrote: > The update-modules script calls id(1), so turn on id in this case. > Bump PR. > > Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> > --- > meta/recipes-core/busybox/busybox.inc | 1 + > meta/recipes-core/busybox/busybox_1.20.2.bb | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) Wasn't update-modules just removed from OECore? Cheers, Richard
On 5 February 2013 17:38, Richard Purdie <richard.purdie@linuxfoundation.org> wrote: > On Tue, 2013-02-05 at 16:55 +0100, Bernhard Reutner-Fischer wrote: >> The update-modules script calls id(1), so turn on id in this case. >> Bump PR. >> >> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> >> --- >> meta/recipes-core/busybox/busybox.inc | 1 + >> meta/recipes-core/busybox/busybox_1.20.2.bb | 2 +- >> 2 files changed, 2 insertions(+), 1 deletion(-) > > Wasn't update-modules just removed from OECore? could be, i am still at 8dd608dac1e5658197078d002dc1b3dc8ac83184 here because i feared that unrelated stuff will fail again on me (see the Revert in this series for one example). Please disregard this hunk if it is moot by now.. cheers,
Patch
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 972df6d..b0a3cbe 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta/recipes-core/busybox/busybox.inc @@ -59,6 +59,7 @@ def features_to_busybox_settings(d): busybox_cfg('ipv6', distro_features, 'CONFIG_FEATURE_IFUPDOWN_IPV6', cnf, rem) busybox_cfg('wifi', distro_features, 'CONFIG_RFKILL', cnf, rem) busybox_cfg('bluetooth', distro_features, 'CONFIG_RFKILL', cnf, rem) + busybox_cfg('update-modules', distro_features, 'CONFIG_ID', cnf, rem) return "\n".join(cnf), "\n".join(rem) # X, Y = ${@features_to_uclibc_settings(d)} diff --git a/meta/recipes-core/busybox/busybox_1.20.2.bb b/meta/recipes-core/busybox/busybox_1.20.2.bb index 783261e..3ea100d 100644 --- a/meta/recipes-core/busybox/busybox_1.20.2.bb +++ b/meta/recipes-core/busybox/busybox_1.20.2.bb @@ -1,5 +1,5 @@ require busybox.inc -PR = "r5" +PR = "r6" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://B921600.patch \
The update-modules script calls id(1), so turn on id in this case. Bump PR. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> --- meta/recipes-core/busybox/busybox.inc | 1 + meta/recipes-core/busybox/busybox_1.20.2.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)