Part Number: AM3715
Other Parts Discussed in Thread: ADS7846
Tool/software: Linux
Hello,
Trying to build arago with bitbake, I follow the exact instructions as described in:
arago-project.org/.../Setting_Up_Build_Environment
./oe-layertool-setup.sh -f configs/arago-krogoth-config.txt
################################################################################
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
user@user-VirtualBox:/media/yocto4/som37/OE/tisdk$ cd build/
user@user-VirtualBox:/media/yocto4/som37/OE/tisdk/build$ . conf/setenv
user@user-VirtualBox:/media/yocto4/som37/OE/tisdk/build$ MACHINE=am37x-evm bitbake arago-base-tisdk-image
NOTE: Your conf/bblayers.conf has been automatically updated.
Parsing recipes: 100% |#########################################| Time: 00:01:16
Parsing of 2344 .bb files complete (0 cached, 2344 parsed). 2940 targets, 510 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.30.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-14.04"
TARGET_SYS = "arm-linux-gnueabi"
MACHINE = "am37x-evm"
DISTRO = "arago"
DISTRO_VERSION = "2016.12"
TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard"
TARGET_FPU = "hard"
meta-processor-sdk = "HEAD:70283e8e915126b57e30cc7fcf5286a9435c3829"
meta-arago-distro
meta-arago-extras = "HEAD:c0e32cc7615f7483ae3a674221dd633205b28ee3"
meta-qt5 = "HEAD:2b1871f0d139dc3caaa779a32a1931409c245a36"
meta-networking
meta-ruby
meta-python
meta-oe
meta-gnome = "HEAD:55c8a76da5dc099a7bc3838495c672140cedb78e"
meta-ti = "HEAD:ed06c3bb58493a40b6fe584251a94f067fc9bdf7"
meta-linaro-toolchain
meta-optee = "HEAD:2f51d38048599d9878f149d6d15539fb97603f8f"
meta = "HEAD:ff8c8859434e56894accc5a63980c1b8904eb935"
NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: external-linaro-toolchain-2016.11-r0.arago33 do_populate_sysroot: The recipe external-linaro-toolchain is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
/media/yocto4/som37/OE/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am37x-evm/usr/include/scsi/cxlflash_ioctl.h
I tried to delete build folder and use different config , for dylan, krogoth, sdk
But I keep getting this error.
I see other thread which mentioned this failure, which is not resolved in these e2e posts.
Is there any solution for this ?
Is it because the toolchain is already installed ?
Or is it that the git ( git://arago-project.org/git/projects/oe-layersetup.git) is too old ?
export PATH=$HOME/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:$PATH $ MACHINE=am335x-evm bitbake tisdk-rootfs-image
Regards,
Ran