<Guest59>
| WARNING: exit code 1 from a shell command.
<Guest59>
ERROR: Task (virtual:native:/home/patrick/workspace/5.10/poky/meta/recipes-devtools/elfutils/elfutils_0.189.bb:do_configure) failed with exit code '1'
<Guest59>
NOTE: Tasks Summary: Attempted 806 tasks of which 696 didn't need to be rerun and 1 failed.
goliath has joined #yocto
<Guest59>
platform is Ubuntu 18.04, should I upgrade to 22.04?
<Xogium>
might be worth at least trying
<Xogium>
using a container or similar at least, to see if it solves the problem
<Xogium>
but iirc 18.04 is quite long in the tooth by now and might be dropped in the next lts for all I know
<Xogium>
I'm a total newbie at yocto but
<Guest59>
container will use the same kernel nbut at least an updated versionn of trhe libraries, t'is true
<Xogium>
yeah I doubt kernel has got anything to do with this
<Guest59>
indeed
<Guest59>
ok will create a 22.04 based container and map the directory, see what happens
<Xogium>
if it's not solved then there's a real problem indeed
<RP>
Guest59: have a look in config.log and see what the error really is. It sounds like the demangler test failed but seeing exactly how the test failed may be revealing
Lihis has quit [Quit: Quitting]
Lihis has joined #yocto
Ebeneezer_Smooge is now known as smooge
Daanct12 has quit [Quit: WeeChat 4.1.2]
goliath has quit [Quit: SIGSEGV]
zpfvo has quit [Ping timeout: 256 seconds]
zpfvo has joined #yocto
zpfvo has quit [Ping timeout: 264 seconds]
zpfvo has joined #yocto
rm5248 has joined #yocto
Vonter has quit [Ping timeout: 255 seconds]
Vonter has joined #yocto
vladest has quit [Ping timeout: 256 seconds]
goliath has joined #yocto
otavio has quit [Ping timeout: 264 seconds]
Vonter has quit [Ping timeout: 240 seconds]
Vonter has joined #yocto
khazakar has quit [Quit: Connection closed for inactivity]
prabhakarlad has quit [Quit: Client closed]
vladest has joined #yocto
mischief has quit [Quit: WeeChat 4.1.1]
jmiehe has joined #yocto
alessioigor has joined #yocto
<vmeson>
Today's Yocto tech call cancelled I guess: we (8 people?) waited for 5 minutes for more people to show up. no one had any topics so we left and will talk again next week.
<RP>
vmeson: we did cancel this one
<vmeson>
RP: ah, thanks. I missed that somehow.
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
jmiehe has quit [Quit: jmiehe]
ssweeny has quit [Quit: Gateway shutdown]
ssweeny has joined #yocto
samkent has quit [Ping timeout: 268 seconds]
tnovotny has quit [Quit: Leaving]
khem has quit []
khem has joined #yocto
otavio has joined #yocto
<Guest59>
recipes-core/add-user/add-user.bb inherits useradd but doesn't set USERADD_PARAM, GROUPADD_PARAM or GROUPMEMS_PARAM for package add-user ehrn recip reads:
<Guest59>
inherit useradd
<Guest59>
RDEPENDS_${PN} += " base-files"
<Guest59>
USERADD_PACKAGES = "${PN}"
<Guest59>
GROUPADD_PARAM_${PN} = "-g 880 i2c; -g 890 gpio"# USERADD_PARAM specifies command line options to pass to the
<Guest59>
so the parameters are here, what am I missing?
zpfvo has quit [Remote host closed the connection]
<yocton>
Guest59: This is the old override syntax, the syntax for the master branch is based on ":" instead of "_", try GROUPADD_PARAM:${PN} = ...
<Guest59>
yocton: Thank you, that worked
<Guest59>
now last but nott least
<Guest59>
WARNING: /home/patrick/workspace/5.10/poky/meta/recipes-sato/images/core-image-sato.bb: Exception during build_dependencies for IMAGE_ROOTFS_SIZE | ETA: 0:00:14
<Guest59>
WARNING: /home/patrick/workspace/5.10/poky/meta/recipes-sato/images/core-image-sato.bb: Error during finalise of /home/patrick/workspace/5.10/poky/meta/recipes-sato/images/core-image-sato.bb
<Guest59>
ERROR: ExpansionError during parsing /home/patrick/workspace/5.10/poky/meta/recipes-sato/images/core-image-sato.bb
<Guest59>
Traceback (most recent call last):
<Guest59>
File "Var <IMAGE_ROOTFS_SIZE>", line 1, in <module>
<Guest59>
File "/home/patrick/workspace/5.10/meta-tegra/classes-recipe/image_types_tegra.bbclass", line 12, in tegra_default_rootfs_size(d=<bb.data_smart.DataSmart object at 0x7f1c0a3d3eb0>):
<Guest59>
bb.data_smart.ExpansionError: Failure expanding variable IMAGE_ROOTFS_SIZE, expression was ${@tegra_default_rootfs_size(d)} which triggered exception ValueError: invalid literal for int() with base 10: 'None'
<Guest59>
The variable dependency chain for the failure is: IMAGE_ROOTFS_SIZE
<RP>
yocton: thanks for the helper patch, I merged it :)
<Xogium>
might be better if you pastebin things, tbh
<Guest59>
for info am not building sato at all
<Guest59>
oh sorry
<yocton>
RP: Awesome, I need to look at the dunfell one but the idea should be the same
<yocton>
RP: FYI, there are patches available to fix kirkstone (armpit was cc'd so it should end up in the AB build eventually)
<khem>
its tegra based BSP, it seems and I wonder why its using initramfs image from core
<yocton>
Guest59: (I'm not familiar with tegra BTW) looking at the variable definition, you either need to set ROOTFSPART_SIZE_REDUNDANT or ROOTFSPART_SIZE_DEFAULT
<khem>
meta-tegra/conf/machine/include/xavier-nx.inc defines ROOTFSPART_SIZE_DEFAULT so your machine should ensure this file is included for common defs
<yocton>
Guest59: what khem said ^ :)
<Guest59>
khem, yocton: Thank you let me have a look at that
cslcm has quit [Ping timeout: 268 seconds]
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
<yudjinn>
PING 1704220266 790780
<yudjinn>
PING 1704220269 440985
<yudjinn>
PING 1704220270 84632
<yudjinn>
PING 1704220270 519782
<yudjinn>
PING 1704220270 921806
<yudjinn>
PING 1704220271 282669
<yudjinn>
PING 1704220271 598794
<yudjinn>
hey yocton: you were the one who helped me with the layer-index setup, right? I added a layer to it, but it doesnt seem to ever load recipes from the layer
rm5248 has left #yocto [#yocto]
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
vladest has quit [Remote host closed the connection]
mischief has joined #yocto
jmiehe has joined #yocto
<yocton>
yudjinn: That does not ring any bell (and I do not know layer-index), Maybe you're looking for moto-timo?
<moto-timo>
yudjinn: and if you run update.py —help it will show you options
vladest has quit [Remote host closed the connection]
vladest has joined #yocto
ptsneves has joined #yocto
rob has joined #yocto
rob is now known as Guest9408
prabhakarlad has joined #yocto
<Guest9408>
Hi! Does anyone have experience with petalinux 2023.2 and building Linux initramfs boot setups? I have an issue with building a linux kernel using initramfs packaging. the do_bundle_initramfs step fails because a vmlinux file does not exist, and I am not fully sure why this is and how to debug this. More specifically this happens here: