On Tue, Dec 15, 2015 at 05:02:33PM +0200, Alexander Kanavin wrote: > LICENSE checksums are changed due to a change in FSF address, or copyright > years update. > > Rebased patches: > sepbuildfix.patch rebased to 0004-Fix-out-of-tree-builds.patch > add-ptest.patch rebased to 0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch > > Removed patches: > force-nostabs.patch removed because it's patching lines that have been removed upstream > remove-ppc-tests-failing-build.patch removed because it no longer applies, and rebasing it > requires building with special ppc32 machine configurations; qemuppc build is fine without it. > enable.building.on.4.x.kernel.patch removed because the problem is fixed upstream > glibc.patch removed for the same reason > > Removed backports: > pass-maltivec-only-if-it-supported.patch > 0001-valgrind-Enable-rt_sigpending-syscall-on-ppc64-linux.patch > > There is a known warning issued during build: > WARNING: QA Issue: /usr/lib/valgrind/ptest/none/tests/scripts/shell@underscore@badinterp_valgrind-ptest > contained in package valgrind-ptest requires /this/is/a/bogus/interpreter/name, > but no providers found in its RDEPENDS [file-rdeps] > > If you know how to fix it, let me know. > > Signed-off-by: Alexander Kanavin > --- > +COMPATIBLE_HOST = '(i.86|x86_64|mips|powerpc|powerpc64).*-linux' > +COMPATIBLE_HOST_armv7a = 'arm.*-linux' Can you add armv7ve as well? > + > +inherit autotools ptest > + > +EXTRA_OECONF = "--enable-tls --without-mpicc" > +EXTRA_OECONF_armv7a = "--enable-tls -host=armv7-none-linux-gnueabi --without-mpicc" Can you add armv7ve as well? > +EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS', True) != '32']}" > +EXTRA_OEMAKE = "-w" > +