**** BEGIN LOGGING AT Sat Apr 10 02:59:58 2021 Apr 10 03:50:47 RP: pushed a fix for gcc issue https://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc11 Apr 10 08:39:59 Guest75177: will retest, thanks Apr 10 09:45:23 RP: I have updated https://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc11 to addess Andre's comment so you might need to pick it once more :( Apr 10 09:46:25 Guest75177: RP: is this planned for harknott or after? Apr 10 09:47:09 sorry not this one, I meant the gcc-10.3 upgrade Apr 10 09:47:46 gcc-11 will surely wait for honister, right? Apr 10 09:47:48 pehaps as a backport later in point release Apr 10 09:47:59 yep Apr 10 10:15:03 Hi there, i have a problem during implementing steps in  #6: kernel handling and development. Apr 10 10:15:03 here is my machine conf, i just follow what josef had done. Apr 10 10:15:04 #@TYPE: Machine Apr 10 10:15:04 #@NAME: Incharge Arm Cortex-A15 machine Apr 10 10:15:05 #@DESCRIPTION: Machine configuration for running an ARMv7 system on QEMU Apr 10 10:15:05 require conf/machine/include/tune-cortexa15.inc Apr 10 10:15:06 #require conf/machine/include/qemu.inc Apr 10 10:15:06 KERNEL_IMAGETYPE = "zImage" Apr 10 10:15:07 UBOOT_MACHINE ?= "qemu_arm_defconfig" Apr 10 10:15:07 SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" Apr 10 10:15:08 SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" Apr 10 10:15:08 # For runqemu Apr 10 10:15:09 QB_SYSTEM_NAME = "qemu-system-arm" Apr 10 10:15:09 QB_MACHINE = "-machine virt,highmem=off" Apr 10 10:15:10 QB_CPU = "-cpu cortex-a15" Apr 10 10:15:10 # Standard Serial console Apr 10 10:15:11 QB_KERNEL_CMDLINE_APPEND = "vmalloc=256" Apr 10 10:15:11 # For graphics to work we need to define the VGA device as well as the necessary USB devices Apr 10 10:15:23 ``` Apr 10 10:15:23 kotoz@kotoz-Legion-Y540-15IRH:~/Desktop/Embedded_linux/yocto_for_rpi/poky_master/qemu/build$ runqemu core-image-minimal nographic Apr 10 10:15:24 runqemu - INFO - Running bitbake -e ... Apr 10 10:15:24 runqemu - INFO - Continuing with the following parameters: Apr 10 10:15:25 KERNEL: [/home/kotoz/Desktop/Embedded_linux/yocto_for_rpi/poky_master/qemu/build/tmp/deploy/images/incharge-qemuarm/zImage--4.2+git0+64291f7db5-r0-incharge-qemuarm-20210410082926.bin] Apr 10 10:15:25 MACHINE: [incharge-qemuarm] Apr 10 10:15:26 FSTYPE: [ext4] Apr 10 10:15:26 ROOTFS: [/home/kotoz/Desktop/Embedded_linux/yocto_for_rpi/poky_master/qemu/build/tmp/deploy/images/incharge-qemuarm/core-image-minimal-incharge-qemuarm.ext4] Apr 10 10:15:27 CONFFILE: [/home/kotoz/Desktop/Embedded_linux/yocto_for_rpi/poky_master/qemu/build/tmp/deploy/images/incharge-qemuarm/core-image-minimal-incharge-qemuarm.qemuboot.conf] Apr 10 10:15:27 runqemu - INFO - Setting up tap interface under sudo Apr 10 10:15:28 runqemu - INFO - Network configuration: ip=192.168.7.2::192.168.7.1:255.255.255.0 Apr 10 10:15:28 runqemu - INFO - Running /home/kotoz/Desktop/Embedded_linux/yocto_for_rpi/poky_master/qemu/build/tmp/work/x86_64-linux/qemu-helper-native/1.0-r1/recipe-sysroot-native/usr/bin/qemu-system-arm -device virtio-net-device,netdev=net0,mac=52:54:00:12:34:02 -netdev tap,id=net0,ifname=tap0,script=no,downscript=no -object Apr 10 10:15:29 rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0 -drive id=disk0,file=/home/kotoz/Desktop/Embedded_linux/yocto_for_rpi/poky_master/qemu/build/tmp/deploy/images/incharge-qemuarm/core-image-minimal-incharge-qemuarm.ext4,if=none,format=raw -device virtio-blk-device,drive=disk0 -device qemu-xhci -device usb-tablet -device Apr 10 10:15:29 usb-kbd  -machine virt,highmem=off -cpu cortex-a15 -m 256 -serial mon:stdio -serial null -nographic -device VGA,edid=on -kernel /home/kotoz/Desktop/Embedded_linux/yocto_for_rpi/poky_master/qemu/build/tmp/deploy/images/incharge-qemuarm/zImage--4.2+git0+64291f7db5-r0-incharge-qemuarm-20210410082926.bin -append 'root=/dev/vda rw  mem=256M Apr 10 10:15:30 ip=192.168.7.2::192.168.7.1:255.255.255.0 console=ttyAMA0 console=hvc0 vmalloc=256 ' Apr 10 10:15:30 ``` Apr 10 10:16:02 is that the best way to show my technical Questions here ! Apr 10 10:19:47 5235251 Apr 10 10:30:53 JaMa: 11 is definitely post 3.3, not sure about 10.3, might make 3.3.1? Apr 10 10:30:59 JaMa: 3.3 is in QA now Apr 10 14:24:39 Hi, I'm trying to use `psplash-write` and the first call works, but the subsequent ones fail. I suspect the open("psplash_fifo",...) errors out Apr 10 14:29:17 Is it possible that psplash exits between the first call and the second call, even though they're called from ExecStartPre= inside enabled system services? Apr 10 14:41:29 How do you unpack in a lower-case directory name? Apr 10 14:41:34 And the long thing: Apr 10 14:42:05 A project on github does there releases in a mixed-case tar.gz file. Apr 10 14:42:23 But, as far as I understand, the recipe should be lower-case. Apr 10 14:42:48 So, the SRC_URI and so one does the unpacking in a mixed-case  directory. Apr 10 14:43:24 But the ${B} does expect this in ${BPN}. Apr 10 14:43:28 Kind of, clear? Apr 10 14:43:52 I found ways to change the path where to extract, Apr 10 14:44:02 a way to rename the download file Apr 10 14:44:19 But not a clue how to do this, probably even rather common, thing. Apr 10 18:57:48 Hello. I want to understand how image features are created (or how to create my own image feature). I took x11-base as an example to follow. My goal is to create a custom image feature like x11-base with one package less (let's say without liberation-fonts). I was able to create my own packagegroup recipe (i.e. packagegroup-core-x11-minibase.bb for the time with the same packages as x11-base). I use a Apr 10 18:57:54 RPI to toy around. When I ... Apr 10 18:57:56 ... exchange the image featuer x11-base for x11-minibase (my custome img. feat.), I see a different behaviour. Apr 10 18:59:28 (i.e. not matchbox-terminal is started). By now, I am guessing, that somehow the configuration of the packages on x11-base, si different as if I only include its packages (i.e. via IMAGE_INSTALL), but I haven't being able to corroborate this assumption. Apr 10 21:40:41 is there a way to know which recipe is installing a package in my yocto image? Apr 10 21:45:50 use bitbake -g to generate a dependcy graph and read the dot file :) Apr 10 21:47:03 haaa I didn't know about the dot file. Thank a lot derRichard Apr 10 21:48:22 (don't render it and view it, read it in a text editor) Apr 10 21:51:48 yeap, that is what I'm doing. :) **** ENDING LOGGING AT Sun Apr 11 02:59:56 2021