* [PATCH 0/1] Fix glib build for mips64
@ 2016-09-01 20:07 Juro Bystricky
2016-09-01 20:07 ` [PATCH 1/1] glib: disable gtk-doc on mips64 Juro Bystricky
0 siblings, 1 reply; 2+ messages in thread
From: Juro Bystricky @ 2016-09-01 20:07 UTC (permalink / raw)
To: openembedded-core
The attached patch fixes a problem observed on AB, in particular
https://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/930/steps/BuildImages_5/logs/stdio
glib build failed, hence core-image-minimal was not built, hence SDK tests were not ran.
The test patch was tested with:
MACHINE = "qemumips64"
require conf/multilib.conf
MULTILIBS = "multilib:lib64 multilib:lib32"
DEFAULTTUNE = "mips64-n32"
DEFAULTTUNE_virtclass-multilib-lib64 = "mips64"
DEFAULTTUNE_virtclass-multilib-lib32 = "mips32r2"
QEMU_USE_KVM = "True"
USER_CLASSES += " testsdk "
Build Configuration:
BB_VERSION = "1.31.1"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "mips64-poky-linux-gnun32"
MACHINE = "qemumips64"
DISTRO = "poky"
DISTRO_VERSION = "2.1+snapshot-20160901"
TUNE_FEATURES = "n32 bigendian fpu-hard"
TARGET_FPU = ""
meta
meta-poky
meta-yocto-bsp = "master-next:df6d79dc8faba6ca997beebd32242bd65fe962bd"
$ bitbake core-image-minimal -c populate_sdk
$ bitbake core-image-minimal -c testsdk
Juro Bystricky (1):
glib: disable gtk-doc on mips64
meta/recipes-core/glib-2.0/glib.inc | 1 +
1 file changed, 1 insertion(+)
--
2.7.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] glib: disable gtk-doc on mips64
2016-09-01 20:07 [PATCH 0/1] Fix glib build for mips64 Juro Bystricky
@ 2016-09-01 20:07 ` Juro Bystricky
0 siblings, 0 replies; 2+ messages in thread
From: Juro Bystricky @ 2016-09-01 20:07 UTC (permalink / raw)
To: openembedded-core
Avoid build error
.libs/./gobject-scan: Invalid ELF image for this architecture
when building for mips64
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
---
meta/recipes-core/glib-2.0/glib.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index 906e0d4..3a7e890 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -42,6 +42,7 @@ PRINTF_mingw32 = "--enable-included-printf=yes"
EXTRA_OECONF = "${PRINTF} ${CORECONF}"
EXTRA_OECONF_class-native = "${CORECONF} --disable-selinux"
EXTRA_OECONF_append_libc-uclibc = " --with-libiconv=gnu"
+EXTRA_OECONF_append_mips64 = " --enable-gtk-doc=no"
do_configure_prepend() {
sed -i -e '1s,#!.*,#!${USRBINPATH}/env python3,' ${S}/gio/gdbus-2.0/codegen/gdbus-codegen.in
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-01 20:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-01 20:07 [PATCH 0/1] Fix glib build for mips64 Juro Bystricky
2016-09-01 20:07 ` [PATCH 1/1] glib: disable gtk-doc on mips64 Juro Bystricky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox