**** BEGIN LOGGING AT Sat Mar 03 03:00:01 2018 Mar 03 03:05:10 I need to replace the EXTRA_CONF "--with-config-file-path=${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION}" with other directory... Mar 03 03:05:31 I tried to do this but it's causing me an error in do_configuration Mar 03 03:05:37 EXTRA_OECONF := "${@oe_filter_out('--with-config-file-path=${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION}', '${EXTRA_OECONF}', d)}" Mar 03 03:05:46 EXTRA_OECONF ?= " --with-config-file-path=/etc" Mar 03 03:29:34 jbravo: it seems you need to override EXTRA_OECONF completely Mar 03 03:30:13 jbravo: or you can prepare a patch to define the argument to --with-config-file-path via a var Mar 03 03:30:36 e.g. CONFIGFILEPATH ?= "${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION}" Mar 03 03:30:54 --with-config-file-path="${CONFIGFILEPATH}" Mar 03 03:31:09 then in your bbappend set CONFIGFILEPATH = "your path" Mar 03 03:37:31 Thanks khem Mar 03 04:57:49 I created a php_%.bbappend file, that is copying a php.ini file from the directory files to ${D}${sysconfdir} Mar 03 04:58:04 FILESEXTRAPATHS_prepend := "${THISDIR}/files:" Mar 03 04:58:04 do_install_append() { Mar 03 04:58:04 install -m 0644 ${WORKDIR}/php.ini ${D}${sysconfdir}/php.ini Mar 03 04:58:04 } Mar 03 04:58:29 But I'm getting this error: Mar 03 04:58:29 ERROR: php-7.1.9-r0 do_package: QA Issue: php: Files/directories were installed but not shipped in any package: Mar 03 04:58:29 /etc/php.ini Mar 03 06:25:09 jbravo: you might need to add FILES_${PN} += "${sysconfdir}/php.ini" Mar 03 06:40:34 khem, great... thanks Mar 03 06:42:50 khem, other question... I need to enable the option CONFIG_NAND_ZYNQ that is part of the u-boot. Do you know how can I do that? Mar 03 08:28:17 Hello! I'm building an image based on a layers and confs I wrote months ago, but for some reason it seems that the result is a readonly rootfs. I don't remember setting it this way and I can't find any EXTRA_IMAGE_FEATURES. Any idea what may be setting it readonly? Mar 03 11:41:36 Hello! Anyone who knows how to include qmlscene binary in image? Mar 03 16:58:30 luc4: add IMAGE_FEATURES_remove = "read-only-rootfs" to local.conf Mar 03 17:03:09 luc4: you need to identify the package which packs qmlscene Mar 03 17:54:31 khem: I removed the tmp directory completely and it seems the image is no more readonly. I wonder what caused that. I found qmlscene in the qttools package, it is actually built and I can find it in the build dirs, but for some reason it is not included in the image. Mar 03 18:23:37 hi. with these steps inside the crops/poky docker image, I cannot seem to be able to build the raspberry pi layer for mender: Mar 03 18:23:43 https://gist.github.com/dbrgn/b4e8501ab58cc5537d301b97792f8495 Mar 03 18:23:46 any ideas? Mar 03 19:51:19 dbrgn: it seems you are missing dep on meta-raspberrypi layer see https://github.com/mendersoftware/meta-mender/tree/master/meta-mender-raspberrypi Mar 03 20:21:07 khem: thanks, I'll check that (a bit later)! Mar 03 20:21:34 * armpit looks like RP started a pyro build Mar 03 22:42:59 For some reason my root file system can only be mounted as a read only. If I put rw in the boot command it fails. I'm booting from a SD card, that doesn't have any lock switch. Mar 03 22:44:26 And if I boot using other kernel different than the one generated by yocto it does mount the file system as read write... the problem is somewhere in my image and not physical in the SD card Mar 03 22:44:50 armpit: I did what we talked about and tried pyro minus the 4.1 patches Mar 03 22:57:31 armpit: trying morty-next, next Mar 03 23:05:49 yeah. bitbake logged me out of gnome again Mar 03 23:06:45 armpit: OOM? Mar 03 23:10:12 nope Mar 03 23:15:02 * Crofton|work thnks armpit needs help Mar 03 23:16:13 * armpit wonders if we could add a laptop to the build cluster?? Mar 03 23:20:28 armpit: if you're in need of build space the reworked cluster may be an option... Mar 03 23:21:42 its not functionally equivalent yet though :( Mar 03 23:25:33 RP, k. its building my own bsp. Mar 03 23:25:42 looks like sytemd barfed Mar 03 23:26:35 * RP -> Zzzz Mar 04 01:39:36 How can I change options in the .config of the u-boot before compiling it through Yocto? **** ENDING LOGGING AT Sun Mar 04 03:00:01 2018