**** BEGIN LOGGING AT Mon Nov 30 03:00:50 2015 Nov 30 11:58:00 Hi, is anyone working with isolated sysroots with bitbake? We hit race conditions way too much and would like to solve this problem once and for all. Nov 30 12:01:13 Hi folks Nov 30 12:05:31 does anyone know how to patch uboot correctly? Nov 30 12:09:03 why would uboot be different to anything else? Nov 30 12:10:32 id like to run custom bootcmd and have a 5 seconds bootdelay Nov 30 12:11:19 but i don't want to modify it from the device...this modifications should be written into the image Nov 30 12:12:21 so that's why I patched u-boot with different bootcmd variable value, but when i flash it into the device it seems nothing has changed Nov 30 12:15:37 Taurenking: assuming the patch has been correctly applied, it may be that u-boot is loading the environment from another device and not using the built-in one. "env def -a" will cause it to overwrite the current environment with the built-in one. Nov 30 12:16:06 Taurenking: have you looked at printnev? Nov 30 12:18:27 mmm Nov 30 12:18:51 i'll try in 1 hour time Nov 30 12:18:54 going into break Nov 30 12:19:11 @bboozzoo yes i did Nov 30 12:19:16 botcmd still the same Nov 30 12:20:41 You can also verify if the patch is actually being applied by checking git diff's output in the work directory. Nov 30 12:21:54 Also make sure that you are using the binary u-boot compiled with the patch. The build date that u-boot displays in the banner may be handy. Nov 30 12:49:01 Hi! Is there any place where I can get rootfs.sdcard to use ext3 or ext4 instead of ext2? Nov 30 12:51:08 stiandre: sounds like the fsl stuff... guess you'll have to take a deeper look at their image creation and startup scripts. Nov 30 12:54:53 stiandre: Have you tried setting IMAGE_FSTYPES? http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-IMAGE_FSTYPES Nov 30 12:56:39 mario-goulart: that only affects the general image creation, not what the fsl specific stuff tucks into the .sdcard thing (which ist kind of "proprietary") Nov 30 13:01:56 LetoThe2nd: okay, thanks! Nov 30 13:02:29 LetoThe2nd: but what can/is the ext3 used for? Nov 30 13:02:45 the rootfs.ext file Nov 30 13:02:50 the rootfs.ext3 file Nov 30 13:03:09 stiandre: for whatever you want it? Nov 30 13:03:28 stiandre: do not assume that everything is targeted at your hw platform, or even your architecture. Nov 30 13:03:54 haha.. good point :) Nov 30 13:04:21 stiandre: the obvious use case for the .ext3 image is qemu, for example. Nov 30 13:06:12 Not sure if I understand it correctly, but image_types_fsl.bbclass seems to generate .sdcard files with ext4 rootfs files by default, as far as I can see. Nov 30 13:07:28 thats of course possible, i'm not really aware of the internal details of their stuff Nov 30 13:09:19 <_stephan> stiandre, have a look at this: http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/commit/?id=83534159576f9bf35f05f0b285aec06a7d4ef737 Nov 30 13:10:34 _stephan: thanks, I will1 Nov 30 13:12:07 Note that that commit is quite old. The current fs type in jethro is ext4. When in doubt, check the value of SDCARD_ROOTFS. Nov 30 13:21:14 env def -a resets Nov 30 13:21:29 resets uboot but still no sign of my patch values Nov 30 13:51:28 lol Nov 30 16:53:34 hello guys Nov 30 16:54:35 I'm trying to build my own distribution based on poky Nov 30 16:54:44 but there this error message Nov 30 16:54:46 error: unpacking of archive failed on file /var/log: cpio: rename failed - Resource temporarily unavailable Nov 30 16:55:01 Output from wpa-supplicant-2.2-r0@armv7at2hf_vfp_neon: Nov 30 16:55:01 Started /home/icchw/fsl-community-bsp/jfl-image/tmp-glibc/sysroots/x86_64-linux/usr/bin/systemctl --root=/home/icchw/fsl-community-bsp/jfl-image/tmp-glibc/work/colibri_imx6-oe-linux-gnueabi/jfl-base-minimal/1.0-r0/rootfs disable wpa_supplicant.service wpa_supplicant-nl80211@.service wpa_supplicant-wired@.service Nov 30 16:55:01 Try to find location of wpa_supplicant.service... Nov 30 16:55:01 Found wpa_supplicant.service in /lib/systemd/system/wpa_supplicant.service Nov 30 16:55:32 Anyone know why this error? Nov 30 19:22:05 Hi there. Has anyone worked through the process of building Linux >= 4.3? Per the Changes, it appears that a host openssl is now required for some of the code signing. It looks like openssl-native should satisfy these deps, but I'm still to figure out how to point the kernel build to the linux_x86_64 sysroots for the host-tools that it seems to want to build. Nov 30 19:22:25 *still trying to figure out Nov 30 19:57:00 morning all Nov 30 20:07:40 Is there a way to use the PREMIRROR BASENAME alias in a url? Such as: git://*.* git://otherhost.com/foo.BASENAME? Nov 30 20:48:20 Regarding my question about building a Linux 4.4-rc3 kernel earlier - it appears that the ${KERNEL_DIR}/scripts/Makefile.host has a HOST_EXTRACFLAGS that gets populated... just need to figure out how to append some include/lib paths for ${STAGING_DIR_NATIVE}... Nov 30 22:50:02 Does anyone offhand know where the sdcard image type is defined? Nov 30 22:51:06 i.e. what file would I find the definitions for the sdcard image so I can modify it. Dec 01 02:26:11 * Marex proceeds with his crusade to fix nios2, libbsd is now fixed upstream %^) http://cgit.freedesktop.org/libbsd/log/ **** ENDING LOGGING AT Tue Dec 01 03:00:46 2015