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
reatmon_ has quit [Remote host closed the connection]
reatmon_ has joined #yocto
Daanct12 has joined #yocto
lexano has quit [Ping timeout: 260 seconds]
rber|res has quit [Remote host closed the connection]
rber|res has joined #yocto
rber|res has quit [Remote host closed the connection]
rber|res has joined #yocto
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
Daanct12 has quit [Quit: WeeChat 4.3.5]
Daanct12 has joined #yocto
LocutusOfBorg has quit [Ping timeout: 255 seconds]
LocutusOfBorg has joined #yocto
ssweeny has quit [Quit: Gateway shutdown]
ssweeny has joined #yocto
Omax has quit [Ping timeout: 245 seconds]
Omax has joined #yocto
Minvera has quit [Ping timeout: 255 seconds]
Articulus has quit [Quit: Leaving]
jmd` has joined #yocto
Guest18 has joined #yocto
<Guest18> Facing a weird error where bitbake is not creating extracted/source directory under tmp/work/tunearch/recipename/ . I tried the following commands but nothing works
<Guest18> bitbake -c cleansstate recipename && bitbake -c cleanall recipename
<Guest18> bitbake -b recipename
<Guest18> bitbake recipename
<Guest18> But nothing works. Can anyone suggest what to do ?
ablu has quit [Ping timeout: 252 seconds]
ablu has joined #yocto
goliath has joined #yocto
amitk has joined #yocto
ehussain has joined #yocto
rfuentess has joined #yocto
BenBE has joined #yocto
Guest18 has quit [Quit: Client closed]
mbulut has joined #yocto
eminboydak has joined #yocto
<eminboydak> Hello, I am using Yocto to create the rootfs and the kernel provided by the board manufacturer. Wi-Fi works on the default Debian rootfs but not on the rootfs I created with Yocto. I reached out to the company about this issue, and they provided me with a kernel module file named "bcmdhd.ko" and instructed me to enable the module in Yocto. I want
<eminboydak> to enable the "bcmdhd" module in Yocto, but I can't find the proper solution. Is there anyone here who knows how to do this?
zpfvo has joined #yocto
ray-san2 has joined #yocto
lucaceresoli has joined #yocto
frieder has joined #yocto
ray-san3 has quit [Ping timeout: 252 seconds]
brrm has joined #yocto
Kubu_work has joined #yocto
michael_e has joined #yocto
Jones42 has joined #yocto
jmd` has quit [Remote host closed the connection]
jmd has joined #yocto
Jones42 has quit [Ping timeout: 252 seconds]
florian has joined #yocto
leon-anavi has joined #yocto
michael_e has quit [Quit: Client closed]
xmn has quit [Ping timeout: 258 seconds]
mvlad has joined #yocto
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
belsirk has joined #yocto
ahussain has joined #yocto
ehussain has quit [Ping timeout: 272 seconds]
ahussain is now known as ehussain
rfuentess has quit [Ping timeout: 252 seconds]
ptsneves has joined #yocto
ptsneves has quit [Remote host closed the connection]
rfuentess has joined #yocto
belsirk has quit [Ping timeout: 252 seconds]
ptsneves has joined #yocto
JPEW has quit [Read error: Connection reset by peer]
JPEW has joined #yocto
belsirk has joined #yocto
rfuentess has quit [Ping timeout: 260 seconds]
ahussain has joined #yocto
ehussain has quit [Ping timeout: 252 seconds]
ahussain is now known as ehussain
<ldywicki> @eminboydak if bcmdhd is part of standard kernel source tree then you can enable it through proper manipulation of env vars/kernel build. Here is a minimal example for wireguard module: https://gist.github.com/splatch/45373cd4687dbabb285a7facafecf05b
<ldywicki> It is old syntax, but I think you will be able to find a common denominator for your case
rfuentess has joined #yocto
belsirk has quit [Ping timeout: 252 seconds]
ahussain has joined #yocto
ehussain has quit [Ping timeout: 260 seconds]
ahussain is now known as ehussain
ptsneves has quit [Ping timeout: 248 seconds]
<eminboydak> ldywicki Is Yocto building the kernel in this example?
jdiez has quit [Quit: ZNC 1.8.2 - https://znc.in]
jdiez has joined #yocto
sakoman has quit [Ping timeout: 265 seconds]
rob_w has joined #yocto
lexano has joined #yocto
sakoman has joined #yocto
enok has joined #yocto
<ldywicki> yes it does, I have couple of such .cfgs which pull various modules, i.e for CAN, specific serial drivers and so on.
<ldywicki> most essential part you need is bbappend for kernel flavor you use (i.e. linux-intel, linux-xyz), config var with enables the module and that's it. Its a bit harder when kernel module is "out of tree" meaning it is supplied by vendor, then you need to build module accordingly and place in modules dir of target image.
<ldywicki> I can't find any references to bcmdhd in kernel itself, looks like it is specific to broadcom peripheries for which there is no standard kernel module
<ldywicki> I see only CONFIG_BRCMFMAC, CONFIG_BRCMDBG, CONFIG_BRCM_TRACING and few more flags with BRCM in there, but I don't think its anywhere close to what you need
ehussain has quit [Quit: ehussain]
Guest92 has joined #yocto
enok has quit [Read error: Connection reset by peer]
enok has joined #yocto
enok has quit [Ping timeout: 264 seconds]
Starfoxxes has joined #yocto
<eminboydak> ldywicki I am using yocto only for rootfs therefore i use linux-dummy for kernel. Kernel and "bcmdhd.ko" file provided by board manufacturer. But i don't know how can i activate this module on rootfs perspective in yocto.
xmn has joined #yocto
|Xagen has quit [Ping timeout: 252 seconds]
rm5248 has joined #yocto
<rm5248> Hi all, I've got a weird problem here. I'm updating a recipe to add in some PACKAGECONFIG options to turn on/off features and split the data into multiple packages, however once I do that oe-pkgdata-util list-pkg-files shows that no packages have any files in them. Specifically this happens when I edit the PACKAGECONFIG variable to turn on new features. The features that I turn on do cause another SO file to be built
Minvera has joined #yocto
Daanct12 has quit [Quit: WeeChat 4.3.5]
<mcfrisk> rm5248: check with bitbake -e that changes to PACKAGECONFIG are what you expect. If recipes set defaults with ??= even a += append to it will overwrite all values. An :append might work on that case.
Guest92 has quit [Quit: Client closed]
<rm5248> I checked, the PACKAGECONFIG is being set properly. It's just that oe-pkgdata-util fails to output any package data after it is set(at least for this particular package)
<rm5248> Of course, now I put things in the proper packages and it works fine so I dunno what's going on there
Guest92 has joined #yocto
<rm5248> it almost seems like oe-pgkdata-util doesn't like it when there are more than two shared objects in the same package
Xagen has joined #yocto
amitk has quit [Ping timeout: 260 seconds]
Guest92 has quit [Quit: Client closed]
Minvera has quit [Remote host closed the connection]
goliath has quit [Quit: SIGSEGV]
ptsneves has joined #yocto
jmiehe has joined #yocto
jmiehe has quit [Remote host closed the connection]
rfuentess has quit [Remote host closed the connection]
jmd has quit [Remote host closed the connection]
BenBE has quit [Ping timeout: 258 seconds]
Minvera has joined #yocto
ptsneves has quit [Ping timeout: 255 seconds]
<gvmeson> smurray: I just joined the tech call - are you backporting the rust reproducability fix to scarthgap or should Yash do that?
ajfriesen1 has quit [Quit: The Lounge - https://thelounge.chat]
gvmeson is now known as vmeson
ajfriesen16 has joined #yocto
<smurray> gvmeson: Yash should do it, what I was signing up for is creating a meta-lts-mixins scarthgap/rust branch for the subsequent upgrades on top of that
<vmeson> smurray: I've asked Yash and Sundeep to do it.
<vmeson> ah cool.
ajfriesen16 has quit [Read error: Connection reset by peer]
ajfriesen16 has joined #yocto
jmd has joined #yocto
Minvera has quit [Remote host closed the connection]
frieder has quit [Remote host closed the connection]
leon-anavi has quit [Quit: Leaving]
mkoniarz has joined #yocto
mkoniarz has quit [Changing host]
mkoniarz has joined #yocto
<mkoniarz> Hi, I used devtool update-recipe -a <path> <recipe> but got error: AttributeError: "NoneType' object has no attribute 'get' in file standard.py line 1747 in _update_recipe_patch patchdir = param.get('patchdir', '.')
<mkoniarz> am I doing something wrong or a bug?
Minvera has joined #yocto
rm5248 has quit [Quit: Leaving.]
jmiehe has joined #yocto
jmiehe has quit [Client Quit]
<vmeson> mkoniarz: does the basic devtool workflow work for you? I think the example people use is for nano: slide 21: https://elinux.org/images/8/8f/003-1745-SLIDES-devtool.pdf
florian has quit [Quit: Ex-Chat]
mbulut has quit [Ping timeout: 260 seconds]
<vmeson> mkoniarz: is so, and you're still having problems then yes, it's likely a bug. Try to create a simple reproducer with only poky ideally and report in bugzilla. be sure to explain what branch/release you are using.
<vmeson> *if so
cabazon98 has joined #yocto
<mkoniarz> Ok, one recipe works ok, and another not, now I think that I wronglu modified source, I'll try again with fresh devtool modify
<cabazon98> I'm trying to figure out the licensing. I have my own custom layer and custom license. Should I add LICENSE.my to every package, or rather store LICENSE.my somewhere within my-layer/conf directory? I'm reading about SPDXLICENSEMAP variable but not sure what the right approach is.
<cabazon98> so far all of the packages within the layer use that one custom LICENSE.my so logically it would make sense to put the LICENSE.my into the layer configuration rather than do it on per-package basis, methinks
zpfvo has quit [Quit: Leaving.]
jmd has quit [Ping timeout: 252 seconds]
florian has joined #yocto
eminboydak has quit [Ping timeout: 256 seconds]
prabhakalad has quit [Ping timeout: 252 seconds]
prabhakalad has joined #yocto
prabhakalad has quit [Ping timeout: 252 seconds]
prabhakalad has joined #yocto
florian has quit [Ping timeout: 248 seconds]
Starfoxxes has quit [Remote host closed the connection]
BenBE has joined #yocto
Guest45 has joined #yocto
cabazon98 has quit [Quit: Client closed]
Guest45 is now known as btterbe
goliath has joined #yocto
Kubu_work has quit [Quit: Leaving.]
tgamblin_ has joined #yocto
tgamblin_ has quit [Remote host closed the connection]
btterbe has quit [Ping timeout: 256 seconds]
mkoniarz has quit [Quit: Leaving]
dankm has quit [Remote host closed the connection]
dankm has joined #yocto
amitk has joined #yocto
Guest2 has joined #yocto
amitk has quit [Ping timeout: 272 seconds]
Guest2 has quit [Quit: Client closed]
Guest92 has joined #yocto
rbox has quit [Remote host closed the connection]
rbox has joined #yocto
cabazon26 has joined #yocto
Vonter has quit [Ping timeout: 264 seconds]
Guest92 has quit [Quit: Client closed]
jmd has joined #yocto
cabazon26 has quit [Quit: Client closed]
jmd has quit [Ping timeout: 272 seconds]
mvlad has quit [Remote host closed the connection]
florian has joined #yocto
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
goliath has quit [Quit: SIGSEGV]
cabazon6 has joined #yocto
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
florian has quit [Ping timeout: 248 seconds]
goliath has joined #yocto
ptsneves has joined #yocto
khimaros has quit [Read error: Connection reset by peer]
khimaros has joined #yocto
enok has joined #yocto
cabazon8 has joined #yocto
MattWeb82 has quit [Ping timeout: 258 seconds]
cabazon8 has quit [Quit: Client closed]
cabazon96 has joined #yocto
MattWeb82 has joined #yocto
goliath has quit [Quit: SIGSEGV]
ptsneves has quit [Ping timeout: 248 seconds]
MattWeb82 has quit [Ping timeout: 245 seconds]
enok has quit [Ping timeout: 245 seconds]
cabazon36 has joined #yocto
MattWeb82 has joined #yocto
rob_w has quit [Quit: Leaving]
cabazon96 has quit [Ping timeout: 256 seconds]
JPEW has quit [Ping timeout: 264 seconds]
JPEW has joined #yocto
mithro has quit [Ping timeout: 244 seconds]
NishanthMenon has quit [Ping timeout: 252 seconds]
CosmicPenguin has quit [Ping timeout: 245 seconds]
jonmason has quit [Ping timeout: 245 seconds]
mithro has joined #yocto
NishanthMenon has joined #yocto
cabazon80 has joined #yocto
cabazon36 has quit [Quit: Client closed]
MattWeb82 has quit [Ping timeout: 245 seconds]
jonmason has joined #yocto
CosmicPenguin has joined #yocto
<khem> cabazon6: yes add it to a directory in your layer
<cabazon80> khem I have meta-my/meta-my-app which mimics poky/ tree
<cabazon80> so then I will have to add it to meta-my/meta-my-app/conf and meta-my/meta-my-bsp/conf and meta-my/meta-my-data/conf etc. /
<cabazon80> got it
<khem> in your layer conf
<cabazon80> ok, that works, thanks khem
<khem> then you can use it in LICENSE field in recipe to point to whatever name you use for storing the license file
<khem> for using it in LIC_FILES_CHKSUM you might have to use some relative paths unless there is a file inside UNPACKDIR or S that can be used
Net147_ has joined #yocto
Net147 has quit [Ping timeout: 272 seconds]
xmn has quit [Ping timeout: 260 seconds]
tokamak- has joined #yocto
<cabazon80> can LIC_FILES_CHKSUM see LICENSE_PATH directory?
mort1 has joined #yocto
tokamak has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
mort has quit [Quit: Ping timeout (120 seconds)]
mort1 is now known as mort
dmoseley has quit [Quit: ZNC 1.9.1 - https://znc.in]
dmoseley has joined #yocto
dmoseley has quit [Client Quit]
dmoseley has joined #yocto
cabazon6 has quit [Quit: Client closed]