Hi
I am Installing the Plug-in Using the Latest Source Code.
Yocto Project Development Manual
Be sure your development system is not using OpenJDK to build the plug-in by doing the following:
export PATH=~/jdk1.7.0_40/bin:$PATH
In the same shell, create a Git repository with:
$ cd ~ $ git clone git://git.yoctoproject.org/eclipse-poky-kepler
Change to the directory where you set up the Git repository:
$ cd ~/eclipse-poky-kepler
- Be sure you are in the right branch for your Git repository. For this release set the branch to
tbd
:$ git checkout tbd
I did not find tbd here. So I simply do like this
[leizhou@localhost eclipse-poky-kepler]$ git branch tbd
[leizhou@localhost eclipse-poky-kepler]$ git checkout tbd
Switched to branch 'tbd'
[leizhou@localhost eclipse-poky-kepler]$ git branch
master
* tbd
after that, I run
[leizhou@localhost scripts]$ ./setup.sh
...
Your build environment is successfully created.
Run ECLIPSE_HOME=/home/leizhou/eclipse-poky-kepler/scripts/eclipse ./build.sh <branch name> <release name> to build
then I run:
[leizhou@localhost scripts]$ ECLIPSE_HOME=/home/leizhou/eclipse-poky-kepler/scripts/eclipse ./build.sh tbd tbd
the result is:
...
Resolving deltas: 100% (3517/3517), done.
error: pathspec 'origin/tbd' did not match any file(s) known to git.
[Fail 1]: git checkout origin/tbd
BUILD_TOP=/home/leizhou/eclipse-poky-kepler/scripts/tbd_build_201404301749
Did I misunderstand the instruction? Please help.
Thanks.
Lei