**** BEGIN LOGGING AT Wed Oct 28 02:59:58 2015 Oct 28 06:59:47 hi all Oct 28 07:00:04 is it expected that TOOLCHAIN_HOST_TASK_append = " nativesdk-make" does not work with mingw ? Oct 28 07:00:14 it seems it cannot find the cross compiler Oct 28 07:06:56 Does anyone have tricks to enable SHA512 hashing for root password? We are using ROOTFS_POSTPROCESS_COMMAND to set the password in /etc/shadow and only DES seems to work (our yocto/oe-core etc. layers are pretty old though) Oct 28 08:12:13 morning all Oct 28 08:13:25 hi there Oct 28 08:26:51 iam looking into ways to automate my builds , etc .. any good hint Oct 28 08:27:29 so is autobuilder the current way to go ? Oct 28 08:52:22 so the app for my recipe ignores the CMAKE_INSTALL_LIBDIR and installs the libraries to /usr/lib rather than /usr/lib64 . So is there any other way of getting around this aside than editing the app's CMakeLists.txt which is not my expertise? Oct 28 08:53:02 this is how I found out that CMake ignored those variables http://pastebin.com/LHE7btp8 Oct 28 11:38:12 khem: hey! can I have a bit of your time via PM ? Oct 28 11:54:21 ohhhh pooo. I upgraded to Ubuntu 15.10 ... :( (and now by poky build fails ...) - I know better than to change my dev-env :) Oct 28 11:54:52 kbingham: qemu-native failed to build? Oct 28 11:55:11 well not poky's fault - tmp/work/x86_64-linux/ncurses-native/5.9-r15.1 Oct 28 11:55:38 rburton: have you built on 15.10? Oct 28 11:56:00 https://bugzilla.yoctoproject.org/show_bug.cgi?id=8553 is the known failure in master when ran on 15.10 Oct 28 11:56:01 Bug 8553: normal, Medium+, 2.0, eduard.bartosh, NEW , qemu-native to build on Ubuntu 15.10 Oct 28 11:57:13 | from ../ncurses/lib_gen.c:19: Oct 28 11:57:14 | _18258.c:835:15: error: expected ')' before 'int' Oct 28 11:57:14 | ../include/curses.h:1594:56: note: in definition of macro 'mouse_trafo' Oct 28 11:57:15 | #define mouse_trafo(y,x,to_screen) wmouse_trafo(stdscr,y,x,to_screen) Oct 28 11:57:16 | ^ Oct 28 11:57:37 I guess I'll file a bug too :) - but presumably I just need to version bump the ncurses ... Oct 28 11:58:16 or build inside a 14.04 container :) Oct 28 12:36:14 Good morning all! Oct 28 15:55:21 kergoth: have you abandoned bb? Oct 28 15:55:39 kergoth: (i just ported bb-contents to basically be a wrapper around oe-pkgdata-util) Oct 28 17:47:51 Does anyone have a procedure (after adding grub2 to core-image-minimal-dev) how to manually create partition (ext3), format, then copy bzImage, initramfs, modules to partition. Then setup MBR and grub2 to boot?? Oct 28 18:08:58 There are some packages attempted and failing that I think should not be needed. Any tips on how to find who is depending on them? Oct 28 18:09:03 Errors: http://hastebin.com/luxaliweto Oct 28 18:09:25 AFAICT the build should not need qt4 at all, it has qt5 Oct 28 18:10:19 Not X11 either, using Wayland... Oct 28 19:16:31 hey. i've built meta-toolchain-qt5. after installation and sourcing the environment from it using qmake yields: Error: Unknown module(s) in QT: widget gui core Oct 28 19:16:38 so that renders it basically useless Oct 28 19:16:47 don't know if anyone was using qt5 in that way before Oct 28 19:17:01 or maybe it is just meta-qt5 daisy is very outdated? Oct 28 20:09:38 Hi, I'm trying to get yocto to work on a imx.6 sabrelite board, how do I find out what the latest release is? I see dora and dizzy, but I'm not too sure what these names should mean to me Oct 28 20:20:24 Dizzy is Yocto 1.7 and Dora is 1.6 IIRC Oct 28 20:21:32 xp190_, fido (1.8) is the last release with jethro (2.0) releasing soon Oct 28 20:22:05 xp190_, see https://wiki.yoctoproject.org/wiki/Releases Oct 28 20:22:16 correction: Dora is 1.5 Oct 28 20:22:31 Thank you, that chart clears a lot up Oct 28 20:22:49 I have fido built, but I'm not able to get the sabrelite to boot it Oct 28 20:23:20 I tried the SD card fix, but no luck, currently I'm trying to get uboot to load the zImage produced Oct 28 20:23:43 however I get stuck on loading Kernel Oct 28 20:24:46 I had the sabrelite board setup to boot from tftp, but I'm not sure if fido can be booted via tftp, if it could be that would be very helpful Oct 28 20:25:51 I can boot qnx .raw images, and ubuntu .bin images, but I'm not having any luck with fidos .dtb or .bin images, are there any tricks or guidelines to deal with this? Oct 28 20:27:15 u-boot has a bootz command to load a compressed zImage, I can xfer it via tftp onto the board, but I don't know what offset to give the command to get it to load the kernel Oct 28 20:29:15 xp190_, are you using meta-ti ? Oct 28 20:29:36 sorry, I'm not familiar with that term, what is it exactly? Oct 28 20:30:10 how are you building. what layers or distro are you using? Oct 28 20:30:57 armpit: "sabre" is freescale iirc Oct 28 20:31:00 boundry devices Oct 28 20:31:18 denix, sorry Oct 28 20:31:43 np Oct 28 20:33:34 I got the source from https://github.com/Freescale/fsl-community-bsp-platform Oct 28 20:34:23 I followed the instructions on https://community.freescale.com/docs/DOC-94849 to build the image, it builds fine, just takes forever Oct 28 20:35:28 xp190_, I suggest ping meta-freescale@yoctoproject.org. Oct 28 20:38:52 Thanks armpit, I'll try the mailing list Oct 28 20:39:07 sorry, don't know much about fsl board Oct 28 20:46:35 zeddii, you around? Oct 29 01:49:18 After installing genericx86.hddimg using dd onto a Virtual Machine hard drive image, the image booted fine BUT the fdisk /dev/hda shows strange values. Oct 29 01:50:35 The partitioning is bogus and unreadable. Sizes, start/end values, and sectors are all bogus. Is this seen by others? Oct 29 01:51:39 Is it because it is a dos (MBR) with 4 garbage entries? Should it be fixed? Oct 29 02:35:20 Anybody online tonight to discuss the issue above? **** ENDING LOGGING AT Thu Oct 29 02:59:59 2015