* HG Parameters for the fetcher
@ 2016-05-02 13:25 S.Jaritz
2016-05-02 14:50 ` Jeyachandran, Yukatharsani (Contractor)
0 siblings, 1 reply; 3+ messages in thread
From: S.Jaritz @ 2016-05-02 13:25 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 1911 bytes --]
Hej,
Actually I try to build a recipe for a Mercurial SCM. The hg sources are
local. In my bb File I have this lines:
SRCREV = "486c7001d4e5"
SRC_URI = "hg://myHG"
I got the error:
ERROR: Logfile of failure stored in:
/home/user/myTC/poky/build/tmp/work/cortexa5hf-vfp-poky-linux-gnueabi/myHG/0.1-r0/temp/log.do_fetch.27908
Log data follows:
| DEBUG: Executing python function do_fetch
| DEBUG: Executing python function base_do_fetch
| DEBUG: Python function base_do_fetch finished
| DEBUG: Python function do_fetch finished
| ERROR: Function failed: URL: 'hg://myHG' is missing the required
parameter 'module'
ERROR: Task 4
(/home/user/myTC/poky/meta-sek4/recipes-test/deamons/myHG_0.1.bb,
do_fetch) failed with exit code '1'
Any ideas?
Stefan Jaritz
Entwickler
------------------------------------------------------------
ESA Elektroschaltanlagen Grimma GmbH
Broner Ring 30
04668 Grimma
Telefon: +49 3437 9211 176
Telefax: +49 3437 9211 26
E-Mail: s.jaritz@esa-grimma.de
Internet: www.esa-grimma.de
Geschäftsführer:
Dipl.-Ing. Jörg Gaitzsch
Jörg Reinker
Sitz der Gesellschaft: Grimma
Ust.-ID: DE 141784437
Amtsgericht: Leipzig, HRB 5159
Steuernummer: 238/108/00755
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen.
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich
erhalten
haben, informieren Sie bitte sofort den Absender und löschen Sie diese
Nachricht. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser
Mail
ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you
are
not the intended recipient (or have received this e-mail in error) please
notify the sender immediately and destroy this e-mail. Any unauthorized
copying, disclosure or distribution of the material in this e-mail is
strictly
forbidden.
[-- Attachment #2: Type: text/html, Size: 2784 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: HG Parameters for the fetcher
2016-05-02 13:25 HG Parameters for the fetcher S.Jaritz
@ 2016-05-02 14:50 ` Jeyachandran, Yukatharsani (Contractor)
2016-05-09 11:12 ` S.Jaritz
0 siblings, 1 reply; 3+ messages in thread
From: Jeyachandran, Yukatharsani (Contractor) @ 2016-05-02 14:50 UTC (permalink / raw)
To: S.Jaritz@esa-grimma.de, yocto
[-- Attachment #1: Type: text/plain, Size: 2367 bytes --]
Hi,
Add your source file in this below format:-
For Example:-
SRCREV = "${AUTOREV}"
SRC_URI = "svn or git ://<<svn://%3Cmy>repo>;module=" ";protocol=https or ssh"
Thanks and Regards,
Yukatharsani J.
________________________________
From: yocto-bounces@yoctoproject.org <yocto-bounces@yoctoproject.org> on behalf of S.Jaritz@esa-grimma.de <S.Jaritz@esa-grimma.de>
Sent: Monday, May 2, 2016 9:25 AM
To: yocto
Subject: [yocto] HG Parameters for the fetcher
Hej,
Actually I try to build a recipe for a Mercurial SCM. The hg sources are local. In my bb File I have this lines:
SRCREV = "486c7001d4e5"
SRC_URI = "hg://myHG"
I got the error:
ERROR: Logfile of failure stored in: /home/user/myTC/poky/build/tmp/work/cortexa5hf-vfp-poky-linux-gnueabi/myHG/0.1-r0/temp/log.do_fetch.27908
Log data follows:
| DEBUG: Executing python function do_fetch
| DEBUG: Executing python function base_do_fetch
| DEBUG: Python function base_do_fetch finished
| DEBUG: Python function do_fetch finished
| ERROR: Function failed: URL: 'hg://myHG' is missing the required parameter 'module'
ERROR: Task 4 (/home/user/myTC/poky/meta-sek4/recipes-test/deamons/myHG_0.1.bb, do_fetch) failed with exit code '1'
Any ideas?
Stefan Jaritz
Entwickler
------------------------------------------------------------
ESA Elektroschaltanlagen Grimma GmbH
Broner Ring 30
04668 Grimma
Telefon: +49 3437 9211 176
Telefax: +49 3437 9211 26
E-Mail: s.jaritz@esa-grimma.de
Internet: www.esa-grimma.de
Geschäftsführer:
Dipl.-Ing. Jörg Gaitzsch
Jörg Reinker
Sitz der Gesellschaft: Grimma
Ust.-ID: DE 141784437
Amtsgericht: Leipzig, HRB 5159
Steuernummer: 238/108/00755
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen.
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten
haben, informieren Sie bitte sofort den Absender und löschen Sie diese
Nachricht. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail
ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are
not the intended recipient (or have received this e-mail in error) please
notify the sender immediately and destroy this e-mail. Any unauthorized
copying, disclosure or distribution of the material in this e-mail is strictly
forbidden.
[-- Attachment #2: Type: text/html, Size: 4053 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: HG Parameters for the fetcher
2016-05-02 14:50 ` Jeyachandran, Yukatharsani (Contractor)
@ 2016-05-09 11:12 ` S.Jaritz
0 siblings, 0 replies; 3+ messages in thread
From: S.Jaritz @ 2016-05-09 11:12 UTC (permalink / raw)
To: Jeyachandran, Yukatharsani (Contractor); +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 4057 bytes --]
Thanks,
What is when the HG comes over SSH with authentication? Like:
SRC_URI = "hg://myHG/ABC;module="dev";protocol=ssh;rev=42"
with user for example "yocto"
I think the syntax could be: SRC_URI =
"hg://yocto@myHG/ABC;module="dev";protocol=ssh;rev=42"
Regards
Stefan Jaritz
Entwickler
------------------------------------------------------------
ESA Elektroschaltanlagen Grimma GmbH
Broner Ring 30
04668 Grimma
Telefon: +49 3437 9211 176
Telefax: +49 3437 9211 26
E-Mail: s.jaritz@esa-grimma.de
Internet: www.esa-grimma.de
Geschäftsführer:
Dipl.-Ing. Jörg Gaitzsch
Jörg Reinker
Sitz der Gesellschaft: Grimma
Ust.-ID: DE 141784437
Amtsgericht: Leipzig, HRB 5159
Steuernummer: 238/108/00755
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen.
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich
erhalten
haben, informieren Sie bitte sofort den Absender und löschen Sie diese
Nachricht. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser
Mail
ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you
are
not the intended recipient (or have received this e-mail in error) please
notify the sender immediately and destroy this e-mail. Any unauthorized
copying, disclosure or distribution of the material in this e-mail is
strictly
forbidden.
Von: "Jeyachandran, Yukatharsani (Contractor)"
<Yukatharsani_Jeyachandran@comcast.com>
An: "S.Jaritz@esa-grimma.de" <S.Jaritz@esa-grimma.de>, yocto
<yocto@yoctoproject.org>
Datum: 02.05.2016 16:50
Betreff: Re: [yocto] HG Parameters for the fetcher
Hi,
Add your source file in this below format:-
For Example:-
SRCREV = "${AUTOREV}"
SRC_URI = "svn or git ://<repo>;module=" ";protocol=https or ssh"
Thanks and Regards,
Yukatharsani J.
From: yocto-bounces@yoctoproject.org <yocto-bounces@yoctoproject.org> on
behalf of S.Jaritz@esa-grimma.de <S.Jaritz@esa-grimma.de>
Sent: Monday, May 2, 2016 9:25 AM
To: yocto
Subject: [yocto] HG Parameters for the fetcher
Hej,
Actually I try to build a recipe for a Mercurial SCM. The hg sources are
local. In my bb File I have this lines:
SRCREV = "486c7001d4e5"
SRC_URI = "hg://myHG"
I got the error:
ERROR: Logfile of failure stored in:
/home/user/myTC/poky/build/tmp/work/cortexa5hf-vfp-poky-linux-gnueabi/myHG/0.1-r0/temp/log.do_fetch.27908
Log data follows:
| DEBUG: Executing python function do_fetch
| DEBUG: Executing python function base_do_fetch
| DEBUG: Python function base_do_fetch finished
| DEBUG: Python function do_fetch finished
| ERROR: Function failed: URL: 'hg://myHG' is missing the required
parameter 'module'
ERROR: Task 4
(/home/user/myTC/poky/meta-sek4/recipes-test/deamons/myHG_0.1.bb,
do_fetch) failed with exit code '1'
Any ideas?
Stefan Jaritz
Entwickler
------------------------------------------------------------
ESA Elektroschaltanlagen Grimma GmbH
Broner Ring 30
04668 Grimma
Telefon: +49 3437 9211 176
Telefax: +49 3437 9211 26
E-Mail: s.jaritz@esa-grimma.de
Internet: www.esa-grimma.de
Geschäftsführer:
Dipl.-Ing. Jörg Gaitzsch
Jörg Reinker
Sitz der Gesellschaft: Grimma
Ust.-ID: DE 141784437
Amtsgericht: Leipzig, HRB 5159
Steuernummer: 238/108/00755
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen.
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich
erhalten
haben, informieren Sie bitte sofort den Absender und löschen Sie diese
Nachricht. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser
Mail
ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you
are
not the intended recipient (or have received this e-mail in error) please
notify the sender immediately and destroy this e-mail. Any unauthorized
copying, disclosure or distribution of the material in this e-mail is
strictly
forbidden.
[-- Attachment #2: Type: text/html, Size: 7540 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-05-09 11:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-02 13:25 HG Parameters for the fetcher S.Jaritz
2016-05-02 14:50 ` Jeyachandran, Yukatharsani (Contractor)
2016-05-09 11:12 ` S.Jaritz
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.