All of lore.kernel.org
 help / color / mirror / Atom feed
* Use of stamps in the source directory of openembedded-core
@ 2011-10-18  8:18 Ulf Samuelsson
  2011-10-18 14:35 ` Khem Raj
  2011-10-19  9:27 ` Koen Kooi
  0 siblings, 2 replies; 6+ messages in thread
From: Ulf Samuelsson @ 2011-10-18  8:18 UTC (permalink / raw)
  To: openembedded-devel

After I have built openembedded-core, I notice that the source directory
is loaded with files: *.done.

Is this really a good idea?

I tend to use a common source directory for multiple projects.

Having stamps in the source directory, means that you let one
project affect the others.

-- 
Best Regards
Ulf Samuelsson




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

* Re: Use of stamps in the source directory of openembedded-core
  2011-10-18  8:18 Use of stamps in the source directory of openembedded-core Ulf Samuelsson
@ 2011-10-18 14:35 ` Khem Raj
  2011-10-19  8:17   ` Ulf Samuelsson
  2011-10-19  9:27 ` Koen Kooi
  1 sibling, 1 reply; 6+ messages in thread
From: Khem Raj @ 2011-10-18 14:35 UTC (permalink / raw)
  To: openembedded-devel

On 10/18/2011 1:18 AM, Ulf Samuelsson wrote:
> After I have built openembedded-core, I notice that the source directory
> is loaded with files: *.done.
>

they indicate successful download of a source tar.

> Is this really a good idea?
>
> I tend to use a common source directory for multiple projects.
>
> Having stamps in the source directory, means that you let one
> project affect the others.
>




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

* Re: Use of stamps in the source directory of openembedded-core
  2011-10-18 14:35 ` Khem Raj
@ 2011-10-19  8:17   ` Ulf Samuelsson
  2011-10-19  8:38     ` Anders Darander
  0 siblings, 1 reply; 6+ messages in thread
From: Ulf Samuelsson @ 2011-10-19  8:17 UTC (permalink / raw)
  To: openembedded-devel

2011-10-18 16:35, Khem Raj skrev:
> On 10/18/2011 1:18 AM, Ulf Samuelsson wrote:
>> After I have built openembedded-core, I notice that the source directory
>> is loaded with files: *.done.
>>
>
> they indicate successful download of a source tar.
>
Are you sure?
It does not look like the whole story to me.

I can see that for each source file, there is a *.done file,
but there are also a lot of *.done which seems to be related
to patches, and the patches are not present in the source directory.

Why are those files created?

What happens if two different packages have a patch with the same name?

>> Is this really a good idea?
>>
>> I tend to use a common source directory for multiple projects.
>>
>> Having stamps in the source directory, means that you let one
>> project affect the others.
>>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


-- 
Best Regards
Ulf Samuelsson




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

* Re: Use of stamps in the source directory of openembedded-core
  2011-10-19  8:17   ` Ulf Samuelsson
@ 2011-10-19  8:38     ` Anders Darander
  2011-10-19  8:45       ` Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Anders Darander @ 2011-10-19  8:38 UTC (permalink / raw)
  To: openembedded-devel

* Ulf Samuelsson <ulf_samuelsson@telia.com> [111019 10:19]:
> 2011-10-18 16:35, Khem Raj skrev:
> > On 10/18/2011 1:18 AM, Ulf Samuelsson wrote:
> >> After I have built openembedded-core, I notice that the source directory
> >> is loaded with files: *.done.

> > they indicate successful download of a source tar.

> Are you sure?
> It does not look like the whole story to me.

> I can see that for each source file, there is a *.done file,
> but there are also a lot of *.done which seems to be related
> to patches, and the patches are not present in the source directory.

I can confirm what Ulf is seeing.
E.g. doing:
$ ls ../downloads/parallel*
../downloads/parallel_build_fix_1.patch.done
../downloads/parallel_build_fix_5.patch.done
../downloads/parallel_build_fix_2.patch.done
../downloads/parallel_build_fix_6.patch.done
../downloads/parallel_build_fix_3.patch.done
../downloads/parallel-make-fix.patch.done
../downloads/parallel_build_fix_4.patch.done

(../downloads is the source directory in our configuration).

There seems to be a number of files which only have *.done-file, but not
any downloaded file.

> Why are those files created?

> What happens if two different packages have a patch with the same name?

Good questions...

> >> Is this really a good idea?

> >> I tend to use a common source directory for multiple projects.

> >> Having stamps in the source directory, means that you let one
> >> project affect the others.

-- 
Anders Darander
ChargeStorm AB / eStorm AB



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

* Re: Use of stamps in the source directory of openembedded-core
  2011-10-19  8:38     ` Anders Darander
@ 2011-10-19  8:45       ` Martin Jansa
  0 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2011-10-19  8:45 UTC (permalink / raw)
  To: openembedded-devel

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

On Wed, Oct 19, 2011 at 10:38:11AM +0200, Anders Darander wrote:
> * Ulf Samuelsson <ulf_samuelsson@telia.com> [111019 10:19]:
> > 2011-10-18 16:35, Khem Raj skrev:
> > > On 10/18/2011 1:18 AM, Ulf Samuelsson wrote:
> > >> After I have built openembedded-core, I notice that the source directory
> > >> is loaded with files: *.done.
> 
> > > they indicate successful download of a source tar.
> 
> > Are you sure?
> > It does not look like the whole story to me.
> 
> > I can see that for each source file, there is a *.done file,
> > but there are also a lot of *.done which seems to be related
> > to patches, and the patches are not present in the source directory.
> 
> I can confirm what Ulf is seeing.
> E.g. doing:
> $ ls ../downloads/parallel*
> ../downloads/parallel_build_fix_1.patch.done
> ../downloads/parallel_build_fix_5.patch.done
> ../downloads/parallel_build_fix_2.patch.done
> ../downloads/parallel_build_fix_6.patch.done
> ../downloads/parallel_build_fix_3.patch.done
> ../downloads/parallel-make-fix.patch.done
> ../downloads/parallel_build_fix_4.patch.done
> 
> (../downloads is the source directory in our configuration).
> 
> There seems to be a number of files which only have *.done-file, but not
> any downloaded file.
> 
> > Why are those files created?
> 
> > What happens if two different packages have a patch with the same name?
> 
> Good questions...

answer:
http://lists.linuxtogo.org/pipermail/openembedded-core/2011-October/011322.html

> 
> > >> Is this really a good idea?
> 
> > >> I tend to use a common source directory for multiple projects.
> 
> > >> Having stamps in the source directory, means that you let one
> > >> project affect the others.
> 
> -- 
> Anders Darander
> ChargeStorm AB / eStorm AB
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: Use of stamps in the source directory of openembedded-core
  2011-10-18  8:18 Use of stamps in the source directory of openembedded-core Ulf Samuelsson
  2011-10-18 14:35 ` Khem Raj
@ 2011-10-19  9:27 ` Koen Kooi
  1 sibling, 0 replies; 6+ messages in thread
From: Koen Kooi @ 2011-10-19  9:27 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 18-10-11 10:18, Ulf Samuelsson schreef:
> After I have built openembedded-core

For openembedded-core related mails please use the openembedded-core mailinglist


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFOnpgBMkyGM64RGpERArN5AKCxPEl1GBcxH3FTbKSZW39Lccg+cQCghkse
yXE0iOS9pS11FeUsxTdlUYU=
=e9fj
-----END PGP SIGNATURE-----




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

end of thread, other threads:[~2011-10-19  9:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-18  8:18 Use of stamps in the source directory of openembedded-core Ulf Samuelsson
2011-10-18 14:35 ` Khem Raj
2011-10-19  8:17   ` Ulf Samuelsson
2011-10-19  8:38     ` Anders Darander
2011-10-19  8:45       ` Martin Jansa
2011-10-19  9:27 ` Koen Kooi

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.