From: akuster808 <akuster808@gmail.com>
To: OE-core <openembedded-core@lists.openembedded.org>
Subject: combo-layer issue
Date: Fri, 03 Apr 2015 07:34:14 -0700 [thread overview]
Message-ID: <551EA4E6.4090304@gmail.com> (raw)
Morning all,
I am trying to replicate how Poky is created using combo-layer. I have
referenced https://wiki.yoctoproject.org/wiki/Combo-layer
The issue seems to be related when I define "branch". Not defining it
works fine (ie, master default). I suspect I am doing something
incorrectly or a compatibility issue with my local git version 1.9.1.
can someone poke to go in the right direction.
kind regards,
Armin
combo-layer.conf:
[bitbake]
src_uri = git://git.openembedded.org/bitbake
local_repo_dir = /tmp/src/test/bitbake
dest_dir = bitbake
branch = 1.26
last_revision =
[oe-core]
src_uri = git://git.openembedded.org/openembedded-core
local_repo_dir = /tmp/src/test/oecore
dest_dir = .
branch = fido
last_revision =
Error message:
[07:22:26] fatal: ambiguous argument 'fido': unknown revision or path
not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
fido
Traceback (most recent call last):
File "./scripts/combo-layer", line 869, in <module>
ret = main()
File "./scripts/combo-layer", line 865, in main
actions.get(args[1], action_error)(confdata, args[1:])
File "./scripts/combo-layer", line 220, in action_init
rev = runcmd('git rev-parse %s' % initialrev, ldir).strip()
File "./scripts/combo-layer", line 179, in runcmd
raise e
CalledProcessError: Command 'git rev-parse fido' returned non-zero exit
status 128
next reply other threads:[~2015-04-03 14:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-03 14:34 akuster808 [this message]
2015-04-08 21:27 ` combo-layer issue Trevor Woerner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=551EA4E6.4090304@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.