All of lore.kernel.org
 help / color / mirror / Atom feed
* bitbake versions
@ 2012-02-08 23:26 Rich Pixley
  2012-02-09  1:47 ` Khem Raj
  2012-02-09  9:01 ` Andrei Gherzan
  0 siblings, 2 replies; 7+ messages in thread
From: Rich Pixley @ 2012-02-08 23:26 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

I'm having trouble even parsing using bitbake > 1.12.

Am I right in thinking that the openembedded tree isn't ready to be 
built with bitbake > 1.12?

If so, then the getting started document should probably include this info.

--rich



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

* Re: bitbake versions
  2012-02-08 23:26 bitbake versions Rich Pixley
@ 2012-02-09  1:47 ` Khem Raj
  2012-02-09 20:06   ` Rich Pixley
  2012-02-09  9:01 ` Andrei Gherzan
  1 sibling, 1 reply; 7+ messages in thread
From: Khem Raj @ 2012-02-09  1:47 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Feb 8, 2012 at 3:26 PM, Rich Pixley <rich.pixley@palm.com> wrote:
> I'm having trouble even parsing using bitbake > 1.12.
>
> Am I right in thinking that the openembedded tree isn't ready to be built
> with bitbake > 1.12?

I have used 1.10.x successfully with old oe classic but that was sometime ago
if you want to use oe classic please use the
2011.03-maintenance branch you stand a better chance with that branch


>
> If so, then the getting started document should probably include this info.

yes getting started should reflect how to get started with layered oe.

>
> --rich
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: bitbake versions
  2012-02-08 23:26 bitbake versions Rich Pixley
  2012-02-09  1:47 ` Khem Raj
@ 2012-02-09  9:01 ` Andrei Gherzan
  2012-02-09  9:42   ` Frans Meulenbroeks
  2012-02-09 14:49   ` Khem Raj
  1 sibling, 2 replies; 7+ messages in thread
From: Andrei Gherzan @ 2012-02-09  9:01 UTC (permalink / raw)
  To: openembedded-devel

On 02/09/2012 01:26 AM, Rich Pixley wrote:
> I'm having trouble even parsing using bitbake > 1.12.
>
> Am I right in thinking that the openembedded tree isn't ready to be 
> built with bitbake > 1.12?
>
> If so, then the getting started document should probably include this 
> info. 
I just finished a core-image-minimal + some other packages using bitbake 
form git, branch master. So i don't think that there a problem with 
bitbake in your case. What error you encountered? What is your system 
shell? Hope bash.

@g



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

* Re: bitbake versions
  2012-02-09  9:01 ` Andrei Gherzan
@ 2012-02-09  9:42   ` Frans Meulenbroeks
  2012-02-09 14:49   ` Khem Raj
  1 sibling, 0 replies; 7+ messages in thread
From: Frans Meulenbroeks @ 2012-02-09  9:42 UTC (permalink / raw)
  To: openembedded-devel

2012/2/9 Andrei Gherzan <andrei@gherzan.ro>:
> On 02/09/2012 01:26 AM, Rich Pixley wrote:
>>
>> I'm having trouble even parsing using bitbake > 1.12.
>>
>> Am I right in thinking that the openembedded tree isn't ready to be built
>> with bitbake > 1.12?
>>
>> If so, then the getting started document should probably include this
>> info.
>
> I just finished a core-image-minimal + some other packages using bitbake
> form git, branch master. So i don't think that there a problem with bitbake
> in your case. What error you encountered? What is your system shell? Hope
> bash.
>
> @g
>
>

If one is using oe-classic then bitbakes > 1.12 indeed introduce issues.
One that I recall is that it gives a warning if there is a # in a
variable (e.g. when commenting out a patch in a recipe).
But there were other ones too actually blocking it.

If you are using oe-classic better stay with 1.12.
For oe-core probably the latest version of bitbake is the best choice.

Frans



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

* Re: bitbake versions
  2012-02-09  9:01 ` Andrei Gherzan
  2012-02-09  9:42   ` Frans Meulenbroeks
@ 2012-02-09 14:49   ` Khem Raj
  1 sibling, 0 replies; 7+ messages in thread
From: Khem Raj @ 2012-02-09 14:49 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Feb 9, 2012 at 1:01 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> I just finished a core-image-minimal + some other packages using bitbake
> form git, branch master. So i don't think that there a problem with bitbake
> in your case. What error you encountered? What is your system shell? Hope
> bash.

You are using oe-core he is using oe classic.



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

* Re: bitbake versions
  2012-02-09  1:47 ` Khem Raj
@ 2012-02-09 20:06   ` Rich Pixley
  2012-02-09 21:14     ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Rich Pixley @ 2012-02-09 20:06 UTC (permalink / raw)
  To: openembedded-devel

Er... wasn't doing so intentionally.  Was just following the "getting 
started" page on the wiki.

I think that page needs to be adjusted to at least warn folks that it's 
stale.  That probably isn't the right way to "get started" today.

I'll start over from 'core.

--rich

On 2/8/12 17:47 , Khem Raj wrote:
> On Wed, Feb 8, 2012 at 3:26 PM, Rich Pixley<rich.pixley@palm.com>  wrote:
>> I'm having trouble even parsing using bitbake>  1.12.
>>
>> Am I right in thinking that the openembedded tree isn't ready to be built
>> with bitbake>  1.12?
> I have used 1.10.x successfully with old oe classic but that was sometime ago
> if you want to use oe classic please use the
> 2011.03-maintenance branch you stand a better chance with that branch
>
>
>> If so, then the getting started document should probably include this info.
> yes getting started should reflect how to get started with layered oe.
>
>> --rich
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: bitbake versions
  2012-02-09 20:06   ` Rich Pixley
@ 2012-02-09 21:14     ` Khem Raj
  0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2012-02-09 21:14 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Feb 9, 2012 at 12:06 PM, Rich Pixley <rich.pixley@palm.com> wrote:
> I'll start over from 'core.

yeah right now we know that documentation is a bit of problem and we seek
people contributing to it as they move into oe-core/layered world

You can look at angstrom e.g. or yocto on how they utilize oe-core
in a layered design.



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

end of thread, other threads:[~2012-02-09 21:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-08 23:26 bitbake versions Rich Pixley
2012-02-09  1:47 ` Khem Raj
2012-02-09 20:06   ` Rich Pixley
2012-02-09 21:14     ` Khem Raj
2012-02-09  9:01 ` Andrei Gherzan
2012-02-09  9:42   ` Frans Meulenbroeks
2012-02-09 14:49   ` Khem Raj

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.