All of lore.kernel.org
 help / color / mirror / Atom feed
* commit 9b9a2409c7e2ddb2caf0a5aba74549f65c52b503
@ 2008-02-26  8:47 Koen Kooi
  2008-02-26 13:19 ` Philip Balister
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Koen Kooi @ 2008-02-26  8:47 UTC (permalink / raw)
  To: Using the OpenEmbedded metadata to build Distributions

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

- --- packages/netsurf/netsurf_svn.bb 
c00865f4500c29a5271184c5babd7fc2a83ef465
+++ packages/netsurf/netsurf_svn.bb	c00865f4500c29a5271184c5babd7fc2a83ef465
@@ -0,0 +1,43 @@

+PV = "1.1+svn${SRCDATE}"

That's bogus, svn repos must use SRCREV with an entry in
sane-srcrevs.inc in OE.

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFHw9IDMkyGM64RGpERAuAsAJ9s6CrUywbxOMF7JE6EAWErtiOgsACbB7eg
YmqcwR+y7Xgok/7S1PewElE=
=Ep46
-----END PGP SIGNATURE-----



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

* Re: commit 9b9a2409c7e2ddb2caf0a5aba74549f65c52b503
  2008-02-26  8:47 commit 9b9a2409c7e2ddb2caf0a5aba74549f65c52b503 Koen Kooi
@ 2008-02-26 13:19 ` Philip Balister
  2008-02-26 14:52   ` Rolf Leggewie
  2008-02-28  6:05 ` Junqian Gordon Xu
  2008-02-28  6:08 ` Junqian Gordon Xu
  2 siblings, 1 reply; 7+ messages in thread
From: Philip Balister @ 2008-02-26 13:19 UTC (permalink / raw)
  To: openembedded-devel

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

Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> - --- packages/netsurf/netsurf_svn.bb 
> c00865f4500c29a5271184c5babd7fc2a83ef465
> +++ packages/netsurf/netsurf_svn.bb	c00865f4500c29a5271184c5babd7fc2a83ef465
> @@ -0,0 +1,43 @@
> 
> +PV = "1.1+svn${SRCDATE}"
> 
> That's bogus, svn repos must use SRCREV with an entry in
> sane-srcrevs.inc in OE.

Basically this should be:

+PV = "1.1+svnr${SRCREV}"

and the sane-srcrevs files should add an entry for a rev that will build.

When I build svn based stuff and want to use the latest rev, I put 
something like:

SRCREV_pn-linux-davinci ?= ${AUTOREV}

in local.conf. Do not put AUTOREV in the sane-srcrev file. The AUTOREV 
forces bitbake to check the current version in the repo and this gets 
really slow.

And yes, I really should write a FAQ entry on this ....

Philip

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]

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

* Re: commit 9b9a2409c7e2ddb2caf0a5aba74549f65c52b503
  2008-02-26 13:19 ` Philip Balister
@ 2008-02-26 14:52   ` Rolf Leggewie
  2008-02-28  5:52     ` Junqian Gordon Xu
  0 siblings, 1 reply; 7+ messages in thread
From: Rolf Leggewie @ 2008-02-26 14:52 UTC (permalink / raw)
  To: openembedded-devel

Philip Balister wrote:
> And yes, I really should write a FAQ entry on this ....

You are lucky, I just did and committed it in
64b95f1878ea8c82433db9c21cef7267916c9113

I hope I did not write too much non-sense.  Please review
http://www.openembedded.org/user-manual&dpage=commonuse_new_package once
my changes are incorporated.




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

* Re: commit 9b9a2409c7e2ddb2caf0a5aba74549f65c52b503
  2008-02-26 14:52   ` Rolf Leggewie
@ 2008-02-28  5:52     ` Junqian Gordon Xu
  2008-02-28 10:12       ` Rolf Leggewie
  0 siblings, 1 reply; 7+ messages in thread
From: Junqian Gordon Xu @ 2008-02-28  5:52 UTC (permalink / raw)
  To: openembedded-devel; +Cc: openembedded-devel

On 02/26/2008 09:52 AM, Rolf Leggewie wrote:
> Philip Balister wrote:
>> And yes, I really should write a FAQ entry on this ....
> 
> You are lucky, I just did and committed it in
> 64b95f1878ea8c82433db9c21cef7267916c9113
> 
> I hope I did not write too much non-sense.  Please review
> http://www.openembedded.org/user-manual&dpage=commonuse_new_package once
> my changes are incorporated.

conf/sane-srcrevs.inc should be conf/distro/include/sane-srcrevs.inc

Regards
Gordon



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

* Re: commit 9b9a2409c7e2ddb2caf0a5aba74549f65c52b503
  2008-02-26  8:47 commit 9b9a2409c7e2ddb2caf0a5aba74549f65c52b503 Koen Kooi
  2008-02-26 13:19 ` Philip Balister
@ 2008-02-28  6:05 ` Junqian Gordon Xu
  2008-02-28  6:08 ` Junqian Gordon Xu
  2 siblings, 0 replies; 7+ messages in thread
From: Junqian Gordon Xu @ 2008-02-28  6:05 UTC (permalink / raw)
  To: openembedded-devel

On 02/26/2008 03:47 AM, Koen Kooi wrote:
> That's bogus, svn repos must use SRCREV with an entry in
> sane-srcrevs.inc in OE.

fixed SRCREV for ffmpeg_svn and netsurf_svn

Gordon



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

* Re: commit 9b9a2409c7e2ddb2caf0a5aba74549f65c52b503
  2008-02-26  8:47 commit 9b9a2409c7e2ddb2caf0a5aba74549f65c52b503 Koen Kooi
  2008-02-26 13:19 ` Philip Balister
  2008-02-28  6:05 ` Junqian Gordon Xu
@ 2008-02-28  6:08 ` Junqian Gordon Xu
  2 siblings, 0 replies; 7+ messages in thread
From: Junqian Gordon Xu @ 2008-02-28  6:08 UTC (permalink / raw)
  To: openembedded-devel

On 02/26/2008 03:47 AM, Koen Kooi wrote:
> That's bogus, svn repos must use SRCREV with an entry in
> sane-srcrevs.inc in OE.

fixed SRCREV for ffmpeg_svn and netsurf_svn

Gordon



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

* Re: commit 9b9a2409c7e2ddb2caf0a5aba74549f65c52b503
  2008-02-28  5:52     ` Junqian Gordon Xu
@ 2008-02-28 10:12       ` Rolf Leggewie
  0 siblings, 0 replies; 7+ messages in thread
From: Rolf Leggewie @ 2008-02-28 10:12 UTC (permalink / raw)
  To: openembedded-devel

Junqian Gordon Xu wrote:
> conf/sane-srcrevs.inc should be conf/distro/include/sane-srcrevs.inc

Thanks for spotting.  Fixed in b19cee795937802e29fe481b97ba2b84666fb85b.




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

end of thread, other threads:[~2008-02-28 10:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-26  8:47 commit 9b9a2409c7e2ddb2caf0a5aba74549f65c52b503 Koen Kooi
2008-02-26 13:19 ` Philip Balister
2008-02-26 14:52   ` Rolf Leggewie
2008-02-28  5:52     ` Junqian Gordon Xu
2008-02-28 10:12       ` Rolf Leggewie
2008-02-28  6:05 ` Junqian Gordon Xu
2008-02-28  6:08 ` Junqian Gordon Xu

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.