*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has quit IRC | 00:05 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has quit IRC | 00:06 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has joined #yocto | 00:06 | |
*** fenrig <fenrig!~fenrig@94-226-35-134.access.telenet.be> has quit IRC | 00:07 | |
pev | Argh... Getting really annoyed - I've got a pkg_postinst function in my recipe but I can't ever see it being called on the development host... Any ideas how to work out why not? Been looking at it a few hours and failing | 00:07 |
---|---|---|
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 00:07 | |
-YoctoAutoBuilder- build #325 of nightly-x32 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-x32/builds/325 | 00:09 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has quit IRC | 00:11 | |
*** Jefro <Jefro!~jefro@205.154.56.77> has joined #yocto | 00:12 | |
*** tinti <tinti!~tinti@189-12-88-64.user.veloxzone.com.br> has joined #yocto | 00:12 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has joined #yocto | 00:12 | |
*** fray <fray!U2FsdGVkX1@gate.crashing.org> has quit IRC | 00:21 | |
mr_science | pev: check the opkg postinst file and see what's in it | 00:25 |
mr_science | unless you're not creating ipks... | 00:25 |
mr_science | if your build includes the package manager stuff, then opkg will install all those info files under /usr/lib/opk/info i believe | 00:26 |
tlwoerner | mr_science: i believe it's /var/lib/opkg/info | 00:27 |
mr_science | thought so | 00:27 |
mr_science | the other one is classic... | 00:27 |
tlwoerner | ah, good to know | 00:27 |
mr_science | anyway, there should be a <package_name>.postinst file | 00:28 |
mr_science | might be specific to arago/oe-classic | 00:28 |
-YoctoAutoBuilder- build #23 of nightly-qa-logrotate is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-logrotate/builds/23 | 00:28 | |
-YoctoAutoBuilder- build #313 of nightly-multilib is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-multilib/builds/313 | 00:28 | |
mr_science | but the *.postinst will chow what pev is looking for | 00:29 |
mr_science | now it's time to go home... | 00:29 |
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has quit IRC | 00:29 | |
*** [simar|o1] <[simar|o1]!~simar@96.125.133.73> has quit IRC | 00:29 | |
-YoctoAutoBuilder- build #25 of nightly-qa-pam is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-pam/builds/25 | 00:30 | |
-YoctoAutoBuilder- build #317 of nightly-mips is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-mips/builds/317 | 00:32 | |
*** sameo <sameo!~samuel@192.55.54.40> has quit IRC | 00:37 | |
*** scot_ <scot_!~scot@130.164.62.183> has quit IRC | 00:49 | |
-YoctoAutoBuilder- build #23 of nightly-qa-skeleton is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-skeleton/builds/23 | 00:55 | |
*** Jefro <Jefro!~jefro@205.154.56.77> has quit IRC | 01:02 | |
sgw_ | khem: ping? | 01:03 |
*** Jefro <Jefro!~jefro@205.154.56.77> has joined #yocto | 01:04 | |
*** Jefro <Jefro!~jefro@205.154.56.77> has quit IRC | 01:11 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has quit IRC | 01:12 | |
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has joined #yocto | 01:13 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has joined #yocto | 01:13 | |
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has quit IRC | 01:13 | |
*** _Lucretia__ <_Lucretia__!~munkee@176.253.10.7> has joined #yocto | 01:24 | |
*** _Lucretia_ <_Lucretia_!~munkee@pdpc/supporter/active/lucretia> has quit IRC | 01:26 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 01:32 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 01:35 | |
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has quit IRC | 01:36 | |
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has joined #yocto | 01:36 | |
pev | Thanks guys... | 01:42 |
-YoctoAutoBuilder- build #310 of nightly-x86-64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-x86-64/builds/310 | 01:48 | |
pev | Anyone looked at doing a bbappend of init-ifupdown? Im looking at the implementation here : http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/meta-sys940x/recipes-core/init-ifupdown/init-ifupdown_1.0.bbappend?h=master and wondering where the dirname used comes from? | 01:49 |
pev | ie the dirnames here : http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/meta-sys940x/recipes-core/init-ifupdown/files | 01:50 |
nrossi__ | pev: When you refer to dirnames are you talking about specifically? because the machine name gets auto expanded out to the FILESPATH (which is how the interface file gets included from those subdirs) | 01:52 |
*** nrossi__ is now known as nrossi | 01:55 | |
*** silviof1 <silviof1!~silviof@unaffiliated/silviof> has joined #yocto | 02:01 | |
pev | nrossi: Ah, I din't know there was a machine name - where does that come from? | 02:02 |
nrossi | pev: for each entry in FILESEXTRAPATH it gets expanded with all the values in OVERRIDE, if you want to know the specifcs run bitbake -e init-ifupdown and look at the FILESPATH variable :) | 02:03 |
*** silviof <silviof!~silviof@unaffiliated/silviof> has quit IRC | 02:04 | |
nrossi | prev: Sorry i mean the 'FILESOVERRIDES' variable | 02:05 |
pev | Cheers... | 02:10 |
pev | also, do you know if you can override INITSCRIPT_PARAMS to *not* create the rc.d links? | 02:11 |
nerdboy | i usually comment out that stuff | 02:14 |
nerdboy | did you get your package-postinst stuff sorted out? | 02:14 |
nerdboy | you can leave in the inherit update-rc.d | 02:15 |
nerdboy | i think... | 02:16 |
pev | Nah, I wasted several hours with trying to get it to work then gave up and went for a different less tidy workaround :-( | 02:18 |
*** hyei <hyei!~hyei@12.202.168.34> has quit IRC | 02:21 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has quit IRC | 02:27 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has joined #yocto | 02:27 | |
nerdboy | it actually does work, in both classic and poky master | 02:30 |
nerdboy | what kinds of packages do you have enabled? | 02:31 |
nerdboy | i had some issues with debs when i started on poky so i went back to the ipk default | 02:32 |
nerdboy | haven't tried deb/rpm since then | 02:32 |
pev | Yeah, I'm stuck with opkg from someone elses decision... | 02:32 |
nerdboy | lemme paste something... | 02:33 |
*** challinan_ <challinan_!~challinan@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto | 02:42 | |
*** challinan <challinan!~challinan@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC | 02:45 | |
nerdboy | http://paste2.org/2Gdt4PcG | 02:49 |
nerdboy | you have to specify a package name, so just "pkg_postinst() {" won't work | 02:53 |
nerdboy | what does your pkg_postinst_foo look like, and what did you end up with? | 02:57 |
pev | Yeah, that's pretty much how I was going about it - didn't seem like it was going consistently though... may have had problems with dependencies when trying to re-run I suspect... | 03:00 |
nerdboy | not sure the append gets added in front of the parent stuff | 03:01 |
-YoctoAutoBuilder- build #310 of nightly-arm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-arm/builds/310 | 03:02 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has quit IRC | 03:09 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 03:11 | |
-YoctoAutoBuilder- build #316 of nightly-x86 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-x86/builds/316 | 03:18 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has joined #yocto | 03:23 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 03:26 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 03:53 | |
*** thaytan <thaytan!~thaytan@113.94.233.220.static.exetel.com.au> has quit IRC | 04:03 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 04:07 | |
*** behanw <behanw!~behanw@S01067cb21b219d94.gv.shawcable.net> has quit IRC | 04:08 | |
*** thaytan <thaytan!~thaytan@113.94.233.220.static.exetel.com.au> has joined #yocto | 04:14 | |
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has joined #yocto | 04:22 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 05:10 | |
*** mbelisko <mbelisko!~mbelisko@81.89.61.168.vnet.sk> has joined #yocto | 05:32 | |
*** fpaut_ is now known as fpaut | 05:41 | |
*** linu <linu!~linu@122.165.223.135> has joined #yocto | 05:52 | |
*** linu <linu!~linu@122.165.223.135> has quit IRC | 05:55 | |
*** amarsman <amarsman!~marsman@52489B71.cm-4-1c.dynamic.ziggo.nl> has quit IRC | 05:57 | |
*** linu <linu!~linu@122.165.223.135> has joined #yocto | 05:57 | |
*** tor <tor!~tor@c-d567e655.125-1-64736c10.cust.bredbandsbolaget.se> has joined #yocto | 06:02 | |
*** zeeblex <zeeblex!apalalax@nat/intel/x-umqaxoyldbldbltk> has left #yocto | 06:05 | |
*** gmacario <gmacario!~gmacario@maxlab.polito.it> has joined #yocto | 06:06 | |
linu | hi i have used kernel-3.6.9 from linux4sam for at91sam9g35ek using yocto compiler,i have compiled kernel externally when i boot the machine it shows http://pastebin.com/gFvJkMcw it stoped at kernel uncompressing , at the same time when i compiled internally in yocto as recipes it working fine as below http://pastebin.com/GrsJi0h4 can you help me to solve that kernel issues | 06:09 |
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has joined #yocto | 06:09 | |
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has joined #yocto | 06:21 | |
-YoctoAutoBuilder- build #314 of nightly-ppc is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-ppc/builds/314 | 06:24 | |
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has quit IRC | 06:25 | |
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has joined #yocto | 06:27 | |
*** amarsman <amarsman!~marsman@84.241.210.119> has joined #yocto | 06:27 | |
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has quit IRC | 06:32 | |
*** pidge <pidge!~pidge@c-24-21-207-18.hsd1.or.comcast.net> has joined #yocto | 06:33 | |
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has joined #yocto | 06:37 | |
*** Zagor <Zagor!~bjst@rockbox/developer/Zagor> has joined #yocto | 06:45 | |
-YoctoAutoBuilder- build #278 of nightly is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly/builds/278 | 06:46 | |
*** TuTizz <TuTizz!~TuTizz@46.18.96.158> has joined #yocto | 06:50 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto | 06:50 | |
*** amarsman <amarsman!~marsman@84.241.210.119> has quit IRC | 06:51 | |
*** mihai <mihai!~mihai@80.97.15.150> has joined #yocto | 06:51 | |
*** volker <volker!~quassel@host-80-81-19-29.customer.m-online.net> has quit IRC | 06:53 | |
*** silviof1 is now known as silviof | 06:55 | |
*** panda84kde <panda84kde!~diego@static-217-133-170-65.clienti.tiscali.it> has joined #yocto | 06:59 | |
*** e8johan_ <e8johan_!~quassel@194.237.7.146> has joined #yocto | 07:07 | |
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has quit IRC | 07:07 | |
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has quit IRC | 07:08 | |
*** agust <agust!~agust@pD9E2FBFA.dip0.t-ipconnect.de> has joined #yocto | 07:09 | |
*** zeeblex <zeeblex!~apalalax@134.134.137.75> has joined #yocto | 07:10 | |
*** elmi82 <elmi82!~timom@mail.bmw-carit.de> has joined #yocto | 07:15 | |
*** elmi82 <elmi82!~timom@mail.bmw-carit.de> has joined #yocto | 07:16 | |
*** elmi82 <elmi82!~timom@mail.bmw-carit.de> has quit IRC | 07:21 | |
*** fpaut is now known as fpaut_ | 07:22 | |
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has joined #yocto | 07:23 | |
*** fpaut_ is now known as fpaut | 07:27 | |
*** linu <linu!~linu@122.165.223.135> has quit IRC | 07:28 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 07:28 | |
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has quit IRC | 07:28 | |
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has joined #yocto | 07:32 | |
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 07:32 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 07:39 | |
*** jkridner <jkridner!~jkridner@89-97-163-86.ip18.fastwebnet.it> has joined #yocto | 07:39 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 07:39 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 07:43 | |
*** florian_kc is now known as florian | 07:44 | |
*** e8johan_ <e8johan_!~quassel@194.237.7.146> has quit IRC | 07:46 | |
*** eren <eren!~eren@unaffiliated/eren> has joined #yocto | 07:46 | |
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has joined #yocto | 07:46 | |
*** michael_e_brown_ <michael_e_brown_!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has joined #yocto | 07:50 | |
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has quit IRC | 07:51 | |
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has joined #yocto | 07:52 | |
*** jchonig <jchonig!~jch@firewall.honig.net> has quit IRC | 07:55 | |
*** jchonig <jchonig!~jch@firewall.honig.net> has joined #yocto | 07:56 | |
*** cristianiorga <cristianiorga!~cristiani@134.134.139.70> has quit IRC | 08:01 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 08:04 | |
*** melonipoika <melonipoika!~quassel@ip050-115.seclan.com> has joined #yocto | 08:08 | |
melonipoika | Good morning | 08:09 |
melonipoika | JaMa, i am having some troubles running qt quick 2 apps on my env using qt5.1 from meta-qt5... there is a crash in qopenglcontext. | 08:11 |
melonipoika | i filled a bug for it: https://bugreports.qt-project.org/browse/QTBUG-33845 | 08:12 |
melonipoika | would you mind to take a look? I am not sure if the root cause is with my opengl installation (i amusing mesa-dri), but I believe that qt should not crash that way in any case | 08:12 |
panda84kde | Hi everybody. I've tried cleaning my builddir and now i'm getting an error on libav: ERROR: Recipe libav is trying to change PR from 'r0' to 'r1'. This will cause do_package_write_* failures since the incorrect data will be used and they will be unable to find the right workdir. | 08:16 |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 08:17 | |
*** tlwoerner <tlwoerner!~trevor@linaro/tlwoerner> has quit IRC | 08:25 | |
panda84kde | strange. A cleansstate and rebuild fixed the problem. Very strange. | 08:28 |
*** belen <belen!Adium@nat/intel/x-xbdokeockftnpsxb> has joined #yocto | 08:32 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 08:35 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 08:36 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 08:38 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 08:39 | |
*** jkridner|work <jkridner|work!~jkridner@89-97-163-86.ip18.fastwebnet.it> has joined #yocto | 08:43 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 08:43 | |
*** roric_ <roric_!~roric@194-237-7-146.customer.telia.com> has quit IRC | 08:51 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 08:54 | |
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has quit IRC | 09:11 | |
bluelightning | morning all | 09:13 |
*** fpaut is now known as fpaut_ | 09:17 | |
*** belen <belen!Adium@nat/intel/x-xbdokeockftnpsxb> has quit IRC | 09:21 | |
pev | Morning! | 09:21 |
pev | Did you get that great storm last night? | 09:21 |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has quit IRC | 09:22 | |
Saur | Argh, why do all native recipes need to rebuilt because I specified SOC_FAMILY in our configuration? | 09:22 |
pev | Saur: It's a test of character to see how much you can withstand. | 09:24 |
Saur | pev: Ah, that explains it... | 09:25 |
Saur | Because I somehow fail to see how the SOC_FAMILY can affect m4-native, perl-native etc... | 09:26 |
pev | Yeah, but dependencies are per file not per variable so it'll be that that file its defined in is what triggers ther rebuild | 09:27 |
pev | Saur: I was cursing that kind of thing for ages but setting up an sstate cache helps immensely so the rebuild only takes minutes | 09:28 |
bluelightning | Saur: you can use bitbake-diffsigs to trace how the dependency caused the rebuild | 09:28 |
Saur | bluelightning: Hmm, will have to look into that :) | 09:28 |
bluelightning | (use the -t option) | 09:29 |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC | 09:33 | |
*** michael_e_brown_ <michael_e_brown_!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has quit IRC | 09:33 | |
*** thaytan <thaytan!~thaytan@113.94.233.220.static.exetel.com.au> has quit IRC | 09:33 | |
Saur | bluelightning: Would "bitbake-diffsigs -t core-image-minimal build" be correct usage? Because all I got was: ERROR: No sigdata files found matching core-image-minimal build | 09:36 |
bluelightning | Saur: you'd have to go much further back than that - after all you're trying to figure out why m4-native rebuilt | 09:43 |
bluelightning | etc. | 09:43 |
bluelightning | so you'd probably want to start with the first task for m4-native that you saw executing | 09:43 |
Saur | bluelightning: Hmm, I get the "No sigdata files found matching" error regardless of package and task I try... | 09:45 |
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has joined #yocto | 09:45 | |
bluelightning | hmm | 09:45 |
*** TuTizz <TuTizz!~TuTizz@46.18.96.158> has joined #yocto | 09:47 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto | 09:47 | |
*** mckoan|away is now known as mckoan | 09:49 | |
mckoan | good morning | 09:49 |
*** fpaut_ is now known as fpaut | 09:57 | |
*** fpaut is now known as fpaut_ | 09:59 | |
*** fpaut_ is now known as fpaut | 09:59 | |
*** belen <belen!~Adium@134.134.137.75> has joined #yocto | 10:00 | |
*** OlivierG_ is now known as OlivierG | 10:01 | |
*** belen <belen!~Adium@134.134.137.75> has quit IRC | 10:03 | |
JaMa | panda84kde: see https://bugzilla.yoctoproject.org/show_bug.cgi?id=4102 | 10:03 |
yocti | Bug 4102: normal, Medium+, 1.5 M2, richard.purdie, RESOLVED FIXED, Incremental builds do not work well when renaming recipes or changing architecture. | 10:03 |
*** belen <belen!Adium@nat/intel/x-fbnyfkifngtksgaw> has joined #yocto | 10:04 | |
JaMa | melonipoika: sorry it doesn't look familiar to me | 10:05 |
melonipoika | Hi JaMa. | 10:06 |
melonipoika | OK, THANKS | 10:06 |
melonipoika | Ups | 10:06 |
melonipoika | sorry :-) | 10:06 |
panda84kde | JaMa: I've seen that 2/2 patch, but the strange thing is I started from a clean base (removed tmp/ sstate-cache/ and cache/ folder totally) | 10:08 |
*** hyei <hyei!~hyei@c-107-3-131-122.hsd1.ca.comcast.net> has joined #yocto | 10:08 | |
JaMa | panda84kde: aha, that's strange | 10:09 |
*** belen <belen!Adium@nat/intel/x-fbnyfkifngtksgaw> has quit IRC | 10:11 | |
panda84kde | JaMa: moreover there's nothing like r1 in libav recipe, there's only a http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/recipes-multimedia/libav/libav.inc | 10:12 |
JaMa | did you check pkgdata directory? There has to be r1 for libav there | 10:18 |
*** Stygia <Stygia!~gmpsaifi@x1-6-00-21-9b-e8-d0-5a.k663.webspeed.dk> has joined #yocto | 10:18 | |
*** belen <belen!Adium@nat/intel/x-nsupikkezuytjdrf> has joined #yocto | 10:24 | |
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has joined #yocto | 10:26 | |
*** fpaut is now known as fpaut_ | 10:37 | |
*** thaytan <thaytan!~thaytan@113.94.233.220.static.exetel.com.au> has joined #yocto | 10:51 | |
*** roric <roric!~roric@194-237-7-146.customer.telia.com> has joined #yocto | 10:55 | |
neg | hi, can I have two ALTERNATIVE_LINK_NAME[name] in two different .bbappend files and if so how do I pick which one to use? | 11:13 |
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has quit IRC | 11:26 | |
JaMa | with different name? ALTERNATIVE_PRIORITY | 11:26 |
neg | unfortunalty no, same name I have two .bbappend files to same recepie that want to provied an alternet version of a file. And I can only controll one of them | 11:27 |
JaMa | can you pastebin concreate example? | 11:28 |
JaMa | O don't see the reason why not use different name in one of them | 11:28 |
neg | sure 1 sec | 11:28 |
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has joined #yocto | 11:28 | |
neg | ohh i can use different name in one of them but will that overrride the other file if I have a higher ALTERNATIVE_PRIORITY ? | 11:29 |
neg | I though they needed to have the same name | 11:29 |
JaMa | the same name of "alternative" but they can be defined with different varflag so with different priorities for target u-a to select right one | 11:31 |
*** Crofton <Crofton!~balister@pool-71-171-32-225.ronkva.east.verizon.net> has joined #yocto | 11:32 | |
*** eren <eren!~eren@unaffiliated/eren> has quit IRC | 11:32 | |
*** jmpdelos <jmpdelos!~polk@75-173-255-36.clsp.qwest.net> has quit IRC | 11:33 | |
*** jmpdelos <jmpdelos!~polk@71-219-239-118.clsp.qwest.net> has joined #yocto | 11:45 | |
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has quit IRC | 11:55 | |
*** tlwoerner <tlwoerner!~trevor@linaro/tlwoerner> has joined #yocto | 11:56 | |
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has joined #yocto | 12:01 | |
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has quit IRC | 12:02 | |
*** hyei <hyei!~hyei@c-107-3-131-122.hsd1.ca.comcast.net> has quit IRC | 12:05 | |
*** OlivierG is now known as OlivierG_ | 12:14 | |
*** dany <dany!~Thunderbi@sestofw01.enea.se> has quit IRC | 12:23 | |
*** dany <dany!~Thunderbi@sestofw01.enea.se> has joined #yocto | 12:23 | |
*** scot_ <scot_!~scot@130.164.62.183> has joined #yocto | 12:26 | |
*** Crofton <Crofton!~balister@pool-71-171-32-225.ronkva.east.verizon.net> has quit IRC | 12:33 | |
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has joined #yocto | 12:39 | |
*** OlivierG_ is now known as OlivierG | 12:44 | |
*** Crofton <Crofton!~balister@66.228.70.243> has joined #yocto | 12:57 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128687837.dsl.bell.ca> has joined #yocto | 12:57 | |
*** melonipoika <melonipoika!~quassel@ip050-115.seclan.com> has quit IRC | 13:00 | |
*** OlivierG is now known as OlivierG_ | 13:03 | |
*** OlivierG_ is now known as OlivierG | 13:06 | |
*** acidfu <acidfu!~nib@unaffiliated/acidmen> has quit IRC | 13:07 | |
*** likewise <likewise!~likewise@095-097-126-181.static.chello.nl> has joined #yocto | 13:08 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 13:09 | |
*** OlivierG is now known as OlivierG_ | 13:11 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 13:11 | |
*** OlivierG_ is now known as OlivierG | 13:13 | |
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has quit IRC | 13:17 | |
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has joined #yocto | 13:18 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 13:25 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 13:25 | |
*** mbelisko <mbelisko!~mbelisko@81.89.61.168.vnet.sk> has quit IRC | 13:30 | |
*** gmacario <gmacario!~gmacario@maxlab.polito.it> has quit IRC | 13:36 | |
*** OlivierG is now known as OlivierG_ | 13:37 | |
*** OlivierG_ is now known as OlivierG | 13:38 | |
*** fray <fray!U2FsdGVkX1@gate.crashing.org> has joined #yocto | 13:50 | |
*** likewise <likewise!~likewise@095-097-126-181.static.chello.nl> has quit IRC | 13:53 | |
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has quit IRC | 14:01 | |
*** darknighte_znc is now known as darknighte | 14:03 | |
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has quit IRC | 14:06 | |
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has joined #yocto | 14:08 | |
*** vmeson <vmeson!~quassel@128.224.252.2> has quit IRC | 14:16 | |
*** sameo <sameo!~samuel@192.55.54.40> has joined #yocto | 14:18 | |
*** behanw <behanw!~behanw@S01067cb21b219d94.gv.shawcable.net> has joined #yocto | 14:18 | |
*** vmeson <vmeson!~quassel@128.224.252.2> has joined #yocto | 14:19 | |
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has quit IRC | 14:21 | |
TuTizz | How can I check my configuration fragments have correctly been applied? (linux kernel) | 14:26 |
*** Bagder <Bagder!~daniel@sestofw01.enea.se> has quit IRC | 14:28 | |
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has quit IRC | 14:31 | |
*** abogani <abogani!~Thunderbi@ubuntu/member/abogani> has quit IRC | 14:32 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@cpe-174-097-252-070.nc.res.rr.com> has joined #yocto | 14:34 | |
*** Zagor <Zagor!~bjst@rockbox/developer/Zagor> has quit IRC | 14:41 | |
*** galak <galak!~galak@99-51-185-173.lightspeed.austtx.sbcglobal.net> has joined #yocto | 14:43 | |
*** fenrig <fenrig!~fenrig@94-226-35-134.access.telenet.be> has joined #yocto | 14:45 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@cpe-174-097-252-070.nc.res.rr.com> has quit IRC | 14:46 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 14:59 | |
*** gmacario <gmacario!~gmacario@2-225-241-33.ip178.fastwebnet.it> has joined #yocto | 15:03 | |
*** maxin <maxin!~majo@sestofw01.enea.se> has joined #yocto | 15:07 | |
*** tor <tor!~tor@c-d567e655.125-1-64736c10.cust.bredbandsbolaget.se> has quit IRC | 15:17 | |
*** pirut <pirut!Pirut@nat/intel/x-gtlssiuakttzdamd> has quit IRC | 15:17 | |
*** pirut <pirut!Pirut@nat/intel/x-eobwjgprehyvuvvp> has joined #yocto | 15:18 | |
*** Crofton <Crofton!~balister@66.228.70.243> has quit IRC | 15:20 | |
*** balister_ <balister_!~balister@66.228.70.243> has joined #yocto | 15:32 | |
*** hollisb <hollisb!~hollisb@c-50-139-17-21.hsd1.or.comcast.net> has joined #yocto | 15:32 | |
Saur | zeddii: Around? | 15:33 |
*** mranostay <mranostay!~mranostay@pdpc/supporter/active/mranostay> has quit IRC | 15:34 | |
*** mranostay <mranostay!~mranostay@pdpc/supporter/active/mranostay> has joined #yocto | 15:34 | |
*** balister_ is now known as Crotfton | 15:34 | |
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has quit IRC | 15:35 | |
*** Crotfton is now known as Crofton | 15:38 | |
*** ka6sox is now known as ka6sox-farfarawa | 15:40 | |
*** fenrig <fenrig!~fenrig@94-226-35-134.access.telenet.be> has quit IRC | 15:41 | |
*** ant_home <ant_home!~andrea@host40-228-dynamic.1-79-r.retail.telecomitalia.it> has joined #yocto | 16:01 | |
*** mckoan is now known as mckoan|away | 16:01 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 16:06 | |
ericben | hi, I meet a strange problem with master + meta-fsl-* + meta-qt5 + one custom machine layer. | 16:08 |
ericben | when building qtbase I get : NOTE: multiple providers are available for virtual/libgles2 (mesa, amd-gpu-bin-mx51) NOTE: consider defining a PREFERRED_PROVIDER entry to match virtual/libgles2 | 16:08 |
ericben | which is defined in conf/local.conf and bitbake -e gives : PREFERRED_PROVIDER_virtual/libgles2="amd-gpu-x11-bin-mx51" | 16:09 |
ericben | moreover I get : ERROR: Multiple versions of mesa are due to be built (openembedded-core/meta/recipes-graphics/mesa/mesa_git.bb openembedded-core/meta/recipes-graphics/mesa/mesa_9.1.6.bb). Only one version of a given PN should be built in any given build. You likely need to set PREFERRED_VERSION_mesa to select the correct version or don't depend on mltiple versions. | 16:09 |
ericben | but local.conf has PREFERRED_VERSION_mesa = "git" or PREFERRED_VERSION_mesa = "9.1.6" and bitbake -e show the value is taken in account | 16:10 |
ericben | any idea of what could be wrong there ? | 16:10 |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 16:20 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 16:22 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 16:26 | |
*** mihai <mihai!~mihai@80.97.15.150> has quit IRC | 16:26 | |
TuTizz | If i want to modifie my kernel config I juste need to put : FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 16:28 |
TuTizz | SRC_URI += "file://my_ACM.cfg" in linux-yocto.bbappend? with my_ACM.cfg CONFIG_USB_ACM=y ? | 16:28 |
TuTizz | And that will works with nothing more? | 16:28 |
bluelightning | TuTizz: that should be enough yes | 16:29 |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 16:30 | |
*** zeeblex <zeeblex!~apalalax@134.134.137.75> has left #yocto | 16:32 | |
ericben | ericben: answering myself one more time: removing opengl from DISTRO_FEATURES_DEFAULT fixed the problem (opengles platform) not sure if that's the right solution ... build is running | 16:34 |
TuTizz | In which repository my_ACM.cfg should be spawn? I can found it here tmp/work/q7_imx6-poky-linux-gnueabi/linux-q7-imx6-13.06.01-r32.1 is that correct? | 16:40 |
TuTizz | is that potentially correct? | 16:41 |
*** belen <belen!Adium@nat/intel/x-nsupikkezuytjdrf> has quit IRC | 16:44 | |
bluelightning | TuTizz: that looks like ${B} for the recipe, in which case yes | 16:45 |
*** mr_science <mr_science!~sarnold@net-cf9a4e91.cst.impulse.net> has joined #yocto | 16:47 | |
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 16:47 | |
*** Stygia <Stygia!~gmpsaifi@x1-6-00-21-9b-e8-d0-5a.k663.webspeed.dk> has quit IRC | 16:49 | |
TuTizz | ok ty bluelightning, I have to go will retry it later | 16:51 |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC | 16:51 | |
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has joined #yocto | 16:52 | |
*** amarsman <amarsman!~marsman@52489B71.cm-4-1c.dynamic.ziggo.nl> has joined #yocto | 16:53 | |
sgw_ | khem: Around? | 16:55 |
mr_science | moin | 16:59 |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128687837.dsl.bell.ca> has quit IRC | 17:00 | |
*** halfhalo <halfhalo!halfhalo@nasadmin/webteam/halfhalo> has quit IRC | 17:02 | |
*** hollisb <hollisb!~hollisb@c-50-139-17-21.hsd1.or.comcast.net> has quit IRC | 17:03 | |
*** panda84kde <panda84kde!~diego@static-217-133-170-65.clienti.tiscali.it> has quit IRC | 17:04 | |
*** halfhalo <halfhalo!halfhalo@nasadmin/webteam/halfhalo> has joined #yocto | 17:06 | |
*** sameo <sameo!~samuel@192.55.54.40> has quit IRC | 17:06 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 17:23 | |
*** flynn378 <flynn378!80db310e@gateway/web/freenode/ip.128.219.49.14> has quit IRC | 17:32 | |
*** zerus <zerus!~powerpm@90-224-44-236-no67.tbcn.telia.com> has joined #yocto | 17:36 | |
*** hollisb <hollisb!~hollisb@nat-wv.mentorg.com> has joined #yocto | 17:46 | |
mranostay | howdy hollisb | 17:54 |
hollisb | mranostay: hey! | 17:54 |
mranostay | how is it going? | 17:55 |
*** galak <galak!~galak@99-51-185-173.lightspeed.austtx.sbcglobal.net> has quit IRC | 18:00 | |
*** sameo <sameo!samuel@nat/intel/x-hchurxbueuxafejr> has joined #yocto | 18:17 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC | 18:19 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 18:33 | |
-YoctoAutoBuilder- build #328 of nightly-mips-lsb is complete: Failure [failed Building Images Building Images_1] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-mips-lsb/builds/328 | 18:34 | |
-YoctoAutoBuilder- build #286 of nightly-fsl-ppc is complete: Failure [failed Building Images Building Toolchain Images Building Toolchain Images_1 Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-fsl-ppc/builds/286 | 18:35 | |
*** hollisb <hollisb!~hollisb@nat-wv.mentorg.com> has quit IRC | 18:36 | |
-YoctoAutoBuilder- build #315 of nightly-arm-lsb is complete: Exception [exception Building Images] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-arm-lsb/builds/315 | 18:40 | |
-YoctoAutoBuilder- build #195 of nightly-qa-systemd is complete: Exception [exception Building Images] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-systemd/builds/195 | 18:40 | |
-YoctoAutoBuilder- build #315 of nightly-ppc-lsb is complete: Exception [exception Building Images] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-ppc-lsb/builds/315 | 18:40 | |
-YoctoAutoBuilder- build #24 of nightly-qa-logrotate is complete: Exception [exception Building Images] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-logrotate/builds/24 | 18:40 | |
-YoctoAutoBuilder- build #172 of minnow is complete: Exception [exception Building Images] Build details are at http://autobuilder.yoctoproject.org:8011/builders/minnow/builds/172 | 18:40 | |
-YoctoAutoBuilder- build #318 of nightly-mips is complete: Exception [exception Building Images] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-mips/builds/318 | 18:40 | |
-YoctoAutoBuilder- build #311 of nightly-x86-64 is complete: Exception [exception Building Images] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-x86-64/builds/311 | 18:40 | |
-YoctoAutoBuilder- build #294 of nightly-oecore is complete: Exception [exception Building Images] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-oecore/builds/294 | 18:40 | |
-YoctoAutoBuilder- build #90 of eclipse-plugin-kepler is complete: Exception [exception interrupted] Build details are at http://autobuilder.yoctoproject.org:8011/builders/eclipse-plugin-kepler/builds/90 | 18:40 | |
-YoctoAutoBuilder- build #314 of nightly-multilib is complete: Exception [exception Building Images_2] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-multilib/builds/314 | 18:40 | |
-YoctoAutoBuilder- build #26 of nightly-qa-pam is complete: Exception [exception Building Images] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-pam/builds/26 | 18:40 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@autobuilder.yoctoproject.org> has quit IRC | 18:41 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@autobuilder.yoctoproject.org> has joined #yocto | 18:41 | |
*** challinan_ is now known as challinan | 18:43 | |
*** musdem <musdem!~Zack@135.0.51.40> has joined #yocto | 18:50 | |
*** musdem <musdem!~Zack@135.0.51.40> has joined #yocto | 18:50 | |
*** musdem <musdem!~Zack@135.0.51.40> has joined #yocto | 18:50 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 18:53 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 18:54 | |
*** musdem <musdem!~Zack@135.0.51.40> has quit IRC | 18:55 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@autobuilder.yoctoproject.org> has quit IRC | 18:58 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@autobuilder.yoctoproject.org> has joined #yocto | 18:59 | |
*** crunchex <crunchex!~crunchex@c-24-130-51-221.hsd1.ca.comcast.net> has joined #yocto | 19:01 | |
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has joined #yocto | 19:04 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128687837.dsl.bell.ca> has joined #yocto | 19:05 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@autobuilder.yoctoproject.org> has quit IRC | 19:11 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@autobuilder.yoctoproject.org> has joined #yocto | 19:11 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@autobuilder.yoctoproject.org> has joined #yocto | 19:12 | |
*** darknighte is now known as darknighte_znc | 19:14 | |
*** crunchex <crunchex!~crunchex@c-24-130-51-221.hsd1.ca.comcast.net> has quit IRC | 19:15 | |
*** hollisb <hollisb!~hollisb@c-50-139-17-21.hsd1.or.comcast.net> has joined #yocto | 19:35 | |
*** hyei <hyei!~hyei@c-107-3-131-122.hsd1.ca.comcast.net> has joined #yocto | 19:35 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC | 19:41 | |
*** seebs <seebs!~seebs@207-224-66-236.mpls.qwest.net> has joined #yocto | 19:48 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@cpe-174-097-252-070.nc.res.rr.com> has joined #yocto | 19:56 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 19:59 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 20:00 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 20:00 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 20:03 | |
*** zerus <zerus!~powerpm@90-224-44-236-no67.tbcn.telia.com> has quit IRC | 20:08 | |
*** jkridner|work <jkridner|work!~jkridner@89-97-163-86.ip18.fastwebnet.it> has quit IRC | 20:16 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 20:18 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 20:19 | |
*** ka6sox-farfarawa is now known as zz_ka6sox-farfar | 20:20 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@cpe-174-097-252-070.nc.res.rr.com> has quit IRC | 20:29 | |
*** darknighte_znc is now known as darknighte | 20:35 | |
*** arky <arky!~arky@nat/mozilla/x-oyzdewtnicgkpvcz> has joined #yocto | 20:37 | |
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has quit IRC | 20:37 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@cpe-174-097-252-070.nc.res.rr.com> has joined #yocto | 20:38 | |
*** Crofton <Crofton!~balister@66.228.70.243> has quit IRC | 20:40 | |
zeddii | halstead: ping. | 20:43 |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 20:46 | |
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has joined #yocto | 20:50 | |
*** Crofton <Crofton!~balister@23-25-200-109-static.hfc.comcastbusiness.net> has joined #yocto | 20:53 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 20:53 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 20:54 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 20:56 | |
*** arky <arky!~arky@nat/mozilla/x-oyzdewtnicgkpvcz> has quit IRC | 20:56 | |
*** j8 <j8!~IceChat9@199.44.250.3> has joined #yocto | 21:00 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 21:01 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 21:02 | |
*** Crofton <Crofton!~balister@23-25-200-109-static.hfc.comcastbusiness.net> has quit IRC | 21:06 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@cpe-174-097-252-070.nc.res.rr.com> has quit IRC | 21:13 | |
*** darknighte is now known as darknighte_znc | 21:15 | |
*** j8 <j8!~IceChat9@199.44.250.3> has quit IRC | 21:19 | |
*** darknighte_znc is now known as darknighte | 21:19 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has joined #yocto | 21:26 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 21:28 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128687837.dsl.bell.ca> has quit IRC | 21:31 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 21:32 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128687837.dsl.bell.ca> has joined #yocto | 21:34 | |
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has quit IRC | 21:39 | |
*** bluelightning <bluelightning!~paul@188.31.19.119.threembb.co.uk> has joined #yocto | 21:44 | |
*** bluelightning <bluelightning!~paul@188.31.19.119.threembb.co.uk> has quit IRC | 21:44 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 21:44 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128687837.dsl.bell.ca> has quit IRC | 21:45 | |
*** seebs <seebs!~seebs@207-224-66-236.mpls.qwest.net> has quit IRC | 21:46 | |
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has joined #yocto | 21:48 | |
*** crunchex <crunchex!~crunchex@c-24-130-51-221.hsd1.ca.comcast.net> has joined #yocto | 21:48 | |
crunchex | Not a super technical question, but can anyone recommend a good way of adding an ASCII boot logo to a custom distro? | 21:50 |
*** scot_ <scot_!~scot@130.164.62.183> has quit IRC | 21:57 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128687837.dsl.bell.ca> has joined #yocto | 21:58 | |
*** seebs <seebs!~seebs@174-20-230-146.mpls.qwest.net> has joined #yocto | 21:58 | |
-YoctoAutoBuilder- build #287 of nightly-fsl-ppc is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-fsl-ppc/builds/287 | 22:00 | |
*** ant_home <ant_home!~andrea@host40-228-dynamic.1-79-r.retail.telecomitalia.it> has quit IRC | 22:03 | |
*** darknighte is now known as darknighte_znc | 22:04 | |
*** challinan <challinan!~challinan@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC | 22:09 | |
*** sgw_ <sgw_!~sgw@c-71-193-189-117.hsd1.wa.comcast.net> has left #yocto | 22:11 | |
bluelightning | crunchex: probably a custom /etc/issue | 22:16 |
bluelightning | crunchex: angstrom does this if you want to look at an example | 22:16 |
crunchex | bluelightning: ah, had been trying to figure out how angstrom was doing it. thanks for the pointer | 22:17 |
bluelightning | crunchex: yep, you just need to bbappend base-files and add your own issue file, basically | 22:19 |
crunchex | bluelightning: gotcha | 22:19 |
*** seebs <seebs!~seebs@174-20-230-146.mpls.qwest.net> has quit IRC | 22:24 | |
*** vmeson <vmeson!~quassel@128.224.252.2> has quit IRC | 22:26 | |
*** arky <arky!~arky@12.199.206.2> has joined #yocto | 22:27 | |
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has quit IRC | 22:28 | |
*** mr_science <mr_science!~sarnold@net-cf9a4e91.cst.impulse.net> has joined #yocto | 22:28 | |
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 22:28 | |
*** vmeson <vmeson!~quassel@128.224.252.2> has joined #yocto | 22:29 | |
*** _Lucretia__ is now known as _Lucretia_ | 22:30 | |
*** _Lucretia_ <_Lucretia_!~munkee@pdpc/supporter/active/lucretia> has joined #yocto | 22:30 | |
*** seebs <seebs!~seebs@174-20-230-146.mpls.qwest.net> has joined #yocto | 22:31 | |
*** kmccombe_ <kmccombe_!~kevinm@bas10-ottawa23-1128687837.dsl.bell.ca> has joined #yocto | 22:32 | |
*** arky <arky!~arky@12.199.206.2> has quit IRC | 22:32 | |
*** arky <arky!~arky@12.199.206.2> has joined #yocto | 22:33 | |
*** seebs <seebs!~seebs@174-20-230-146.mpls.qwest.net> has joined #yocto | 22:34 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128687837.dsl.bell.ca> has quit IRC | 22:34 | |
*** kmccombe_ is now known as kmccombe | 22:34 | |
*** arky <arky!~arky@12.199.206.2> has quit IRC | 22:35 | |
*** arky <arky!~arky@12.199.206.2> has joined #yocto | 22:35 | |
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has quit IRC | 22:35 | |
*** arky <arky!~arky@12.199.206.2> has quit IRC | 22:35 | |
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has quit IRC | 22:39 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128687837.dsl.bell.ca> has quit IRC | 22:52 | |
*** Crofton <Crofton!~balister@pool-71-171-32-225.ronkva.east.verizon.net> has joined #yocto | 23:22 | |
-YoctoAutoBuilder- build #329 of nightly-mips-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-mips-lsb/builds/329 | 23:26 | |
*** [simar|on] <[simar|on]!~simar@96.125.133.73> has joined #yocto | 23:30 | |
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto | 23:35 | |
*** agust <agust!~agust@pD9E2FBFA.dip0.t-ipconnect.de> has quit IRC | 23:37 | |
*** [simar|on] <[simar|on]!~simar@96.125.133.73> has quit IRC | 23:38 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@cpe-174-097-252-070.nc.res.rr.com> has joined #yocto | 23:41 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 23:42 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@cpe-174-097-252-070.nc.res.rr.com> has quit IRC | 23:43 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 23:58 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!