ndec changed the topic of #yocto to: "Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Join us or Speak at Yocto Project Summit (2022.05) May 17 - 19, more: https://yoctoproject.org/summit | Join the community: https://www.yoctoproject.org/community | IRC logs available at https://www.yoctoproject.org/irc/ | Having difficulty on the list or with someone on the list, contact YP community mgr ndec"
zen_coder has quit [Ping timeout: 248 seconds]
jclsn9 has quit [Ping timeout: 256 seconds]
jclsn9 has joined #yocto
jclsn9 has quit [Ping timeout: 268 seconds]
jclsn9 has joined #yocto
qschulz has quit [Remote host closed the connection]
jclsn9 has quit [Ping timeout: 256 seconds]
qschulz has joined #yocto
dev1990 has quit [Quit: Konversation terminated!]
jclsn9 has joined #yocto
jclsn9 has quit [Ping timeout: 268 seconds]
jclsn9 has joined #yocto
jclsn9 has quit [Quit: Ping timeout (120 seconds)]
jclsn9 has joined #yocto
starblue has quit [Ping timeout: 256 seconds]
starblue has joined #yocto
jclsn9 has quit [Ping timeout: 248 seconds]
rsalveti has quit [Quit: Connection closed for inactivity]
jclsn9 has joined #yocto
jclsn9 has quit [Ping timeout: 256 seconds]
jclsn9 has joined #yocto
jclsn9 has quit [Ping timeout: 248 seconds]
jclsn9 has joined #yocto
jclsn9 has quit [Ping timeout: 248 seconds]
goliath has quit [Quit: SIGSEGV]
jclsn9 has joined #yocto
GNUmoon has quit [Remote host closed the connection]
troth has quit [Ping timeout: 246 seconds]
jclsn9 has quit [Ping timeout: 248 seconds]
kevinrowland has quit [Quit: Client closed]
jclsn9 has joined #yocto
troth has joined #yocto
jclsn9 has quit [Ping timeout: 268 seconds]
jclsn9 has joined #yocto
troth has quit [Ping timeout: 268 seconds]
jclsn9 has quit [Ping timeout: 256 seconds]
jclsn9 has joined #yocto
troth has joined #yocto
jclsn9 has quit [Ping timeout: 268 seconds]
jclsn9 has joined #yocto
jclsn9 has quit [Ping timeout: 256 seconds]
jclsn9 has joined #yocto
GNUmoon has joined #yocto
troth has quit [Ping timeout: 248 seconds]
troth has joined #yocto
sakoman has quit [Quit: Leaving.]
dtometzki has quit [Quit: ZNC 1.8.2 - https://znc.in]
dtometzki has joined #yocto
troth has quit [Ping timeout: 256 seconds]
troth has joined #yocto
<RP> hushmoney: "none" was what we had before INIT_MANAGER existed and poky was setup to work with that. We could switch it to sysvinit these days
<RP> hushmoney: the difference is some DISTRO_FEATUREs changes that poky has already
amitk has joined #yocto
amitk has quit [Ping timeout: 256 seconds]
florian has joined #yocto
jmiehe has joined #yocto
florian has quit [Ping timeout: 268 seconds]
troth has quit [Ping timeout: 268 seconds]
troth has joined #yocto
florian has joined #yocto
Guest14 has joined #yocto
florian has quit [Ping timeout: 268 seconds]
<Guest14> ERROR: Task (/home/bsh/poky/meta/recipes-devtools/gcc/gcc_11.2.bb:do_compile) failed with exit code '1'
<Guest14> any reccomendation? i got same error for mesa
<Guest14> for core-image-sato
<qrsBRWNanyall[m]> Got anymore output
<qrsBRWNanyall[m]> ?
<qrsBRWNanyall[m]> That basically just says it failed to compile
<Guest14> yeah i can paste all output, it is really long, thousands of line
<qrsBRWNanyall[m]> Well either use a paste in service or pick out the relevant parts
<qrsBRWNanyall[m]> Pastebin not "paste in" :)
<Guest14> i find a log but it doesnt look new. i run bitbake again and writing logs to a file, i ll paste output in 10 mins to some paste site:)
dev1990 has joined #yocto
<Guest14> any idea?
Net147 has quit [Quit: Quit]
Net147 has joined #yocto
Net147 has joined #yocto
Net147 has quit [Changing host]
UmaKadam[m] has joined #yocto
<Saur[m]> Guest14: That looks odd. Worth noting is that both `mesa-native` and `gcc` are built using the host compiler. What is its version, i.e., what does `gcc --version` return?
<Guest14> Saur[m] gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
<Guest14> Copyright (C) 2019 Free Software Foundation, Inc.
<Guest14> This is free software; see the source for copying conditions. There is NO
<Guest14> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
goliath has joined #yocto
<Saur[m]> Guest14: Nothing odd there. Unfortunately that's about my extent of compiler/linker related knowledge. You will probably have to wait for a better answer until someone who's knows more about that part comes online (which may be later today, given that it is still very early in the US, or tomorrow, given that it is Sunday today).
<RP> Guest14: that is looking a bit like gcc 9 from your host can't handle the code in mesa 22 :/
<Saur[m]> Well, mesa-native is one thing, but it not being able to build gcc.
<Guest14> okay guys thanks:(
<RP> Saur is right, gcc target shouldn't fail like that. There is something odd going on there
<RP> Guest14: which host OS/Distro is that with?
<Guest14> @RP Ubuntu 20.04.4 LTS
<RP> Guest14: which is odd as I build on that myself
<Guest14> i exactly followed https://docs.yoctoproject.org/brief-yoctoprojectqs/index.html the quick start guide
<Guest14> want to go deeper but dont able to got my first image:(
<Saur[m]> Is it a new Ubuntu installation, or have you used it for other thing before?
<RP> Guest14: have you made changes to that OS in some way?
<RP> Guest14: we have a 20.04 instance in our autobuilder running builds similar to the quickstart so this is something we test
<Guest14> its not new installation, im using that distro for months and i didnt change any system files.
<Guest14> and i tried lowering thread numbers. when i did it i just got error for gcc, not for mesa
<Guest14> #BB_NUMBER_THREADS = "1"
<Guest14> #PARALLEL_MAKE = "-j 1"
<Guest14> in local.conf
<Guest14> but without these lines, i got mesa and gcc error. i tried it because i read something maybe issue is the bootleneck of ram
troth has quit [Ping timeout: 246 seconds]
florian has joined #yocto
troth has joined #yocto
florian has quit [Ping timeout: 268 seconds]
GNUmoon has quit [Remote host closed the connection]
Mike23 has joined #yocto
Mike23 has quit [Quit: Client closed]
deee101[m] has joined #yocto
<RP> Guest14: how much memory has your system got?
<Guest14> 8gb
<RP> Guest14: That is probably on the low side so you will have to limit the parallelism
<Guest14> i limited but still failed
<Saur[m]> Even if it is on the low side, it shouldn't cause link errors like those though.
<Guest14> and i got 0% match for sstate, what can be cause that? im thinking to delete all files and start freshly but it is taking too much time and it cant use sstate
zen_coder has joined #yocto
xmn has quit [Quit: ZZZzzz…]
Guest14 has quit [Quit: Client closed]
xmn has joined #yocto
otavio_ has joined #yocto
otavio has quit [Read error: Connection reset by peer]
sakoman has joined #yocto
berton[m] has quit [Quit: You have been kicked for being idle]
florian has joined #yocto
florian has quit [Ping timeout: 268 seconds]
alessioigor has joined #yocto
alessioigor has quit [Quit: alessioigor]
<amahnui[m]> <Guest14> "and i got 0% match for sstate..." <- Hello @guest14 please which command did you run if I may ask?
sakoman has quit [Quit: Leaving.]
florian has joined #yocto
<hushmoney> my hw vendor provided a bsp layer which requires me to set MACHINE="foo" and BOARD="bar" in my local.conf to build for their eval board. i'd like to write my own baz-image.bb, and i would like to include some recipes only when building for the eval board (when BOARD == "foo"). what is the right way to go about this?
<hushmoney> put eval-board-only recipes in their own package group and conditionally require the packagegroup from the image, or have the conditional logic in the packagegroup that contains the rest of my software? also what is the syntax for this condition? i'm confused by bitbake's XYZ_SUCH_AND_SO_append stuff
argonautx has joined #yocto
Guest14 has joined #yocto
xmn has quit [Ping timeout: 268 seconds]
florian has quit [Ping timeout: 256 seconds]
Guest14 has quit [Ping timeout: 250 seconds]
argonautx has quit [Quit: Leaving]
florian has joined #yocto
jmiehe has quit [Quit: jmiehe]
florian has quit [Ping timeout: 256 seconds]
Guest14 has joined #yocto
Guest14 has quit [Ping timeout: 250 seconds]
zen_coder has quit [Remote host closed the connection]
zen_coder has joined #yocto