Hi everyone
I'm developing applications on a custom board based on AM3352 Sitara processor, using
TI amsdk 7.0.
I need to install on the board an embedded Linux distribution that features opkg
package manager and also gcc for native compiling (I know it's very unusual but for
us would be useful), are also apreciated also audio-features like ALSA and gstreamer.
I would like to obtain it starting from meta-arago and tryed working as suggested
in arago-project tutorial
(http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment)
Obtaining a "core-image-minimal" was easy, problems appeared quickly when trying to add
some features.
First idea was to modify /build/conf/local.conf file setting
EXTRA_IMAGE_FEATURES = "tools-sdk debug-tweaks" but bitbaking failed task
"do_rootfs" due to unresolved dependecies for "ldd"
Trying instead of running with different parameters together
1) oe-layertool-setup.sh with amsdk-07.00.00.00-config.txt
2) EXTRA_IMAGE_FEATURES = "tools-sdk debug-tweaks"
3) image target = tisdk-rootfs-image
last time gave a failure during /ptpd_2.3.0.bb, do_compile.
I can't understand if are the gitted/fetched files/recipes are broken or is something
that I miss to configure. Maybe a problem with mismatching toolchains? Any suggestion?
I'm also reasoning if should be possible to use the EZSDK_7.0 toolchain as crosscompiler
for bitbake instead of using downloaded gcc-linaro?
I suppose this would grant maximum compatibility between my distro and developed
applications.
Thanks in advice, Mirko.