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
_whitelogger has joined #yocto
dmoseley has joined #yocto
nerdboy has joined #yocto
nerdboy has quit [Changing host]
nerdboy has joined #yocto
KanjiMonster has joined #yocto
zeddii has joined #yocto
philmd has joined #yocto
<DvorkinDmitry> I have a machine xxx. I need to have two aliases: xxx-ver1, xxx-ver2 and do SRC_URI:append:xxx-ver1 = "" in my recipe. what should I write in xxx-ver1.conf? MACHINEOVERIDES =. "xxx:" ?
sakoman has quit [Quit: Leaving.]
starblue3 has quit [Ping timeout: 240 seconds]
starblue3 has joined #yocto
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
alejandrohs has quit [Ping timeout: 246 seconds]
alejandrohs has joined #yocto
goliath has quit [Ping timeout: 245 seconds]
aardo has joined #yocto
ardo has quit [Ping timeout: 245 seconds]
Ablu has quit [Ping timeout: 245 seconds]
ardo has joined #yocto
aardo has quit [Ping timeout: 245 seconds]
Ablu has joined #yocto
goliath has joined #yocto
kscherer has quit [Quit: Konversation terminated!]
sakoman has joined #yocto
kenrendell[m] has joined #yocto
jclsn has quit [Ping timeout: 264 seconds]
jclsn has joined #yocto
tgamblin has quit [Ping timeout: 264 seconds]
nemik has quit [Ping timeout: 250 seconds]
nemik has joined #yocto
Minvera has quit [Ping timeout: 250 seconds]
nemik has quit [Ping timeout: 245 seconds]
nemik has joined #yocto
sakoman has quit [Quit: Leaving.]
amitk has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
alessioigor has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
alessioigor has quit [Remote host closed the connection]
alessioigor has joined #yocto
pabigot has quit [Ping timeout: 245 seconds]
pabigot has joined #yocto
rob_w has joined #yocto
Guest86 has joined #yocto
Guest86 has quit [Client Quit]
louson has quit [Ping timeout: 245 seconds]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
rfuentess has joined #yocto
belsirk has joined #yocto
rfuentess has quit [Ping timeout: 246 seconds]
belsirk is now known as rfuentess
Kubu_work has joined #yocto
<LetoThe2nd> yo dudX
pabigot has quit [Ping timeout: 252 seconds]
prabhakar has joined #yocto
prabhakarlad has joined #yocto
pabigot has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
ajfriesen84 has quit [Ping timeout: 245 seconds]
ajfriesen84 has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
pabigot has quit [Ping timeout: 246 seconds]
camus has quit [Read error: Connection reset by peer]
camus has joined #yocto
gsalazar has joined #yocto
<PratikP[m]> <fabatera[m]> "try adding below PACKAGECONFIG ?..." <- > <@fabatera:matrix.org> try adding below PACKAGECONFIG ?? = "....... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/adfbd13c3074e023c24fc03948f71b873cd5ccb0>)
ptsneves has quit [Ping timeout: 260 seconds]
pabigot has joined #yocto
florian has joined #yocto
mvlad has joined #yocto
xmn has quit [Ping timeout: 240 seconds]
ptsneves has joined #yocto
xmn has joined #yocto
leon-anavi has joined #yocto
xmn has quit [Quit: ZZZzzz…]
louson has joined #yocto
<fabatera[m]> <PratikP[m]> "> <@fabatera:matrix.org> try..." <- > <@pratikp:matrix.org> Hello All,... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/81e49bfc6aacd02eeb14cb4ab69cbcf673fa6c56>)
<neverpanic> PratikP[m]: IMAGE_INSTALL expects package names, not recipe names. If you IMAGE_INSTALL_append = " gnutls" but the binary you want is in gnutls-bin, you didn't install the correct package.
<neverpanic> Use INSTAL_INSTALL:append = " gnutls-bin"
<neverpanic> s/INSTAL/IMAGE/g
belsirk has joined #yocto
rfuentess has quit [Ping timeout: 244 seconds]
<PratikP[m]> <fabatera[m]> "> <@pratikp:matrix.org> Hello..." <- > <@fabatera:matrix.org> IMAGE_INSTALL_append = " gnutls" should be enough
<PratikP[m]> > You probably not running bitbake your_image
<PratikP[m]> We have set the above variable in core-image-minimal.bb and recompiled it as well. but still not able to get p11tool binary in final image.
<rburton> as neverpanic said, you need to add gnutls-bin
<rburton> not gnutls
<PratikP[m]> We also observed that the complete bin directory of gnutls is not present in the core-image-minimal
<rburton> IMAGE_INSTALL is _package_ names not _recipe_ names.
<neverpanic> That's because you need gnutls-bin, not gnutls.
<neverpanic> *insert broken record noises*
<PratikP[m]> rburton: * opkg_prepare_url_for_install: Couldn't find anything to satisfy 'gnutls-bin'.
<PratikP[m]> getting above error after adding gnutls-bin in core-image-minimal.bb
<neverpanic> Hm, does the debian package renaming also rename the bin package if it's enabled? In that case, the package might be named libgnutls-bin.
<neverpanic> I thought bitbake translated that automatically, though.
<rburton> run "oe-pkgdata-util list-pkgs -p gnutls"
<rburton> which means "list the packages built by the recipe gnutls"
<PratikP[m]> ERROR: Nothing RPROVIDES 'libgnutls-bin' (but /home/pratikp/yocto/sources/oe-core/meta/recipes-core/images/core-image-minimal.bb RDEPENDS on or otherwise requires it)... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/bdabd02473d5e5eb82241ebc0c5afffdbab413b5>)
<rburton> PratikP[m]: do what I said above with oe-pkgdata-util
<PratikP[m]> rburton: pratikp@VM142:~/yocto/build$ MACHINE=am335x-evm oe-pkgdata-util list-pkgs -p gnutls... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/ed4ddd27fa7068650b99b1f7ad7c290924b76989>)
<rburton> PratikP[m]: what release of yocto are you using?
<PratikP[m]> rburton: Dunfell
<rburton> bitbake-getvar -r gnutls PACKAGECONFIG
<PratikP[m]> <rburton> "bitbake-getvar -r gnutls..." <- bitbake-getvar: command not found
<rburton> https://git.yoctoproject.org/poky/tree/bitbake/bin/bitbake-getvar?h=dunfell <-- i suggest you update your dunfell, it's been there a year.
<rburton> you must be using pre-3.1.18
<rburton> no point using a LTS if you're not going to actually update it to get the security fixes
<PratikP[m]> we are using TISDK Arago Distro
<rburton> tell TI to update their dunfell
<rburton> you can do that, obviously, just switch the oe-core/poky tree to latest dunfell
belsirk has quit [Remote host closed the connection]
alejandrohs has quit [Ping timeout: 246 seconds]
alejandrohs has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
pabigot has quit [Ping timeout: 245 seconds]
davidinux has joined #yocto
tgamblin has joined #yocto
pabigot has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
<rburton> JaMa: given your recent dive into IMAGE_NAME/SUFFIX/etc, is there a *good* reason why initramfs images have to set the suffix to ""? Looks like there's a lot of complication around ensuring the images dont have a suffix and then not using a suffix in the initramfs naming. Context being we want core-image-minimal as a bundled initramfs
<DvorkinDmitry> I have a machine xxx. I need to have two aliases: xxx-ver1, xxx-ver2 and do SRC_URI:append:xxx-ver1 = "" in my recipe. what should I write in xxx-ver1.conf? MACHINEOVERIDES =. "xxx:" ?
Zaid has joined #yocto
pabigot has quit [Ping timeout: 244 seconds]
<rburton> (but yes, what you said)
prabhakarlad has quit [Quit: Client closed]
pabigot has joined #yocto
<DvorkinDmitry> rburton, thank you. The problem: I made it in layerX/conf/xxx-ver1.conf: MACHINEOVERIDES =. "xxx:" but bitbake wants me to have multiconfig/xxx-ver1.conf first. should I create it with empty contents?
sudip_ is now known as sudip
florian_kc has joined #yocto
silbe has joined #yocto
<JaMa> as initramfs IIRC
<JaMa> rburton: you mean you want initramfs to have "rootfs" suffix or just different suffix like "initramfs" to make it more clear? One of the test cases was already using core-image-minimal
<JaMa> read in reversed order of lines :)
florian_kc has quit [Ping timeout: 260 seconds]
<JaMa> and the main reason is that they (explicit initramfs image recipes) weren't using this suffix before, so now when the suffix is part of the name I needed to make sure that it stays empty where it was empty
<JaMa> meta/lib/oeqa/selftest/cases/fitimage.py:IMAGE_NAME_SUFFIX:pn-core-image-minimal = ""
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
kscherer has joined #yocto
Minvera has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
GillesM has quit [Ping timeout: 260 seconds]
xmn has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
Xagen has joined #yocto
sakoman has joined #yocto
rob_w has quit [Ping timeout: 246 seconds]
zpfvo has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
zpfvo has quit [Remote host closed the connection]
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
zelgomer has quit [Remote host closed the connection]
zelgomer has joined #yocto
aardo has joined #yocto
ardo has quit [Ping timeout: 240 seconds]
ptsneves has quit [Ping timeout: 246 seconds]
ptsneves has joined #yocto
florian has quit [Quit: Ex-Chat]
<DvorkinDmitry> may I use something like MCMACHINE variable in my recipes?
nerdboy has quit [Ping timeout: 250 seconds]
florian_kc has joined #yocto
nerdboy has joined #yocto
nerdboy has quit [Changing host]
nerdboy has joined #yocto
ptsneves1 has joined #yocto
ptsneves1 has quit [Client Quit]
glgspg[m] has quit [Remote host closed the connection]
ptsneves1 has joined #yocto
ptsneves1 has quit [Client Quit]
ptsneves1 has joined #yocto
ptsneves1 has quit [Client Quit]
florian_kc has quit [Ping timeout: 244 seconds]
<rburton> JaMa: i'm thinking https://git.yoctoproject.org/poky-contrib/commit/?h=ross/suffix&id=e28ebcca488aad478e6c695a3a31f1557cd9661e is sensible. selftest just failed with some more paths that need matching, but i can't see a good reason why.
<rburton> can't see a good reason why that's the wrong thing to do. (failed to finish writing my sentence)
lexano has joined #yocto
goliath has quit [Quit: SIGSEGV]
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
dmoseley has joined #yocto
leon-anavi has quit [Quit: Leaving]
Kubu_work has quit [Quit: Leaving.]
florian_kc has joined #yocto
LocutusOfBorg has quit [Read error: Connection reset by peer]
LocutusOfBorg has joined #yocto
florian_kc has quit [Ping timeout: 244 seconds]
cavejohnson has joined #yocto
gsalazar has quit [Ping timeout: 244 seconds]
LocutusOfBorg has quit [Read error: Connection reset by peer]
LocutusOfBorg has joined #yocto
florian_kc has joined #yocto
goliath has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
cavejohnson has quit [Ping timeout: 244 seconds]
<vvn> On Dunfell, adding usrmerge to distro features gets me Postinstall scriptlets of ['busybox'] have failed. If the intention is to defer them to first boot [...]
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
ptsneves has quit [Ping timeout: 246 seconds]
florian_kc has quit [Ping timeout: 244 seconds]
<JaMa> rburton: "why that's the wrong thing to do" I plan to set it to empty for all our images (so I don't mind this change), but if all rootfs images and initramfs images end with "rootfs" in filename then it's even more useless :)
<JaMa> rburton: and you'll probably need to update few more places which don't use INITRAMFS_IMAGE_NAME e.g. that INITRD_IMAGE_LIVE/INITRD_LIVE I've mentioned before and various BSPs which set INITRAMFS_IMAGE_NAME (not just INITRAMFS_IMAGE)
florian_kc has joined #yocto
DvorkinDmitry has quit [Ping timeout: 246 seconds]
ptsneves has joined #yocto
DvorkinDmitry has joined #yocto
ptsneves has quit [Ping timeout: 244 seconds]
vladest has joined #yocto
lexano has quit [Ping timeout: 246 seconds]
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
goliath has quit [Quit: SIGSEGV]
Kubu_work has joined #yocto
lexano has joined #yocto
landgraf1 has joined #yocto
woky| has joined #yocto
mlaga97_ has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
mithro has quit [*.net *.split]
RP has quit [*.net *.split]
denix has quit [*.net *.split]
CosmicPenguin has quit [*.net *.split]
georgem has quit [*.net *.split]
bq has quit [*.net *.split]
woky has quit [*.net *.split]
neverpanic has quit [*.net *.split]
landgraf has quit [*.net *.split]
mlaga97 has quit [*.net *.split]
kergoth_ has quit [*.net *.split]
Max[m]1234567 is now known as Max[m]
Kubu_work has quit [Quit: Leaving.]
CosmicPenguin has joined #yocto
bq has joined #yocto
georgem has joined #yocto
kergoth_ has joined #yocto
denix has joined #yocto
neverpanic has joined #yocto
mithro has joined #yocto
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
mvlad has quit [Remote host closed the connection]
dgriego has quit [Ping timeout: 245 seconds]
dgriego has joined #yocto
florian_kc has quit [Ping timeout: 244 seconds]
florian_kc has joined #yocto
alessioigor has quit [Quit: alessioigor]
Zaid has quit [Quit: Ping timeout (120 seconds)]
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
dmoseley has joined #yocto
florian_kc has quit [Ping timeout: 244 seconds]
brrm has quit [Ping timeout: 246 seconds]
brrm has joined #yocto