Perflosopher0387 has quit [Ping timeout: 248 seconds]
gmorell has joined #yocto
jclsn has quit [Ping timeout: 272 seconds]
Ch^W has quit [Ping timeout: 248 seconds]
tangofoxtrot has quit [Read error: Connection reset by peer]
Fanfwe has joined #yocto
Ch^W has joined #yocto
jclsn has joined #yocto
tangofoxtrot has joined #yocto
vvn has quit [Quit: WeeChat 4.5.2]
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
frgo has joined #yocto
frgo has quit [Ping timeout: 248 seconds]
frgo has joined #yocto
frgo has quit [Ping timeout: 248 seconds]
frgo has joined #yocto
frgo has quit [Ping timeout: 272 seconds]
sakoman has quit [Ping timeout: 260 seconds]
sakoman has joined #yocto
frgo has joined #yocto
frgo has quit [Ping timeout: 252 seconds]
frgo has joined #yocto
frgo has quit [Ping timeout: 248 seconds]
ajfriesen1645 has joined #yocto
ajfriesen164 has quit [Ping timeout: 260 seconds]
ajfriesen1645 is now known as ajfriesen164
Daanct12 has joined #yocto
frgo has joined #yocto
frgo has quit [Ping timeout: 245 seconds]
frgo has joined #yocto
frgo has quit [Ping timeout: 252 seconds]
Vonter has quit [Ping timeout: 245 seconds]
Vonter has joined #yocto
frgo has joined #yocto
frgo has quit [Ping timeout: 245 seconds]
dgriego has quit [Ping timeout: 265 seconds]
dgriego has joined #yocto
frgo has joined #yocto
frgo has quit [Ping timeout: 248 seconds]
savolla has joined #yocto
druppy has joined #yocto
frgo has joined #yocto
frgo has quit [Ping timeout: 252 seconds]
frgo has joined #yocto
frgo has quit [Ping timeout: 265 seconds]
DixitP has joined #yocto
<DixitP>
Hi, needs your suggestion. I worked on a bugzilla issue fix, sent out the patch. I got a comment that must have a selftest written for it. I have tried very hard but not able to develop fully working selftest as python is not my primary programming language. what should I do? can I go ahead and have this fix merged(I have tested it fully and it
<DixitP>
works) and create another bugzilla issue to write selftest, which someone better than me can take up or I would need someone's help to develop the selftest case. what do you suggest?
frgo has joined #yocto
frgo has quit [Ping timeout: 245 seconds]
ptsneves has joined #yocto
prabhakalad has quit [Ping timeout: 260 seconds]
druppy has quit [Ping timeout: 252 seconds]
dmoseley has quit [Ping timeout: 260 seconds]
dmoseley has joined #yocto
alperak has joined #yocto
<rburton>
DixitP: share what you have so far, it might be a easy fix to make the test case work
frgo has joined #yocto
frgo has quit [Ping timeout: 252 seconds]
dmoseley_ has joined #yocto
dmoseley has quit [Ping timeout: 248 seconds]
leon-anavi has joined #yocto
frgo has joined #yocto
olani- has joined #yocto
olani- has quit [Remote host closed the connection]
berton has joined #yocto
frgo has quit [Ping timeout: 244 seconds]
olani- has joined #yocto
frgo has joined #yocto
prabhakalad has joined #yocto
frgo has quit [Ping timeout: 272 seconds]
olani- has quit [Ping timeout: 248 seconds]
<DixitP>
# SPDX-License-Identifier: MIT
<DixitP>
import os
<DixitP>
from oeqa.selftest.case import OESelftestTestCase
<DixitP>
from oeqa.utils.commands import bitbake, get_bb_var
<DixitP>
class KernelSplitAutoloadTest(OESelftestTestCase):
<DixitP>
"""
<DixitP>
Tests to verify the effect of KERNEL_SPLIT_MODULES on autoload config file creation
<DixitP>
With that when a kernel module is added as autoload list, the respective conf file will be generated under rootfs /etc/modules.load.d
<DixitP>
when KERNEL_SPLIT_MODULES = "0", We expect the same autoload file to be generated, but its not getting generated - that is whole issue.
<DixitP>
With the fix I am proposing, the conf file is getting generated under rootfs /etc/modules.load.d and other locations as required. I want to have that validated via this testcase.
<DixitP>
The above snippet is missing the validation part as I am unable to make it work and I cleared that to avoid confusion.
olani- has joined #yocto
<DixitP>
I will utilize hello-mod kernel module recipe to test the functionality.
ptsneves has quit [Remote host closed the connection]
dmoseley has joined #yocto
ptsneves has joined #yocto
dmoseley_ has quit [Ping timeout: 245 seconds]
<landgraf>
DixitP: use pastebin services forcode snippets
zeemate has joined #yocto
ptsneves has quit [Ping timeout: 248 seconds]
vthor has quit [Excess Flood]
vthor has joined #yocto
florian has joined #yocto
goliath has joined #yocto
<RP>
DixitP: can you pastebin that file somewhere or add to the bugzilla entry and then post a link?
<RP>
DixitP: I can't see where _run_test_with_split_modules is defined but it could have been truncated by irc, hard to tell
<DixitP>
RP landgraf I think I got it now. I see the tests getting executed. Thank you
<RP>
DixitP: in case it helps, the reason we ask for test cases is so that we can try and ensure this problem doesn't happen again
<DixitP>
RP I totally get it, I was just stuck in the selftest but luckily it worked with today's trials.
ablu has quit [Ping timeout: 245 seconds]
DixitP has quit [Quit: Client closed]
ablu has joined #yocto
<ak77>
hello, I remember there was a mechanism to create files, namely I have readonly fs and have to put symbolic link from /etc/resolv.conf to somewhere
<ak77>
how to do that? or should I write custom recipe to put link there
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #yocto
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #yocto
prabhakalad has quit [Quit: Konversation terminated!]
mbulut has joined #yocto
prabhakalad has joined #yocto
zkrx has quit []
Dvorkin has joined #yocto
<Dvorkin>
how can I debug WIC file creation withtout explicitely running the wic from the command line?
cyxae has joined #yocto
zkrx has joined #yocto
zkrx has quit []
mbulut has quit [Read error: Connection reset by peer]
mbulut has joined #yocto
mbulut has quit [Remote host closed the connection]
<tgamblin>
What's the right way to configure a layer with its own scripts/ directory so that when you do 'source oe-init-build-env', that layer's scripts directory is included (along with the one in oe-core)?
ptsneves has joined #yocto
<ak77>
tgamblin: I don't know, but I have used another script, e.g. my-init-build-env
<tgamblin>
ak77: that might be the best approach. I was curious if there was a built-in way assuming TEMPLATECONF is set ahead of time though
Daanct12 has quit [Quit: WeeChat 4.6.3]
<ak77>
Dvorkin: you only want to examine created wks file ?
<Dvorkin>
ak77, I need to see what commands it run to install the binaries into to the raw area
<rburton>
tgamblin: there is no built-in way
<RP>
tgamblin: I'm not sure you can do that since it implies parsing the layer, or a lot of shell code to handle BBPATH ordering
<tgamblin>
rburton: RP: alright, custom script it is then (we're already sort of using one, just wasn't sure if it was overkill)
<rburton>
somewhere i have a little script that does that though...
<rburton>
while read -d: DIR; do if [ -d $DIR/scripts ]; then PATH=$PATH:$DIR/scripts fidone < <(bitbake-getvar --value BBPATH)