Hi, no problem. Though it is not really an issue that needs immediate help :
Build Configuration: BB_VERSION = "1.26.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-14.04" TARGET_SYS = "arm-sonometre-linux-gnueabi" MACHINE = "raspberrypi2" DISTRO = "sonometre" DISTRO_VERSION = "1.8.1" TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard vfpv4 cortexa7" TARGET_FPU = "vfp-vfpv4-neon" meta meta-yocto meta-yocto-bsp = "fido:aff2257e0b1153814aefc96737e00bdb4cf634e0" meta-raspberrypi = "master:f2cff839f52a6e6211337fc45c7c3eabf0fac113" meta-sonometre = "master:5a336d675553acdc11adc2e1b746bbe43cb5e30c" meta-qt5 = "fido:90919b9d86988e7da01fa2c0a07246b5b5600a5d" meta-cirruslogic = "master:24f3d0082b7caa0aa21711bef42b845df946178b" meta-oe meta-networking meta-multimedia meta-ruby = "fido:df2f700d66bace65f5d802225232d01cf511fe81" the distro is just a copy of poky with the following additions : DISTRO_FEATURES_append = " opengl" DISTRO_FEATURES_append = " systemd" VIRTUAL-RUNTIME_init_manager = "systemd" and the image : include recipes-core/images/rpi-hwup-image.bb IMAGE_FEATURES += "ssh-server-openssh " IMAGE_INSTALL_append = " gdbserver" IMAGE_INSTALL_append = " connman" IMAGE_INSTALL_append = " connman-client" IMAGE_INSTALL_append = " openssh-sftp-server" IMAGE_INSTALL_append = " netcat" IMAGE_INSTALL_append = " ncurses-libncurses" IMAGE_INSTALL_append = " libasound" IMAGE_INSTALL_append = " libicui18n" IMAGE_INSTALL_append = " logrotate" IMAGE_INSTALL_append = " ntp" IMAGE_INSTALL_append = " libusb1" IMAGE_INSTALL_append = " usbutils" IMAGE_INSTALL_append = " udev" IMAGE_INSTALL_append = " usb-modeswitch-data" IMAGE_INSTALL_append = " usbpath" IMAGE_INSTALL_append = " file" IMAGE_INSTALL_append = " pure-ftpd" IMAGE_INSTALL_append = " ppp" IMAGE_INSTALL_append = " qtbase" IMAGE_INSTALL_append = " qtbase-tools" IMAGE_INSTALL_append = " alsa-state" IMAGE_INSTALL_append = " alsa-utils" IMAGE_INSTALL_append = " util-linux" regards Le mar. 15 déc. 2015 à 01:35, Khem Raj <[email protected]> a écrit : > > > On Dec 14, 2015, at 1:41 PM, Valentin Le bescond < > [email protected]> wrote: > > > > Have you ever had this issue ? > > > > I tried to 'bitbake meta-toolchain-qt5' 4 times. > > The first time it threw me 2 "internal compiler error :segmentation > faults" : > > one on qt3d, and the other one on qtwebkit. > > > > you need to provide more info to get folks to help you. What branch of > meta-qt5 is in play ? > > > the 2nd time it built the qt3d ok but threw the qtwebkit error. > > it threw the same error the third time, and the fourth time ... > > "all task succeeded"... > > > > I didn't modify anything between those bitbake commands... run ran them > again... > > > > Is there any reason why it would fail multiple times before succeeding ? > > > > If you want to know it's a custom distro based on poky 1.8.1 and a > custom image based on "rpi-hwup-image" for raspberrypi2. > > > > what customizations are done ? > > > Cheers ! > > > > -- > > Valentin LE BESCOND > > -- > > _______________________________________________ > > yocto mailing list > > [email protected] > > https://lists.yoctoproject.org/listinfo/yocto > > -- Valentin LE BESCOND
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
