Dear all,
I follow this document, http://processors.wiki.ti.com/index.php/Sitara_Linux_Training:_Getting_Started_with_Openembedded
use this command: ./oe-layertool-setup.sh -f ./configs/amsdk/amsdk-06.00.00.00-config.txt
and then get the following message...
Does anyone know how to solve this issue? Thanks.
sitara@ubuntu:~$ cd tisdk/
sitara@ubuntu:~/tisdk$ ls
build configs downloads oe-layertool-setup.sh sample-files sources
sitara@ubuntu:~/tisdk$ ./oe-layertool-setup.sh -f ./configs/amsdk/amsdk-06.00.00.00-config.txt
/home/sitara/tisdk
cloning repo bitbake
Fetching origin
Previous HEAD position was cc7fdbd... Update version to 1.17.0
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
Already up-to-date.
Note: checking out '1.17.0'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at cc7fdbd... Update version to 1.17.0
cloning repo meta-arago
Fetching origin
fatal: Cannot update paths and switch to branch 'amsdk-06.00.00.00-integration' at the same time.
Did you intend to checkout 'origin/amsdk-06.00.00.00-integration' which can not be resolved as commit?
merge: origin/amsdk-06.00.00.00-integration - not something we can merge
error: pathspec 'amsdk-06.00.00.00-release' did not match any file(s) known to git.
cloning repo meta-openembedded
Fetching origin
Switched to branch 'danny'
Your branch is up-to-date with 'origin/danny'.
Already up-to-date.
Note: checking out 'f00028caf257e386c0f3ae46bd4b3ba53dd0729d'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at f00028c... cifs-utils: Add runtime recommendation to CIFS kernel module
cloning repo meta-ti
Fetching origin
fatal: Cannot update paths and switch to branch 'amsdk-06.00.00.00-integration' at the same time.
Did you intend to checkout 'origin/amsdk-06.00.00.00-integration' which can not be resolved as commit?
merge: origin/amsdk-06.00.00.00-integration - not something we can merge
error: pathspec 'amsdk-06.00.00.00-release' did not match any file(s) known to git.
cloning repo meta-linaro
Fetching origin
Previous HEAD position was d0558fa... netbase: remove bbappend
Switched to branch 'danny'
Your branch is up-to-date with 'origin/danny'.
Already up-to-date.
Note: checking out 'd0558fa4304592622423582f8b464e1c22cfe6f1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at d0558fa... netbase: remove bbappend
cloning repo oe-core
Fetching origin
Previous HEAD position was 0785489... grub-efi-native: fix build on modern distributions without gets()
Switched to branch 'danny'
Your branch is up-to-date with 'origin/danny'.
Already up-to-date.
Note: checking out '0785489d558c34cacf5cb349949a15e27084efbf'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 0785489... grub-efi-native: fix build on modern distributions without gets()
################################################################################
The bblayers.conf configuration file has been created for you with some
default values. Please verify the contents of your conf/bblayers.conf
file for correctness.
NOTE: Any additional entries to this file will be lost if the ./oe-layertool-setup.sh
script is run again. To add entries permanently to this file
please add them to the config file used and rerun the
./oe-layertool-setup.sh script.
################################################################################
The local.conf configuration file has been created for you with some
default values. Please verify the contents of your conf/local.conf
file for correctness.
By default the number of threads used by the build is set to the number
of CPUs found on your system.
NOTE: You will probably want to change the default MACHINE setting in the
local.conf file to the machine you are trying to build.
WARNING: Found existing /home/sitara/tisdk/build/conf/local.conf
Saving a backup to /home/sitara/tisdk/build/conf/local.conf.bak
################################################################################
A setenv file has been created for you in the conf directory. Please verify
The contents of this file. Once you have verified the contents please source
this file to configure your environment for building:
. conf/setenv
You can then start building using the bitbake command. You will likely want
to set the MACHINE option if you have not done so in your local.conf file.
For example:
MACHINE=xxxxx bitbake <target>
Common targets are:
core-image-minimal
core-image-sato
meta-toolchain
meta-toolchain-sdk
adt-installer
meta-ide-support