LetoThe2nd changed the topic of #yocto to: Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Community: https://www.yoctoproject.org/community | IRC logs: http://irc.yoctoproject.org/irc/ | Having difficulty on the list, with someone on the list or on IRC, contact Yocto Project Community Manager Letothe2nd | CoC: https://www.yoctoproject.org/community/code-of-conduct
dmoseley has quit [Quit: ZNC 1.9.1 - https://znc.in]
dmoseley has joined #yocto
vthor_ has quit [Quit: kill -9 $pid]
Articulus has joined #yocto
tlwoerner has quit [Server closed connection]
tlwoerner has joined #yocto
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
u1106 has quit [Server closed connection]
u1106 has joined #yocto
pita has quit [Remote host closed the connection]
Daanct12 has joined #yocto
jmd has joined #yocto
savolla has joined #yocto
goliath has joined #yocto
jmd has quit [Remote host closed the connection]
savolla has quit [Ping timeout: 244 seconds]
JJalling has joined #yocto
vladest has quit [Remote host closed the connection]
Jones42 has joined #yocto
florian has joined #yocto
vladest has joined #yocto
leon-anavi has joined #yocto
Articulus has quit [Quit: Leaving]
alperak has joined #yocto
florian has quit [Ping timeout: 276 seconds]
makurz has joined #yocto
sfo has quit [Server closed connection]
sfo has joined #yocto
savolla has joined #yocto
florian has joined #yocto
walter has quit [Quit: Konversation terminated!]
makurz has quit [Remote host closed the connection]
makurz has joined #yocto
florian_kc has joined #yocto
florian_kc has quit [Read error: Connection reset by peer]
florian_kc has joined #yocto
geoff_ has quit [Server closed connection]
JJalling has quit [Quit: Client closed]
geoff_ has joined #yocto
vthor has joined #yocto
<makurz> Hej, we recently bumped our kirkstone version to 4.0.28. After the bump, we encounter a lot of warnings related to our 'linux-common_6.1.bb' file, where we get a warning like this: "Calling renameVar with equivalent keys (pkg_postinst_ontarget:kernel-base) is invalid". The variable inside the brackets are always different but the warning itself is always the same.
<makurz> Does someone have an idea where to start looking for the issue?
makurz has quit [Remote host closed the connection]
makurz has joined #yocto
leonanavi has joined #yocto
leon-anavi has quit [Ping timeout: 244 seconds]
makurz has quit [Remote host closed the connection]
makurz has joined #yocto
leon-anavi has joined #yocto
leonanavi has quit [Ping timeout: 248 seconds]
Jones42 has quit [Ping timeout: 276 seconds]
ablu has quit [Ping timeout: 260 seconds]
<crazy_imp> makurz: if you copied the linux-common...bb file from some layer in the past, just take a look there how it has changed with the newer kirkstone version and apply the changes to your file too
ablu has joined #yocto
<makurz> @crazy_imp: thanks! That was my initial thought, I just was not sure :)
goliath has quit [Quit: SIGSEGV]
<RP> kanavin, mathieudb: FWIW I suspect this sed is failing on some kinds of rebuilds: https://git.yoctoproject.org/poky/tree/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.3.bb#n125
<RP> A clean of nfs-utils, configure with sysvinit, then configure with systemd does show the issue as udev_rulesdir in the makefile is corrupted
JJalling has joined #yocto
<RP> patch sent
<RP> kanavin: Just for info, if putting diffs in commit messages, add a space indentation. Otherwise when you try to apply of mailing lists, it breaks
RyanEatmon has quit [Remote host closed the connection]
RyanEatmon has joined #yocto
goliath has joined #yocto
stgl has quit [Server closed connection]
stgl has joined #yocto
JJalling has quit [Quit: Client closed]
|Xagen has joined #yocto
Xagen has quit [Ping timeout: 248 seconds]
|Xagen has quit [Ping timeout: 260 seconds]
Daanct12 has quit [Quit: WeeChat 4.7.0]
makurz has quit [Remote host closed the connection]
makurz has joined #yocto
Xagen has joined #yocto
goliath has quit [Quit: SIGSEGV]
Xagen has quit [Quit: Textual IRC Client: www.textualapp.com]
druppy has joined #yocto
Xagen has joined #yocto
vladest has quit [Remote host closed the connection]
florian_kc has quit [Ping timeout: 252 seconds]
vladest has joined #yocto
makurz has quit [Ping timeout: 250 seconds]
leon-anavi has quit [Remote host closed the connection]
druppy has quit [Ping timeout: 244 seconds]
Kubu_work has quit [Quit: Leaving.]
Minvera has joined #yocto
florian_kc has joined #yocto
florian has quit [Killed (NickServ (GHOST command used by florian_kc!~florian@dynamic-093-133-158-119.93.133.pool.telefonica.de))]
florian_kc is now known as florian
florian_kc has joined #yocto
jmd has joined #yocto
goliath has joined #yocto
garrettkajmowicz has joined #yocto
prabhakalad has quit [Read error: Connection reset by peer]
<garrettkajmowicz> Is there any good way to figure out what's actually in a .wic image? I'm analyzing it with the gnome disk utility and it shows 4 partitions (empty, data, data, and ext4). I'm able to get losetup to get me appropriate device files. But when I try to mount the ext4 filesystem I get an error.
<Fr4nk> garrettkajmowicz: check the ext partition, the losetup permits correctly to mount an ext4 partition from a wic, I always use that procedure with my wic images
<garrettkajmowicz> Fr4nk: Can you provide a bit more detail? I've run "sudo mount -o loop,rw /dev/loop24p3 /var/tmp/test/mnt_ext4/"
<garrettkajmowicz> That fails with: mount: /var/tmp/test/mnt_ext4: cannot mount; probably corrupted filesystem on /dev/loop25.
prabhakalad has joined #yocto
<Fr4nk> garrettkajmowicz: try simple "losetup -Pf" that associates the partitions to various loop devices. Here's my procedure on my blog https://fcastagnotto.wordpress.com/2024/04/11/mount-a-disk-image-as-virtual-disk/ (it's indicated the sdcard, but the wic works the same way)
florian has quit [Ping timeout: 252 seconds]
<garrettkajmowicz> Fr4nk: I started over and got the same results. fdisk -l shows reasonable values, but any attempt to mount the partitions fails as before.
<Fr4nk> garrettkajmowicz: what error do you get? Have you tried to write your wic on a SD card an tested if can be mounted?
<garrettkajmowicz> I'm in the middle of a pipeline. People before me build the image in an automated system. People after me install it on real hardware. I'm just trying to figure out why our image files are so large.
<garrettkajmowicz> fdisk shows eg: /dev/loop24p1 270370 12853281 12582912 6G 83 Linux
<garrettkajmowicz> The file command shows: /dev/loop24p1: data
<garrettkajmowicz> The ext partition now mounts but shows as empty. This makes sense because I can dd that partition to a file and compress it down to a few MiB.
<garrettkajmowicz> But if I do sudo mount /dev/loop24p1 ./mnt I get mount: /var/tmp/test/mnt: wrong fs type, bad option, bad superblock on /dev/loop24p1, missing codepage or helper program, or other error.
<Fr4nk> maybe you have some bad options in the partition, you can try to use kpartx or directly try to fix the partition wit fsck.ext4 -f /dev/loop24p1
florian has joined #yocto
<garrettkajmowicz> I'm getting the same thing after kpartx: mount: /var/tmp/test/mnt: wrong fs type, bad option, bad superblock on /dev/mapper/loop24p1, missing codepage or helper program, or other error.
<garrettkajmowicz> I'm going to try and reach out and see if anybody knows if its encrypted or something. This is silly.
<khem> RP: https://patchwork.yoctoproject.org/project/oe-core/patch/20250807043554.1825077-1-raj.khem@gmail.com/ is not yet in master this is last piece to get core-image-ptest-all working cleanly with clang especially on qemuarm
<khem> qemuarm64
druppy has joined #yocto
wicki has joined #yocto
<khem> vmeson: perl ptests with x86-64-v3 + clang work good. I am now trying it on a gcc 15.2 based build. that test is notorious, its comparing denormalized floating-point numbers and expecting one format with v3 it will enable avx which can cause fpu to handle these numbers slightly differently
alperak has quit [Quit: Connection closed for inactivity]
electricworry_ has quit [*.net *.split]
bantu has quit [*.net *.split]
vthor has quit [*.net *.split]
tangofoxtrot has quit [*.net *.split]
brgl has quit [*.net *.split]
ablu-linaro has quit [*.net *.split]
testone has quit [*.net *.split]
AdrianF has quit [*.net *.split]
joekale has quit [*.net *.split]
Flow has quit [*.net *.split]
marka has quit [*.net *.split]
Net147 has quit [*.net *.split]
042ABRIEU has quit [*.net *.split]
flynn378 has quit [*.net *.split]
polprog has quit [*.net *.split]
Shaun has quit [*.net *.split]
nohit has quit [*.net *.split]
starship has quit [*.net *.split]
dankm has quit [*.net *.split]
mrpelotazo has quit [*.net *.split]
jerrycash has quit [*.net *.split]
zwelch has quit [*.net *.split]
cambrian_invader has quit [*.net *.split]
mischief has quit [*.net *.split]
NishanthMenon has quit [*.net *.split]
ederibaucourt has quit [*.net *.split]
piie has quit [*.net *.split]
jonesv has quit [*.net *.split]
raghavgururajan has quit [*.net *.split]
Xogium has quit [*.net *.split]
jdiez has quit [*.net *.split]
warthog9 has quit [*.net *.split]
alimon has quit [*.net *.split]
tokamak- has quit [*.net *.split]
suihkulokki has quit [*.net *.split]
tangofoxtrot has joined #yocto
brgl has joined #yocto
ablu-linaro has joined #yocto
vthor has joined #yocto
testone has joined #yocto
joekale has joined #yocto
AdrianF has joined #yocto
Flow has joined #yocto
marka has joined #yocto
Net147 has joined #yocto
042ABRIEU has joined #yocto
flynn378 has joined #yocto
polprog has joined #yocto
Shaun has joined #yocto
nohit has joined #yocto
starship has joined #yocto
electricworry_ has joined #yocto
bantu has joined #yocto
dankm has joined #yocto
mrpelotazo has joined #yocto
jerrycash has joined #yocto
zwelch has joined #yocto
cambrian_invader has joined #yocto
NishanthMenon has joined #yocto
mischief has joined #yocto
ederibaucourt has joined #yocto
piie has joined #yocto
jonesv has joined #yocto
raghavgururajan has joined #yocto
jdiez has joined #yocto
Xogium has joined #yocto
alimon has joined #yocto
warthog9 has joined #yocto
suihkulokki has joined #yocto
tokamak- has joined #yocto
electricworry_ has quit [Max SendQ exceeded]
electricworry has joined #yocto
vthor has quit [Excess Flood]
tangofoxtrot has quit [Remote host closed the connection]
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
tangofoxtrot has joined #yocto
teknix has joined #yocto
jmd has quit [Remote host closed the connection]
garrettkajmowicz has quit [Quit: garrettkajmowicz]
<teknix> Hi all, i'm looking for hardware suggestions to get started with learning yocto.
<teknix> is beaglebone board a good one to start with?
Minvera has quit [Ping timeout: 252 seconds]
prabhakalad has quit [Ping timeout: 248 seconds]
prabhakalad has joined #yocto
prabhakalad has quit [Ping timeout: 255 seconds]
prabhakalad has joined #yocto
dmoseley has quit [Quit: ZNC 1.9.1 - https://znc.in]
goliath has quit [Quit: SIGSEGV]
dmoseley has joined #yocto
dmoseley has quit [Client Quit]
dmoseley has joined #yocto
druppy has quit [Ping timeout: 244 seconds]
dmoseley has quit [Quit: ZNC 1.9.1 - https://znc.in]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dmoseley has joined #yocto
<RP> khem: ok, I'll queue it
prabhakalad has quit [Ping timeout: 252 seconds]
prabhakalad has joined #yocto
dmoseley has quit [Quit: ZNC 1.9.1 - https://znc.in]
prabhakalad has quit [Ping timeout: 252 seconds]
dmoseley has joined #yocto
prabhakalad has joined #yocto
dmoseley has quit [Quit: ZNC 1.9.1 - https://znc.in]
dmoseley has joined #yocto
dmoseley has quit [Quit: ZNC 1.9.1 - https://znc.in]
dmoseley has joined #yocto
Xagen has joined #yocto
030AABDFA is now known as sotaoverride
jmiehe has joined #yocto
florian has quit [Ping timeout: 245 seconds]
_whitelogger has joined #yocto