<div dir="ltr"><span style="font-size:12.8px">Hello,</span><div style="font-size:12.8px">We currently try to create a working system based on YOCTO Â Krogoth. The target is a imx6 based board which is quite similar to the wandboard quad board.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Unfortunately, we could not succeed in building a ARMHF environnenent. Changing the toolchain with gcc-arm-linux-gnueabihf didn't work either and produced a lot of errors.</div><div style="font-size:12.8px">We are stucked with this problem since a long time and no solution from internet worked...</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">The local.conf that we use is the following:</div><blockquote style="font-size:12.8px;margin:0px 0px 0px 40px;border:none;padding:0px"><div><i>MACHINE ??= 'wandboard'</i></div><div><i>DISTRO ?= 'poky'</i></div><div><i>PACKAGE_CLASSES ?= "package_rpm"</i></div><div><i>EXTRA_IMAGE_FEATURES = "debug-tweaks"</i></div><div><i>USER_CLASSES ?= "buildstats image-mklibs image-prelink"</i></div><div><i>DPKG_ARCH = "armhf"</i></div><div><i>DEFAULTTUNE="cortexa9thf-neon"</i></div><div><i>DEFAULTTUNE_mx6="cortexa9thf-n<wbr>eon"</i></div><div><i>TARGET_SYS = "arm-linux-gnueabihf"</i></div><div><i>PATCHRESOLVE = "noop"</i></div><div><i>BB_DISKMON_DIRS = "\</i></div><div><i>  Â  STOPTASKS,${TMPDIR},1G,100K \</i></div><div><i>  Â  STOPTASKS,${DL_DIR},1G,100K \</i></div><div><i>  Â  STOPTASKS,${SSTATE_DIR},1G,100<wbr>K \</i></div><div><i>  Â  ABORT,${TMPDIR},100M,1K \</i></div><div><i>  Â  ABORT,${DL_DIR},100M,1K \</i></div><div><i>  Â  ABORT,${SSTATE_DIR},100M,1K" </i></div><div><i>PACKAGECONFIG_append_pn-qemu-n<wbr>ative = " sdl"</i></div><div><i>PACKAGECONFIG_append_pn-native<wbr>sdk-qemu = " sdl"</i></div><div><i>ASSUME_PROVIDED += "libsdl-native"</i></div><div><i>CONF_VERSION = "1"</i></div><div><i><br></i></div><div><i>BB_NUMBER_THREADS = '4'</i></div><div><i>PARALLEL_MAKE = '-j 4'</i></div><div><i><br></i></div><div><i>#DL_DIR ?= "${BSPDIR}/downloads/"</i></div><div><i>#20170623 TSN</i></div><div><i>#Chinese fonts</i></div><div><i>#ENABLE_BINARY_LOCALE_GENERATI<wbr>ON = "1"</i></div><div><i>GLIBC_GENERATE_LOCALES = "tr_TR.UTF-8 zh_CN.UTF-8 en_US.UTF-8"</i></div><div><i>IMAGE_LINGUAS ?= "zh-cn tr-tr en-us"</i></div><div><i><br></i></div><div><i><br></i></div><div><i>#20170817</i></div><div><i>IMAGE_FSTYPES="tar.bz2 ext3"</i></div><div><i><br></i></div><div><i><br></i></div><div><i>EXTRA_IMAGE_FEATURES = "debug-tweaks ssh-server-openssh package-management"</i></div><div><i><br></i></div><div><i># 20161109 EBN</i></div><div><i># Add gdbserver to debug qt application on wandboard</i></div><div><i>EXTRA_IMAGE_FEATURES += "tools-debug"</i></div><div><i><br></i></div><div><i>IMAGE_INSTALL_append = " gcc g++ binutils libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev \</i></div><div><i>autoconf automake ccache chkconfig glib-networking glibmm \</i></div><div><i>packagegroup-core-buildessenti<wbr>al pkgconfig \</i></div><div><i>boost cmake zlib glib-2.0 packagegroup-fsl-tools-testapp<wbr>s git \</i></div><div><i>evtest tslib tslib-conf tslib-tests tslib-calibrate \</i></div><div><i>  Â  font-alias \</i></div><div><i>  Â  maliit-framework-qt5 \</i></div><div><i>  Â  pointercal \</i></div><div><i>  Â  tzdata \</i></div><div><i>  Â  lrzsz \</i></div></blockquote><div style="font-size:12.8px">...</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Especially, we need to be able to used our applications developed with QT5, and the packet manager APT-GET. When the architecture is ARMEL, we get an error of wrong architecture when we try to install any package.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I hope that my explanations are enough to understand our problem and that you can suggest us a solution.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Have a nice day.</div></div>