Openembedded Core Discussions
 help / color / mirror / Atom feed
* number of tasks increased since last update
@ 2012-08-01 15:29 Andreas Müller
  2012-08-01 19:08 ` Chris Larson
  2012-08-01 21:06 ` Richard Purdie
  0 siblings, 2 replies; 7+ messages in thread
From: Andreas Müller @ 2012-08-01 15:29 UTC (permalink / raw)
  To: openembedded-core

Hi,

today I updated and found the the number of tasks has increased about
400. Another strange behaviour: in my build dir there are two new
folders:

x86_64-nativesdk-angstromsdk-linux
x86_64-angstromsdk-linux

but up to now I was not interested in sdk stuff. Is that another bug
or a feature?

Andreas



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

* Re: number of tasks increased since last update
  2012-08-01 15:29 number of tasks increased since last update Andreas Müller
@ 2012-08-01 19:08 ` Chris Larson
  2012-08-01 19:16   ` Mark Hatle
  2012-08-01 19:17   ` Elvis Dowson
  2012-08-01 21:06 ` Richard Purdie
  1 sibling, 2 replies; 7+ messages in thread
From: Chris Larson @ 2012-08-01 19:08 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, Aug 1, 2012 at 8:29 AM, Andreas Müller
<schnitzeltony@googlemail.com> wrote:
> today I updated and found the the number of tasks has increased about
> 400. Another strange behaviour: in my build dir there are two new
> folders:
>
> x86_64-nativesdk-angstromsdk-linux
> x86_64-angstromsdk-linux
>
> but up to now I was not interested in sdk stuff. Is that another bug
> or a feature?

I just went to build core-image-base and saw it building crosssdk
stuff -- not sure if it's related, but thought I'd throw that
datapoint out there.
-- 
Christopher Larson



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

* Re: number of tasks increased since last update
  2012-08-01 19:08 ` Chris Larson
@ 2012-08-01 19:16   ` Mark Hatle
  2012-08-01 20:06     ` Chris Larson
  2012-08-01 19:17   ` Elvis Dowson
  1 sibling, 1 reply; 7+ messages in thread
From: Mark Hatle @ 2012-08-01 19:16 UTC (permalink / raw)
  To: openembedded-core

On 8/1/12 2:08 PM, Chris Larson wrote:
> On Wed, Aug 1, 2012 at 8:29 AM, Andreas Müller
> <schnitzeltony@googlemail.com> wrote:
>> today I updated and found the the number of tasks has increased about
>> 400. Another strange behaviour: in my build dir there are two new
>> folders:
>>
>> x86_64-nativesdk-angstromsdk-linux
>> x86_64-angstromsdk-linux
>>
>> but up to now I was not interested in sdk stuff. Is that another bug
>> or a feature?
>
> I just went to build core-image-base and saw it building crosssdk
> stuff -- not sure if it's related, but thought I'd throw that
> datapoint out there.
>

do you have the updated bitbake?  Prior to RP's changes about a month ago, the 
task / dependency resolver was unable to resolve things on a per-task basis.  So 
any task within a recipe triggered the resolver to build dependencies.

The SDK stuff adds dependencies only do the sdk task.

With the current head of tree bitbake, I have not seen a revert of behavior... 
the SDK items only build when triggered.

--Mark



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

* Re: number of tasks increased since last update
  2012-08-01 19:08 ` Chris Larson
  2012-08-01 19:16   ` Mark Hatle
@ 2012-08-01 19:17   ` Elvis Dowson
  1 sibling, 0 replies; 7+ messages in thread
From: Elvis Dowson @ 2012-08-01 19:17 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Hi,

On Aug 1, 2012, at 11:08 PM, Chris Larson wrote:

> On Wed, Aug 1, 2012 at 8:29 AM, Andreas Müller
> <schnitzeltony@googlemail.com> wrote:
>> today I updated and found the the number of tasks has increased about
>> 400. Another strange behaviour: in my build dir there are two new
>> folders:
>> 
>> x86_64-nativesdk-angstromsdk-linux
>> x86_64-angstromsdk-linux
>> 
>> but up to now I was not interested in sdk stuff. Is that another bug
>> or a feature?

I too found some new extra directories in my sysroots folder and work folders

sysroots
	virtex5
	virtex5-tcbootstrap
	x86_64-linux
	x86_64-nativesdk-pokysdk-linux
	x86_64-nativesdk-poky-linux-tcbootstrap

work
	all-poky-linux
	ppc440-poky-linux
	virtex5-poky-linux
	x86_64-linux
	x86_64-nativesdk-pokysdk-linux
	x86_64-pokysdk-linux

Elvis Dowson


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

* Re: number of tasks increased since last update
  2012-08-01 19:16   ` Mark Hatle
@ 2012-08-01 20:06     ` Chris Larson
  2012-08-01 20:55       ` Chris Larson
  0 siblings, 1 reply; 7+ messages in thread
From: Chris Larson @ 2012-08-01 20:06 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, Aug 1, 2012 at 12:16 PM, Mark Hatle <mark.hatle@windriver.com> wrote:
> On 8/1/12 2:08 PM, Chris Larson wrote:
>>
>> On Wed, Aug 1, 2012 at 8:29 AM, Andreas Müller
>> <schnitzeltony@googlemail.com> wrote:
>>>
>>> today I updated and found the the number of tasks has increased about
>>> 400. Another strange behaviour: in my build dir there are two new
>>> folders:
>>>
>>> x86_64-nativesdk-angstromsdk-linux
>>> x86_64-angstromsdk-linux
>>>
>>> but up to now I was not interested in sdk stuff. Is that another bug
>>> or a feature?
>>
>>
>> I just went to build core-image-base and saw it building crosssdk
>> stuff -- not sure if it's related, but thought I'd throw that
>> datapoint out there.
>>
>
> do you have the updated bitbake?  Prior to RP's changes about a month ago,
> the task / dependency resolver was unable to resolve things on a per-task
> basis.  So any task within a recipe triggered the resolver to build
> dependencies.
>
> The SDK stuff adds dependencies only do the sdk task.
>
> With the current head of tree bitbake, I have not seen a revert of
> behavior... the SDK items only build when triggered.

Bitbake commit e49a656a499355a5c6e7eb00bf5b8f1795e8dddb, which is
current master.
-- 
Christopher Larson



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

* Re: number of tasks increased since last update
  2012-08-01 20:06     ` Chris Larson
@ 2012-08-01 20:55       ` Chris Larson
  0 siblings, 0 replies; 7+ messages in thread
From: Chris Larson @ 2012-08-01 20:55 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, Aug 1, 2012 at 1:06 PM, Chris Larson <clarson@kergoth.com> wrote:
>>> I just went to build core-image-base and saw it building crosssdk
>>> stuff -- not sure if it's related, but thought I'd throw that
>>> datapoint out there.
>>>
>>
>> do you have the updated bitbake?  Prior to RP's changes about a month ago,
>> the task / dependency resolver was unable to resolve things on a per-task
>> basis.  So any task within a recipe triggered the resolver to build
>> dependencies.
>>
>> The SDK stuff adds dependencies only do the sdk task.
>>
>> With the current head of tree bitbake, I have not seen a revert of
>> behavior... the SDK items only build when triggered.
>
> Bitbake commit e49a656a499355a5c6e7eb00bf5b8f1795e8dddb, which is
> current master.


Nevermind, it wasn't any of the populate sdk stuff or anything, it was
the lingering dbus-x11 w/ nativesdk thing that hasn't been fixed in
master yet. I forgot to add the local workaround, so it ended up
sucking in everything needed by dbus-nativesdk.
-- 
Christopher Larson



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

* Re: number of tasks increased since last update
  2012-08-01 15:29 number of tasks increased since last update Andreas Müller
  2012-08-01 19:08 ` Chris Larson
@ 2012-08-01 21:06 ` Richard Purdie
  1 sibling, 0 replies; 7+ messages in thread
From: Richard Purdie @ 2012-08-01 21:06 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, 2012-08-01 at 17:29 +0200, Andreas Müller wrote:
> Hi,
> 
> today I updated and found the the number of tasks has increased about
> 400. Another strange behaviour: in my build dir there are two new
> folders:
> 
> x86_64-nativesdk-angstromsdk-linux
> x86_64-angstromsdk-linux
> 
> but up to now I was not interested in sdk stuff. Is that another bug
> or a feature?

Bug in the dbus change I think...

Cheers,

Richard




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

end of thread, other threads:[~2012-08-01 21:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 15:29 number of tasks increased since last update Andreas Müller
2012-08-01 19:08 ` Chris Larson
2012-08-01 19:16   ` Mark Hatle
2012-08-01 20:06     ` Chris Larson
2012-08-01 20:55       ` Chris Larson
2012-08-01 19:17   ` Elvis Dowson
2012-08-01 21:06 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox