All of lore.kernel.org
 help / color / mirror / Atom feed
* kernel dev manual: KBRANCH_DEFAULT is dead, jim.
@ 2015-02-25 11:20 Robert P. J. Day
  2015-02-25 16:47 ` Darren Hart
  2015-03-02 19:14 ` Rifenbark, Scott M
  0 siblings, 2 replies; 6+ messages in thread
From: Robert P. J. Day @ 2015-02-25 11:20 UTC (permalink / raw)
  To: Yocto discussion list


  ch 3 still refers to the variable KBRANCH_DEFAULT even though that
variable was tossed back in march of 2014:

commit e631fc989b08873f559c5927117301294f04298c
Author: Bruce Ashfield <bruce.ashfield@windriver.com>
Date:   Tue Mar 18 23:01:19 2014 -0400

    kernel-yocto: remove KBRANCH_DEFAULT

    KBRANCH_DEFAULT is no longer used, so we can remove it from all
    recipes (and it won't be missed).

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: kernel dev manual: KBRANCH_DEFAULT is dead, jim.
  2015-02-25 11:20 kernel dev manual: KBRANCH_DEFAULT is dead, jim Robert P. J. Day
@ 2015-02-25 16:47 ` Darren Hart
  2015-02-25 17:33   ` Rifenbark, Scott M
  2015-03-02 19:14 ` Rifenbark, Scott M
  1 sibling, 1 reply; 6+ messages in thread
From: Darren Hart @ 2015-02-25 16:47 UTC (permalink / raw)
  To: Robert P. J. Day, Yocto discussion list

Good catch, thanks Robert. Care to send a patch to the documentation?

On 2/25/15, 3:20 AM, "Robert P. J. Day" <rpjday@crashcourse.ca> wrote:

>
>  ch 3 still refers to the variable KBRANCH_DEFAULT even though that
>variable was tossed back in march of 2014:
>
>commit e631fc989b08873f559c5927117301294f04298c
>Author: Bruce Ashfield <bruce.ashfield@windriver.com>
>Date:   Tue Mar 18 23:01:19 2014 -0400
>
>    kernel-yocto: remove KBRANCH_DEFAULT
>
>    KBRANCH_DEFAULT is no longer used, so we can remove it from all
>    recipes (and it won't be missed).
>
>rday
>
>-- 
>
>========================================================================
>Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                        http://crashcourse.ca
>
>Twitter:                                       http://twitter.com/rpjday
>LinkedIn:                               http://ca.linkedin.com/in/rpjday
>========================================================================
>-- 
>_______________________________________________
>yocto mailing list
>yocto@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/yocto
>


-- 
Darren Hart
Intel Open Source Technology Center





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: kernel dev manual: KBRANCH_DEFAULT is dead, jim.
  2015-02-25 16:47 ` Darren Hart
@ 2015-02-25 17:33   ` Rifenbark, Scott M
  2015-02-25 21:09     ` Robert P. J. Day
  0 siblings, 1 reply; 6+ messages in thread
From: Rifenbark, Scott M @ 2015-02-25 17:33 UTC (permalink / raw)
  To: Darren Hart, Robert P. J. Day, Yocto discussion list

Don't worry about the patch Robert... I need to scrub the set to fix this up.

Scott

>-----Original Message-----
>From: yocto-bounces@yoctoproject.org [mailto:yocto-
>bounces@yoctoproject.org] On Behalf Of Darren Hart
>Sent: Wednesday, February 25, 2015 8:48 AM
>To: Robert P. J. Day; Yocto discussion list
>Subject: Re: [yocto] kernel dev manual: KBRANCH_DEFAULT is dead, jim.
>
>Good catch, thanks Robert. Care to send a patch to the documentation?
>
>On 2/25/15, 3:20 AM, "Robert P. J. Day" <rpjday@crashcourse.ca> wrote:
>
>>
>>  ch 3 still refers to the variable KBRANCH_DEFAULT even though that
>>variable was tossed back in march of 2014:
>>
>>commit e631fc989b08873f559c5927117301294f04298c
>>Author: Bruce Ashfield <bruce.ashfield@windriver.com>
>>Date:   Tue Mar 18 23:01:19 2014 -0400
>>
>>    kernel-yocto: remove KBRANCH_DEFAULT
>>
>>    KBRANCH_DEFAULT is no longer used, so we can remove it from all
>>    recipes (and it won't be missed).
>>
>>rday
>>
>>--
>>
>>==========================================================
>==============
>>Robert P. J. Day                                 Ottawa, Ontario, CANADA
>>                        http://crashcourse.ca
>>
>>Twitter:                                       http://twitter.com/rpjday
>>LinkedIn:                               http://ca.linkedin.com/in/rpjday
>>==========================================================
>=============
>>=
>>--
>>_______________________________________________
>>yocto mailing list
>>yocto@yoctoproject.org
>>https://lists.yoctoproject.org/listinfo/yocto
>>
>
>
>--
>Darren Hart
>Intel Open Source Technology Center
>
>
>
>--
>_______________________________________________
>yocto mailing list
>yocto@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: kernel dev manual: KBRANCH_DEFAULT is dead, jim.
  2015-02-25 17:33   ` Rifenbark, Scott M
@ 2015-02-25 21:09     ` Robert P. J. Day
  0 siblings, 0 replies; 6+ messages in thread
From: Robert P. J. Day @ 2015-02-25 21:09 UTC (permalink / raw)
  To: Rifenbark, Scott M; +Cc: Yocto discussion list, Darren Hart

On Wed, 25 Feb 2015, Rifenbark, Scott M wrote:

> Don't worry about the patch Robert... I need to scrub the set to fix
> this up.

  *i* wasn't about to patch it. :-)

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: kernel dev manual: KBRANCH_DEFAULT is dead, jim.
  2015-02-25 11:20 kernel dev manual: KBRANCH_DEFAULT is dead, jim Robert P. J. Day
  2015-02-25 16:47 ` Darren Hart
@ 2015-03-02 19:14 ` Rifenbark, Scott M
  2015-03-02 19:21   ` Robert P. J. Day
  1 sibling, 1 reply; 6+ messages in thread
From: Rifenbark, Scott M @ 2015-03-02 19:14 UTC (permalink / raw)
  To: Robert P. J. Day, Yocto discussion list

Robert, 

I have updated the docs to take care of this issue.  KBRANCH_DEFAULT is gone from the variable glossary, KBRANCH has been updated as well as the section in the kernel-dev manual that mentions its use.

Thanks, 
Scott

>-----Original Message-----
>From: yocto-bounces@yoctoproject.org [mailto:yocto-
>bounces@yoctoproject.org] On Behalf Of Robert P. J. Day
>Sent: Wednesday, February 25, 2015 3:20 AM
>To: Yocto discussion list
>Subject: [yocto] kernel dev manual: KBRANCH_DEFAULT is dead, jim.
>
>
>  ch 3 still refers to the variable KBRANCH_DEFAULT even though that variable
>was tossed back in march of 2014:
>
>commit e631fc989b08873f559c5927117301294f04298c
>Author: Bruce Ashfield <bruce.ashfield@windriver.com>
>Date:   Tue Mar 18 23:01:19 2014 -0400
>
>    kernel-yocto: remove KBRANCH_DEFAULT
>
>    KBRANCH_DEFAULT is no longer used, so we can remove it from all
>    recipes (and it won't be missed).
>
>rday
>
>--
>
>===========================================================
>=============
>Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                        http://crashcourse.ca
>
>Twitter:                                       http://twitter.com/rpjday
>LinkedIn:                               http://ca.linkedin.com/in/rpjday
>===========================================================
>=============
>--
>_______________________________________________
>yocto mailing list
>yocto@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: kernel dev manual: KBRANCH_DEFAULT is dead, jim.
  2015-03-02 19:14 ` Rifenbark, Scott M
@ 2015-03-02 19:21   ` Robert P. J. Day
  0 siblings, 0 replies; 6+ messages in thread
From: Robert P. J. Day @ 2015-03-02 19:21 UTC (permalink / raw)
  To: Rifenbark, Scott M; +Cc: Yocto discussion list

On Mon, 2 Mar 2015, Rifenbark, Scott M wrote:

> Robert,
>
> I have updated the docs to take care of this issue.
> KBRANCH_DEFAULT is gone from the variable glossary, KBRANCH has been
> updated as well as the section in the kernel-dev manual that
> mentions its use.

  cool ... stay tuned for my next session of annoying, pedantic
whining. :-)

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-02 19:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 11:20 kernel dev manual: KBRANCH_DEFAULT is dead, jim Robert P. J. Day
2015-02-25 16:47 ` Darren Hart
2015-02-25 17:33   ` Rifenbark, Scott M
2015-02-25 21:09     ` Robert P. J. Day
2015-03-02 19:14 ` Rifenbark, Scott M
2015-03-02 19:21   ` Robert P. J. Day

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.