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
ardo has quit [Ping timeout: 244 seconds]
geoffhp has quit [Ping timeout: 240 seconds]
lexano has quit [Ping timeout: 252 seconds]
<mike_D1> on running a search for BB_ENV_EXTRAWHITE it doesn't show up in any of the conf or recipe files in pokey dir. does show up in a python utility for changing variable names as an upgrade to bitbake 4.0...
yates_work has quit [Remote host closed the connection]
ardo has joined #yocto
Notgnoshi has joined #yocto
davidinux has quit [Ping timeout: 246 seconds]
davidinux has joined #yocto
mikeD has quit [Read error: Connection reset by peer]
mike_D1 has quit [Read error: Connection reset by peer]
tgamblin has quit [Ping timeout: 258 seconds]
Ablu has quit [Ping timeout: 246 seconds]
Ablu has joined #yocto
Saur has quit [Ping timeout: 240 seconds]
Saur has joined #yocto
olani has quit [Ping timeout: 252 seconds]
olani has joined #yocto
olani- has quit [Ping timeout: 252 seconds]
olani- has joined #yocto
Danct12 has joined #yocto
mike_D1 has joined #yocto
<mike_D1> ok, so now I've cleaned the opky directory and reloaded: new error:
<mike_D1> ERROR: Unable to parse /home/mike/poky/bitbake/lib/bb/parse/parse_py/ConfHandler.py
LocutusOfBorg has quit [Read error: Connection reset by peer]
<mike_D1> File "/home/mike/poky/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 200, in feeder(lineno=57, s='DL_DIR ?= "/media/mike/b3d14a07-e590-41ee-84bc-98c09e082c83/yocto/downloads', fn='/home/mike/poky/build/conf/local.conf', statements=[<bb.parse.ast.DataNode object at 0x7f6555b93a50>, <bb.parse.ast.DataNode object at 0x7f655512f7d0>], baseconfig=False, conffile=True):
<mike_D1> seems like the local config does not like the mount point of the local drive used for large working space..
starblue has quit [Ping timeout: 246 seconds]
LocutusOfBorg has joined #yocto
starblue has joined #yocto
<mike_D1> ok, mount point sorted, next error:
<mike_D1> ERROR: Unable to parse /home/mike/poky/bitbake/lib/bb/parse/parse_py/BBHandler.py
<mike_D1> bb.parse.ParseError: ParseError in configuration INHERITs: Could not inherit file classes/image-mklibs.bbclass
<mike_D1> this one is not my fault - I think..
<mike_D1> sorry - that was an error in the local.conf, seems to be working now.
jmk1 has quit [Ping timeout: 252 seconds]
mike_D1 has left #yocto [Leaving]
PhoenixMage has joined #yocto
<PhoenixMage> I am curious, do KERNEL_ALT_IMAGETYPE and KERNEL_IMAGETYPES serve a different function, or are they 2 ways of doing the same thng, adding an extra kernel image?
slimak has quit [Ping timeout: 252 seconds]
jclsn has quit [Ping timeout: 246 seconds]
jclsn has joined #yocto
jmk1 has joined #yocto
olani_ has joined #yocto
amitk has joined #yocto
Marian18 has joined #yocto
<Marian18> Hi,
<Marian18> I have a package that is compiling a kernel modules with KFLAGS that are including:
<Marian18>  -I$(KERNDIR)/arch/x86/include
<Marian18>  -I$(KERNDIR)/arch/x86/include/generated
<Marian18> In Yocto there are 2 variables STAGING_KERNEL_DIR and STAGING_KERNEL_BUILDDIR.
<Marian18> STAGING_KERNEL_DIR is containing -I$(KERNDIR)/arch/x86/include
<Marian18> STAGING_KERNEL_BUILDDIR is containing -I$(KERNDIR)/arch/x86/include/generated
<Marian18> I changed the above with KERNDIR=${STAGING_KERNEL_DIR} and -I$(STAGING_KERNEL_BUILDDIR)/arch/x86/include/generated
<Marian18> After I compile with above changes on insmod I have "Invalid module format"
<Marian18> Can you please help me to compile this kernel module?
amitk has quit [Ping timeout: 240 seconds]
<Marian18> The main problem is that STAGING_KERNEL_BUILDDIR is not containing the kernel-sources
alessioigor has joined #yocto
amitk has joined #yocto
starblue has quit [Ping timeout: 240 seconds]
khem has quit [Quit: Connection closed for inactivity]
Estrella has quit [Remote host closed the connection]
Estrella has joined #yocto
mvlad has joined #yocto
Iwans has joined #yocto
linfax has joined #yocto
Iwans has quit [Quit: Client closed]
lars3 has joined #yocto
goliath has joined #yocto
<lars3> Hello. Anyone have experience with meta-tegra? My tegraflash image seems to be missing important parts. Flashvars is empty and I get an error related to that when running doflash.sh
l3s8g has joined #yocto
mckoan|away is now known as mckoan
xmn has quit [Ping timeout: 240 seconds]
Schlumpf has joined #yocto
<LetoThe2nd> lars3: most of the oe4t/tegra folks are US centric, sorry.
<LetoThe2nd> lars3: if you want to get more eyes on it, then you can try their own chat: https://app.gitter.im/#/room/#OE4T_community:gitter.im
<LetoThe2nd> lars3: I just have some very limited experience with it, mostly building for Mender :-)
JerryM has joined #yocto
rob_w has joined #yocto
younes has joined #yocto
Kubu_work has joined #yocto
leon-anavi has joined #yocto
zpfvo has joined #yocto
Iwans has joined #yocto
<Iwans> Is it normal that "git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix='meta-python][PATCH'" sends 2 emails, first one with [PATCH] and second one with [meta-python][PATCH] in title?
<Iwans> I went through instructions in "4 Contributing Changes to a Component" step by step and used command that's in README.md in meta-python but I think I made mistake somewhere.
tnovotny has joined #yocto
<kanavin> Iwans, you need to show the output of that command, or which emails those are on the oe-devel list, otherwise it's difficult to say what is going on
<Iwans> link to emails: https://lists.openembedded.org/g/openembedded-devel/search?p=created,0,pyu2f,20,2,0,101591323
<Iwans> command output: https://pastebin.com/fSexmLKA
<Iwans> I also have problem with git format-patch because it changes "Michał Iwanicki" to "=?UTF-8?q?Micha=C5=82=20Iwanicki?=" (and possibly adds me twice to cc)
florian has joined #yocto
yannd has quit [Remote host closed the connection]
Schlumpf has quit [Ping timeout: 245 seconds]
florian_kc has joined #yocto
luc4 has joined #yocto
<kanavin> Iwans, the utf-8 stuff is fine, it's accepted formatting when you have accented characters in your name
<kanavin> the two emails were sent four minutes apart, so I suspect git send-email was used twice
zpfvo has quit [Ping timeout: 244 seconds]
zpfvo has joined #yocto
<LetoThe2nd> what is the recommended way to do bbwarn if a variable is empty?
<LetoThe2nd> e.g. does bb.utils have an "is empty"?
<qschulz> LetoThe2nd: if not d.getVar("VAR") ?
<qschulz> LetoThe2nd: depends when/where/how you want the message to be shown
<LetoThe2nd> qschulz: during do_compile, probably.
<qschulz> LetoThe2nd: you can have a prefuncs for do_compile and then write some shellscript which checks the variable there?
<Iwans> kanavin, you are right, I thought I canceled sending email after first one and tried to send again. But for the future, should I answer n to first "Send this email?" (the one without prefix?)
<Iwans> And in my inbox I have 4 e-mails (from me, CC to me), 2 for each sent, second one always starts with "[oe]"
<LetoThe2nd> qschulz: yup thatnks
<qschulz> LetoThe2nd: bbwarn in shell and not bb.warn BTW
<LetoThe2nd> qschulz: ya
<kanavin> Iwans, if you answer n, then email will not be sent at all
<kanavin> you kinda need to be sure everything is correct before saying y
<kanavin> it can be a bit annoying, especially if you first send then realize something isn't right
bhstalel34 has joined #yocto
prabhakarlad has quit [Quit: Client closed]
<bhstalel34> Hello everyone,
<bhstalel34> Does anyone notice that
<bhstalel34> do_task[depends] = "otherrecipe:do_other_task"
<bhstalel34> is the same as:
<bhstalel34> do_task[deptask] = "do_other_task"
<bhstalel34> DEPENDS = "otherrecipe"
<bhstalel34> The only difference is that "depends" is used when one task is needed, and deptask will execute the task of all DEPENDS recipes, also DEPENDS will force do_populate_sysroot and do_prepare_recipe_sysroot
<Iwans> kanavi, And I guess I can't "delete" already sent e-mail?
<Iwans> But like I said, I was asked twice about sending e-mail (with one command). First one with Subject without [meta-python] and second one with [meta-python]. Doesn't matter if I answer y or n to first one I still got asked again.
<Iwans> That's why I'm asking if I misconfigured something or maybe used command wrong?
Vonter has quit [Ping timeout: 240 seconds]
Vonter has joined #yocto
l3s8g has quit [Ping timeout: 240 seconds]
Iwans has quit [Quit: Client closed]
ptsneves has joined #yocto
ptsneves has quit [Ping timeout: 240 seconds]
pbsds has quit [Ping timeout: 248 seconds]
pbsds has joined #yocto
ptsneves has joined #yocto
ptsneves has quit [Ping timeout: 240 seconds]
ptsneves has joined #yocto
hvskauwhs has joined #yocto
Iwans has joined #yocto
jclsn has quit [Ping timeout: 260 seconds]
jclsn has joined #yocto
silbe has quit [Ping timeout: 245 seconds]
younes has quit [Quit: Client closed]
<luc4> Hello! Is there a way to get a machine with cortexa53 from here https://github.com/yoctoproject/poky/blob/master/meta/conf/machine/include/arm/armv8a/tune-cortexa53.inc but aarch32 instead of aarch64?
silbe has joined #yocto
lars3 has quit [Quit: Client closed]
wacke has joined #yocto
hvskauwhs has quit [Ping timeout: 264 seconds]
Marian18 has quit [Quit: Client closed]
pxzswhljl has joined #yocto
ptsneves has quit [Ping timeout: 240 seconds]
ptsneves has joined #yocto
Danct12 has quit [Ping timeout: 252 seconds]
l3s8g has joined #yocto
ptsneves1 has joined #yocto
ptsneves has quit [Ping timeout: 260 seconds]
ptsneves1 is now known as ptsneves
ptsneves has quit [Quit: ptsneves]
ptsneves has joined #yocto
lexano has joined #yocto
younes has joined #yocto
ptsneves has quit [Read error: Connection reset by peer]
ptsneves has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
pxzswhljl has quit [Ping timeout: 252 seconds]
casivbwwh has joined #yocto
casivbwwh has quit [Ping timeout: 240 seconds]
tvqnoietg has joined #yocto
jmiehe has joined #yocto
<kanavin> Iwans, if 'git send-email' is asking you twice, I'd like to see that
<kanavin> both the command and its output
tgamblin has joined #yocto
<Iwans> kanavin, I sent output in my earlier message: https://pastebin.com/fSexmLKA
<Iwans> It's output of one command: git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix='meta-python][PATCH' 0001-python3-pyu2f-add-recipe.patch
<rburton> its probably the -1
<yocton> Iwans: "-1" arg and a .patch file = 2 patches sent to ML?
<rburton> yeah
<rburton> -1 is 'sent the top commit' and the patch filename is 'send this patch'
<rburton> ergo, two mails
bhstalel34 has quit [Quit: Client closed]
zpfvo has quit [Ping timeout: 255 seconds]
zpfvo has joined #yocto
vvmeson has joined #yocto
Estrella___ has quit [Read error: Connection reset by peer]
Estrella__ has joined #yocto
Danct12 has joined #yocto
<Iwans> Ok, then that's my mistake.
bhstalel has joined #yocto
Xagen has quit [Ping timeout: 264 seconds]
zpfvo has quit [Ping timeout: 244 seconds]
zpfvo has joined #yocto
tvqnoietg has quit [Ping timeout: 240 seconds]
zpfvo has quit [Ping timeout: 258 seconds]
zpfvo has joined #yocto
PhoenixMage has quit [Remote host closed the connection]
iecymevyq has joined #yocto
xmn has joined #yocto
iecymevyq has quit [Ping timeout: 264 seconds]
xhdclqngb has joined #yocto
slimak has joined #yocto
ptsneves1 has joined #yocto
ptsneves has quit [Ping timeout: 245 seconds]
ptsneves has joined #yocto
ptsneves1 has quit [Ping timeout: 240 seconds]
Xagen has joined #yocto
rob_w has quit [Remote host closed the connection]
xhdclqngb has quit [Remote host closed the connection]
Iwans has quit [Quit: Client closed]
ptsneves1 has joined #yocto
ptsneves has quit [Ping timeout: 248 seconds]
ptsneves1 is now known as ptsneves
<JerryM> Saur: You mentioned somthing about having an image bbclass with COMPATIBLE_LICENSE yesterday?
<Saur> JerryM: It is recommended to add it via IMAGE_CLASSES.
<Saur> We should probably add some documentation and attribution to it and upstream it.
<Saur> RP: Would you accept a class such as compatible-licenses.bbclass (https://pastebin.com/iiULeiWK) into OE-Core. While I think it is there it belongs, there would typically not be anything in OE-Core that would use it (except possibly some selftest) since it is typically something that you use due to company policies.
<RP> Saur: python functions should really be added to lib/oe somewhere with supporting tests
<Saur> RP: That can of course be arranged. :)
<RP> Saur: I'm probably ok with a function being added, I'm not sure people are going to easily understand the notion of compatible and incompatible in this classes context though and the performance of that doesn't look great
<RP> Saur: the class assumes anything is incompatible unless marked as compatible but people might try INCOMPATIBLE_LICENSE += "xxx"
<Saur> RP: But how do you handle to import the Python module when you only use the function in a ${@...} block? Do you import it with an anonymous function?
<RP> Saur: BBIMPORT
<Saur> Ok.
<RP> Saur: the layer would import the python function library en-mass
<Saur> RP: The class would of course contain proper documentation if upstreamed.
<RP> Saur: I think I'd want to see other people saying "yes, we need this"
<Saur> RP: And after we switched from inheriting it in the configuration and only inherits it from the image recipes, performance was no longer a problem.
<RP> Saur: Once you remove the function, the class is relatively trivial, the number of classes we have has been raised as a concern too
<Saur> RP: Ok. Unless someone actually does shout "yes, we need this", I will see if I can upstream it after Nanbield. I most likely won't have any time until that is done.
Vonter has quit [Ping timeout: 248 seconds]
ptsneves has quit [Ping timeout: 252 seconds]
Vonter has joined #yocto
younes has quit [Quit: Client closed]
mckoan is now known as mckoan|away
<Saur> RP: I just realized, the available_licenses() function was actually in OE-Core, but it was removed together with the AVAILABLE_LICENSES variable (see commit aa662aae352c65cb5d13172bf98ed4ae3cb46c26). At that time it was part of the license.bbclass, but as you say, it would make much more sense to add it to lib/oe/license.py.
<JaMa> zeddii: so you have a local change for slirp4netns to depend on libslirp-virt instead of libslirp or how are you testing this?
Guest17 has joined #yocto
manuel__ has quit [Remote host closed the connection]
<Guest17> Hello there.  I am having a devil of a time trying to get Icecc builds working.  Im building meta-raspberrypi, and it seems to work fine without icecc.
<Guest17> The issue is  /build/tmp/build/../layers/poky/meta/recipes-core/meta/target-sdk-provides-dummy.bb: Error during finalise of /build/tmp/build/../layers/poky/meta/recipes-core/meta/target-sdk-provides-dummy.bb
<Guest17> it seems to be ignoring the lines:
<Guest17> ICECC_RECIPE_DISABLE += "\
<Guest17>     libgcc-initial \
<Guest17>     pixman \
<Guest17>     systemtap \
<Guest17>     target-sdk-provides-dummy \
<Guest17>     "
<Guest17> And im not sure why, ive tried a lot of the debugging techniques but have failed
ptsneves has joined #yocto
<RP> Guest17: there was a patch related to this on the mailing list if this is with master. Sadly I've not had time to debug it properly
<Guest17> Hmm, Ill take a look.  Im relatively new to Yocto
<Guest17> Thank you RP
<Guest17> Ive tried master, and a few other branches and it didnt seem to work.  Do you happen to know any info about that message on the mailing list so I can narrow down my search?
<RP> Guest17: Subject:[OE-core] [PATCH] removing PN from BB_HASH_CODEPARSER_VALS
<Guest17> <3
<landgraf> RP was faster :)
<Guest17> Thank you guys so much, ive been beating my head against this
geoffhp has joined #yocto
<Guest17> hmm, that doesnt seem to fix it, ill keep digging
<Guest17> Actually, disregard, the patch didnt fully apply.  Ill note back if it works in a bit
ptsneves has quit [Ping timeout: 264 seconds]
<Guest17> Ok, that seemed to work, but I had to replace all of the various bitbake.conf files, not just the one in the patch
luc4 has quit [Ping timeout: 245 seconds]
Kubu_work has quit [Quit: Leaving.]
<JerryM> Saur: thanks I'll play around with it a bit, once I have some time anyway, I'll be sure to share my findings
linfax has quit [Ping timeout: 244 seconds]
<Guest17> Well it worked, but now its blowing up with task hash mismatches.  Welcome to "Wackamole"
zpfvo has quit [Ping timeout: 264 seconds]
amitk_ has joined #yocto
zpfvo has joined #yocto
JerryM has quit [Quit: Konversation terminated!]
wacke has quit [Ping timeout: 240 seconds]
l3s8g has quit [Quit: l3s8g]
Vonter has quit [Ping timeout: 245 seconds]
Vonter has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
zpfvo has quit [Quit: Leaving.]
prabhakarlad has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
florian_kc has quit [Ping timeout: 240 seconds]
florian has quit [Quit: Ex-Chat]
khem has joined #yocto
tnovotny has quit [Quit: Leaving]
Kubu_work has joined #yocto
jmiehe has quit [Quit: jmiehe]
goliath has quit [Quit: SIGSEGV]
bhstalel has quit [Ping timeout: 245 seconds]
leon-anavi has quit [Quit: Leaving]
<Guest17> Yay, I got it to work, thank you so much to those that helped!!!
pbsds has quit [Ping timeout: 245 seconds]
goliath has joined #yocto
amitk_ has quit [Ping timeout: 252 seconds]
Guest17 has quit [Ping timeout: 245 seconds]
Estrella__ has quit [Remote host closed the connection]
Guest11 has joined #yocto
<Guest11> hello, is there a way to include a file from another layer? I have two layers (lets call them A and B ) each with a .inc; in a recipe in A, I'd like to `require B.inc` without hard setting the paths; any way to do this?
Estrella has quit [Remote host closed the connection]
florian_kc has joined #yocto
Guest11 has quit [Quit: Client closed]
khem has quit [Quit: Connection closed for inactivity]
jclsn has quit [Quit: WeeChat 4.0.4]
jclsn has joined #yocto
jclsn has quit [Client Quit]
jclsn has joined #yocto
jclsn has quit [Client Quit]
jclsn has joined #yocto
jclsn has quit [Client Quit]
jclsn has joined #yocto
jclsn has quit [Client Quit]
jclsn has joined #yocto
jclsn has quit [Client Quit]
jclsn has joined #yocto
jclsn has quit [Client Quit]
Estrella has joined #yocto
alessioigor has quit [Quit: alessioigor]
khem has joined #yocto
goliath has quit [Quit: SIGSEGV]
amitk_ has joined #yocto
amitk_ has quit [Ping timeout: 240 seconds]
amitk_ has joined #yocto
amitk has quit [Ping timeout: 240 seconds]
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
goliath has joined #yocto
Estrella_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Estrella has quit [Remote host closed the connection]
Estrella has joined #yocto
prabhakarlad has quit [Quit: Client closed]
sgw has joined #yocto
GillesMM has joined #yocto
GillesM has quit [Read error: Connection reset by peer]
pbsds has joined #yocto
geoffhp has quit [Quit: Leaving]
Kubu_work has quit [Quit: Leaving.]
geoffhp has joined #yocto
<rburton> RP: just got a 'thanks for your mail' from nist about a cpe change I sent in june
<rburton> they apologise for the delay
<RP> rburton: wow, that is a bit delayed!
<khem> was it a via certified mail :)
<khem> RP: do you plan to merge Marta's python recipes imported from meta-python to nanbield ? I need to coordinate the removal from meta-openembedded
<neverpanic> nist is soo much behind these days
<neverpanic> like a fips certification is now essentially at least a year between submission and getting it, likely closer to two.
Estrella_ has joined #yocto
Estrella__ has joined #yocto
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
chep has quit [Quit: ZNC 1.8.2 - https://znc.in]
chep has joined #yocto
jclsn has joined #yocto
slimak has quit [Ping timeout: 258 seconds]
jsandman has quit [Quit: Ping timeout (120 seconds)]
jsandman has joined #yocto
florian_kc has quit [Ping timeout: 240 seconds]