* chris larson's cool "bitbake-env" utility
@ 2012-11-29 15:34 Robert P. J. Day
2012-11-29 18:49 ` Tim Bird
0 siblings, 1 reply; 9+ messages in thread
From: Robert P. J. Day @ 2012-11-29 15:34 UTC (permalink / raw)
To: Yocto discussion list
possibly prompted by my incessant whining, chris larson wrote a
nifty utility called "bitbake-env"; i wrote a quick page about it
here:
http://www.crashcourse.ca/wiki/index.php/OE_bitbake-env_utility
this is going to be more than a little useful in my courses.
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] 9+ messages in thread* Re: chris larson's cool "bitbake-env" utility 2012-11-29 15:34 chris larson's cool "bitbake-env" utility Robert P. J. Day @ 2012-11-29 18:49 ` Tim Bird 2012-11-30 13:02 ` Robert P. J. Day 2012-11-30 13:53 ` Robert P. J. Day 0 siblings, 2 replies; 9+ messages in thread From: Tim Bird @ 2012-11-29 18:49 UTC (permalink / raw) To: Robert P. J. Day; +Cc: Yocto discussion list On 11/29/2012 07:34 AM, Robert P. J. Day wrote: > > possibly prompted by my incessant whining, chris larson wrote a > nifty utility called "bitbake-env"; i wrote a quick page about it > here: > > http://www.crashcourse.ca/wiki/index.php/OE_bitbake-env_utility > > this is going to be more than a little useful in my courses. Yeah - this looks great. I put a link to your page on my bitbake cheat sheet page at: http://elinux.org/Bitbake_Cheat_Sheet ============================= Tim Bird Architecture Group Chair, CE Workgroup of the Linux Foundation Senior Staff Engineer, Sony Network Entertainment ============================= ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: chris larson's cool "bitbake-env" utility 2012-11-29 18:49 ` Tim Bird @ 2012-11-30 13:02 ` Robert P. J. Day 2012-11-30 13:53 ` Robert P. J. Day 1 sibling, 0 replies; 9+ messages in thread From: Robert P. J. Day @ 2012-11-30 13:02 UTC (permalink / raw) To: Tim Bird; +Cc: Yocto discussion list On Thu, 29 Nov 2012, Tim Bird wrote: > On 11/29/2012 07:34 AM, Robert P. J. Day wrote: > > > > possibly prompted by my incessant whining, chris larson wrote a > > nifty utility called "bitbake-env"; i wrote a quick page about it > > here: > > > > http://www.crashcourse.ca/wiki/index.php/OE_bitbake-env_utility > > > > this is going to be more than a little useful in my courses. > > Yeah - this looks great. > > I put a link to your page on my bitbake cheat sheet page at: > http://elinux.org/Bitbake_Cheat_Sheet thanks. i just started a somewhat different bitbake tutorial page you can see buried in the midst of a bunch of other stuff here: http://www.crashcourse.ca/wiki/index.php/OE_Yocto_pages i'm collecting links to all of my arbitrary, disorganized OE/yocto wiki pages in one place, and you can see there's a section for bitbake stuff, with one link going back to your cheat sheet. my (in-progress) bitbake tutorial will be a hands-on walkthrough of the simpler features of bitbake, so new users can follow along, run the commands and actually see what happens, so it's definitely not a reference or cheat sheet in that sense of the word. adding more stuff to that "tutorial" page as we speak ... 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] 9+ messages in thread
* Re: chris larson's cool "bitbake-env" utility 2012-11-29 18:49 ` Tim Bird 2012-11-30 13:02 ` Robert P. J. Day @ 2012-11-30 13:53 ` Robert P. J. Day 2012-11-30 15:34 ` Eric Bénard 2012-12-04 1:06 ` Tim Bird 1 sibling, 2 replies; 9+ messages in thread From: Robert P. J. Day @ 2012-11-30 13:53 UTC (permalink / raw) To: Tim Bird; +Cc: Yocto discussion list On Thu, 29 Nov 2012, Tim Bird wrote: > I put a link to your page on my bitbake cheat sheet page at: > http://elinux.org/Bitbake_Cheat_Sheet as someone who has never bothered to play with any of the UIs and is thus asking from a position of total ignorance, i have a couple questions about the "User interfaces" section of that cheat sheet. using stock oe-core, i followed your cheat sheet and tried this: $ bitbake and got: ERROR: Timeout while attempting to communicate with bitbake server so i need to start the server? should that be mentioned there? i then tried: $ bitbake -u knotty2 FATAL: Invalid user interface 'knotty2' specified. Valid interfaces: depexp, goggle, ncurses, hob, knotty [default]. $ just pointing out that if i follow that cheat sheet to the letter, i run into problems. 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] 9+ messages in thread
* Re: chris larson's cool "bitbake-env" utility 2012-11-30 13:53 ` Robert P. J. Day @ 2012-11-30 15:34 ` Eric Bénard 2012-11-30 15:37 ` Robert P. J. Day 2012-12-04 1:06 ` Tim Bird 1 sibling, 1 reply; 9+ messages in thread From: Eric Bénard @ 2012-11-30 15:34 UTC (permalink / raw) To: Robert P. J. Day; +Cc: Yocto discussion list Le Fri, 30 Nov 2012 08:53:35 -0500 (EST), "Robert P. J. Day" <rpjday@crashcourse.ca> a écrit : > On Thu, 29 Nov 2012, Tim Bird wrote: > > > I put a link to your page on my bitbake cheat sheet page at: > > http://elinux.org/Bitbake_Cheat_Sheet > > as someone who has never bothered to play with any of the UIs and is > thus asking from a position of total ignorance, i have a couple > questions about the "User interfaces" section of that cheat sheet. > > using stock oe-core, i followed your cheat sheet and tried this: > > $ bitbake > > and got: > > ERROR: Timeout while attempting to communicate with bitbake server > > so i need to start the server? should that be mentioned there? > what would you expect to get when launching bitbake without any argument ? > i then tried: > > $ bitbake -u knotty2 > FATAL: Invalid user interface 'knotty2' specified. > Valid interfaces: depexp, goggle, ncurses, hob, knotty [default]. > $ > this is valid in denzil and no more in danny and up because of this commit : commit b97d50618b2187bcfd7d25f64d1444482ca62ef7 Author: Richard Purdie <richard.purdie@linuxfoundation.org> Date: Wed Aug 15 17:50:22 2012 +0100 knotty: Fold knotty2 into knotty and make it the default Eric ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: chris larson's cool "bitbake-env" utility 2012-11-30 15:34 ` Eric Bénard @ 2012-11-30 15:37 ` Robert P. J. Day 2012-11-30 19:44 ` Eric Bénard 0 siblings, 1 reply; 9+ messages in thread From: Robert P. J. Day @ 2012-11-30 15:37 UTC (permalink / raw) To: Eric Bénard; +Cc: Yocto discussion list [-- Attachment #1: Type: TEXT/PLAIN, Size: 1941 bytes --] On Fri, 30 Nov 2012, Eric Bénard wrote: > Le Fri, 30 Nov 2012 08:53:35 -0500 (EST), > "Robert P. J. Day" <rpjday@crashcourse.ca> a écrit : > > > On Thu, 29 Nov 2012, Tim Bird wrote: > > > > > I put a link to your page on my bitbake cheat sheet page at: > > > http://elinux.org/Bitbake_Cheat_Sheet > > > > as someone who has never bothered to play with any of the UIs and is > > thus asking from a position of total ignorance, i have a couple > > questions about the "User interfaces" section of that cheat sheet. > > > > using stock oe-core, i followed your cheat sheet and tried this: > > > > $ bitbake > > > > and got: > > > > ERROR: Timeout while attempting to communicate with bitbake server > > > > so i need to start the server? should that be mentioned there? > > > what would you expect to get when launching bitbake without any > argument ? > > > i then tried: > > > > $ bitbake -u knotty2 > > FATAL: Invalid user interface 'knotty2' specified. > > Valid interfaces: depexp, goggle, ncurses, hob, knotty [default]. > > $ > > > this is valid in denzil and no more in danny and up because of this > commit : > commit b97d50618b2187bcfd7d25f64d1444482ca62ef7 > Author: Richard Purdie <richard.purdie@linuxfoundation.org> > Date: Wed Aug 15 17:50:22 2012 +0100 > > knotty: Fold knotty2 into knotty and make it the default i was just pointing out the potential confusion in the cheat sheet for people unfamiliar with the UIs, nothing more. 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] 9+ messages in thread
* Re: chris larson's cool "bitbake-env" utility 2012-11-30 15:37 ` Robert P. J. Day @ 2012-11-30 19:44 ` Eric Bénard 0 siblings, 0 replies; 9+ messages in thread From: Eric Bénard @ 2012-11-30 19:44 UTC (permalink / raw) To: Robert P. J. Day; +Cc: Yocto discussion list Le Fri, 30 Nov 2012 10:37:10 -0500 (EST), "Robert P. J. Day" <rpjday@crashcourse.ca> a écrit : > On Fri, 30 Nov 2012, Eric Bénard wrote: > > > Le Fri, 30 Nov 2012 08:53:35 -0500 (EST), > > "Robert P. J. Day" <rpjday@crashcourse.ca> a écrit : > > > > > On Thu, 29 Nov 2012, Tim Bird wrote: > > > > > > > I put a link to your page on my bitbake cheat sheet page at: > > > > http://elinux.org/Bitbake_Cheat_Sheet > > > > > > as someone who has never bothered to play with any of the UIs and is > > > thus asking from a position of total ignorance, i have a couple > > > questions about the "User interfaces" section of that cheat sheet. > > > > > > using stock oe-core, i followed your cheat sheet and tried this: > > > > > > $ bitbake > > > > > > and got: > > > > > > ERROR: Timeout while attempting to communicate with bitbake server > > > > > > so i need to start the server? should that be mentioned there? > > > > > what would you expect to get when launching bitbake without any > > argument ? > > > > > i then tried: > > > > > > $ bitbake -u knotty2 > > > FATAL: Invalid user interface 'knotty2' specified. > > > Valid interfaces: depexp, goggle, ncurses, hob, knotty [default]. > > > $ > > > > > this is valid in denzil and no more in danny and up because of this > > commit : > > commit b97d50618b2187bcfd7d25f64d1444482ca62ef7 > > Author: Richard Purdie <richard.purdie@linuxfoundation.org> > > Date: Wed Aug 15 17:50:22 2012 +0100 > > > > knotty: Fold knotty2 into knotty and make it the default > > i was just pointing out the potential confusion in the cheat sheet > for people unfamiliar with the UIs, nothing more. > I was just pointing out the reason of the problem you saw and raised on this mailing list, sorry for the inconvenience. Best regards, Eric ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: chris larson's cool "bitbake-env" utility 2012-11-30 13:53 ` Robert P. J. Day 2012-11-30 15:34 ` Eric Bénard @ 2012-12-04 1:06 ` Tim Bird 2012-12-04 11:36 ` Robert P. J. Day 1 sibling, 1 reply; 9+ messages in thread From: Tim Bird @ 2012-12-04 1:06 UTC (permalink / raw) To: Robert P. J. Day; +Cc: Yocto discussion list On 11/30/2012 05:53 AM, Robert P. J. Day wrote: > On Thu, 29 Nov 2012, Tim Bird wrote: > >> I put a link to your page on my bitbake cheat sheet page at: >> http://elinux.org/Bitbake_Cheat_Sheet > > as someone who has never bothered to play with any of the UIs and is > thus asking from a position of total ignorance, i have a couple > questions about the "User interfaces" section of that cheat sheet. > > using stock oe-core, i followed your cheat sheet and tried this: > > $ bitbake > > and got: > > ERROR: Timeout while attempting to communicate with bitbake server > > so i need to start the server? should that be mentioned there? Hmmm. With bitbake from poky-1.2-denzil I get: "Nothing to do. Use 'bitbake world' to build everything, or run 'bitbake --help' for usage information." I think that "bitbake <nothing>" is not really a valid invocation. I've changed the page accordingly. > i then tried: > > $ bitbake -u knotty2 > FATAL: Invalid user interface 'knotty2' specified. > Valid interfaces: depexp, goggle, ncurses, hob, knotty [default]. > $ It looks like knotty2 was an experimental interface, with features now folded into knotty in poky-1.3-danny. I removed it from the page. > just pointing out that if i follow that cheat sheet to the letter, i > run into problems. Thanks very much for trying things out and reporting the problems. I've altered the page to hopefully address the issues. Maybe I should mention that I'm using the bitbake from the yocto project? I didn't think they were diverged very far. -- Tim ============================= Tim Bird Architecture Group Chair, CE Workgroup of the Linux Foundation Senior Staff Engineer, Sony Network Entertainment ============================= ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: chris larson's cool "bitbake-env" utility 2012-12-04 1:06 ` Tim Bird @ 2012-12-04 11:36 ` Robert P. J. Day 0 siblings, 0 replies; 9+ messages in thread From: Robert P. J. Day @ 2012-12-04 11:36 UTC (permalink / raw) To: Tim Bird; +Cc: Yocto discussion list On Mon, 3 Dec 2012, Tim Bird wrote: > On 11/30/2012 05:53 AM, Robert P. J. Day wrote: > > On Thu, 29 Nov 2012, Tim Bird wrote: > > > >> I put a link to your page on my bitbake cheat sheet page at: > >> http://elinux.org/Bitbake_Cheat_Sheet > > > > as someone who has never bothered to play with any of the UIs and is > > thus asking from a position of total ignorance, i have a couple > > questions about the "User interfaces" section of that cheat sheet. > > > > using stock oe-core, i followed your cheat sheet and tried this: > > > > $ bitbake > > > > and got: > > > > ERROR: Timeout while attempting to communicate with bitbake server > > > > so i need to start the server? should that be mentioned there? > > Hmmm. With bitbake from poky-1.2-denzil I get: > "Nothing to do. Use 'bitbake world' to build everything, or run 'bitbake --help' for usage information." > > I think that "bitbake <nothing>" is not really a valid invocation. never mind, just my incoherence ... when i was reading up on "bitbake -u hob", i also read that "-u" had a default value of knotty, so i assumed, oh, then i should be able to run just "bitbake" (even though i had no idea what that would represent). just silliness on my part. 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] 9+ messages in thread
end of thread, other threads:[~2012-12-04 11:36 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-11-29 15:34 chris larson's cool "bitbake-env" utility Robert P. J. Day 2012-11-29 18:49 ` Tim Bird 2012-11-30 13:02 ` Robert P. J. Day 2012-11-30 13:53 ` Robert P. J. Day 2012-11-30 15:34 ` Eric Bénard 2012-11-30 15:37 ` Robert P. J. Day 2012-11-30 19:44 ` Eric Bénard 2012-12-04 1:06 ` Tim Bird 2012-12-04 11:36 ` 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.