Openembedded Core Discussions
 help / color / mirror / Atom feed
* ^{} what is it good for? (bitbake problem)
@ 2014-06-04  8:06 Steffen Sledz
  2014-06-04  8:29 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Steffen Sledz @ 2014-06-04  8:06 UTC (permalink / raw)
  To: openembedded-core

We're are currently switching to daisy (incl. bitbake 1.22). There we hit the following problem.

We've a bbappend for linux-yocto-3.10 containing

--------------> snip <-----------------
SRC_URI +=  " \
    git://github.com/DFE/darmok.git;destsuffix=darmok;type=not-kmeta;tag=darmok_v0.10 \
"
--------------> snap <-----------------

This results in

--------------> snip <-----------------
NOTE: Error during finalise of /pm/sledz/hipos-dfe/openembedded-core/meta/recipes-kernel/linux/linux-yocto_3.10.bb
ERROR: ExpansionError during parsing /pm/sledz/hipos-dfe/openembedded-core/meta/recipes-kernel/linux/linux-yocto_3.10.bb: Failure expanding variable do_patch: ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure for URL: 'git://github.com/DFE/darmok.git;destsuffix=darmok;type=not-kmeta;tag=darmok_v0.10'. The command git ls-remote git://github.com/DFE/darmok.git refs/heads/darmok_v0.10 refs/tags/darmok_v0.10^{} gave empty output unexpectedly
--------------> snap <-----------------

And here's the output from some tests on the command line.

--------------> snip <-----------------
sledz@fensuse:/pm/sledz/hipos-dfe> git ls-remote git://github.com/DFE/darmok.git refs/heads/darmok_v0.10 refs/tags/darmok_v0.10^{}
sledz@fensuse:/pm/sledz/hipos-dfe> git ls-remote git://github.com/DFE/darmok.git refs/heads/darmok_v0.10 refs/tags/darmok_v0.10
f7f9073ea0c0c9a95808c9f65a29dcee9657226a        refs/tags/darmok_v0.10
--------------> snap <-----------------

They confirm the empty output if the command contains this magic ^{} at the end. The command works well if i remove this.

So what is this ^{} which comes from lib/bb/fetch2/git.py good for?
Or is this a remnant from a typo?

Steffen

-- 
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sledz@dresearch-fe.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058


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

end of thread, other threads:[~2014-06-04 14:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-04  8:06 ^{} what is it good for? (bitbake problem) Steffen Sledz
2014-06-04  8:29 ` Olof Johansson
2014-06-04 14:21   ` Steffen Sledz

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