*** Jefro <Jefro!~josiermi@134.134.139.83> has quit IRC | 00:02 | |
*** Jefro <Jefro!~josiermi@134.134.139.83> has joined #yocto | 00:02 | |
*** Jefro <Jefro!~josiermi@134.134.139.83> has quit IRC | 00:06 | |
*** stephano <stephano!~stephano@134.134.139.75> has quit IRC | 00:07 | |
therealjumbo | looks like i found an answer: https://stackoverflow.com/questions/35354802/how-to-create-do-populate-sysroot-append-task-in-yocto | 00:07 |
---|---|---|
*** Jefro <Jefro!~josiermi@134.134.139.83> has joined #yocto | 00:08 | |
*** martinkelly1 <martinkelly1!~martin@205.175.118.16> has quit IRC | 00:26 | |
*** nighty-- <nighty--!~nighty@kyotolabs.asahinet.com> has joined #yocto | 00:29 | |
*** Willy-- <Willy--!~william@156.57.171.172> has joined #yocto | 00:39 | |
*** kaspter <kaspter!~Thunderbi@183.134.100.75> has joined #yocto | 00:55 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 01:07 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 01:07 | |
*** chandana73 <chandana73!95c73efe@gateway/web/freenode/ip.149.199.62.254> has quit IRC | 01:10 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 01:10 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 01:11 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 01:14 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 01:14 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 01:15 | |
*** Jefro <Jefro!~josiermi@134.134.139.83> has quit IRC | 01:17 | |
*** Jefro <Jefro!~josiermi@134.134.139.83> has joined #yocto | 01:17 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 01:17 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 01:17 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 01:18 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 01:18 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 01:21 | |
*** Jefro <Jefro!~josiermi@134.134.139.83> has quit IRC | 01:21 | |
kireevco | hey all, I'm looking for templating functionality. I would like to build images with different file content based on some env variable passed to bitbake. I wish there would be a built-in way of rendering some tokens like {{ MY_VAR }} while doing `install` step. I wish there would be a way to include jinja2 cli which take a template and renders it into a file. maybe I should install it on the host system..? | 01:39 |
kergoth | create or find a jinja2-native recipe, then you can add it to DEPENDS and run it in do_Install | 01:41 |
kergoth | I've considered that, I was thinking about creating a bbclass to at least partially automate it, with automatic template processing of files with a certain extension in SRC_URI | 01:42 |
kireevco | yeah, creating a jinja2cli-native recipe would make sense. then i could include it instead of `install` command, i guess... | 01:44 |
kireevco | is there anything special install does besides copying and permissions? | 01:45 |
kireevco | could be that i would need to save the file to a temp location first and then install from there... | 01:45 |
kireevco | Alright, i will try both ways, thanks for your advice | 01:47 |
kergoth | np | 02:02 |
kergoth | the real question is which variables get substituted in the template / supplied in the data to be used for template processing. doing all the vars in the metadata would be quite slow. likely good to create a variable that lists the metadata variables that get included/substituted | 02:03 |
*** Jefro <Jefro!~josiermi@134.134.139.83> has joined #yocto | 02:09 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 02:55 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 03:22 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 03:22 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 03:25 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 03:25 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 03:29 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 03:29 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 03:32 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 03:32 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 03:36 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 03:36 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 03:39 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 03:39 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 03:43 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 03:43 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 03:47 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 03:47 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 03:50 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 03:50 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 03:54 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 03:54 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 03:57 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 03:57 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 04:01 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 04:01 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 04:04 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 04:04 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 04:08 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 04:08 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 04:11 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 04:11 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 04:15 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 04:15 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 04:18 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 04:18 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 04:22 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 04:22 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 04:25 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 04:25 | |
*** sno <sno!~sno@b2b-78-94-80-58.unitymedia.biz> has quit IRC | 04:56 | |
*** agust <agust!~agust@p50887D26.dip0.t-ipconnect.de> has joined #yocto | 05:05 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 05:19 | |
yocti | New news from stackoverflow: QA issue in yocto krogoth for qtwebengine compilation in qt5.9 <https://stackoverflow.com/questions/50460187/qa-issue-in-yocto-krogoth-for-qtwebengine-compilation-in-qt5-9> | 05:27 |
*** dv_ <dv_!~dv@62.178.50.190> has joined #yocto | 05:38 | |
*** Jefro <Jefro!~josiermi@134.134.139.83> has quit IRC | 05:40 | |
*** sno <sno!~sno@87.128.218.212> has joined #yocto | 05:48 | |
*** lusus <lusus!~lusus@62.91.23.180> has joined #yocto | 06:07 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 06:08 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-ureupwreffmtkoha> has quit IRC | 06:15 | |
*** Aur313 <Aur313!~aurele@84.239.69.5> has joined #yocto | 06:15 | |
*** frieder <frieder!~frieder@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has joined #yocto | 06:20 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 06:29 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 06:30 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 06:33 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 06:33 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 06:36 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 06:37 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 06:40 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 06:40 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 06:43 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 06:44 | |
*** chandana73 <chandana73!47c6c594@gateway/web/freenode/ip.71.198.197.148> has joined #yocto | 06:44 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 06:47 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 06:47 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 06:48 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 06:50 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 06:51 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 06:54 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 06:54 | |
*** acrap <acrap!~acrap@host-85-237-33-147.dsl.sura.ru> has joined #yocto | 06:56 | |
acrap | Hi, folks! | 06:56 |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 06:57 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 06:58 | |
acrap | I made sdk with populate_sdk, but I got error when I am trying #include <string> in my sources which I compile with this SDK. This error says "No such file string". I've described include paths and use --sysroot=$(MY_SYSROOT_PATH). C programs compile like a charm. | 07:00 |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 07:01 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 07:01 | |
acrap | Have someone faced with something similar? | 07:02 |
*** fl0v0 <fl0v0!~fvo@mue-88-130-96-068.dsl.tropolys.de> has joined #yocto | 07:02 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 07:04 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 07:05 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 07:08 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 07:08 | |
*** open-nandra <open-nandra!~marek@81.89.61.168.host.vnet.sk> has joined #yocto | 07:10 | |
*** chandana73 <chandana73!47c6c594@gateway/web/freenode/ip.71.198.197.148> has quit IRC | 07:10 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 07:11 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 07:12 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 07:15 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 07:15 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 07:18 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 07:19 | |
*** ant_work <ant_work!~ant__@host136-176-dynamic.27-79-r.retail.telecomitalia.it> has joined #yocto | 07:21 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 07:22 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 07:22 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 07:23 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-84-4.fbx.proxad.net> has joined #yocto | 07:24 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 07:25 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 07:26 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 07:29 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 07:29 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 07:32 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 07:33 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 07:36 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 07:36 | |
*** Bunio_FH <Bunio_FH!~bunio@2a02:a313:433c:cd00:c561:bb59:c794:f36f> has joined #yocto | 07:41 | |
*** dev1990_ <dev1990_!~dev@dynamic-78-8-45-11.ssp.dialog.net.pl> has joined #yocto | 07:44 | |
*** dev1990 <dev1990!~dev@dynamic-78-8-43-125.ssp.dialog.net.pl> has quit IRC | 07:45 | |
*** vdehors <vdehors!~vdehors@46.218.172.218> has joined #yocto | 07:53 | |
acrap | Never mind. I know how to fix it | 07:55 |
LetoThe2nd | acrap: if its no proprietary IP involved, please share so we can memorize and help the next time too :) | 07:58 |
acrap | I've found the solution | 07:58 |
LetoThe2nd | ... which is? | 07:58 |
*** Chakra <Chakra!b753d6e3@gateway/web/freenode/ip.183.83.214.227> has joined #yocto | 07:59 | |
acrap | I've just used script from SDK to update variables. Early, I've set it up manually. | 08:00 |
LetoThe2nd | ok, so you did not source the environment* sh, basically | 08:00 |
Chakra | Help : I would like to check-in a new meta layer for some opensource boards in yocto project - would like to know the procedure | 08:01 |
LetoThe2nd | Chakra: check-in? | 08:01 |
LetoThe2nd | you mean, how to use a layer? | 08:02 |
Chakra | <LetoThe2nd> No i would like to add my new meta layer as part of yocto project ex: meta-raspberrypi | 08:02 |
acrap | yep. But I've done almost all that stuff manually. You know, I have customer's sources with their own build system. | 08:02 |
LetoThe2nd | acrap: its ok, just for firther support here. if somebody asks again for strage compiler warning when using the sdk, we can point out the the environment script is needed :) | 08:03 |
Chakra | meta-myboards layer | 08:04 |
LetoThe2nd | Chakra: you mean, you want the yocto project to *host* your layer, like it does for meta-raspberrypi? | 08:04 |
*** open-nandra <open-nandra!~marek@81.89.61.168.host.vnet.sk> has quit IRC | 08:04 | |
Chakra | Yes | 08:05 |
LetoThe2nd | Chakra: why not just put it on github? | 08:05 |
Chakra | my layer is for few opensource boards from a vendor; hosting as part of yocto project will be well tested right ? correct me if im wrong | 08:07 |
acrap | LetoThe2nd: np. Thanks | 08:07 |
LetoThe2nd | Chakra: erm, no? the yocto project does not provide free testing services just because. | 08:07 |
LetoThe2nd | Chakra: if you want to share your layer with the world, put it on github (or something similar), and have it added to the layerindex | 08:08 |
LetoThe2nd | Chakra: see: http://layers.openembedded.org/layerindex/branch/master/layers/ | 08:08 |
Chakra | sorry for asking you a dumb question. what it takes to be part of yocto project ? will that be an advantage ? | 08:09 |
LetoThe2nd | Chakra: if you're a hobbyist or such, there's little to profit. | 08:11 |
LetoThe2nd | Chakra: you can find the whole of the member system information here: https://www.yoctoproject.org/ecosystem/ | 08:11 |
Chakra | what is the difference between being part of yocto project and layerindex ? | 08:12 |
LetoThe2nd | Chakra: being a member is an organisational thing. and the layerindex is jsut for everybody on the internet to find metadata. | 08:12 |
Chakra | so we(may be my company) need to be a member to be part of yocto project. is that right ? | 08:13 |
*** mns_ <mns_!4fab95ac@gateway/web/freenode/ip.79.171.149.172> has joined #yocto | 08:14 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 08:15 | |
Chakra | LetoThe2nd: Thanks for the clarification will dig more and make out a decision | 08:16 |
mns_ | Hi, we have a reference distro based on Poky from which we derive an eSDK. We would like to customize SDK_VERSION (http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-poky/conf/distro/poky.conf): | 08:19 |
mns_ | SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" | 08:19 |
mns_ | according to the recent git commit - any recommendations to achieve this? | 08:20 |
mns_ | I was considering passing in as an environment variable, does not appear very elegant though | 08:21 |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 08:28 | |
*** varjag <varjag!~user@122.62-97-226.bkkb.no> has joined #yocto | 08:29 | |
*** mckoan|away is now known as mckoan | 08:34 | |
*** Chakra <Chakra!b753d6e3@gateway/web/freenode/ip.183.83.214.227> has left #yocto | 08:38 | |
*** kjokinie1 <kjokinie1!~kjokinie@145.247.120.245> has quit IRC | 08:54 | |
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has quit IRC | 08:56 | |
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has joined #yocto | 08:59 | |
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has joined #yocto | 09:00 | |
*** CoLa|work <CoLa|work!~cordlandw@91.239.177.14> has quit IRC | 09:05 | |
varjag | bit of a noob q: have a recipe building a package with gettext dependency | 09:19 |
varjag | what should i do to make -lintl working? | 09:20 |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 09:40 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 09:40 | |
*** kaspter <kaspter!~Thunderbi@183.134.100.75> has quit IRC | 09:43 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 09:44 | |
*** bluelightning_ <bluelightning_!~paul@118.148.68.78> has joined #yocto | 09:44 | |
*** bluelightning_ <bluelightning_!~paul@118.148.68.78> has quit IRC | 09:44 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 09:44 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 09:44 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 09:44 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 09:47 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 09:47 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 09:51 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 09:51 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 09:54 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 09:54 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 09:58 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 09:58 | |
rburton | varjag: inherit gettext | 10:00 |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 10:01 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 10:01 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 10:02 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 10:05 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 10:05 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 10:08 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 10:08 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 10:10 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 10:12 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 10:12 | |
*** egavin <egavin!~egavin@24.red-217-126-80.staticip.rima-tde.net> has joined #yocto | 10:13 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 10:15 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 10:15 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 10:19 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 10:19 | |
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has joined #yocto | 10:19 | |
eduardas_m | hello, is anyone using systemd with read-only-rootfs image feature? | 10:21 |
LetoThe2nd | eduardas_m: yes. | 10:21 |
LetoThe2nd | done, next ticket! | 10:21 |
eduardas_m | LetoThe2nd: I am currently getting an error: The following packages could not be configured offline and rootfs is read-only: ['busybox', 'systemd', 'coreutils'] | 10:21 |
LetoThe2nd | eduardas_m: so why don't you just ask about that error? ;-) | 10:22 |
LetoThe2nd | eduardas_m: and, probably that is something specific to your coreutils instance, as we're not seeing it here. | 10:22 |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 10:22 | |
eduardas_m | LetoThe2nd: do I have to remove all pkg_postinst stuff in a bbappend for systemd recipe, busybox and coreutils somehow? | 10:22 |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 10:22 | |
eduardas_m | LetoThe2nd: did you bbappend something to systemd recipe to make read-only-rootfs work? | 10:23 |
rburton | eduardas_m: typically thats a postinst failing at rootfs time, you'll have to read the rootfs log to see what is failing | 10:23 |
LetoThe2nd | no, we're using it as is. | 10:23 |
*** falstaff_ <falstaff_!~quassel@2a02:169:34d6:0:38bf:a3ff:fe35:2815> has quit IRC | 10:24 | |
*** falstaff <falstaff!~quassel@2a02:169:34b6:0:38bf:a3ff:fe35:2815> has joined #yocto | 10:25 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 10:26 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 10:26 | |
eduardas_m | LetoThe2nd, rburton: this is probably related to me moving to Sumo because I get new warnings related to postinstall taks I was not getting earlier when read-only-rootfs still worked for me on earlier releases | 10:26 |
eduardas_m | systemd.postinst returned 1, marking as unpacked only, configuration required on target | 10:27 |
*** kaspter <kaspter!~Thunderbi@125.118.58.168> has joined #yocto | 10:27 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 10:29 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 10:29 | |
eduardas_m | LetoThe2nd, rburton: bitbake error log is quite large, probably not suitable for paste, but the systemd-related failure is probably this: https://pastebin.com/2LEybqzB | 10:30 |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 10:33 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 10:33 | |
eduardas_m | LetoThe2nd, rburton: complete error log is this: https://pastebin.com/L66AJtVb | 10:33 |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 10:36 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 10:36 | |
varjag | rburton: thanks.. did that, doesn't seem to help | 10:37 |
varjag | i see that gettext is "built" | 10:37 |
varjag | and other link flags (-lpthread -lrt) don't fail | 10:38 |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 10:40 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 10:40 | |
LetoThe2nd | eduardas_m: i can't comment on sumo, sorry. | 10:41 |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 10:43 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 10:43 | |
eduardas_m | LetoThe2nd: I wonder how often you migrate your BSPs? do you find it ok to skip releases? while learning yocto, I have always tried to update everything as soon as possible, so I am currently checking how much of my stuff breaks on Sumo | 10:46 |
LetoThe2nd | eduardas_m: we usually move only when totally needed, which usually means skipping a couple of releases each time. | 10:46 |
LetoThe2nd | but in a nutshell, it totally depends on your usecase. | 10:47 |
eduardas_m | LetoThe2nd: I personally did not find migrating from morty to pyro or from pyro to rocko difficult so far, though fixes for new QA checks and changes in wic were required since I use a custom wic plugin | 10:50 |
eduardas_m | but my layer is not very complicated | 10:51 |
LetoThe2nd | i really can't say anything other than "it depends" | 10:52 |
eduardas_m | LetoThe2nd: how much do you care about CVEs then? I assume something like krogoth not getting any maintenance anymore in this regard | 10:54 |
LetoThe2nd | eduardas_m: i can't commit on our policy in public. | 10:57 |
LetoThe2nd | comment | 10:57 |
*** kaspter <kaspter!~Thunderbi@125.118.58.168> has quit IRC | 11:13 | |
*** kaspter <kaspter!~Thunderbi@125.118.58.168> has joined #yocto | 11:13 | |
*** open-nandra <open-nandra!~marek@81.89.61.168.host.vnet.sk> has joined #yocto | 11:22 | |
yocti | New news from stackoverflow: Yocto mounting initramfs / initrd image to Raspberry Pi <https://stackoverflow.com/questions/50466075/yocto-mounting-initramfs-initrd-image-to-raspberry-pi> | 11:29 |
*** Bunio_FH <Bunio_FH!~bunio@2a02:a313:433c:cd00:c561:bb59:c794:f36f> has quit IRC | 11:36 | |
eduardas_m | I get a warning: Intentionally failing postinstall scriptlets of ['busybox', 'systemd', 'coreutils'] to defer them to first boot is deprecated. Please place them into pkg_postinst_ontarget_${PN} () | 11:36 |
eduardas_m | This is on Sumo | 11:36 |
eduardas_m | Does this mean that the current systemd 237 recipe is not correct and that pkg_postinst should be replaced with pkg_postinst_ontarget there? | 11:37 |
*** open-nandra <open-nandra!~marek@81.89.61.168.host.vnet.sk> has quit IRC | 11:40 | |
*** open-nandra <open-nandra!~marek@81.89.61.168.host.vnet.sk> has joined #yocto | 11:42 | |
*** ojdo <ojdo!~ojdo@unaffiliated/ojdo> has quit IRC | 11:52 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 11:53 | |
eduardas_m | I build a systemd image, but packagegroup-core-boot 1.0-r17 depends on busybox. Probably because VIRTUAL-RUNTIME_login_manager ?= "busybox" from packagegroup-core-boot.bb gets applied | 11:57 |
eduardas_m | what are other valid targets for VIRTUAL-RUNTIME_login_manager besides busybox? | 11:57 |
*** ojdo <ojdo!~ojdo@unaffiliated/ojdo> has joined #yocto | 11:59 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 12:00 | |
*** open-nandra <open-nandra!~marek@81.89.61.168.host.vnet.sk> has quit IRC | 12:05 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 12:15 | |
RP | rburton: merged mut, thanks. Queued a new patch in -next for bitbake | 12:15 |
*** acrap <acrap!~acrap@host-85-237-33-147.dsl.sura.ru> has quit IRC | 12:31 | |
*** kaspter <kaspter!~Thunderbi@125.118.58.168> has quit IRC | 12:32 | |
*** kaspter <kaspter!~Thunderbi@125.118.58.168> has joined #yocto | 12:33 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has left #yocto | 12:40 | |
mns_ | Is it possible to run a shell/python function from a conf file for setting a variable? | 12:42 |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 12:47 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 12:48 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 12:48 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 12:51 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 12:51 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 12:54 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 12:55 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 12:58 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 12:58 | |
nayfe | mns_: Hi, what are you trying to do? | 12:59 |
mns_ | I would like to append a git commit to SDK_VERSION:http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-poky/conf/distro/poky.conf | 13:00 |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 13:01 | |
mns_ | Hence I would like to run something like 'git rev-parse --short HEAD' and append to SDK_VERSION | 13:01 |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 13:02 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 13:05 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 13:05 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 13:08 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 13:08 | |
*** marka <marka!~masselst@184.175.21.48> has joined #yocto | 13:11 | |
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has joined #yocto | 13:27 | |
*** rajm <rajm!~robertmar@cpc126996-macc4-2-0-cust25.1-3.cable.virginm.net> has joined #yocto | 13:29 | |
nayfe | mns_ "You indicate Python code using the ${@python_code} syntax for the variable assignment" | 13:29 |
mns_ | I can pass it in as env variable and assign it according to:SDK_VERSION = "${DISTRO_VERSION}-${DATE}${@ '-'+d.getVar('GIT_COMMIT') if d.getVar('GIT_COMMIT') else ''}" but it is not very elegant to have to pass in | 13:30 |
*** didil <didil!c186db48@gateway/web/freenode/ip.193.134.219.72> has joined #yocto | 13:31 | |
mns_ | Thanks nayfe, will that work also from a .conf file? I have a few failed attempts and suspects it only works from recipes, but I might be wrong? | 13:32 |
nayfe | http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-poky/conf/distro/poky.conf#n6 you can see in this line they use it in conf file | 13:33 |
nayfe | oops sorry didn't look previous line | 13:35 |
didil | hi! | 13:36 |
mns_ | yes, I see string manipulation using python, but don't really see how to generalize to running more advanced python functionality | 13:37 |
rburton | write a function, and call it | 13:42 |
nayfe | ie SRCPV = "${@bb.fetch2.get_srcrev(d)}" | 13:42 |
nayfe | mns_ maybe you can use that variable to append to SDK_VERSION? | 13:43 |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC | 13:45 | |
*** vdehors <vdehors!~vdehors@46.218.172.218> has quit IRC | 13:47 | |
*** ant_work <ant_work!~ant__@host136-176-dynamic.27-79-r.retail.telecomitalia.it> has quit IRC | 13:49 | |
mns_ | @rburton, so it is possible to define and call a shell function from a .conf file? | 13:49 |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto | 13:53 | |
*** vdehors <vdehors!~vdehors@46.218.172.218> has joined #yocto | 14:00 | |
mns_ | Function: 'get_commit () { pwd }' - called as 'tmp = "${get_commit}" ' yields 'tmp=" pwd \' (bitbake -e | grep ^tmp) | 14:03 |
RP | mns_: you can't define functions in a conf file. You can INHERIT classes which do though | 14:06 |
*** therealjumbo <therealjumbo!~jeff@cpe-75-86-137-0.wi.res.rr.com> has quit IRC | 14:10 | |
kanavin | eduardas_m: that\s not the whole message. it should tell you where the log with further details is, and you need to inspect that. | 14:17 |
kanavin | eduardas_m: removing postinsts scripts is not a good idea, as they have a purpose of correctly configuring the packages you install | 14:17 |
kanavin | eduardas_m: we are not seeing these errors on sumo with plain poky, so it\s probably something in your custom layer | 14:18 |
mns_ | Thanks RP, moving to a custom class and inherting this from the .conf does not resolve - is 'jan = "${get_commit_id}"' not the right syntax for invoking the function? I assume '@' is specific for python (my function is plain shell) | 14:18 |
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has joined #yocto | 14:19 | |
*** majuk <majuk!~majuk@75-163-138-15.clsp.qwest.net> has joined #yocto | 14:20 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 14:22 | |
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto | 14:28 | |
yocti | New news from stackoverflow: Yocto update to Sumo with Multilib results in error in do_image_wic <https://stackoverflow.com/questions/50470148/yocto-update-to-sumo-with-multilib-results-in-error-in-do-image-wic> | 14:29 |
eduardas_m | kanavin: thank you for looking into this, will need to investigate further... | 14:32 |
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has quit IRC | 14:32 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 14:34 | |
RP | mns_: you need to use @ which trigger inline python, then run the shell from the python (bb.utils.exec_func('name')) iirc | 14:36 |
*** asteriusio <asteriusio!~derek@104-179-196-18.lightspeed.brhmal.sbcglobal.net> has quit IRC | 14:36 | |
RP | mns_: that wouldn't capture the output of the shell mind so you may need a python function to run the shell command | 14:37 |
*** asteriusio <asteriusio!~derek@104-179-196-18.lightspeed.brhmal.sbcglobal.net> has joined #yocto | 14:41 | |
*** JPEW_ <JPEW_!cc4da369@gateway/web/freenode/ip.204.77.163.105> has quit IRC | 14:41 | |
mns_ | RP: I don't see any 'exec_func' from https://github.com/openembedded/bitbake/blob/master/lib/bb/utils.py ? | 14:43 |
RP | mns_: sorry, bb.build.exec_func | 14:43 |
mns_ | Thanks, I'll play further with the approach - need to log off for now then. Thanks you so far :) | 14:49 |
*** mns_ <mns_!4fab95ac@gateway/web/freenode/ip.79.171.149.172> has quit IRC | 14:53 | |
clopez | is yocto sumo already considered stable? its not listed as such still on https://wiki.yoctoproject.org/wiki/Releases | 14:58 |
*** Jefro <Jefro!~josiermi@134.134.139.83> has joined #yocto | 15:02 | |
*** scottrif <scottrif!~scottrif@47-40-108-60.dhcp.knwc.wa.charter.com> has joined #yocto | 15:02 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 15:03 | |
kanavin | clopez: yes it is | 15:03 |
*** kaspter <kaspter!~Thunderbi@125.118.58.168> has quit IRC | 15:03 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 15:04 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 15:05 | |
*** Jefro <Jefro!~josiermi@134.134.139.83> has quit IRC | 15:18 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 15:22 | |
rburton | clopez: fixed | 15:30 |
*** lusus <lusus!~lusus@62.91.23.180> has quit IRC | 15:35 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 15:37 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 15:44 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 15:50 | |
*** armpit <armpit!~armpit@2601:202:4000:1184:cda1:4d10:a5a1:339b> has quit IRC | 15:58 | |
*** mckoan is now known as mckoan|away | 16:04 | |
*** frieder <frieder!~frieder@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has quit IRC | 16:09 | |
kergoth | Anyone know if https://github.com/crops/docker-win-mac-docs/wiki/Windows-Instructions-(Docker-Toolbox) is out of date? docker for windows uses hyper-v by default and doesn't need docker-machine at all by default.. so there is no default vm to remove | 16:10 |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-84-4.fbx.proxad.net> has quit IRC | 16:11 | |
*** stephano <stephano!stephano@nat/intel/x-vzfwienqqrnlymmu> has joined #yocto | 16:11 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 16:12 | |
*** vdehors <vdehors!~vdehors@46.218.172.218> has quit IRC | 16:25 | |
*** egavin <egavin!~egavin@24.red-217-126-80.staticip.rima-tde.net> has quit IRC | 16:28 | |
*** d3r3k <d3r3k!uid190567@gateway/web/irccloud.com/x-irbvlevwkjftvwon> has joined #yocto | 16:28 | |
clopez | thanks! | 16:39 |
RP | kergoth: mototimo or bluelightning if they were around, or bavery | 16:43 |
RP | kergoth: I suspect its out of date | 16:43 |
*** sno <sno!~sno@87.128.218.212> has quit IRC | 16:45 | |
*** desert <desert!~quassel@201.157.98.178> has joined #yocto | 16:46 | |
didil | I cannot build the my SDK | 16:46 |
didil | with -c populate_sdk | 16:46 |
didil | package openssh-dev-7.5p1-r0.cortexa9hf-neon requires openssh = 7.5p1-r0, but none of the providers can be installed | 16:47 |
*** Jefro <Jefro!~josiermi@134.134.139.74> has joined #yocto | 16:51 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 16:56 | |
*** ak4721269 <ak4721269!67480aac@gateway/web/freenode/ip.103.72.10.172> has joined #yocto | 16:57 | |
*** ak4721269_ <ak4721269_!67480aac@gateway/web/freenode/ip.103.72.10.172> has joined #yocto | 16:58 | |
ak4721269_ | After using bitbake command for building images ,i am stuck at" Currently 1 running tasks (2156 of 2176)" for over 8 hours,it has still not completed.How can i complete it. | 17:03 |
*** didil <didil!c186db48@gateway/web/freenode/ip.193.134.219.72> has quit IRC | 17:05 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 17:14 | |
*** Jefro <Jefro!~josiermi@134.134.139.74> has quit IRC | 17:17 | |
*** Jefro <Jefro!josiermi@nat/intel/x-xvpepyrwiqbkljzb> has joined #yocto | 17:17 | |
*** Jefro <Jefro!josiermi@nat/intel/x-xvpepyrwiqbkljzb> has quit IRC | 17:21 | |
*** Jefro <Jefro!josiermi@nat/intel/x-sdzcnfkisdlpmsgk> has joined #yocto | 17:22 | |
kergoth | hrmph | 17:28 |
kergoth | ak4721269: use `ps` to examine what processes are running, to see which process is hung | 17:28 |
RP | kergoth: crops is lacking people to help develop it :( | 17:29 |
kergoth | I can't say I've looked at the lion's share of it, just the containers for doing builds in docker. The ownership adjustments in particular are useful | 17:29 |
kergoth | oh, right, that wiki page specifically addresses docker toolbox, not dokcer for windows, which differ, that explains it | 17:30 |
kergoth | https://docs.docker.com/docker-for-mac/docker-toolbox/ compares the two, it seems | 17:31 |
kergoth | course that compares mac not windows, but it'ssimilar, just using hyper-v instead of xhyve, afaict | 17:31 |
kergoth | hmm,s eems i could create an additional hyper-v VM with a virtual network switch, i wonder if a vm created with that would be able to bind port 445 | 17:32 |
kergoth | ah, https://github.com/crops/docker-win-mac-docs/issues/3 there it is :) | 17:36 |
* kergoth adds to tellmewhenitcloses.com | 17:36 | |
*** Jefro <Jefro!josiermi@nat/intel/x-sdzcnfkisdlpmsgk> has quit IRC | 17:42 | |
ak4721269_ | <kergoth> i am basically trying to build an image of raspberrypi using krogoth master branch on Ubuntu 16.04 .After the necessary cloning procedures and initialisations,I used bitbake build image command .Then it got stuck at "Currently 1 running tasks (2156 of 2176):.I used ps command ,it shows the process id and ,it is a bash file.but it is not moving forward.Ho can i rectify that?? | 17:44 |
*** Jefro <Jefro!josiermi@nat/intel/x-tupqzsmowkbamvlb> has joined #yocto | 17:44 | |
kergoth | "a bash file" tells us nothing. please don't summarize. give us actual information, copied and pasted | 17:45 |
rburton | pstree -p -l <PID> where pid is the pid of bitbake that you started tells a lot of useful information quickly | 17:51 |
rburton | especially when wrapped in for PID in $(pgrep '^Cooker$'); do | 17:51 |
kergoth | good idea | 17:57 |
ak4721269_ | <rburton> Whether I should use this command after interrupting the current bitbake process or try it on a new terminal?? | 18:02 |
*** zeddii_home_ <zeddii_home_!~zeddii_ho@CPEe8de27b71faa-CM64777d5e8820.cpe.net.cable.rogers.com> has joined #yocto | 18:03 | |
*** zeddii_home <zeddii_home!~zeddii_ho@CPEe8de27b71faa-CM64777d5e8820.cpe.net.cable.rogers.com> has quit IRC | 18:05 | |
*** zeddii_home_ is now known as zeddii_home | 18:05 | |
*** thaytan <thaytan!~thaytan@180-150-118-156.NBN.mel.aussiebb.net> has quit IRC | 18:05 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 18:06 | |
*** thaytan <thaytan!~thaytan@180-150-118-156.NBN.mel.aussiebb.net> has joined #yocto | 18:06 | |
ak4721269_ | I am getting this after using the pstree command "bcm2835-bootfil(29546)───sh(29549)───git(29550)─┬─git(29552) " └─{git}(29551) | 18:08 |
rburton | ak4721269_: new terminal | 18:11 |
ak4721269_ | rburton : I am getting this after using the pstree command "bcm2835-bootfil(29546)───sh(29549)───git(29550)─┬─git(29552) " └─{git}(29551) | 18:13 |
rburton | looks like its doing git operations | 18:13 |
rburton | if they need proxies and its not in a fetch then they'll fail | 18:13 |
ak4721269_ | rburton: thanks for the support ,i will now try to clone some proxies separately?? | 18:16 |
*** vmeson <vmeson!~rmacleod@192-0-133-4.cpe.teksavvy.com> has quit IRC | 18:19 | |
mattsm | ak4721269_ sometimes it's just a super long git command and it's progressing but going slowly | 18:20 |
mattsm | see where it's cloning and see if the git repo is getting larger | 18:20 |
ak4721269_ | mattsm: ok ,i will try it out. | 18:22 |
*** armpit <armpit!~armpit@50-233-148-156-static.hfc.comcastbusiness.net> has joined #yocto | 18:23 | |
*** King_InuYasha <King_InuYasha!~kvirc@fedora/ngompa> has quit IRC | 18:24 | |
*** King_InuYasha <King_InuYasha!~kvirc@ool-18e49ae9.dyn.optonline.net> has joined #yocto | 18:24 | |
*** vmeson <vmeson!~rmacleod@192-0-133-4.cpe.teksavvy.com> has joined #yocto | 18:24 | |
*** King_InuYasha <King_InuYasha!~kvirc@ool-18e49ae9.dyn.optonline.net> has quit IRC | 18:24 | |
*** King_InuYasha <King_InuYasha!~kvirc@fedora/ngompa> has joined #yocto | 18:24 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 18:27 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto | 18:32 | |
*** scottrif <scottrif!~scottrif@47-40-108-60.dhcp.knwc.wa.charter.com> has left #yocto | 18:32 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 18:32 | |
*** phatina <phatina!~phatina@92-52-40-226.dynamic.orange.sk> has joined #yocto | 18:38 | |
*** open-nandra <open-nandra!~marek@109-230-21-47.static.orange.sk> has joined #yocto | 18:42 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 18:43 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 18:49 | |
*** rajm <rajm!~robertmar@cpc126996-macc4-2-0-cust25.1-3.cable.virginm.net> has quit IRC | 18:55 | |
*** phatina <phatina!~phatina@92-52-40-226.dynamic.orange.sk> has quit IRC | 18:58 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 18:59 | |
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has quit IRC | 19:00 | |
RP | armpit: Hi! Are we ready to build rocko and morty? Was thinking of having them lined up for QA | 19:00 |
armpit | RP.. ahhh, let me check. | 19:01 |
*** neverpan1c <neverpan1c!~clemens@towel.neverpanic.de> has joined #yocto | 19:02 | |
*** neverpanic <neverpanic!~clemens@towel.neverpanic.de> has quit IRC | 19:02 | |
RP | armpit: pyro is built and in QA now | 19:02 |
armpit | what is in morty proper, it good to go | 19:03 |
RP | armpit: ok, good | 19:04 |
RP | armpit: I just wanted to check we're not missing anything critical | 19:05 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 19:05 | |
*** fl0v0 <fl0v0!~fvo@mue-88-130-96-068.dsl.tropolys.de> has quit IRC | 19:05 | |
armpit | RP, there are two additional patches in stable/morty-mnut that I not 100% don't cause any issue | 19:06 |
*** open-nandra <open-nandra!~marek@109-230-21-47.static.orange.sk> has quit IRC | 19:06 | |
*** neverpan1c is now known as neverpanic | 19:07 | |
armpit | RP stable/rocko-mnut had one odd failure. I wanted to rerun it | 19:07 |
armpit | I still have not gotten sumo to build. think there are some build config stuff needing to be figured out | 19:08 |
RP | armpit: there hasn't been any config differences sumo to master? :/ | 19:16 |
RP | armpit: what failure are you seeing? | 19:16 |
RP | armpit: eclipse sumo? | 19:16 |
armpit | on the new cluster, eclipse was on. On the new frontend, there was not sumo branch for it to checkout out | 19:18 |
RP | armpit: might need to ask mototimo | 19:19 |
*** Jefro <Jefro!josiermi@nat/intel/x-tupqzsmowkbamvlb> has quit IRC | 19:24 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 19:24 | |
*** Jefro <Jefro!~josiermi@134.134.139.75> has joined #yocto | 19:26 | |
zarzar2 | on my yocto system gpsd daemon will not run without -N, any idea why? i thought -N was for debugging only | 19:42 |
*** d3r3k <d3r3k!uid190567@gateway/web/irccloud.com/x-irbvlevwkjftvwon> has quit IRC | 19:57 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 20:08 | |
*** ak4721269_ <ak4721269_!67480aac@gateway/web/freenode/ip.103.72.10.172> has quit IRC | 20:10 | |
*** ak4721269 <ak4721269!67480aac@gateway/web/freenode/ip.103.72.10.172> has quit IRC | 20:10 | |
*** sno <sno!~sno@b2b-78-94-80-58.unitymedia.biz> has joined #yocto | 20:10 | |
*** Jefro <Jefro!~josiermi@134.134.139.75> has quit IRC | 20:26 | |
*** gabrbedd <gabrbedd!~beddingfi@li680-65.members.linode.com> has quit IRC | 20:29 | |
*** falstaff <falstaff!~quassel@2a02:169:34b6:0:38bf:a3ff:fe35:2815> has quit IRC | 20:31 | |
*** falstaff <falstaff!~quassel@37.17.239.3> has joined #yocto | 20:33 | |
*** falstaff <falstaff!~quassel@37.17.239.3> has quit IRC | 20:35 | |
*** falstaff <falstaff!~quassel@37.17.239.3> has joined #yocto | 20:36 | |
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC | 20:41 | |
*** bhuey_ <bhuey_!6885094c@gateway/web/freenode/ip.104.133.9.76> has joined #yocto | 20:44 | |
bhuey_ | hello, is there's a simple primer on how to build for powerpc ? | 20:44 |
rburton | MACHINE=qemuppc bitbake whateverimageyouwanttobuid | 20:49 |
rburton | or a better machine if you have specific hardware in mind | 20:49 |
*** RP <RP!~RP@5751f4a1.skybroadband.com> has quit IRC | 20:59 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC | 21:01 | |
*** gabrbedd <gabrbedd!~beddingfi@li680-65.members.linode.com> has joined #yocto | 21:04 | |
*** ant_home <ant_home!~ant__@host10-248-dynamic.0-87-r.retail.telecomitalia.it> has joined #yocto | 21:04 | |
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has quit IRC | 21:07 | |
*** Jefro <Jefro!~josiermi@134.134.139.75> has joined #yocto | 21:12 | |
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has joined #yocto | 21:14 | |
*** bluelightning1 <bluelightning1!~paul@2406:e007:4c92:1:c10a:3527:9f48:6800> has joined #yocto | 21:15 | |
*** bluelightning1 is now known as bluelightning | 21:15 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 21:15 | |
*** armpit <armpit!~armpit@50-233-148-156-static.hfc.comcastbusiness.net> has quit IRC | 21:16 | |
*** agust <agust!~agust@p50887D26.dip0.t-ipconnect.de> has quit IRC | 21:16 | |
*** marka <marka!~masselst@184.175.21.48> has quit IRC | 21:18 | |
*** vmeson <vmeson!~rmacleod@192-0-133-4.cpe.teksavvy.com> has quit IRC | 21:20 | |
bhuey_ | rburton: hi, thanks. I was just hoping for a generic image for the powerpc architecture. I just want to use the binary, kernel is an issue here for my application. I'd like to use the binaries to chroot into on an aging machine | 21:28 |
rburton | you can try qemuppc then | 21:28 |
*** RP1 <RP1!~RP@5751f4a1.skybroadband.com> has joined #yocto | 21:29 | |
bhuey_ | rburton: thanks | 21:30 |
*** RP1 is now known as RP | 21:30 | |
*** RP is now known as 14WAABF22 | 21:30 | |
*** 14WAABF22 is now known as RP | 21:30 | |
yocti | New news from stackoverflow: Yocto configure: error: Package requirements (gtk+-3.0 >= 3.14.0) were not met <https://stackoverflow.com/questions/50476567/yocto-configure-error-package-requirements-gtk-3-0-3-14-0-were-not-met> | 21:31 |
bhuey_ | rburton: I actually want it for a PowerPC architecture that uses big endian. Just curious about how difficult it would be to get the cross tools in place and then building it | 21:31 |
bhuey_ | I'm building the x86 image now | 21:31 |
*** Willy-- <Willy--!~william@156.57.171.172> has quit IRC | 21:32 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 21:33 | |
rburton | RP: is there any difference between addtask in a recipe and bb.build.addtask()? | 21:34 |
rburton | RP: specifically dependencies don't seem to be working with the latter | 21:34 |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 21:34 | |
*** vmeson <vmeson!~rmacleod@192-0-133-4.cpe.teksavvy.com> has joined #yocto | 21:35 | |
RP | rburton: depends when you're running it | 21:37 |
RP | rburton: it if runs after dependency calcs, it would be ignored | 21:38 |
rburton | hm yeah good point | 21:38 |
rburton | wanted to have a class that adds tasks if a variable is set | 21:38 |
rburton | maybe i'll just deltask them if it isn't set instead | 21:38 |
bluelightning | hi folks | 21:38 |
bluelightning | so apparently my laptop decided yesterday was its last day in service... is stuck in a 0.5 second power on power off cycle | 21:39 |
bluelightning | yay | 21:39 |
RP | bluelightning: :( | 21:39 |
bluelightning | apparently it's 4.5 years old, so maybe time for a new one ? | 21:41 |
RP | bluelightning: probably | 21:42 |
ant_home | I take bids for (ab)used ones | 21:52 |
*** d3r3k <d3r3k!uid190567@gateway/web/irccloud.com/x-jgomzxwryqqlvhih> has joined #yocto | 22:06 | |
*** muep <muep!~quassel@muep.iki.fi> has quit IRC | 22:06 | |
*** muep <muep!~quassel@muep.iki.fi> has joined #yocto | 22:07 | |
*** kpo <kpo!~bob@78.10.146.23> has joined #yocto | 22:12 | |
*** armpit <armpit!~armpit@50-233-148-156-static.hfc.comcastbusiness.net> has joined #yocto | 22:16 | |
*** Jefro <Jefro!~josiermi@134.134.139.75> has quit IRC | 22:23 | |
desert | bluelightning: that seems a damaged dc converter, it's easily replaceable (at least where I live) | 22:26 |
*** dreyna <dreyna!~dreyna@2601:646:4201:b1a0:4877:fe95:2e10:7c10> has joined #yocto | 22:26 | |
bluelightning | desert: hmm, interesting - thanks | 22:27 |
bluelightning | I guess it'll be up to my employer whether it's repair or replace, though I'll have to actually sort it out I imagine | 22:27 |
RP | bluelightning: I was thinking it sounded like a bad SMPS too fwiw | 22:27 |
*** kpo <kpo!~bob@78.10.146.23> has quit IRC | 22:39 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 22:46 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 22:46 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 22:50 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 22:50 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 22:53 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 22:53 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 22:57 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 22:57 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 23:00 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-seeynvsbbpxsuroj> has joined #yocto | 23:00 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 23:00 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 23:04 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 23:04 | |
*** armpit <armpit!~armpit@50-233-148-156-static.hfc.comcastbusiness.net> has quit IRC | 23:06 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 23:07 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 23:07 | |
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has quit IRC | 23:07 | |
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has joined #yocto | 23:08 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 23:11 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 23:11 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has quit IRC | 23:14 | |
*** nathani__ <nathani__!~nathani@mail.validmanufacturing.com> has joined #yocto | 23:14 | |
*** Willy-- <Willy--!~william@156.57.171.172> has joined #yocto | 23:18 | |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC | 23:21 | |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto | 23:23 | |
*** sjolley <sjolley!~sjolley@134.134.139.73> has quit IRC | 23:30 | |
*** Jefro <Jefro!~josiermi@134.134.139.75> has joined #yocto | 23:47 | |
-YoctoAutoBuilder- build #1020 of nightly-x32 is complete: Failure [failed BuildImages Running Sanity Tests Running Sanity Tests_1 SendErrorReport] Build details are at https://autobuilder.yocto.io/builders/nightly-x32/builds/1020 | 23:49 | |
*** sjolley <sjolley!~sjolley@134.134.139.74> has joined #yocto | 23:54 | |
*** majuk <majuk!~majuk@75-163-138-15.clsp.qwest.net> has quit IRC | 23:55 | |
*** majuk <majuk!~majuk@75-163-138-15.clsp.qwest.net> has joined #yocto | 23:55 | |
*** majuk <majuk!~majuk@75-163-138-15.clsp.qwest.net> has quit IRC | 23:59 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!