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
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
mvlad has quit [Remote host closed the connection]
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #yocto
tangofoxtrot has joined #yocto
lexano has quit [Ping timeout: 252 seconds]
sakman has joined #yocto
wmills_ has quit [Quit: Leaving]
davidinux has quit [Ping timeout: 264 seconds]
davidinux has joined #yocto
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #yocto
sakoman has quit [Ping timeout: 256 seconds]
davidinux has quit [Ping timeout: 268 seconds]
davidinux has joined #yocto
sakoman has joined #yocto
jclsn has quit [Ping timeout: 240 seconds]
jclsn has joined #yocto
xmn has joined #yocto
Vonter has quit [Ping timeout: 264 seconds]
Vonter has joined #yocto
goliath has quit [Quit: SIGSEGV]
sng has quit [Ping timeout: 246 seconds]
sng has joined #yocto
sng has quit [Ping timeout: 240 seconds]
sotaoverride has quit [Quit: Lost terminal]
jmd has joined #yocto
sakman has quit [Ping timeout: 264 seconds]
amitk has quit [Read error: Connection reset by peer]
amitk has joined #yocto
khazakar has joined #yocto
jmd` has joined #yocto
jmd` has quit [Remote host closed the connection]
jmd` has joined #yocto
jmd` has quit [Remote host closed the connection]
jmd` has joined #yocto
jmd`` has joined #yocto
jmd``` has joined #yocto
jmd has quit [Remote host closed the connection]
jmd``` has quit [Remote host closed the connection]
jmd`` has quit [Remote host closed the connection]
jmd has joined #yocto
simone has joined #yocto
vladest has quit [Remote host closed the connection]
vladest has joined #yocto
simone has quit [Remote host closed the connection]
xmn has quit [Ping timeout: 268 seconds]
ptsneves has joined #yocto
RobW has joined #yocto
rcw has quit [Ping timeout: 255 seconds]
dgriego has quit [Ping timeout: 260 seconds]
dgriego has joined #yocto
simonew has joined #yocto
simonew has quit [Client Quit]
ptsneves has quit [Remote host closed the connection]
chep has quit [Ping timeout: 264 seconds]
chep has joined #yocto
ptsneves has joined #yocto
ptsneves1 has joined #yocto
ptsneves has quit [Ping timeout: 256 seconds]
ptsneves1 is now known as ptsneves
astlep5504018 has quit [Ping timeout: 256 seconds]
luneff has joined #yocto
prabhakar has joined #yocto
prabhakarlad has joined #yocto
astlep5504018 has joined #yocto
ptsneves1 has joined #yocto
ptsneves has quit [Ping timeout: 268 seconds]
ptsneves1 is now known as ptsneves
luneff has quit [Quit: Textual IRC Client: www.textualapp.com]
ptsneves has quit [Quit: ptsneves]
dlan has quit [Ping timeout: 264 seconds]
dlan has joined #yocto
khazakar has quit [Quit: Connection closed for inactivity]
vmeson has quit [Ping timeout: 264 seconds]
jetm has quit [Read error: Connection reset by peer]
jetm has joined #yocto
ablu-linaro has quit [Quit: ZNC 1.8.1 - https://znc.in]
jetm has quit [Client Quit]
ablu-linaro has joined #yocto
jetm has joined #yocto
dgriego has quit [Read error: Connection reset by peer]
RP has quit [Ping timeout: 268 seconds]
RP has joined #yocto
goliath has joined #yocto
<jmd`> How many underscores in IMAGE_INSTALL_append_dmo-x11 need to be changed to colons?
jmd has quit [Remote host closed the connection]
jmd` is now known as jmd
<Saur_Home> IMAGE_INSTALL:append:dmo-x11
<jmd> okay so in general everything following upper case
Vonter has quit [Ping timeout: 268 seconds]
<Saur_Home> It is (of course) not that simple. That's why the conversion script exists. Do note that the script only handles OE by default. If you have overrides from other layers you are expected to modify the script to match your environment.
<jmd> But would it be reasonable to expect "the conversion script" to handle the majority of cases correctly?
Vonter has joined #yocto
<Saur_Home> YEs
<jmd> Maybe I should try it then.
prabhakarlad has quit [Ping timeout: 250 seconds]
florian_kc has joined #yocto
Scorpi has left #yocto [Textual IRC Client: www.textualapp.com]
lexano has joined #yocto
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
dmoseley has joined #yocto
dmoseley has quit [Client Quit]
dmoseley has joined #yocto
dmoseley has quit [Client Quit]
dmoseley has joined #yocto
<jmd> I think perhaps BBFILE_PATTERN_xyz should not be changed to BBFILE_PATTERN:xyz ??
<jmd> and BBFILE_PRIORITY_xyz
xmn has joined #yocto
<JaMa> was it changed by the conversion script? layer-name isn't usually the override
Nonkel has joined #yocto
<Nonkel> Hello, how can i install the package nfs-common?
<jmd> JaMa: I think it was
<jmd> Nonkel: I think most packages are installed using opkg
<Saur_Home> The conversion script does not change the BBFILE_* variables.
<jmd> looks like it did for me. Perhaps because I added a lot of --short-override=xyz options.
GNUmoon has quit [Remote host closed the connection]
<Saur_Home> jmd: Well, if you added "xyz" as an override in the script, then of course it will replace all occurences of ":
<Saur_Home> ... of "_xyz".
GNUmoon has joined #yocto
<Nonkel> jmd: i want to add this to my yocto build
<jmd> Nonkel: Image not an expert, but I think there is an option called IMAGE_INSTALL (or similar) which lists the packages.
<Saur_Home> Nonkel: I think nfs-common is something Debian has. I do not see it in Fedora or OE. What are you actually trying to do?
<Nonkel> i need this package for install something others
<Nonkel> i add "nfs-utils" but the package is not found
<Saur_Home> nfs-utils should work. How did you add it?
<Nonkel> Saur_Home: IMAGE_INSTALL:append = " nfs-utils"
<Saur_Home> Looks correct.
<Saur_Home> What error do you get?
<Nonkel> Package nfs-common is not installed.
<Nonkel> when i try to install the other software on the device
<Nonkel> NFS is also enabled in the kernel
<Saur_Home> "the other software", is that something you have built too using Yocto, or is it some pre-built package?
<Nonkel> .deb package that i try to install
<Nonkel> when the machine is running
<jmd> Is there an elegent way to disable a recipe? I've just been deleting them until now.
<JaMa> SKIP_RECIPE
<Saur_Home> You cannot take a .deb package for Debian and install it on a OE based machine. That will not work.
<JaMa> or even BBMASK if the recipe doesn't even parse
<jmd> JaMa: Where do I put that?
<JaMa> depends on why you want to disable it
<jmd> Like you say, it doesn't parse (and fortunately I don't need it).
<JaMa> it could be DISTRO policy or temporary hack in local.conf or MACHINE specific reason
<JaMa> if it lives in your layer and you don't plan to fix it, then I would just delete it, for evil BSPs we usually use "adaptation" layer where we can BBMASK the most terrible junk from BSP vendor in our layer.conf
<jmd> okay. So BBMASK = "non-parsable-recipe"
<Saur_Home> BBMASK actually works with regular expressions, so you can be as exact or not as you want. I typically do BBMASK += "meta-layername/full/path/to recipe/foo_1.2.3.bb"
<jmd> Saur_Home: Thanks.
<jmd> What's the status of Qt in yocto ?
Nonkel has quit [Ping timeout: 250 seconds]
xmn has quit [Ping timeout: 256 seconds]
<JaMa> there is meta-qt6 as well as meta-qt5
tangofoxtrot has quit [Remote host closed the connection]
Vonter has quit [Ping timeout: 264 seconds]
Vonter has joined #yocto
tangofoxtrot has joined #yocto
florian_kc has quit [Ping timeout: 276 seconds]
Nonkel has joined #yocto
sakman has joined #yocto
Nonkel has quit [Ping timeout: 250 seconds]
<jmd> JaMa: In which repository do I find those?
florian_kc has joined #yocto
ptsneves has joined #yocto
<jmd> Is that different from the one on github ?
ptsneves1 has joined #yocto
ptsneves has quit [Ping timeout: 264 seconds]
ptsneves1 is now known as ptsneves
vmeson has joined #yocto
ptsneves has quit [Quit: ptsneves]
vladest has quit [Remote host closed the connection]
florian_kc has quit [Ping timeout: 260 seconds]
<JaMa> jmd: which one?
<JaMa> there are 2 meta-qt5 but this is the one listed on https://layers.openembedded.org/
<JaMa> TQC has another fork
<JaMa> but both are dead as qt5 is
<jmd> QT5:15 is still in LTS
prabhakarlad has joined #yocto
<JaMa> I know but for new project I would use qt6 if you don't mind the license and if you mind the license then you would be stuck with 5.12 version which isn't LTS
<jmd> What happened between 5.12 and 5.15 ?
vladest has joined #yocto
<JaMa> license was changed
<jmd> I just had a look on the QT website and can't find any evidence of it.
florian_kc has joined #yocto
<JaMa> then look at the source
<RP> kanavin: http://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20240203-fdpg888c/packages/diff-html/ appeared in a build and seems odd as it is only the rpm that differs :/
<khem> RP: regarding mips-n32 issue, I was wondering if the check in assimp.py testcase is lacking all cases to check for installed zlib
<khem> tried to fix it for o32 I guess
<RP> khem: that does seem quite likely
olani- has joined #yocto
<khem> digging the AB config to produce such an SDK
<RP> khem: should be in the step just before the failure
<khem> ok and which image does it use to build sdk for
<khem> core-image-minimal ?
<RP> yes
sakman has quit [Ping timeout: 260 seconds]
olani- has quit [Ping timeout: 252 seconds]