**** BEGIN LOGGING AT Mon Sep 26 02:59:56 2022 Sep 26 07:46:24 good morning Sep 26 10:32:20 hi Im getting Sep 26 10:32:20 QA Issue: u-boot-deltatouch-env is listed in PACKAGES multiple times, this leads to packaging errors. [packages-list] Sep 26 10:32:21 but i can't find where this gets added multiple times. I only add u-boot-deltatouch Sep 26 10:32:21 any one a tip on how to fix this issue ? Sep 26 12:15:17 hello, I need a bit of help. I am building a recipe from scratch. Basically I want to put several images into a .zip archive. Sep 26 12:16:17 I made an "archive-image.bb", where I define do_compile and add do_build of archived images as its dependency: Sep 26 12:16:38 do_compile[depends] += "archived-image1:do_build" Sep 26 12:16:54 but I get the following error: Sep 26 12:17:20 archive-image-1.0-r0 do_populate_sysroot: The file /usr/lib/aarch64-oe-linux/9.3.0/crtbegin.o is installed by both libgcc-initial and libgcc, aborting Sep 26 12:17:47 I also have INHIBIT_DEFAULT_DEPS = "1" in the archive-recipe.bb Sep 26 12:17:52 I also have INHIBIT_DEFAULT_DEPS = "1" in the archive-image.bb Sep 26 12:22:17 and it's dunfell Sep 26 12:34:00 can you pastebin your recipe? Sep 26 12:34:13 obviously, it shouldn't be pulling in any sysroot really Sep 26 12:45:59 here is the recipe: https://pastebin.com/eVvHwTuk Sep 26 12:52:31 I read the documentation again and realized that populate_sysroot (which fails) is something different than populate_recipe_sysroot (which I need to get zip-native). When I disable the populate_sysroot task, it works. Still, I would like to know if there is anything wrong with the recipe Sep 26 15:57:43 what exactly can this mean? wic.filemap.Error: cannot get block size for '/workdir/build/tmp/deploy/images/ev2/sbl1.mbn': [Errno 22] Invalid argument Sep 26 15:58:02 is that in a docker? Sep 26 15:58:05 it is Sep 26 15:58:13 i thought it had a fallback for that case Sep 26 15:58:23 it's an older version of bitbake Sep 26 15:58:26 (you can't get the disk block size for a file system without a disk) Sep 26 15:59:20 do you have https://git.openembedded.org/openembedded-core/commit/?id=d8f7cf2d38934c248be91101236f7537d0d31ea7? Sep 26 15:59:37 probably not Sep 26 16:01:07 wait I do Sep 26 16:04:16 denix: can you ack https://lore.kernel.org/all/20220926071605.123085-1-sumit.garg@linaro.org/ Sep 26 16:10:11 rburton: the problem is that the ioctl isn't just returning 0 or whatever, it's throwing Sep 26 16:10:44 `fcntl.ioctl(file_obj, 2, struct.pack('I', 0))` returns -1 with errno set to EINVAL I guess Sep 26 16:11:05 or rather the underlying C ioctl call does Sep 26 16:16:09 mort: patches welcome! :) Sep 26 16:38:13 is the yocto git server being slow atm Sep 26 17:05:19 @jonmason: I was going to try to test it here, give me until tomorrow Sep 26 18:53:24 denix: no problem **** ENDING LOGGING AT Tue Sep 27 02:59:56 2022