*** lamego <lamego!~lamego@134.134.139.73> has quit IRC | 00:01 | |
*** bodangly_ <bodangly_!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto | 00:04 | |
*** t0mmy <t0mmy!~tprrt@132.110.153.77.rev.sfr.net> has quit IRC | 00:05 | |
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has quit IRC | 00:07 | |
*** bodangly_ is now known as bodangly | 00:09 | |
*** Jefro1 <Jefro1!~josiermi@134.134.139.72> has quit IRC | 00:14 | |
*** gtristan_ <gtristan_!~tristanva@110.11.179.89> has joined #yocto | 00:27 | |
*** learningc <learningc!~User@13.25.50.60.kmr03-home.tm.net.my> has quit IRC | 00:28 | |
*** quite <quite!quite@unaffiliated/quite> has quit IRC | 00:33 | |
*** quite <quite!quite@unaffiliated/quite> has joined #yocto | 00:34 | |
*** learningc <learningc!~User@mti-37-145.tm.net.my> has joined #yocto | 00:54 | |
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has joined #yocto | 00:57 | |
*** majuk_ <majuk_!~majuk@75-163-148-173.clsp.qwest.net> has quit IRC | 00:58 | |
*** learningc <learningc!~User@mti-37-145.tm.net.my> has quit IRC | 01:03 | |
*** kpo_ <kpo_!~bob@user-94-254-248-62.play-internet.pl> has joined #yocto | 01:04 | |
*** learningc <learningc!~User@mti-37-145.tm.net.my> has joined #yocto | 01:04 | |
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has quit IRC | 01:08 | |
*** stephano <stephano!~stephano@134.134.139.73> has quit IRC | 01:17 | |
*** stephano <stephano!stephano@nat/intel/x-vqladsmxslrgbbgi> has joined #yocto | 01:17 | |
*** stephano <stephano!stephano@nat/intel/x-vqladsmxslrgbbgi> has quit IRC | 01:20 | |
*** stephano <stephano!~stephano@134.134.139.73> has joined #yocto | 01:20 | |
*** stephano <stephano!~stephano@134.134.139.73> has quit IRC | 01:20 | |
*** martinkelly1 <martinkelly1!~martin@205.175.118.15> has quit IRC | 01:21 | |
*** scottrif <scottrif!~scottrif@47.39.44.219> has quit IRC | 01:25 | |
*** kpo_ <kpo_!~bob@user-94-254-248-62.play-internet.pl> has quit IRC | 01:28 | |
*** scottrif <scottrif!~scottrif@47.39.44.219> has joined #yocto | 01:29 | |
spierepf | Can anyone help me add a kernel module to my image? | 01:29 |
---|---|---|
*** gtristan <gtristan!~tristanva@110.11.179.89> has quit IRC | 01:33 | |
*** bavery_fn <bavery_fn!~bavery@134.134.139.72> has quit IRC | 01:44 | |
*** bavery_fn <bavery_fn!~bavery@134.134.139.76> has joined #yocto | 01:46 | |
*** Willy-- <Willy--!~william@156.34.161.186> has joined #yocto | 01:51 | |
*** learningc <learningc!~User@mti-37-145.tm.net.my> has quit IRC | 01:56 | |
*** learningc <learningc!~User@mti-37-145.tm.net.my> has joined #yocto | 01:56 | |
*** learningc <learningc!~User@mti-37-145.tm.net.my> has quit IRC | 02:06 | |
*** learningc <learningc!~User@mti-37-145.tm.net.my> has joined #yocto | 02:06 | |
*** scottrif <scottrif!~scottrif@47.39.44.219> has quit IRC | 02:08 | |
*** bavery_fn <bavery_fn!~bavery@134.134.139.76> has quit IRC | 02:15 | |
spierepf | How do I add a standard kernel module like xt_addrtype to my yocto image? | 02:15 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 02:24 | |
*** Willy-- <Willy--!~william@156.34.161.186> has quit IRC | 02:29 | |
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has quit IRC | 02:32 | |
*** marka <marka!~masselst@184.175.21.48> has quit IRC | 02:38 | |
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has quit IRC | 02:41 | |
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto | 02:47 | |
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has joined #yocto | 02:55 | |
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-raecojhfzphzqmte> has joined #yocto | 03:01 | |
khem | spierepf: firstly you need to check if its enabled in your kernel .config if it is then its is being generated as a separate ipk already and you need to add that ipk to your MACHINE_EXTRA_RRECOMMENDS in your local.conf | 03:01 |
moto-timo | kernel-module-foo or something like that | 03:02 |
khem | I think you need to enable NETFILTER_XT_MATCH_ADDRTYPE = "m" | 03:02 |
khem | may be via a netfliter.cfg or somesuch | 03:02 |
moto-timo | :) | 03:03 |
khem | and IIRC we had a session in YPDD om this in past | 03:03 |
khem | https://www.yoctoproject.org/sites/yoctoproject.org/files/elc2013-kernel-lab.pdf | 03:03 |
khem | it might be dated by now though | 03:04 |
* moto-timo intends to redo the materials for that at some point | 03:04 | |
moto-timo | it was updated by tom zanussi not too long ago | 03:04 |
*** bavery_fn <bavery_fn!bavery@nat/intel/x-nicrzjktqaiknrgu> has joined #yocto | 03:04 | |
khem | We should just create living documents with branches in git | 03:05 |
moto-timo | ah, it was krogoth | 03:05 |
moto-timo | https://www.yoctoproject.org/training/kernel-lab | 03:05 |
khem | ah ok | 03:05 |
moto-timo | +1 khem | 03:05 |
moto-timo | we do have living documents, but maybe we could make it more agile | 03:05 |
spierepf | khem: I've definitely enabled it in my kernel recipe. I've got an xt_addrtype.cfg file that is being included by a SRC_URI and everything. | 03:16 |
spierepf | khem: the .ko is getting built. | 03:17 |
khem | ok then whats remaining is adding it to image | 03:17 |
spierepf | khem: just not included in the rootfs image, or tarball. | 03:17 |
spierepf | Indeed. | 03:17 |
spierepf | That is the bit I am missing. | 03:18 |
khem | so you add it IMAGE_INSTALL via a bbappend or | 03:18 |
khem | which distro are you using and machine ? | 03:18 |
spierepf | I am using yocto/poky/pyro, and the adzs-sc589-ezlite machine layer I created myself. | 03:19 |
spierepf | I added an IMAGE_INSTALL += "xt_addrtype.ko" entry to my linux-yocto_%.bbappend file. but it had no effect. | 03:22 |
khem | not the bare filename | 03:26 |
spierepf | I tried changing it to IMAGE_INSTALL += "not-a-thing.ko" and it didn't barf, so I don't know what to do with that. | 03:26 |
khem | you need to add ipk/package name | 03:26 |
khem | where this goes into | 03:26 |
spierepf | How can I determing the ipk/package name? | 03:26 |
khem | yeah IMAGE_INSTALL is an image thing so a package recipe like kernel wont entertain it at all | 03:27 |
khem | thats why you dont see it | 03:27 |
khem | may be you can first find out to which .ipk is it going to | 03:27 |
spierepf | Is there a document somewhere that identifies which kernel modules are assigned to which .ipks? | 03:28 |
zeddii_home | they follow a pattern: kernel-module-<name> | 03:30 |
spierepf | so like kernel-module-xt_addrtype? | 03:31 |
zeddii_home | IIRC, it is a dash instead of _ | 03:31 |
zeddii_home | so kernel-module-xt-addrtype | 03:32 |
zeddii_home | classes/kernel-module-split.bbclass takes care of it, I was checking the code, but the regex’s aren’t easy to read :D | 03:32 |
spierepf | Cool, at least is barfed on kernel-module-xt_addrtype. | 03:34 |
spierepf | Nope. "No package kernel-module-xt-addrtype available." | 03:35 |
zeddii_home | head into <your build>/tmp/work/<your machine>/linux-yocto/<your version>/pkgdata/runtime | 03:35 |
zeddii_home | or better: <your build>/tmp/work/<your machine>/linux-yocto/<your version>/deploy-ipks/<your machine>/ | 03:36 |
zeddii_home | or deploy-rpms if you are using rpms | 03:36 |
zeddii_home | and you’ll see all the modules that were built and packaged. | 03:36 |
spierepf | Yes. I have kernel-module-xt-addrtype-...-yocto-standard | 03:36 |
spierepf | and .packaged | 03:36 |
zeddii_home | there’s been a bunch of patches that have been merged recently for alternate kernel names, suffixes, and prefixes .. I wonder if they busted something. what ifyou use that entire name as the install name ? | 03:38 |
zeddii_home | if you look at: recipes-core/packagegroups/packagegroup-base.bb in oe-core | 03:38 |
zeddii_home | you’ll see it should just be: kernel-module-<foo> for the install | 03:38 |
zeddii_home | but those are just RRECOMMENDS, so if something broke, I don’t think it would throw an error. so something may be busted. | 03:39 |
spierepf | with or without the .packaged? | 03:39 |
zeddii_home | without | 03:39 |
zeddii_home | are you using rpm or ipk ? you can always peek at the packaged module to confirm that it RPROVIDES what the install might be looking for. | 03:40 |
* zeddii_home is not a packaging guy though, so I get out of my depth :D | 03:40 | |
spierepf | I don't suppose there is a flag for "Install all the kernel modules you are directed to build"? | 03:42 |
zeddii_home | yup. “kernel-modules" | 03:42 |
spierepf | AWESOME | 03:42 |
zeddii_home | that’s basically a package that has nothing in it, but has a RDEPENDS on every individual module package | 03:42 |
zeddii_home | so when you install it, you get them all. | 03:42 |
spierepf | Perfect. Let me try that. | 03:43 |
* zeddii_home almost always uses it .. since I’m working with more than really small systems. | 03:43 | |
spierepf | Thanks so much zeddi_home! | 03:47 |
*** Jefro <Jefro!~josiermi@134.134.139.73> has joined #yocto | 03:49 | |
*** spierepf <spierepf!188a185f@gateway/web/freenode/ip.24.138.24.95> has quit IRC | 04:06 | |
*** spierepf <spierepf!188a185f@gateway/web/freenode/ip.24.138.24.95> has joined #yocto | 04:11 | |
spierepf | zeddi_home: and khem: if there is any way I can buy you guys some beers, just let me know. | 04:11 |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-syqywsvogqhomkic> has joined #yocto | 04:12 | |
*** armpit <armpit!~armpit@2601:202:4000:1184:951e:6cdd:3fc8:9b4> has quit IRC | 04:20 | |
khem | heh zeddii_home is taking you into the crawl space to show you all plumbing | 04:20 |
khem | but we have some porcelain stuff too | 04:21 |
khem | see https://gist.github.com/d699532ee252c004d476ba7ef69aab68 | 04:21 |
khem | oe-pkgdata-util is quite handy tool | 04:21 |
khem | I wish more people knew about it | 04:21 |
*** armpit <armpit!~armpit@2601:202:4000:1184:44c8:48fa:566e:84f9> has joined #yocto | 04:32 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 04:57 | |
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has quit IRC | 05:17 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 05:30 | |
*** mbourhis <mbourhis!~mbourhis@glo44-1-82-67-130-147.fbx.proxad.net> has quit IRC | 05:46 | |
*** clement <clement!~clement@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC | 05:46 | |
*** mbourhis <mbourhis!~mbourhis@glo44-1-82-67-130-147.fbx.proxad.net> has joined #yocto | 05:47 | |
*** clement <clement!~clement@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto | 05:48 | |
*** MJ <MJ!cebfaad1@gateway/web/freenode/ip.206.191.170.209> has joined #yocto | 05:48 | |
*** MJ is now known as Guest10887 | 05:48 | |
Guest10887 | Hi all, is there a list if open issues I can go though (I am interested in contributing) | 05:49 |
Guest10887 | Hi all, is there a list of open issues I can go though (I am interested in contributing) | 05:49 |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 06:04 | |
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has quit IRC | 06:10 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 06:15 | |
*** seebs <seebs!~seebs@24.196.59.174> has quit IRC | 06:19 | |
silviof | khem: There are a list and **short** explanation of all oe prodivded tools? I'm using yocto/oe with some timeouts for more than 7 years. But I don't know this tool. ^^ | 06:28 |
*** Guest10887 <Guest10887!cebfaad1@gateway/web/freenode/ip.206.191.170.209> has quit IRC | 06:33 | |
*** agust <agust!~agust@p4FCB54C8.dip0.t-ipconnect.de> has joined #yocto | 06:37 | |
*** hastake <hastake!~ack@cable-78.29.214.214.coditel.net> has quit IRC | 06:47 | |
*** hastake <hastake!~ack@cable-78.29.214.214.coditel.net> has joined #yocto | 06:48 | |
*** frieder <frieder!~frieder@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has joined #yocto | 06:55 | |
*** open-nandra_ <open-nandra_!~marek@81.89.61.168.host.vnet.sk> has joined #yocto | 07:22 | |
*** Jefro <Jefro!~josiermi@134.134.139.73> has quit IRC | 07:22 | |
*** spierepf <spierepf!188a185f@gateway/web/freenode/ip.24.138.24.95> has quit IRC | 07:22 | |
*** hnje <hnje!~hnje@193.106.123.182> has joined #yocto | 07:27 | |
*** morphis <morphis!~morphis@pD9ED736E.dip0.t-ipconnect.de> has joined #yocto | 07:30 | |
*** Kakounet <Kakounet!~Thunderbi@LFbn-1-5212-236.w90-105.abo.wanadoo.fr> has joined #yocto | 07:44 | |
*** pohly <pohly!~pohly@p548497B7.dip0.t-ipconnect.de> has joined #yocto | 07:49 | |
*** robert_yang <robert_yang!~robert@106.120.101.38> has quit IRC | 07:52 | |
*** fl0v0 <fl0v0!~fvo@mue-88-130-106-254.dsl.tropolys.de> has joined #yocto | 07:58 | |
*** seebs <seebs!~seebs@24.196.59.174> has joined #yocto | 08:09 | |
*** vdehors <vdehors!~vdehors@37.170.20.53> has joined #yocto | 08:10 | |
*** rajm <rajm!~robertmar@167.98.27.229> has joined #yocto | 08:12 | |
*** pn <pn!~pn@62.91.23.180> has quit IRC | 08:19 | |
*** mckoan|away is now known as mckoan | 08:20 | |
*** t0mmy <t0mmy!~tprrt@htr06-1-82-227-229-112.fbx.proxad.net> has joined #yocto | 08:24 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 08:25 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 08:31 | |
*** gtristan <gtristan!~tristanva@221.147.85.155> has joined #yocto | 08:45 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 08:47 | |
*** joshuagl <joshuagl!joshuagl@nat/intel/x-uuekhnbqovwdrhvf> has joined #yocto | 08:47 | |
*** colrack <colrack!~colrack@94.126.8.166> has joined #yocto | 08:54 | |
*** pn <pn!~pn@62.91.23.180> has joined #yocto | 08:55 | |
yocti | New news from stackoverflow: Bitbake: "The metadata is not deterministic and this needs to be fixed" <https://stackoverflow.com/questions/48762459/bitbake-the-metadata-is-not-deterministic-and-this-needs-to-be-fixed> | 08:57 |
pn | hi all, Doubt is regarding wic image creation. In source plugins (like rootfs.py), class pluginbase.py provides ways to prepare the partition using --source option. There are also ways to do some operations prior to creating the partition (like stage/configure). | 09:03 |
pn | But I would like to do some specific operations after the partition is created. Say for example, I want to ass signature to the end of my rootfs partition. | 09:04 |
pn | Are there any ways to define some works after "do_prepare_partition" is called? How can I add signature to each partition after it has been created? | 09:05 |
hundeboll | was is the reason to put systemd files in /lib/systemd instead of /usr/lib/systemd ? | 09:11 |
hundeboll | s/was/what | 09:21 |
*** kebianizao|work is now known as Kebianizao | 09:42 | |
*** t0mmy <t0mmy!~tprrt@htr06-1-82-227-229-112.fbx.proxad.net> has quit IRC | 09:57 | |
*** xtron <xtron!~xtron@110.93.212.98> has quit IRC | 10:02 | |
*** t0mmy <t0mmy!~tprrt@htr06-1-82-227-229-112.fbx.proxad.net> has joined #yocto | 10:09 | |
*** t0mmy <t0mmy!~tprrt@htr06-1-82-227-229-112.fbx.proxad.net> has joined #yocto | 10:09 | |
*** rovanceo <rovanceo!~rovanceo@80.97.64.55> has quit IRC | 10:22 | |
*** rajm <rajm!~robertmar@167.98.27.229> has quit IRC | 10:25 | |
*** rovanceo <rovanceo!~rovanceo@80.97.64.55> has joined #yocto | 10:26 | |
*** rajm <rajm!~robertmar@167.98.27.229> has joined #yocto | 10:26 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 10:36 | |
*** alinucs <alinucs!~abo@bgn92-1-82-67-207-244.fbx.proxad.net> has quit IRC | 10:39 | |
*** alinucs <alinucs!~abo@bgn92-6-88-179-202-174.fbx.proxad.net> has joined #yocto | 10:41 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 10:45 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 10:57 | |
*** xtron <xtron!~xtron@110.93.212.98> has joined #yocto | 10:59 | |
*** wolf <wolf!d9f80f64@gateway/web/freenode/ip.217.248.15.100> has joined #yocto | 11:01 | |
*** wolf is now known as Guest6502 | 11:01 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 11:03 | |
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has joined #yocto | 11:05 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 11:06 | |
*** bluelightning <bluelightning!~paul@2406:e007:6d3e:1:5e51:4fff:febb:401d> has joined #yocto | 11:07 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 11:07 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 11:10 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 11:17 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 11:20 | |
*** vdehors <vdehors!~vdehors@37.170.20.53> has quit IRC | 11:21 | |
*** vishnu_nk <vishnu_nk!~vishnunk@2001:420:5246:1300:d57c:1a60:ce7f:935e> has joined #yocto | 11:22 | |
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has quit IRC | 11:26 | |
*** sjolley <sjolley!~sjolley@134.134.139.73> has quit IRC | 11:32 | |
*** sjolley <sjolley!sjolley@nat/intel/x-yhbmjmcgojvkpijd> has joined #yocto | 11:32 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 11:41 | |
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-raecojhfzphzqmte> has quit IRC | 11:57 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 11:58 | |
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-dcaugtkacyhgvden> has joined #yocto | 11:59 | |
*** learningc <learningc!~User@mti-37-145.tm.net.my> has quit IRC | 11:59 | |
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto | 12:02 | |
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has joined #yocto | 12:15 | |
*** ZubairLK <ZubairLK!~Thunderbi@unaffiliated/zubairlk> has quit IRC | 12:15 | |
*** learningc <learningc!~User@13.25.50.60.kmr03-home.tm.net.my> has joined #yocto | 12:24 | |
*** ZubairLK <ZubairLK!~Thunderbi@unaffiliated/zubairlk> has joined #yocto | 12:27 | |
hundeboll | http://lists.openembedded.org/pipermail/openembedded-core/2014-December/099483.html | 12:43 |
hundeboll | guess that is why | 12:43 |
*** vishnu_nk <vishnu_nk!~vishnunk@2001:420:5246:1300:d57c:1a60:ce7f:935e> has quit IRC | 12:46 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 12:57 | |
*** vdehors <vdehors!~vdehors@37.170.20.53> has joined #yocto | 13:00 | |
*** vmeson <vmeson!~rmacleod@192-0-133-4.cpe.teksavvy.com> has quit IRC | 13:06 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 13:11 | |
*** learningc <learningc!~User@13.25.50.60.kmr03-home.tm.net.my> has quit IRC | 13:18 | |
Marex | RP: hey, any plan to bump the -rt patch to latest in linux-yocto-4.9 ? | 13:18 |
Marex | RP: it's currently on -rt18 while the latest is -rt61 and with -rt18 I'm triggering a BUG() in scheduler | 13:19 |
Marex | RP: with -rt61 the bug isn't there | 13:19 |
*** ladidadida <ladidadida!~ladidadid@ipbcc2211a.dynamic.kabel-deutschland.de> has joined #yocto | 13:26 | |
*** learningc <learningc!~User@13.25.50.60.kmr03-home.tm.net.my> has joined #yocto | 13:27 | |
yocti | New news from stackoverflow: kernel fragment not applied while other fragments are applied <https://stackoverflow.com/questions/48767937/kernel-fragment-not-applied-while-other-fragments-are-applied> | 13:28 |
*** vishnu_nk <vishnu_nk!~vishnunk@106.203.105.93> has joined #yocto | 13:28 | |
*** hnje <hnje!~hnje@193.106.123.182> has quit IRC | 13:33 | |
*** luneff <luneff!~yury@95.174.104.43> has joined #yocto | 13:36 | |
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has joined #yocto | 13:37 | |
luneff | hello everyone! Could anyone help me with tricking udev into thinking about my touchscreen as a keyboard as well? I need to trigger specific part of wayland/weston that enables focus, and it happens only with a keyboard attached :-) And I can't really have one. Saw adding ID_INPUT_KEYBOARD=1 as a workaround for such issues, but really not sure where it is an appropriate place to put that given we have rules chain. Please :-D | 13:39 |
*** wooosaiiii <wooosaiiii!~woo@cpe-90-157-180-95.static.amis.net> has joined #yocto | 13:40 | |
*** architekt <architekt!archi@i.love.coding4.coffee> has joined #yocto | 13:40 | |
architekt | Is there some rfkill unblock systemd service in yocto? | 13:40 |
*** marka <marka!~masselst@128.224.252.2> has joined #yocto | 13:41 | |
*** RP <RP!~richard@5751f4a1.skybroadband.com> has left #yocto | 13:49 | |
*** RP <RP!~richard@5751f4a1.skybroadband.com> has joined #yocto | 13:50 | |
RP | marex: you need input from zeddii/zeddii_home | 13:50 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 13:55 | |
luneff | architekt, just use connman for that; enable wifi :-) | 13:56 |
Marex | RP: oh, that's Bruce's nick, thanks | 14:02 |
* zeddii reads. | 14:04 | |
zeddii | yah. I have updates to the various -rt integrations under test now. | 14:04 |
zeddii | 4.14 and 4.9 mainly, but some of the older ones as well. | 14:04 |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 14:04 | |
zeddii | I had to survive all of the -stable (CVE fun), 4.14 and 4.15 before I had enough time to loop back around and refresh -rt. I'll follow things closely from this point on. | 14:05 |
zeddii | If all goes well, should be something in a day or so, I have to run some boot + latency tests. | 14:05 |
Marex | zeddii: super ! | 14:07 |
Marex | zeddii: Im in no haste, for now I have a patch locally anyway | 14:07 |
RP | zeddii: while I have you here, are you aware of the problem with kernel-devsrc? | 14:08 |
zeddii | cool. the ping was well timed, since I was at it. | 14:08 |
zeddii | RP: about the size blowing out some of the images. yah. | 14:08 |
zeddii | I was looking into stripping it down to just enough to build modules. | 14:08 |
RP | zeddii: right, trying to figure out what to do about it... | 14:08 |
Marex | zeddii: btw linux-yocto-4.14 repo is not out yet ? | 14:08 |
RP | zeddii: that would help a lot if we could figure out how to do it. I was toying with the idea of binning the drivers/ directory | 14:09 |
*** gtristan <gtristan!~tristanva@221.147.85.155> has quit IRC | 14:09 | |
RP | zeddii: We have some confusion about what that code is actually meant to do, its uses are ill defined :/ | 14:09 |
RP | zeddii: Juro was suggesting we remove the used arch/* != $ARCH directories and the generated files, I was nervous about the latter | 14:10 |
zeddii | Marex. It is there, just in a different format this time. I was getting complaints over time about all of the kernel downloads, so I put 4.14 and 4.15 into a single repo and made them available. v4.14/* and v4.15/* along with an old v4.8/* that I did about two years ago. All in a linux-yocto.git repo. | 14:10 |
zeddii | RP: yah. let me poke at it a bit. There's a forumla for stripping it down into just what you need. | 14:10 |
zeddii | I used to do just that with the ancient LDAT build system, I just have to look and see how it applies to the modern kernel now. | 14:10 |
RP | zeddii: ok, its blocking the other kernel changes getting in right now | 14:11 |
RP | zeddii: I say that not as pressure, just a statement on where we are! | 14:11 |
zeddii | you really want two packages. one that is "all the source" and one that is "enough to build modules", but as you know, the entire kernel packaging is chaos and a tangled mess. so I'll be less ambitious and just get it working. | 14:11 |
zeddii | RP: no worries. I'm letting -rt kernels build and run in the background today, so I can poke at it. | 14:12 |
RP | zeddii: on the plus side, kernel-devsrc is now a separate recipe so we can more easily tweak it (or create two of them for different purposes if we really had to) | 14:12 |
RP | zeddii: I'd be tempted to strip back the current set of files, see who screams ;-) | 14:12 |
zeddii | that was my plan as well. go for 'just enough' and let other use cases lazy initialize :D | 14:13 |
RP | zeddii: good news is creating a new recipe like kernel-devsrc should be easy for people too | 14:13 |
*** gtristan <gtristan!~tristanva@110.11.179.89> has joined #yocto | 14:14 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 14:14 | |
*** droman0 <droman0!uid238456@gateway/web/irccloud.com/x-hwjxzbyjfqteutum> has quit IRC | 14:17 | |
*** droman0 <droman0!sid238456@gateway/web/irccloud.com/x-pvdhpnurenwnhhbz> has joined #yocto | 14:19 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto | 14:22 | |
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has quit IRC | 14:24 | |
*** stephano <stephano!stephano@nat/intel/x-pkfbvlpvslhbdkhe> has joined #yocto | 14:24 | |
Marex | zeddii: oh | 14:26 |
*** rmmr <rmmr!sid240755@gateway/web/irccloud.com/x-gdlcpuvujzaephsm> has quit IRC | 14:26 | |
*** rmmr <rmmr!sid240755@gateway/web/irccloud.com/x-fwfnzymtyrgltbyz> has joined #yocto | 14:26 | |
*** vishnu_nk <vishnu_nk!~vishnunk@106.203.105.93> has quit IRC | 14:29 | |
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC | 14:37 | |
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto | 14:44 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 14:49 | |
*** luneff <luneff!~yury@95.174.104.43> has quit IRC | 14:57 | |
*** andycooper <andycooper!uid246432@gateway/web/irccloud.com/x-rwdlrptgqbkvbipx> has quit IRC | 14:59 | |
*** andycooper <andycooper!uid246432@gateway/web/irccloud.com/x-tpkcxcayyfbqjdje> has joined #yocto | 15:00 | |
*** bodangly <bodangly!~bodangly@12.178.87.98> has joined #yocto | 15:08 | |
*** aratiu <aratiu!~adi@80.97.64.55> has quit IRC | 15:09 | |
*** rovanceo_ <rovanceo_!~rovanceo@80.97.64.55> has joined #yocto | 15:09 | |
*** rovanceo <rovanceo!~rovanceo@80.97.64.55> has quit IRC | 15:10 | |
*** aratiu <aratiu!~adi@80.97.64.55> has joined #yocto | 15:10 | |
*** vishnu_nk <vishnu_nk!~vishnunk@106.203.85.154> has joined #yocto | 15:10 | |
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has joined #yocto | 15:14 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 15:20 | |
*** bodangly <bodangly!~bodangly@12.178.87.98> has quit IRC | 15:22 | |
*** morphis <morphis!~morphis@pD9ED736E.dip0.t-ipconnect.de> has quit IRC | 15:23 | |
*** open-nandra_ <open-nandra_!~marek@81.89.61.168.host.vnet.sk> has quit IRC | 15:33 | |
*** vishnu_nk <vishnu_nk!~vishnunk@106.203.85.154> has quit IRC | 15:50 | |
zeddii | RP: what sizes are you seeing for the kernel-devsrc package at the moment ? mine come in around 109M for rpm. I just want to make sure I'm starting from the same baseline when I start tearing it apart. | 15:53 |
RP | zeddii: compressed rpm is around 110MB, yes. Uncompressed is obviously larger and where the problem comes in | 15:55 |
zeddii | ok. cool. so my baseline is comparable. digging in now. | 15:56 |
RP | zeddii: drivers alone is 500MB uncompressed | 15:57 |
zeddii | ./amd/include/asic_reg is 89M !! | 15:58 |
* zeddii starts running the right clean targers | 15:59 | |
zeddii | targets even | 15:59 |
paulg | shame we don't know anyone who likes deleting ancient crap drivers.... | 16:11 |
*** Snert__ <Snert__!~snert_@65.74.8.146> has quit IRC | 16:31 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto | 16:31 | |
*** bodangly <bodangly!~bodangly@12.178.87.98> has joined #yocto | 16:32 | |
*** bodangly <bodangly!~bodangly@12.178.87.98> has quit IRC | 16:34 | |
*** User__ <User__!~User@13.25.50.60.kmr03-home.tm.net.my> has joined #yocto | 16:34 | |
*** learningc <learningc!~User@13.25.50.60.kmr03-home.tm.net.my> has quit IRC | 16:34 | |
*** bodangly <bodangly!~bodangly@12.178.87.98> has joined #yocto | 16:34 | |
*** vishnu_nk <vishnu_nk!~vishnunk@106.203.87.178> has joined #yocto | 16:36 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 16:37 | |
*** scottrif <scottrif!~scottrif@47.39.44.219> has joined #yocto | 16:42 | |
*** User__ <User__!~User@13.25.50.60.kmr03-home.tm.net.my> has quit IRC | 16:45 | |
*** learningc <learningc!~User@13.25.50.60.kmr03-home.tm.net.my> has joined #yocto | 16:45 | |
*** bodangly <bodangly!~bodangly@12.178.87.98> has quit IRC | 16:46 | |
*** bodangly <bodangly!~bodangly@12.178.87.98> has joined #yocto | 16:48 | |
*** yann <yann!~yann@178.208.16.32> has joined #yocto | 16:48 | |
*** sjolley <sjolley!sjolley@nat/intel/x-yhbmjmcgojvkpijd> has quit IRC | 16:52 | |
*** bavery_fn <bavery_fn!bavery@nat/intel/x-nicrzjktqaiknrgu> has quit IRC | 16:54 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 16:54 | |
*** JPEWhacker_ <JPEWhacker_!cc4da373@gateway/web/freenode/ip.204.77.163.115> has quit IRC | 16:56 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has joined #yocto | 16:59 | |
seppe | Does anyone know if it's possible to create a disto based on fslc-base (freescale i.mx) and poky-tiny? | 17:00 |
*** colrack <colrack!~colrack@94.126.8.166> has quit IRC | 17:01 | |
*** armpit <armpit!~armpit@2601:202:4000:1184:44c8:48fa:566e:84f9> has quit IRC | 17:05 | |
*** fl0v0 <fl0v0!~fvo@mue-88-130-106-254.dsl.tropolys.de> has quit IRC | 17:06 | |
*** Kakounet <Kakounet!~Thunderbi@LFbn-1-5212-236.w90-105.abo.wanadoo.fr> has quit IRC | 17:09 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has quit IRC | 17:09 | |
*** JaMa <JaMa!~martin@217.30.68.212> has joined #yocto | 17:09 | |
*** sjolley <sjolley!sjolley@nat/intel/x-gsqjcqmvppfqyitt> has joined #yocto | 17:10 | |
*** rajm <rajm!~robertmar@167.98.27.229> has quit IRC | 17:10 | |
*** learningc <learningc!~User@13.25.50.60.kmr03-home.tm.net.my> has quit IRC | 17:11 | |
*** learningc <learningc!~User@13.25.50.60.kmr03-home.tm.net.my> has joined #yocto | 17:12 | |
*** frieder <frieder!~frieder@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has quit IRC | 17:14 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 17:16 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 17:19 | |
binarym | seppe: the concept of distro is totally NOT linked to any machine so i guess yes. | 17:22 |
binarym | find/write the meta implementing the BSP for your board | 17:22 |
binarym | and simply set MACHINE=<your machine> in build/conf/local.conf | 17:23 |
kergoth | that's true unless the distro creator did bad things, yes :) | 17:23 |
binarym | :) | 17:24 |
binarym | seppe: i would add that you mustn't use fslc-base but https://github.com/Freescale/meta-freescale which is the meta that have the BSP | 17:24 |
*** learningc <learningc!~User@13.25.50.60.kmr03-home.tm.net.my> has quit IRC | 17:26 | |
*** learningc <learningc!~User@13.25.50.60.kmr03-home.tm.net.my> has joined #yocto | 17:26 | |
*** learningc <learningc!~User@13.25.50.60.kmr03-home.tm.net.my> has quit IRC | 17:28 | |
*** learningc <learningc!~User@13.25.50.60.kmr03-home.tm.net.my> has joined #yocto | 17:29 | |
*** bavery_fn <bavery_fn!~bavery@134.134.139.76> has joined #yocto | 17:30 | |
*** vdehors <vdehors!~vdehors@37.170.20.53> has quit IRC | 17:33 | |
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC | 17:40 | |
*** mckoan is now known as mckoan|away | 17:41 | |
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has joined #yocto | 17:41 | |
*** lamego <lamego!~lamego@134.134.139.76> has joined #yocto | 17:53 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 17:58 | |
*** kpo_ <kpo_!~bob@user-94-254-255-12.play-internet.pl> has joined #yocto | 18:03 | |
*** rcw <rcw!~rwoolley@128.224.252.2> has joined #yocto | 18:07 | |
*** learningc <learningc!~User@13.25.50.60.kmr03-home.tm.net.my> has quit IRC | 18:11 | |
*** dreyna <dreyna!~dreyna@2601:646:4201:b1a0:e8f0:290:15a3:819a> has joined #yocto | 18:12 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC | 18:17 | |
*** yann <yann!~yann@178.208.16.32> has quit IRC | 18:22 | |
*** dreyna <dreyna!~dreyna@2601:646:4201:b1a0:e8f0:290:15a3:819a> has quit IRC | 18:25 | |
*** rfried <rfried!~rfried@207.154.200.205> has quit IRC | 18:26 | |
*** rfried <rfried!~rfried@207.154.200.205> has joined #yocto | 18:26 | |
*** ephraim613 <ephraim613!ad2e404a@gateway/web/freenode/ip.173.46.64.74> has joined #yocto | 18:28 | |
ephraim613 | Hi | 18:29 |
ephraim613 | I am in need of some assistance regarding an issue with user permissions | 18:29 |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto | 18:29 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 18:29 | |
ephraim613 | is this the right place to ask | 18:29 |
ephraim613 | ? | 18:29 |
ephraim613 | :-) | 18:29 |
ephraim613 | I am using the meta-skeleton meta layer | 18:30 |
ephraim613 | in this I am using the useradd-example.bb recipe | 18:30 |
ephraim613 | I can add users but cannot change ownership of files | 18:31 |
ephraim613 | the created files are with correct ownership at the do_install() time but revert to root:root at run time on the target | 18:32 |
ephraim613 | has anyone encountered this issue ? | 18:32 |
*** Crofton|work <Crofton|work!~balister@2601:5c0:c100:b84:c22d:c40:ab44:9e37> has quit IRC | 18:50 | |
*** Crofton|work <Crofton|work!~balister@2601:5c0:c100:b84:c22d:c40:ab44:9e37> has joined #yocto | 18:50 | |
*** spierepf <spierepf!18de02de@gateway/web/freenode/ip.24.222.2.222> has joined #yocto | 18:54 | |
spierepf | I keep approaching success asymptotically. :D | 18:55 |
spierepf | Does anyone recognize this error: https://pastebin.com/cPmJ6ckJ | 18:55 |
spierepf | I believe that it has to do with a missing kernel config. | 18:55 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 18:58 | |
*** rcwoolley_ <rcwoolley_!~rwoolley@128.224.252.2> has joined #yocto | 19:04 | |
*** rcw <rcw!~rwoolley@128.224.252.2> has quit IRC | 19:05 | |
*** armpit <armpit!~armpit@50-233-148-156-static.hfc.comcastbusiness.net> has joined #yocto | 19:07 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto | 19:15 | |
*** sgw1 is now known as sgw | 19:16 | |
*** halstead <halstead!~halstead@crown.incitedev.com> has quit IRC | 19:27 | |
*** halstead <halstead!~halstead@drupal.org/user/301087/view> has joined #yocto | 19:27 | |
*** t0mmy <t0mmy!~tprrt@htr06-1-82-227-229-112.fbx.proxad.net> has quit IRC | 19:30 | |
*** ephraim613 <ephraim613!ad2e404a@gateway/web/freenode/ip.173.46.64.74> has quit IRC | 19:42 | |
*** bodangly <bodangly!~bodangly@12.178.87.98> has quit IRC | 20:01 | |
*** learningc <learningc!~User@13.25.50.60.kmr03-home.tm.net.my> has joined #yocto | 20:11 | |
*** marka <marka!~masselst@128.224.252.2> has quit IRC | 20:15 | |
*** yann <yann!~yann@LFbn-1-527-224.w86-245.abo.wanadoo.fr> has joined #yocto | 20:20 | |
*** learningc <learningc!~User@13.25.50.60.kmr03-home.tm.net.my> has quit IRC | 20:23 | |
*** learningc <learningc!~User@13.25.50.60.kmr03-home.tm.net.my> has joined #yocto | 20:23 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC | 20:29 | |
*** joshuagl <joshuagl!joshuagl@nat/intel/x-uuekhnbqovwdrhvf> has quit IRC | 20:30 | |
*** rwoolley__ <rwoolley__!~rwoolley@128.224.252.2> has joined #yocto | 20:39 | |
*** rcwoolley_ <rcwoolley_!~rwoolley@128.224.252.2> has quit IRC | 20:42 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has quit IRC | 20:56 | |
*** vishnu_nk <vishnu_nk!~vishnunk@106.203.87.178> has quit IRC | 21:01 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 21:11 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 21:11 | |
*** bluelightning_ <bluelightning_!~paul@243.21.255.123.dynamic.snap.net.nz> has joined #yocto | 21:14 | |
*** bluelightning_ <bluelightning_!~paul@243.21.255.123.dynamic.snap.net.nz> has quit IRC | 21:14 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 21:14 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 21:15 | |
*** bluelightning_ is now known as bluelightning | 21:16 | |
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has quit IRC | 21:45 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 21:47 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 21:48 | |
*** rstreif <rstreif!~rstreif@ip68-7-63-100.sd.sd.cox.net> has joined #yocto | 21:49 | |
*** zarzar <zarzar!~zarzar@184.75.233.58> has quit IRC | 21:50 | |
*** JaMa <JaMa!~martin@217.30.68.212> has quit IRC | 21:53 | |
*** rwoolley__ <rwoolley__!~rwoolley@128.224.252.2> has quit IRC | 22:09 | |
*** pohly <pohly!~pohly@p548497B7.dip0.t-ipconnect.de> has quit IRC | 22:22 | |
*** armpit <armpit!~armpit@50-233-148-156-static.hfc.comcastbusiness.net> has quit IRC | 22:31 | |
*** vquicksilver <vquicksilver!~nobody@gentoo/contributor/vquicksilver> has quit IRC | 22:34 | |
*** dreyna <dreyna!~dreyna@96-86-183-129-static.hfc.comcastbusiness.net> has joined #yocto | 22:47 | |
*** vquicksilver <vquicksilver!~nobody@gentoo/contributor/vquicksilver> has joined #yocto | 22:51 | |
*** dreyna <dreyna!~dreyna@96-86-183-129-static.hfc.comcastbusiness.net> has quit IRC | 22:52 | |
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC | 22:56 | |
*** stephano <stephano!stephano@nat/intel/x-pkfbvlpvslhbdkhe> has quit IRC | 23:06 | |
*** stephano <stephano!~stephano@134.134.139.73> has joined #yocto | 23:07 | |
*** rcw <rcw!~rwoolley@107-179-156-26.cpe.teksavvy.com> has joined #yocto | 23:10 | |
*** lamego <lamego!~lamego@134.134.139.76> has quit IRC | 23:17 | |
*** bavery_fn <bavery_fn!~bavery@134.134.139.76> has quit IRC | 23:25 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 23:51 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 23:52 | |
*** stephano <stephano!~stephano@134.134.139.73> has quit IRC | 23:54 | |
*** stephano <stephano!~stephano@134.134.139.73> has joined #yocto | 23:54 | |
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has quit IRC | 23:56 | |
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has joined #yocto | 23:56 | |
*** rcw <rcw!~rwoolley@107-179-156-26.cpe.teksavvy.com> has quit IRC | 23:58 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!