From: Denys Dmytriyenko <denys@ti.com>
To: Koen Kooi <koen@dominion.thruhere.net>
Cc: meta-ti@yoctoproject.org
Subject: Re: Turning off kernel config option
Date: Tue, 7 Aug 2012 11:38:07 -0400 [thread overview]
Message-ID: <20120807153806.GC8716@edge> (raw)
In-Reply-To: <015A9197-70E1-4195-BA85-71097586D635@dominion.thruhere.net>
On Tue, Aug 07, 2012 at 05:32:36PM +0200, Koen Kooi wrote:
>
> Op 7 aug. 2012, om 17:30 heeft Denys Dmytriyenko <denys@ti.com> het volgende geschreven:
>
> > On Tue, Aug 07, 2012 at 10:02:24AM +0100, Jack Mitchell wrote:
> >> I am trying to turn of CONFIG_SPI_DEBUG in the beaglebone BSP from
> >> meta-ti. I am using the poky distro configuration and I have changed
> >> the defconfig in
> >> meta-ti/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig
> >> but it still builds with CONFIG_SPI_DEBUG enabled.
> >
> > That should be the correct location, please make sure you re-do the unpack
> > task - if you previously built the kernel with the old defconfig, it will be
> > stored in the work directory and won't be copied from the repository above,
> > until you repeat the do_unpack task, i.e. by clenaing the build.
BTW, no need to clean the entire build, just the kernel build:
$ bitbake virtual/kernel -c clean
> Or just increment PR as you're supposed to, it's an output change after all.
> No need to check anything if you do it properly :)
Well, but then you are staring to change the recipe, which might be overkill
for a simple defconfig change you want to test. If you go that route, you may
want to create your own custom layer with the modified defconfig overlayed on
top of meta-ti and a simple .bbappend with PRINC. That way your changes will
be detached from meta-ti and you won't need to merge the recipe changes every
time meta-ti updates... Although, there's no way to bbappend the defconfig
itself - that's where config fragments come to play.
--
Denys
next prev parent reply other threads:[~2012-08-07 15:38 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-07 9:02 Turning off kernel config option Jack Mitchell
2012-08-07 15:03 ` Khem Raj
2012-08-07 15:30 ` Denys Dmytriyenko
2012-08-07 15:32 ` Koen Kooi
2012-08-07 15:38 ` Denys Dmytriyenko [this message]
2012-08-07 15:41 ` Philip Balister
2012-08-07 15:44 ` Richard Purdie
2012-08-07 15:53 ` Denys Dmytriyenko
2012-08-07 16:36 ` Jack Mitchell
2012-08-07 17:41 ` Koen Kooi
2012-08-08 8:51 ` Jack Mitchell
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=20120807153806.GC8716@edge \
--to=denys@ti.com \
--cc=koen@dominion.thruhere.net \
--cc=meta-ti@yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.