All of lore.kernel.org
 help / color / mirror / Atom feed
* developing with devshell and effect of the bitbake.conf file
@ 2012-06-19 18:13 Rifenbark, Scott M
  2012-06-20  1:09 ` Stewart, David C
  2012-06-20  6:04 ` Tomas Frydrych
  0 siblings, 2 replies; 5+ messages in thread
From: Rifenbark, Scott M @ 2012-06-19 18:13 UTC (permalink / raw)
  To: Yocto discussion list

[-- Attachment #1: Type: text/plain, Size: 2632 bytes --]

Hi,
I want to throw this out for discussion.  I recently was looking at a section in the YP Reference manual (http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#platdev-appdev-devshell) where it talks about developing using devshell.  I asked Darren Hart if this was a valid development model and he says it is.  There is a part of the section though that talks about the bitbake.conf file.  That section in the conf file does not seem to exist anymore.  And, Darren (after some testing) doesn't see how what is in the bitbake.conf file affects development with devshell.  Any comments welcome.
Thanks,
ScottR

From: Scott Rifenbark [mailto:srifenbark@gmail.com<mailto:srifenbark@gmail.com>]
Sent: Thursday, June 14, 2012 8:42 AM
To: Rifenbark, Scott M
Subject: Fwd: Next question regarding development practices....


---------- Forwarded message ----------
From: Darren Hart <darren.hart@intel.com<mailto:darren.hart@intel.com>>
Date: Wed, Jun 13, 2012 at 2:19 PM
Subject: Re: Next question regarding development practices....
To: Scott Rifenbark <srifenbark@gmail.com<mailto:srifenbark@gmail.com>>
On 06/12/2012 11:34 AM, Scott Rifenbark wrote:
> Hi Darren,
>
> So check out section
> http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#platdev-appdev-devshell.
> This talks about the whole devshell model.  One thing in this section is
> not current and that is the UI/Interfaces Configuration section
> reference in bitbake.conf file.  Regarding the section though, is this
> still a valid development model?  Is it worth keeping around in the docs?
>
> As you can tell, I value your opinions greatly :)
As I understand it, this is still a perfectly valid working model.
Someone was just recommending it this week on the list.

As for the bitbake.conf file... I'm not sure. I thought this would have
been controlled by the following in local.conf.

# If you do not use (or have installed) gnome-terminal you will need to
# uncomment these variables and set them to the terminal you wish to use
# when resolving patches which cannot be applied
# Supported shell prefixes for *_TERMCMD and *_TERMCMDRUN ARE:
# GNOME, SCREEN, XTERM and SCREEN
TERMCMD = "${SCREEN_TERMCMD}"
TERMCMDRUN = "${SCREEN_TERMCMDRUN}"

But... it clearly is not after some testing. Hrm... I don't see anything
matching in bitbake.conf either. Where this has migrated off to would be
a good question for the list, hopefully someone like Paul E. can answer
this quickly.

--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel



[-- Attachment #2: Type: text/html, Size: 6825 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread
* developing with devshell and effect of the bitbake.conf file
@ 2012-06-14 15:46 Rifenbark, Scott M
  2012-09-06 14:01 ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Rifenbark, Scott M @ 2012-06-14 15:46 UTC (permalink / raw)
  To: Yocto discussion list

[-- Attachment #1: Type: text/plain, Size: 2609 bytes --]

Hi,

I want to throw this out for discussion.  I recently was looking at a section in the YP Reference manual (http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#platdev-appdev-devshell) where it talks about developing using devshell.  I asked Darren Hart if this was a valid development model and he says it is.  There is a part of the section though that talks about the bitbake.conf file.  That section in the conf file does not seem to exist anymore.  And, Darren (after some testing) doesn't see how what is in the bitbake.conf file affects development with devshell.  Any comments welcome.

Thanks,
ScottR

From: Scott Rifenbark [mailto:srifenbark@gmail.com]
Sent: Thursday, June 14, 2012 8:42 AM
To: Rifenbark, Scott M
Subject: Fwd: Next question regarding development practices....


---------- Forwarded message ----------
From: Darren Hart <darren.hart@intel.com<mailto:darren.hart@intel.com>>
Date: Wed, Jun 13, 2012 at 2:19 PM
Subject: Re: Next question regarding development practices....
To: Scott Rifenbark <srifenbark@gmail.com<mailto:srifenbark@gmail.com>>

On 06/12/2012 11:34 AM, Scott Rifenbark wrote:
> Hi Darren,
>
> So check out section
> http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#platdev-appdev-devshell.
> This talks about the whole devshell model.  One thing in this section is
> not current and that is the UI/Interfaces Configuration section
> reference in bitbake.conf file.  Regarding the section though, is this
> still a valid development model?  Is it worth keeping around in the docs?
>
> As you can tell, I value your opinions greatly :)
As I understand it, this is still a perfectly valid working model.
Someone was just recommending it this week on the list.

As for the bitbake.conf file... I'm not sure. I thought this would have
been controlled by the following in local.conf.

# If you do not use (or have installed) gnome-terminal you will need to
# uncomment these variables and set them to the terminal you wish to use
# when resolving patches which cannot be applied
# Supported shell prefixes for *_TERMCMD and *_TERMCMDRUN ARE:
# GNOME, SCREEN, XTERM and SCREEN
TERMCMD = "${SCREEN_TERMCMD}"
TERMCMDRUN = "${SCREEN_TERMCMDRUN}"

But... it clearly is not after some testing. Hrm... I don't see anything
matching in bitbake.conf either. Where this has migrated off to would be
a good question for the list, hopefully someone like Paul E. can answer
this quickly.

--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel



[-- Attachment #2: Type: text/html, Size: 6574 bytes --]

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

end of thread, other threads:[~2012-09-06 14:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-19 18:13 developing with devshell and effect of the bitbake.conf file Rifenbark, Scott M
2012-06-20  1:09 ` Stewart, David C
2012-06-20  6:04 ` Tomas Frydrych
  -- strict thread matches above, loose matches on Subject: below --
2012-06-14 15:46 Rifenbark, Scott M
2012-09-06 14:01 ` Paul Eggleton

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.