public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [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

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