From: Jack Mitchell <ml@communistcode.co.uk>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] busybox-1.21.1/defconfig: disable rfkill
Date: Tue, 13 Aug 2013 11:14:36 +0100 [thread overview]
Message-ID: <520A070C.3090302@communistcode.co.uk> (raw)
In-Reply-To: <CAOMwXhMx5Ky7HQAYxMP7_CyYOLqDPKz6TRsmVvZe0Cu-r-Vvkw@mail.gmail.com>
On 13/08/13 10:52, Laszlo Papp wrote:
> As we have already discussed that, it is not any clear at all without
> example. Yes, the end user does not really care about the internal
> implementation of the feature ....
>
> Please provide useful examples and tutorials how to use a feature
> especially when a user (and apparently others posting here) is such
> clueless.
>
> Oh, by the way, and I have mentioned this in the bug report as well. We
> need proper documentation, examples, and tutorials; i.e. I am not ahead
> of the day when I first read this post. ;-)
>
>
> On Tue, Aug 13, 2013 at 10:48 AM, Burton, Ross <ross.burton@intel.com
> <mailto:ross.burton@intel.com>> wrote:
>
> On 13 August 2013 08:32, Laszlo Papp <lpapp@kde.org
> <mailto:lpapp@kde.org>> wrote:
> > So, everyone suggested PACKAGECONFIG in here on the mailing list
> except Khem
> > whose reply I did not get.
> >
> > Yet, 4964 got closed by the "team". Could anyone please give a sane
> > description why and what would block the end users other than fork?
>
> Quoting from comment 1 on 4964:
>
> """
> Busybox is a rather complicated beast. PACKAGECONFIG is unfortunately
> not sufficient to manage it's config system. It is very similar to the
> Linux kernel config and we recently added configuration fragment
> support to busybox from the kernel recipes:
>
> commit 56dc1720caa48344238d352c7b6e9b0f0d41aa54
> Author: Chen Qi <Qi.Chen@windriver.com <mailto:Qi.Chen@windriver.com>>
> Date: Tue Feb 5 14:36:40 2013 +0800
>
> busybox: add config fragments
>
> This allows you to use the default config and include only the delta
> in your layer's bbappend in the form of a config fragment added to the
> SRC_URI.
> """
>
> If this isn't sufficient or is buggy, then fixing this is preferred
> (it works for the kernel, so should work for busybox).
>
> Ross
>
>
>
>
1) The top posting in this thread is nigh unbearable, please bottom post
in order to keep the flow of conversation.
2) The busybox config fragments was added in this cycle, which is
probably the reason for no official documentation yet.
3) There is an example in the bug report where it was added
(https://bugzilla.yoctoproject.org/show_bug.cgi?id=3379) which you can
look at if you wish to be an early adopter and test this _new_ feature.
4) For simplicity I have copied the explanation in below:
> Steps:
> 1. Add a new cal.cfg file to meta/recipes-core/busybox/busybox-1.20.2/
> $ cat cal.cfg
> CONFIG_CAL=y
>
> 2. Run "bitbake busybox"
> Check the build/tmp/work/armv5te-poky-linux-gnueabi/busybox/1.20.2-r5/busybox-1.20.2/.config file.
> The CONFIG_CAL should be set to y.
>
> 3. Run "bitbake core-image-minimal"
> Boot up the image, the cal command should be exist.
> root@qemuarm:~# which cal
> /usr/bin/cal
> root@qemuarm:~# ls -l /usr/bin/cal
> lrwxrwxrwx 1 root root 12 Mar 1 06:17 /usr/bin/cal -> /bin/busybox
> root@qemuarm:~#
So, all you need to do is add CONFIG_RFKILL=n or whatever the config
name is and that should remove rfkill from the busybox command set.
Regards,
--
Jack Mitchell (jack@embed.me.uk)
Embedded Systems Engineer
Cambrideshire, UK
http://www.embed.me.uk
--
next prev parent reply other threads:[~2013-08-13 10:14 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-29 7:16 [PATCH] busybox-1.21.1/defconfig: disable rfkill Laszlo Papp
2013-07-29 7:20 ` Paul Barker
2013-07-29 7:22 ` Laszlo Papp
2013-07-29 10:00 ` Phil Blundell
2013-07-29 10:01 ` Laszlo Papp
2013-07-29 10:20 ` Phil Blundell
2013-07-29 10:22 ` Laszlo Papp
2013-07-29 10:30 ` Laszlo Papp
2013-07-29 10:38 ` Phil Blundell
2013-07-29 10:42 ` Laszlo Papp
2013-07-29 10:46 ` Paul Barker
2013-07-29 10:48 ` Laszlo Papp
2013-07-29 11:05 ` Laszlo Papp
2013-07-29 10:46 ` Burton, Ross
2013-07-29 10:50 ` Laszlo Papp
2013-07-29 10:35 ` Phil Blundell
2013-07-29 10:37 ` Laszlo Papp
2013-07-29 12:18 ` Laszlo Papp
2013-07-29 12:20 ` Laszlo Papp
2013-07-29 13:34 ` Bernhard Reutner-Fischer
2013-07-29 13:34 ` Laszlo Papp
2013-07-29 15:42 ` Bernhard Reutner-Fischer
2013-07-30 15:55 ` Laszlo Papp
2013-07-30 16:10 ` Phil Blundell
2013-07-30 16:21 ` Burton, Ross
2013-07-31 11:13 ` Laszlo Papp
2013-07-29 10:42 ` Burton, Ross
2013-07-29 10:44 ` Laszlo Papp
2013-07-29 11:09 ` Marcin Juszkiewicz
2013-07-29 11:14 ` Laszlo Papp
2013-07-31 22:36 ` Khem Raj
[not found] ` <CAOMwXhMPmoFo+bYz9NAijJevWvizNFm0rsbVn1fPNHCS4Kf7yw@mail.gmail.com>
2013-08-13 7:32 ` Laszlo Papp
2013-08-13 7:33 ` Laszlo Papp
2013-08-13 9:48 ` Burton, Ross
2013-08-13 9:52 ` Laszlo Papp
2013-08-13 9:55 ` Laszlo Papp
2013-08-13 9:58 ` Burton, Ross
2013-08-13 10:00 ` Laszlo Papp
2013-08-13 10:17 ` Phil Blundell
2013-08-13 10:14 ` Jack Mitchell [this message]
2013-08-13 10:19 ` Laszlo Papp
2013-08-13 10:35 ` Jack Mitchell
2013-08-13 10:39 ` Laszlo Papp
2013-08-14 8:35 ` Fathi Boudra
-- strict thread matches above, loose matches on Subject: below --
2013-07-28 22:31 Laszlo Papp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=520A070C.3090302@communistcode.co.uk \
--to=ml@communistcode.co.uk \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox