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
lexano has quit [Remote host closed the connection]
tgamblin has quit [Ping timeout: 252 seconds]
lexano has joined #yocto
tgamblin has joined #yocto
olani- has quit [Ping timeout: 272 seconds]
Wouter01002 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter01002 has joined #yocto
khem has quit [Quit: WeeChat 4.4.2]
ablu has quit [Ping timeout: 260 seconds]
ablu has joined #yocto
paulg has joined #yocto
Danct12 has quit [Quit: ZNC 1.9.1 - https://znc.in]
Danct12 has joined #yocto
davidinux has quit [Ping timeout: 244 seconds]
davidinux has joined #yocto
paulg has quit [Ping timeout: 252 seconds]
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
paulg has joined #yocto
xmn has quit [Ping timeout: 252 seconds]
xmn has joined #yocto
xmn has quit [Read error: Connection reset by peer]
xmn has joined #yocto
khem has joined #yocto
geoffhp has quit [Remote host closed the connection]
geoffhp has joined #yocto
steelswords94 has quit [Quit: Ping timeout (120 seconds)]
steelswords94 has joined #yocto
grma has quit [Ping timeout: 252 seconds]
amitk has joined #yocto
Chaser has joined #yocto
OnkelUlla has joined #yocto
jmd has joined #yocto
jmd has quit [Remote host closed the connection]
goliath has joined #yocto
pbiel has joined #yocto
Chaser has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
zpfvo has joined #yocto
pbiel has quit [Quit: Leaving]
CrazyGecko has joined #yocto
Chaser has joined #yocto
rfuentess has joined #yocto
ycoto has joined #yocto
<ycoto> Hi am trying to build yocto image with xfce desktop for riscv 64 target . getting isuue  after running startx command as no medium found
<ycoto> added meta-xfce meta-gnome to bblayers.conf also dependency packages in local.conf
Chaser has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
Articulus has quit [Quit: Leaving]
Chaser has joined #yocto
albeu has joined #yocto
Guest58 has joined #yocto
<Guest58> Can anyone tell me how to turn on debug logs in kernel for a driver e.g. MAC's driver in my case fec_main.c
Chaser has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
frieder has joined #yocto
Jones42 has joined #yocto
frieder has quit [Remote host closed the connection]
frieder has joined #yocto
xmn has quit [Ping timeout: 255 seconds]
rob_w has joined #yocto
Wouter01002 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter01002 has joined #yocto
florian_kc is now known as florian
Guest58 has quit [Ping timeout: 256 seconds]
chep has quit [Remote host closed the connection]
chep has joined #yocto
Chaser has joined #yocto
Marmottus11 has quit [Quit: The Lounge - https://thelounge.chat]
Marmottus11 has joined #yocto
sakoman1 has quit [Ping timeout: 252 seconds]
leon-anavi has joined #yocto
sakoman has joined #yocto
ycoto has quit [Quit: Client closed]
mbulut has joined #yocto
mbulut has quit [Remote host closed the connection]
mbulut has joined #yocto
<RP> why does enabling/disabling cve_check cause half my build to rebuild :(
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #yocto
florian_kc has joined #yocto
<mcfrisk> RP: addtask cve_check before do_build, do_cve_check[nostamp] = "1" ?
<RP> mcfrisk: there has to be something more going on than that. I've not looked yet though, one step at a time
chep` has joined #yocto
chep has quit [Ping timeout: 265 seconds]
chep` is now known as chep
Guest6 has joined #yocto
zpfvo has quit [Remote host closed the connection]
zpfvo has joined #yocto
cyxae has joined #yocto
ehussain has joined #yocto
<qschulz> rburton: is the TF-A ML subscriber-only or can i post without an account? It's not entirely clear to me
xmn has joined #yocto
<rburton> qschulz: no idea
<qschulz> rburton: let's see then :)
<rburton> yeah, sorry!
<qschulz> np wasn't expecting you to know :)
<qschulz> that sounded wrong... mmm
<qschulz> i pinged you not because i expected you'd know the answer, but rather that with jon you're the only two people I know work at arm :)
grma has joined #yocto
ahussain has joined #yocto
ehussain has quit [Ping timeout: 252 seconds]
ahussain is now known as ehussain
Guest6 has quit [Quit: Client closed]
<RP> qschulz: we've added a number of tags to the docs repo btw
<qschulz> RP: cool :)
<qschulz> rburton: the answer is yes, waiting for moderator approval :)
Saur_Home57 has quit [Quit: Client closed]
Saur_Home57 has joined #yocto
Wouter01002 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter01002 has joined #yocto
tgamblin has quit [Remote host closed the connection]
tgamblin has joined #yocto
Saur_Home57 has quit [Quit: Client closed]
Saur_Home57 has joined #yocto
<Saur_Home57> RP: Are you available for a question related to changing virtual/ to virtual- for runtime dependencies?
<RP> Saur_Home57: I'm around...
<Saur_Home57> Ok, good. Let's see if I can manage to describe what's going on...
<Saur_Home57> RP: We have four recipes (A, B, C and D) that provide virtual/foo. A, B and C depend on virtual/bar, but D does not. We have a PREFERRED_PROVIDER_virtual/foo ?= "D" that I am now changing to PREFERRED_RPROVIDER_virtual-foo ?= "D" (since there are only runtime dependencies on this virtual). With this setup, there should be no dependencies on
<Saur_Home57> virtual/bar thus there is no PREFERRED_PROVIDER_virtual/bar for this BSP. However, after the change I now get errors because some random recipe that provides virtual/bar depends on a recipe that is not compatible with the current BSP. If I remove the three recipes A, B and C, the error goes away.
<Saur_Home57> RP: Do I still have to have a PREFERRED_PROVIDER_virtual/foo even if it is never used?
goliath has quit [Quit: SIGSEGV]
<RP> Saur_Home57: I'm not sure defining that would actually help in this case?
<RP> Saur_Home57: is anything referencing virtual-foo even if you're not building it?
<RP> Saur_Home57: from bitbake's perspective, it has to consider all the possible ways to provide something, then look at what selections the user has made. I'd guess something is bringing this other chain to bitbake's attention
<RP> Saur_Home57: bitbake -DDDv and grepping for "virtual-foo" and "virtual-bar" may give clues. The output is verbose but potentially helpful in a scenario like this
kergoth has joined #yocto
<JaMa> or add SKIP_RECIPE[D] in your local.conf and see what complains about missing PROVIDEr
CrazyGecko has quit [Ping timeout: 252 seconds]
hexbrex3 has joined #yocto
kergoth has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hexbrex has joined #yocto
hexbrex2 has quit [Ping timeout: 246 seconds]
hexbrex3 has quit [Ping timeout: 260 seconds]
Saur_Home57 has quit [Quit: Client closed]
Saur_Home57 has joined #yocto
<Saur_Home57> RP: There must be something in the logic related to handling virtual/ dependencies that solves the situation in our current setup, because if I do a simple sed s|virtual/foo|virtual-foo| on the original code (i.e., without changing PREFERRED_PROVIDER to PREFERRED_RPROVIDER and such), it breaks too. :(
Saur_Home57 has quit [Quit: Client closed]
Saur_Home57 has joined #yocto
ehussain has quit [Remote host closed the connection]
mckoan is now known as mckoan|away
kergoth has joined #yocto
gspbirel56 has quit [Ping timeout: 276 seconds]
goliath has joined #yocto
hexbrex has quit [Read error: Connection reset by peer]
kergoth has quit [Quit: Textual IRC Client: www.textualapp.com]
jmd has joined #yocto
zpfvo has quit [Quit: Leaving.]
florian_kc has quit [Ping timeout: 252 seconds]
rfuentess has quit [Remote host closed the connection]
ehussain has joined #yocto
mbulut has quit [Ping timeout: 248 seconds]
gspbirel56 has joined #yocto
florian has quit [Quit: Ex-Chat]
ehussain has quit [Quit: ehussain]
nerdboy has quit [Ping timeout: 255 seconds]
nerdboy has joined #yocto
albeu has quit [Quit: albeu]
leon-anavi has quit [Quit: Leaving]
florian_kc has joined #yocto
cyxae has quit [Quit: cyxae]
PhoenixMage has quit [Ping timeout: 252 seconds]
cyxae has joined #yocto
PhoenixMage has joined #yocto
Saur_Home73 has joined #yocto
Saur_Home57 has quit [Ping timeout: 256 seconds]
Vonter has quit [Ping timeout: 252 seconds]
bobmcw has quit [Quit: Leaving]
hexbrex has joined #yocto
nerdboy has quit [Ping timeout: 252 seconds]
nerdboy has joined #yocto
florian_kc is now known as florian
Chaser has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
cyxae has quit [Quit: cyxae]
kanavin_ has quit [Ping timeout: 252 seconds]
reatmon_ has quit [Remote host closed the connection]
reatmon_ has joined #yocto
rob_w has quit [Read error: Connection reset by peer]
rber|res has joined #yocto
<rber|res> https://layers.openembedded.org/ seems to be down
<RP> halstead: ^^^ :(
<halstead> rber|res: RP, I'll working on it right now. I apologise for the interruption it was not supposed to go offline.
<RP> halstead: np, I just wanted to make sure you knew!
rber|res has quit [Remote host closed the connection]
jmd has quit [Remote host closed the connection]
<halstead> Scaling the VM caused IP address to change. DNS has been updated and https://layers.openembedded.org/ is working normally.
druppy has joined #yocto
Wouter01002 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter01002 has joined #yocto
rber|res has joined #yocto
druppy has quit [Ping timeout: 252 seconds]
tgamblin_ has joined #yocto
tgamblin has quit [Ping timeout: 265 seconds]
pidge has quit [Ping timeout: 264 seconds]
pidge has joined #yocto
olani- has joined #yocto
dankm has quit [Remote host closed the connection]
dankm has joined #yocto
pidge has quit [Ping timeout: 246 seconds]
<RP> halstead: thanks for sorting
florian has quit [Ping timeout: 276 seconds]
tangofoxtrot has quit [Ping timeout: 252 seconds]
tangofoxtrot has joined #yocto
goliath has quit [Quit: SIGSEGV]
tgamblin_ is now known as tgamblin
olani- has quit [Ping timeout: 264 seconds]