jwessel | I was contemplating adding tmux support in the same way screen was added where it can auto attach. | 00:00 |
---|---|---|
kergoth | that's what it does, yes. did you not read the email? | 00:00 |
kergoth | it adds two classes, one is high priority and opens a new pane in the existing current tmux window, for when you're running bitbake inside of a tmux session, the other is lower priority (though higher than screen), and spawns a new session and uses the same mechanism as screen does | 00:01 |
jwessel | I just saw your irc comment. | 00:01 |
kergoth | oh :) there's an email on the oe-core list with the patch :) | 00:02 |
jwessel | I didn't know you had created some patches :-) | 00:02 |
kergoth | hehe | 00:02 |
jwessel | I just assumed you might be working on it because I was going to enter a buzilla req 2 weeks ago and so you already had it in there. | 00:02 |
kergoth | do try it out, let me know if it works for you | 00:02 |
* kergoth nods | 00:02 | |
jwessel | ERROR: OE_TERMINAL: Invalid choice 'tmux'. Valid choices: auto none custom tmux-running gnome konsole xfce rxvt xterm screen | 00:08 |
jwessel | I guess it is tmuxnewssion, my bad. | 00:11 |
jwessel | kergoth: It works fine after using the right OE_TERMINAL var. | 00:12 |
* jwessel wonders what the difference is between "tmux-running tmuxrunning" | 00:13 | |
*** mranostay_sjc is now known as mranostay_pdx | 00:16 | |
kergoth | Hmm, that's odd | 00:22 |
* kergoth investigates | 00:23 | |
jwessel | I was just going to type up a mail to your patch, but before doing so I wanted to test something. | 00:23 |
jwessel | This looks like it will fall victim to the same thing the original screen stuff did. | 00:23 |
jwessel | Where if two builds are running the tmux needs to be associated by pid for the "newsession" variant. | 00:24 |
kergoth | Hmm, I swear I already made it use the pid, damn, I really mixed up this patch | 00:24 |
jwessel | No worries. | 00:25 |
kergoth | I'll send a v3 taking those issues into account, thanks for the feedback | 00:25 |
jwessel | The other thing that had me scratching my head was the "tmuxrunning". | 00:25 |
jwessel | If I didn't have a tmux already running, it wouldn't spawn a new one e.g. OE_TERMINAL=tmuxrunning bitbake -c devshell busybox | 00:26 |
jwessel | It just failed through and spanwed gnome terminal instead. | 00:26 |
kergoth | Hmmmm | 00:27 |
jwessel | For ease of use you might consider just calling the other class invocation on failure of the tmuxrunning. | 00:27 |
kergoth | Yeah, it's something to think about. I never actually used tmuxrunning manually, since its higher priority than theo ther terminals, you can just use 'auto' and if you're under tmux, it'll open a split | 00:27 |
jwessel | What you have there works fine if you don't have a DISPLAY variable set. | 00:27 |
* kergoth nods | 00:27 | |
jwessel | yup. I totally see what you are going for, and I never would have even thought to use tmux that way. | 00:28 |
jwessel | I tend to associate one task to one build, and not think about it from a multiplexing capacity like you added. Seems interesting, but my preference would be to just serially use it similar to the screen integration, but that is purely a personal preference. | 00:29 |
kergoth | not sure what you mean by multiplexing. it's not any different than the screen one,e xcept it can open in the current tmux window if you're already in one, rather than opening a new window or session | 00:30 |
jwessel | I won't bother send the mail to the list since we chatted here. I'll probably try the next iteration too. | 00:30 |
* kergoth nods | 00:31 | |
kergoth | I'll give it some more thought and send out another one | 00:31 |
kergoth | thanks again | 00:31 |
jwessel | That is what I mean by multiplexing. It will spawn in what ever session you already have running. | 00:31 |
jwessel | Thanks for implementing it. Tmux is quite useful. | 00:31 |
jwessel | I was even thinking of going a step further and adding it as a -native tool. | 00:32 |
jwessel | That way we can always fall back on it on what ever development host I am on, as we tend to support lots and lots of hosts. | 00:32 |
kergoth | That's an interesting idea. it'd make sure that the devshell is always useful even on headless minimalist servers | 00:33 |
jwessel | Correct. That is primary problem we face today from the commercial side. | 00:34 |
jwessel | We addressed it by forcing the install of screen as a required tool. | 00:34 |
jwessel | But eventually screen will be phased out of newer distros. | 00:34 |
jwessel | So the days of screen are getting numbered with it being long in the tooth. | 00:35 |
*** lh <lh!~lhawthor@osuosl/staff/lh> has quit IRC | 00:35 | |
jwessel | I wasn't sure to what extent you requirement to implement tmux, but I was thinking of it from the "make the default console interface" perspective. | 00:35 |
*** lh <lh!~lhawthor@c-24-21-207-18.hsd1.or.comcast.net> has joined #yocto | 00:45 | |
*** lh <lh!~lhawthor@osuosl/staff/lh> has joined #yocto | 00:45 | |
*** _julian_ <_julian_!~quassel@hmbg-4d0656ee.pool.mediaWays.net> has joined #yocto | 00:46 | |
*** scot_ <scot_!~scot@client-74-113.natinst.com> has quit IRC | 00:49 | |
*** _julian <_julian!~quassel@hmbg-5f76b159.pool.mediaWays.net> has quit IRC | 00:49 | |
*** pidge <pidge!~pidge@c-24-21-207-18.hsd1.or.comcast.net> has joined #yocto | 00:49 | |
pidge | halstead: ping. did something happen to ab06? | 00:50 |
*** sameo <sameo!samuel@nat/intel/x-ktumhjztuvahlzoz> has quit IRC | 01:02 | |
*** darknighte_znc is now known as darknighte | 01:09 | |
evanp | I'm using BBCLASSEXTEND and variants (like multilib) to build some out-of-tree modules against multiple kernel trees. This makes having userland recipes (R)DEPENDS on a kernel recipe (e.g., for an ioctl header) difficult unless I BBCLASSEXTENDS them the same way--but the variants don't actually differ; they just build the same bits over and over.... Is there any way to say "these two recipes are aliases of each other"? | 01:46 |
*** walters <walters!~walters@c-50-138-225-153.hsd1.ma.comcast.net> has quit IRC | 01:46 | |
*** zenlinux <zenlinux!~sgarman@c-76-105-137-48.hsd1.or.comcast.net> has joined #yocto | 02:02 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 03:00 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 03:07 | |
*** behanw <behanw!~behanw@216-58-123-56.cpe.distributel.net> has quit IRC | 03:15 | |
*** honschu_ <honschu_!~honschu@p508F61A1.dip.t-dialin.net> has joined #yocto | 03:36 | |
*** honschu_ <honschu_!~honschu@shackspace/j4fun> has joined #yocto | 03:36 | |
*** honschu <honschu!~honschu@shackspace/j4fun> has quit IRC | 03:38 | |
*** Satrukaan <Satrukaan!~Thunderbi@CPE14dae9f9185e-CM00195ed77152.cpe.net.cable.rogers.com> has joined #yocto | 03:56 | |
*** Satrukaan <Satrukaan!~Thunderbi@CPE14dae9f9185e-CM00195ed77152.cpe.net.cable.rogers.com> has quit IRC | 04:00 | |
*** darknighte is now known as darknighte_znc | 04:01 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 04:02 | |
*** alexhairyman <alexhairyman!~alexhairy@c-174-52-149-118.hsd1.ut.comcast.net> has quit IRC | 04:12 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 04:19 | |
*** mihai <mihai!~mihai@86.126.1.24> has quit IRC | 04:29 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 04:39 | |
*** fusman <fusman!~fahad@110.93.212.98> has quit IRC | 04:47 | |
*** fusman <fusman!~fahad@110.93.212.98> has joined #yocto | 04:48 | |
*** halfhalo <halfhalo!halfhalo@nasadmin/webteam/halfhalo> has quit IRC | 04:59 | |
*** halfhalo <halfhalo!halfhalo@nasadmin/webteam/halfhalo> has joined #yocto | 05:01 | |
*** tasslehoff <tasslehoff!~tasslehof@84.49.231.147> has joined #yocto | 05:20 | |
*** Jay7x <Jay7x!jay@2.93.197.253> has joined #yocto | 05:20 | |
*** zeeblex <zeeblex!apalalax@nat/intel/x-icjftiavhitjjdxa> has joined #yocto | 05:22 | |
*** Jay7 <Jay7!jay@2.93.197.253> has quit IRC | 05:22 | |
*** lh <lh!~lhawthor@osuosl/staff/lh> has quit IRC | 05:30 | |
*** mihai <mihai!~mihai@80.97.15.149> has joined #yocto | 05:31 | |
*** zecke <zecke!~ich@91-65-247-145-dynip.superkabel.de> has joined #yocto | 05:48 | |
*** pirut <pirut!Pirut@nat/intel/x-aflcmizgwmbgcwgt> has joined #yocto | 06:10 | |
*** plfiorini <plfiorini!~plfiorini@93-39-206-197.ip77.fastwebnet.it> has quit IRC | 06:14 | |
*** tor <tor!~tor@c-ef66e655.125-1-64736c10.cust.bredbandsbolaget.se> has joined #yocto | 06:15 | |
*** mthalmei_away is now known as mthalmei | 06:30 | |
*** Zagor <Zagor!~bjst@sestofw01.enea.se> has joined #yocto | 06:33 | |
*** Zagor <Zagor!~bjst@rockbox/developer/Zagor> has joined #yocto | 06:33 | |
*** zecke <zecke!~ich@91-65-247-145-dynip.superkabel.de> has quit IRC | 06:35 | |
*** agust <agust!~agust@pD9E2FC05.dip.t-dialin.net> has joined #yocto | 06:39 | |
*** bogdanm <bogdanm!~bogdanm@134.134.137.75> has joined #yocto | 06:39 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 06:41 | |
erbo | is there any alternative to core-utils that provide nice ? | 06:44 |
*** g1zer0 <g1zer0!~g1zer0@host32-76-dynamic.244-95-r.retail.telecomitalia.it> has joined #yocto | 06:47 | |
*** tsjsieb <tsjsieb!~tsjsieb@2001:980:4b3b:1:225:31ff:fe00:ff7a> has joined #yocto | 06:49 | |
*** mckoan|away is now known as mckoan | 06:50 | |
mckoan | good morning | 06:50 |
bluelightning | erbo: you can enable it in busybox I believe | 06:52 |
bluelightning | morning mckoan, erbo, all | 06:52 |
erbo | morning | 06:53 |
erbo | bluelightning: thanks | 06:53 |
*** Bagder <Bagder!~daniel@www.haxx.se> has quit IRC | 06:53 | |
*** Bagder <Bagder!~daniel@www.haxx.se> has joined #yocto | 06:53 | |
*** roric <roric!~roric@c-7b7ce455.213-3-64736c14.cust.bredbandsbolaget.se> has joined #yocto | 06:55 | |
*** mthalmei is now known as mthalmei_away | 06:59 | |
*** phdeswer_ <phdeswer_!~phdeswer@a88-113-104-180.elisa-laajakaista.fi> has joined #yocto | 07:06 | |
*** OlivierG is now known as OlivierG_ | 07:06 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 07:28 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 07:28 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 07:34 | |
*** sameo <sameo!~samuel@192.55.54.42> has joined #yocto | 07:38 | |
*** Bagder <Bagder!~daniel@www.haxx.se> has quit IRC | 07:41 | |
*** Bagder <Bagder!~daniel@rockbox/developer/bagder> has joined #yocto | 07:41 | |
*** imolit <imolit!edwardd@nat/axis/x-cwaucifubanevaga> has joined #yocto | 07:51 | |
*** blitz00 <blitz00!~stefans@192.198.151.43> has joined #yocto | 07:52 | |
*** blitz00 <blitz00!~stefans@unaffiliated/blitz00> has joined #yocto | 07:52 | |
*** ant_work <ant_work!~ant@host6-80-static.42-85-b.business.telecomitalia.it> has joined #yocto | 07:52 | |
*** zecke <zecke!~ich@dhcp108.vr.in-berlin.de> has joined #yocto | 07:55 | |
*** roric__ <roric__!~roric@c-7b7ce455.213-3-64736c14.cust.bredbandsbolaget.se> has joined #yocto | 08:10 | |
*** florian_kc <florian_kc!~fuchs@port-217-146-132-69.static.qsc.de> has joined #yocto | 08:19 | |
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 08:19 | |
*** florian_kc is now known as florian | 08:20 | |
*** slaine <slaine!~slaine@84.203.137.218> has joined #yocto | 08:24 | |
*** smartin_ <smartin_!~smartin@20-87-190-109.dsl.ovh.fr> has joined #yocto | 08:35 | |
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has joined #yocto | 08:37 | |
*** mihai <mihai!~mihai@80.97.15.149> has quit IRC | 08:43 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 08:44 | |
*** phdeswer_ <phdeswer_!~phdeswer@a88-113-104-180.elisa-laajakaista.fi> has quit IRC | 08:50 | |
*** JaMa <JaMa!~martin@ip-62-24-80-7.net.upcbroadband.cz> has quit IRC | 09:10 | |
*** JaMa <JaMa!~martin@ip-62-24-80-7.net.upcbroadband.cz> has joined #yocto | 09:12 | |
*** tinti_ <tinti_!~tinti@pdpc/supporter/student/tinti> has quit IRC | 09:39 | |
*** belen <belen!Adium@nat/intel/x-knvmorflijabbtbg> has joined #yocto | 09:39 | |
*** alex_kag <alex_kag!~alexei@178.126.19.199> has joined #yocto | 09:41 | |
*** Corneliu <Corneliu!c0c6972b@gateway/web/freenode/ip.192.198.151.43> has joined #yocto | 09:41 | |
YoctoAutoBuilder | build #89 of nightly-ppc-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-ppc-lsb/builds/89 | 09:44 |
alex_kag | hello, i have imx6sabresd. it have 2 cams (/dev/video0, and video1) then i run gst-launch mfw_v4lsrc ! autovideosink - all good, but then i run gst-launch autovideosrc ! autovideosink i got errors. Maybe I missed a plugin? | 09:52 |
rburton | depends on what the errors are really | 09:55 |
rburton | or, the mfw_v4lsrc doesn't want to autoplug | 09:56 |
*** francois99 <francois99!~francois9@78.33.60.6> has quit IRC | 09:58 | |
*** Zagor <Zagor!~bjst@rockbox/developer/Zagor> has quit IRC | 09:59 | |
alex_kag | root@imx6qsabresd:~# gst-launch autovideosrc | 10:03 |
alex_kag | Setting pipeline to PAUSED ... | 10:03 |
alex_kag | Pipeline is PREROLLED ... | 10:03 |
alex_kag | WARNING: from element /GstPipeline:pipeline0/GstAutoVideoSrc:autovideosrc0: Resource not found. | 10:03 |
alex_kag | Additional debug info: | 10:03 |
alex_kag | /home/alexei/lastimx6/poky/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gst-plugins-good/0.10.31-r8/gst-plugins-good-0.10.31/gst/autodetect/gstautovideosrc.c(315):: | 10:03 |
alex_kag | Failed to find a usable video source | 10:03 |
alex_kag | ERROR: from element /GstPipeline:pipeline0/GstAutoVideoSrc:autovideosrc0/GstFakeSrc:fake-video-src: Internal data flow error. | 10:04 |
alex_kag | Additional debug info: | 10:04 |
alex_kag | /home/alexei/lastimx6/poky/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gstreamer/0.10.36-r2/gstreamer-0.10.36/libs/gst/base/gstbasesrc.c(2625): gst_base_src_loop : | 10:04 |
alex_kag | streaming task paused, reason not-linked (-1) | 10:04 |
alex_kag | ERROR: pipeline doesn't want to preroll. | 10:04 |
alex_kag | Setting pipeline to PAUSED ... | 10:04 |
alex_kag | Setting pipeline to READY ... | 10:04 |
alex_kag | Setting pipeline to NULL ... | 10:04 |
alex_kag | Freeing pipeline ... | 10:04 |
*** tor <tor!~tor@c-ef66e655.125-1-64736c10.cust.bredbandsbolaget.se> has quit IRC | 10:09 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has joined #yocto | 10:12 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 10:12 | |
*** tor <tor!~tor@c-ef66e655.125-1-64736c10.cust.bredbandsbolaget.se> has joined #yocto | 10:21 | |
*** tsjsieb <tsjsieb!~tsjsieb@2001:980:4b3b:1:225:31ff:fe00:ff7a> has left #yocto | 10:26 | |
*** mihai <mihai!~mihai@80.97.15.149> has joined #yocto | 10:37 | |
*** jackmitchell <jackmitchell!~Thunderbi@195.171.99.130> has quit IRC | 10:58 | |
*** holgerwrs <holgerwrs!~voidweb@monoceres.uberspace.de> has joined #yocto | 11:13 | |
*** jackmitchell <jackmitchell!~Thunderbi@195.171.99.130> has joined #yocto | 11:20 | |
*** flynn378 <flynn378!~AndChat27@69.73.115.19> has quit IRC | 11:20 | |
*** behanw <behanw!~behanw@216-58-123-56.cpe.distributel.net> has joined #yocto | 11:20 | |
*** alex_kag <alex_kag!~alexei@178.126.19.199> has quit IRC | 11:22 | |
*** jackmitchell <jackmitchell!~Thunderbi@195.171.99.130> has quit IRC | 11:23 | |
*** jackmitchell <jackmitchell!~Thunderbi@195.171.99.130> has joined #yocto | 11:26 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has quit IRC | 11:29 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has joined #yocto | 11:30 | |
*** holgerwrs is now known as holgerwrs_away | 11:37 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@autobuilder.yoctoproject.org> has quit IRC | 11:43 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@autobuilder.yoctoproject.org> has joined #yocto | 11:43 | |
*** jojoR_ <jojoR_!~jojoR@115.199.253.1> has joined #yocto | 11:48 | |
*** jojoR_ <jojoR_!~jojoR@115.199.253.1> has joined #yocto | 11:48 | |
*** zecke <zecke!~ich@dhcp108.vr.in-berlin.de> has quit IRC | 11:52 | |
*** joeythesaint <joeythesaint!~jjm@128.224.252.2> has joined #yocto | 11:55 | |
*** walters <walters!~walters@c-50-138-225-153.hsd1.ma.comcast.net> has joined #yocto | 11:57 | |
walters | is there any formalization for when one has to nuke a build directory after updates? (at the moment I get a conflict between rpm vs rpm-postinsts after doing a git pull of oe-core) | 12:02 |
walters | should one just generally start from a clean build directory for tracking oe-core, and re-edit local.conf? | 12:03 |
*** panda84kde <panda84kde!~diego@static-217-133-170-65.clienti.tiscali.it> has joined #yocto | 12:08 | |
Crofton|work | incremental builds shouw be fine | 12:19 |
*** scot_ <scot_!~scot@client-74-113.natinst.com> has joined #yocto | 12:27 | |
*** zecke <zecke!~ich@dhcp93.vr.in-berlin.de> has joined #yocto | 12:44 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 12:50 | |
hrw | walters: as long as bitbake does not complain that you have to bump version in config files it should be safe | 12:53 |
walters | in this case it looks like there was a conflict between rpm and rpm-postinsts in the sysroot | 12:54 |
walters | worked after i blew away tmp-eglibc | 12:54 |
walters | not a big deal, just curious how others worked | 12:55 |
*** OlivierG_ <OlivierG_!~OlivierG@LVelizy-156-44-42-252.w217-128.abo.wanadoo.fr> has quit IRC | 12:57 | |
*** holgerwrs_away is now known as holgerwrs | 13:21 | |
*** zedd_gone is now known as zedii | 13:21 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 13:21 | |
*** imolit <imolit!edwardd@nat/axis/x-cwaucifubanevaga> has quit IRC | 13:28 | |
*** fatal <fatal!~gem@c-fd8ae155.447-1-64736c11.cust.bredbandsbolaget.se> has quit IRC | 13:30 | |
*** fatal <fatal!~gem@c-fd8ae155.447-1-64736c11.cust.bredbandsbolaget.se> has joined #yocto | 13:32 | |
*** tasslehoff <tasslehoff!~tasslehof@84.49.231.147> has quit IRC | 13:33 | |
YoctoAutoBuilder | build #89 of nightly-ppc is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-ppc/builds/89 | 13:33 |
*** zeeblex <zeeblex!apalalax@nat/intel/x-icjftiavhitjjdxa> has left #yocto | 13:45 | |
*** darknighte_znc is now known as darknighte | 14:06 | |
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has joined #yocto | 14:09 | |
*** tomz2 <tomz2!~trz@c-68-53-177-94.hsd1.in.comcast.net> has left #yocto | 14:11 | |
*** jojoR_ <jojoR_!~jojoR@115.199.253.1> has quit IRC | 14:14 | |
Saur | RP2: Commit a0bd02db2d2341c0a496e9bbd6e8a0ab7e7cd83e causes the following fine message when running oe-init-build-env: cat: /home/pkj/yocto/poky/meta-yocto/conf/conf-notes.txt: No such file or directory | 14:19 |
RP2 | Saur: and a subsequent commit fixes it? | 14:19 |
RP2 | Saur: http://git.yoctoproject.org/cgit.cgi/poky/commit/meta-yocto/conf/conf-notes.txt?id=fd4e5c6c58183f1a017c6b5fe4d43c320e273567 | 14:20 |
Saur | RP2: Ah, hadn't pulled the last commits. :) | 14:21 |
Saur | RP2: Still, I think the cat line should read: [ ! -r "$OECORENOTESCONF" ] || cat $OECORENOTESCONF | 14:22 |
RP2 | Saur: agreed, I'd take a patch | 14:23 |
*** bogdanm <bogdanm!~bogdanm@134.134.137.75> has quit IRC | 14:30 | |
*** scot_ <scot_!~scot@client-74-113.natinst.com> has quit IRC | 14:36 | |
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has quit IRC | 14:37 | |
*** jojoR_ <jojoR_!~jojoR@115.199.253.1> has joined #yocto | 14:42 | |
Saur | RP2: I assume patches for oe-setup-builddir should go to openembedded-core@lists.openembedded.org rather than yocto@yoctoproject.org? | 14:44 |
RP2 | Saur: correct | 14:44 |
*** michael_e_brown <michael_e_brown!~michaeleb@143.166.116.80> has joined #yocto | 14:45 | |
Saur | RP2: I'll pass along two other small patches related to oe-init-build-env while at it... | 14:45 |
*** denisATeukrea <denisATeukrea!~GNUtoo@host56-161-dynamic.1-79-r.retail.telecomitalia.it> has joined #yocto | 14:47 | |
*** cristianiorga <cristianiorga!~cristiani@134.134.137.71> has quit IRC | 14:58 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 15:07 | |
*** hollisb <hollisb!~hollisb@c-67-169-221-181.hsd1.or.comcast.net> has joined #yocto | 15:08 | |
*** Bagder <Bagder!~daniel@rockbox/developer/bagder> has quit IRC | 15:09 | |
*** pirut <pirut!Pirut@nat/intel/x-aflcmizgwmbgcwgt> has quit IRC | 15:17 | |
Saur | RP2: Hmm, you seem to have a script called create-pull-request that seems to be the way to easily format patches for distribution. However, it seems to require that I first push my changes to poky-contrib. Can anyone get write access there, or am I limited to create the mails manually? | 15:21 |
*** ka6sox-away is now known as ka6sox | 15:22 | |
*** davest <davest!Adium@nat/intel/x-kdywvgzoncvnehdq> has joined #yocto | 15:26 | |
*** davest1 <davest1!~Adium@134.134.139.72> has joined #yocto | 15:27 | |
*** jojoR_ <jojoR_!~jojoR@115.199.253.1> has quit IRC | 15:27 | |
RP2 | Saur: you need to send an ssh key to halstead | 15:30 |
*** davest <davest!Adium@nat/intel/x-kdywvgzoncvnehdq> has quit IRC | 15:30 | |
halstead | Saur you can e-mail michael@yoctoproject.org with your ssh public key. | 15:31 |
*** panda84kde <panda84kde!~diego@static-217-133-170-65.clienti.tiscali.it> has quit IRC | 15:31 | |
blitz00 | havefun | 15:32 |
*** lh <lh!~lhawthor@c-24-21-207-18.hsd1.or.comcast.net> has joined #yocto | 15:33 | |
*** lh <lh!~lhawthor@osuosl/staff/lh> has joined #yocto | 15:33 | |
JaMa | bluelightning: how often are layers "reparsed" for layerindex? | 15:34 |
Saur | halstead: Sent | 15:35 |
bluelightning | JaMa: every 3 hours at the moment | 15:35 |
JaMa | thanks | 15:36 |
blitz00 | havefun | 15:36 |
blitz00 | havefun | 15:36 |
* JaMa waiting for meta-webos-ports reparse | 15:36 | |
blitz00 | havefun | 15:37 |
blitz00 | asdasdr | 15:37 |
mihai | blitz00: :))) | 15:37 |
bluelightning | it would be nice if the web interface itself could trigger the reparse but that would require some kind of background processing framework | 15:37 |
bluelightning | of which there are many already in existence, but integrating such a thing is not a trivial exercise | 15:38 |
JaMa | bluelightning: current implementation is good enough for me, this is just exception when I expect a lot of changes from meta-webos-ports | 15:39 |
*** blitz00 <blitz00!~stefans@unaffiliated/blitz00> has quit IRC | 15:41 | |
*** g1zer0 <g1zer0!~g1zer0@host32-76-dynamic.244-95-r.retail.telecomitalia.it> has quit IRC | 15:45 | |
*** Corneliu <Corneliu!c0c6972b@gateway/web/freenode/ip.192.198.151.43> has quit IRC | 15:50 | |
bluelightning | JaMa: I presume it now has a conf/layer.conf? | 15:52 |
bluelightning | the update script has been complaining at me about it... | 15:52 |
JaMa | bluelightning: it had conf/layer.conf even before | 15:53 |
JaMa | bluelightning: but now it contains our meta-webos fork as well as old meta-webos-ports | 15:53 |
bluelightning | JaMa: ah... now I see what's happening | 15:54 |
bluelightning | JaMa: the meta-webos-ports layer index entry points to the webos-ports-setup repo | 15:54 |
*** mihai <mihai!~mihai@80.97.15.149> has quit IRC | 15:54 | |
bluelightning | that does not contain a layer | 15:54 |
JaMa | and branches were renamed to match required layers (master is now correctly danny and new master is compatible with master branches) | 15:55 |
JaMa | ah :/ my fault not sure how I messed it | 15:55 |
JaMa | fixing it now | 15:55 |
bluelightning | thanks, that should work better :) | 15:55 |
*** jackmitchell <jackmitchell!~Thunderbi@195.171.99.130> has quit IRC | 16:01 | |
*** mckoan is now known as mckoan|away | 16:06 | |
*** ant_work <ant_work!~ant@host6-80-static.42-85-b.business.telecomitalia.it> has quit IRC | 16:10 | |
YoctoAutoBuilder | build #94 of nightly-x86-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-x86-lsb/builds/94 | 16:11 |
*** gkiagia <gkiagia!gkiagia@pasanda.collabora.co.uk> has joined #yocto | 16:14 | |
*** JaMa <JaMa!~martin@ip-62-24-80-7.net.upcbroadband.cz> has quit IRC | 16:30 | |
*** JaMa <JaMa!~martin@ip-62-24-80-7.net.upcbroadband.cz> has joined #yocto | 16:37 | |
*** holgerwrs is now known as holgerwrs-away | 16:39 | |
*** denisATeukrea <denisATeukrea!~GNUtoo@host56-161-dynamic.1-79-r.retail.telecomitalia.it> has quit IRC | 16:42 | |
*** davest1 <davest1!~Adium@134.134.139.72> has quit IRC | 16:46 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@autobuilder.yoctoproject.org> has quit IRC | 16:57 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@autobuilder.yoctoproject.org> has joined #yocto | 16:57 | |
*** sameo <sameo!~samuel@192.55.54.42> has quit IRC | 16:58 | |
Saur | RP2: There, sent my first patches to oe-core. I hope I got it right... :) | 17:01 |
*** smartin_ <smartin_!~smartin@20-87-190-109.dsl.ovh.fr> has quit IRC | 17:04 | |
*** dvhart <dvhart!dvhart@nat/intel/x-pzfrqyiaoszmnvru> has joined #yocto | 17:06 | |
RP2 | Saur: looks good, thanks :) | 17:06 |
RP2 | Saur: in future try and be a bit more verbose in the commit message. Those ones are quite obvious but we're trying to get people to explain changes more... | 17:07 |
Saur | RP2: No problem. | 17:07 |
dvhart | RP2? 2? Did the cloning finally work? \o/ | 17:08 |
*** araujo <araujo!~araujo@gentoo/developer/araujo> has quit IRC | 17:08 | |
RP2 | dvhart: I've no idea why I'm that far back on the fallbacks :) | 17:09 |
*** RP2 is now known as RP_ | 17:09 | |
dvhart | ;) | 17:09 |
*** belen <belen!Adium@nat/intel/x-knvmorflijabbtbg> has quit IRC | 17:22 | |
jwessel | dvhart: I have the EFI booting working properly with my out of tree mechanism that uses a USB image with two partitions. | 17:31 |
jwessel | This is the same scheme I was proposing to use to replace the whole linux live with the hdd image. | 17:32 |
dvhart | jwessel, how is it different from mkefidisk.sh ? | 17:32 |
jwessel | I am afraid I don't know what mkefidisk.sh is. | 17:32 |
dvhart | oe-core/scripts/contrib/mkefidisk.sh | 17:33 |
jwessel | I believe you mentioned it to be before, but I had not checked it out. | 17:33 |
dvhart | it deploys hddimg's to a device with 2 partitions, etc | 17:33 |
jwessel | I also resurected the working ISO EFI image stuff too. | 17:33 |
dvhart | nice | 17:33 |
jwessel | I'll get it all loaded into the BZ case next week hopefully. | 17:34 |
dvhart | https://bugzilla.yoctoproject.org/show_bug.cgi?id=4100 | 17:34 |
yocti | Bug 4100: enhancement, Medium+, 1.5, dvhart, ACCEPTED , Add EFI support to ISO images | 17:34 |
* dvhart hugs yocti | 17:34 | |
jwessel | Yup. I know the number since I wrote it ;-) | 17:34 |
dvhart | ah, right :-) Just making sure we were connected and looking at the same things | 17:35 |
jwessel | after seeing the mkefidisk, the version I have is quite a bit more complex. | 17:38 |
jwessel | It does things like writing the image to a file, and doesn't use a hddimage. | 17:38 |
jwessel | In addition to supporting writing something directly to a disk. | 17:38 |
jwessel | I am not saying that the complexity is good or bad of course. | 17:39 |
*** scot_ <scot_!~scot@client-74-113.natinst.com> has joined #yocto | 17:41 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 17:42 | |
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has joined #yocto | 17:48 | |
yzhao2 | any idea how to fix the python's ctypes.util? | 17:55 |
yzhao2 | which can't pass its own test | 17:56 |
yzhao2 | and for a linux which it doesn't have ldconfig/gcc installed on target, it will not work at all I guess | 17:56 |
JaMa | hmm latest curl from oe-core is segfaulting quite a lot :/ | 18:01 |
JaMa | https://github.com/bagder/curl/commit/da3fc1ee91de656a30f3a12de394bcba55119872 should fix it | 18:01 |
*** davest <davest!Adium@nat/intel/x-ybxexlprbbdgajur> has joined #yocto | 18:04 | |
*** RP__ <RP__!~richard@93-97-173-237.zone5.bethere.co.uk> has joined #yocto | 18:14 | |
B4gder | kinda silly bug :-( | 18:16 |
JaMa | ah bagder is here :) | 18:18 |
* JaMa testing patched recipe now | 18:18 | |
B4gder | the next curl release will happen next week though | 18:19 |
B4gder | just a fyi | 18:19 |
JaMa | good, but I think that for oe-core release it will be safer to backport just one patch than upgrade it just before release | 18:20 |
JaMa | unless you know about more dangerous bugs in 7.29 | 18:20 |
B4gder | the bug fixes donce since 7.29 are basically the ones listed at http://curl.haxx.se/dev/release-notes.html, but I can't think of any as "dangerous" as that one | 18:24 |
B4gder | but yes, I agree that a single patch is much safer | 18:25 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 18:30 | |
yzhao2 | any suggestion for the ctypes.util? | 18:33 |
*** slaine <slaine!~slaine@84.203.137.218> has quit IRC | 18:34 | |
yzhao2 | the ctypes.util.find_library can't find anything find_library("m") to look for libm | 18:34 |
yzhao2 | donn:"strace.do_configure" -> "wrl-glibc-prebuilt.do_populate_sysroot" | 18:38 |
*** scot_ <scot_!~scot@client-74-113.natinst.com> has quit IRC | 18:39 | |
*** plfiorini <plfiorini!~plfiorini@93-39-206-197.ip77.fastwebnet.it> has joined #yocto | 18:51 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has quit IRC | 18:56 | |
*** Tartarus <Tartarus!trini@pixelshelf.com> has quit IRC | 18:57 | |
*** Tartarus <Tartarus!trini@pixelshelf.com> has joined #yocto | 18:58 | |
*** joeythesaint <joeythesaint!~jjm@128.224.252.2> has quit IRC | 18:58 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has joined #yocto | 19:00 | |
*** alex_kag <alex_kag!~alexei@93.84.64.115> has joined #yocto | 19:02 | |
*** zecke <zecke!~ich@dhcp93.vr.in-berlin.de> has quit IRC | 19:04 | |
*** araujo <araujo!~araujo@gentoo/developer/araujo> has joined #yocto | 19:05 | |
*** dvhart <dvhart!dvhart@nat/intel/x-pzfrqyiaoszmnvru> has quit IRC | 19:05 | |
alex_kag | hello, is master now is broken? when i try build qt4e-demo-image i've got error: | 19:07 |
alex_kag | ERROR: Recipe rpm-postinsts is trying to create package rpm-postinsts which was already written by recipe rpm. This will cause corruption, please resolve this and only provide the package from one recipe or the other or only build one of the recipes. | 19:07 |
alex_kag | ERROR: Function failed: read_subpackage_metadata | 19:07 |
alex_kag | ERROR: Execution of event handler 'run_buildstats' failed | 19:07 |
alex_kag | T | 19:07 |
*** phantoneD <phantoneD!~destroy@a95-92-88-3.cpe.netcabo.pt> has joined #yocto | 19:13 | |
*** phantoxeD <phantoxeD!~destroy@a95-92-88-3.cpe.netcabo.pt> has quit IRC | 19:17 | |
*** jbaxter <jbaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 19:19 | |
JaMa | alex_kag: you need to clean rpm first | 19:23 |
JaMa | alex_kag: http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7841ee7041d04f11a3d879fb5bc60bb37de0a5c0 moves it from rpm to separate recipe, but with incremental build it will find old rpm-postinsts in pkgdata | 19:23 |
alex_kag | i should manualy delete build/tmp/deploy/rpm? | 19:25 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 19:25 | |
JaMa | alex_kag: bitbake -c clean rpm | 19:26 |
yzhao2 | does yocto have recipe for asciidoc? | 19:29 |
alex_kag | and whether there were any pitfalls in the transition to deb packages? | 19:33 |
rburton | alex_kag: you're switching from rpm to deb? the deb backend is less well tested. | 19:38 |
alex_kag | if its so, i don't want switch :) | 19:39 |
JaMa | you can switch to ipk | 19:43 |
*** abelloni <abelloni!~piout@128-79-216-144.hfc.dyn.abo.bbox.fr> has quit IRC | 19:46 | |
JaMa | is there some plan to create public PR service server? at least to test work load and scallability of PR service code? | 19:51 |
JaMa | did someone report issues like this /usr/bin/objcopy: Unable to recognise the format of the input file `/OE/systemd-1_199-r0/systemd-199/.libs/lt-systemd' few days ago? I cannot find that email now | 20:06 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 20:08 | |
*** zecke <zecke!~ich@91-65-247-145-dynip.superkabel.de> has joined #yocto | 20:08 | |
*** tor <tor!~tor@c-ef66e655.125-1-64736c10.cust.bredbandsbolaget.se> has quit IRC | 20:17 | |
*** ant_home <ant_home!~andrea@host43-27-dynamic.248-95-r.retail.telecomitalia.it> has joined #yocto | 20:25 | |
*** jbaxter <jbaxter!~jbaxter@jimbax.plus.com> has quit IRC | 20:35 | |
ant_home | zedii: feedback sent | 20:48 |
zedii | ant_home, sounds good. I'll look at it later. I'm looking into a related issue, so I hope it's 1 fix for 2 problems. | 20:49 |
ant_home | nice | 20:49 |
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has quit IRC | 20:51 | |
*** davest <davest!Adium@nat/intel/x-ybxexlprbbdgajur> has quit IRC | 20:53 | |
*** phdeswer_ <phdeswer_!~phdeswer@a88-113-104-180.elisa-laajakaista.fi> has joined #yocto | 21:02 | |
*** lh <lh!~lhawthor@osuosl/staff/lh> has quit IRC | 21:06 | |
*** phdeswer_ <phdeswer_!~phdeswer@a88-113-104-180.elisa-laajakaista.fi> has quit IRC | 21:07 | |
*** RP__ <RP__!~richard@93-97-173-237.zone5.bethere.co.uk> has quit IRC | 21:24 | |
*** davest <davest!Adium@nat/intel/x-mgudtuqngkippzsb> has joined #yocto | 21:29 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@autobuilder.yoctoproject.org> has quit IRC | 21:49 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@autobuilder.yoctoproject.org> has joined #yocto | 21:51 | |
*** alex_kag <alex_kag!~alexei@93.84.64.115> has quit IRC | 22:03 | |
*** alex_kag <alex_kag!~alexei@93.84.64.115> has joined #yocto | 22:03 | |
*** alex_kag <alex_kag!~alexei@93.84.64.115> has joined #yocto | 22:04 | |
*** zecke <zecke!~ich@91-65-247-145-dynip.superkabel.de> has quit IRC | 22:04 | |
*** michael_e_brown <michael_e_brown!~michaeleb@143.166.116.80> has quit IRC | 22:05 | |
*** alexn <alexn!~alexn@www.nemirovskyfamily.com> has joined #yocto | 22:18 | |
*** JaMa <JaMa!~martin@ip-62-24-80-7.net.upcbroadband.cz> has quit IRC | 22:19 | |
alexn | I have question which probably is simple, however I can't figure it out. I know I can assign which version of the kernel I want with my machine.conf file. Is there a way to have a single machine support multiple kernels and pass PREFERRED_VERSION_linux-yocto to bitbake on the command line? Or do I need to have different machine.conf files? | 22:21 |
kergoth | use ?= in machine.conf, then you can override it in local.conf | 22:21 |
kergoth | ?= is 'set only if it isn't set already' | 22:22 |
alexn | I'd like to not modify any .conf files. but pass on the command line so I can do automated builds.. one version of the kernel then next run the other version. | 22:22 |
alexn | version is NOT set in any .conf files. they are all ?= defines | 22:23 |
kergoth | bitbake implicitly supports passing any env var into the metadta, it just blacklists them all excepting a certain whitelist for safety | 22:25 |
kergoth | see the documentation on BB_ENV_EXTRAWHITE to learn how to add PREFERRED_ERSION_linux-yocto to it. | 22:25 |
kergoth | alternatively, just write conf/auto.conf in your build dir | 22:25 |
alexn | yeah.. kind of like MACHINE. | 22:25 |
alexn | thanks | 22:25 |
kergoth | that is always parsed, and it exists specifically for automated builders | 22:26 |
kergoth | np | 22:26 |
*** alexn <alexn!~alexn@www.nemirovskyfamily.com> has quit IRC | 22:26 | |
*** agust <agust!~agust@pD9E2FC05.dip.t-dialin.net> has quit IRC | 22:43 | |
RP_ | kergoth: there is the small issue that the shell doesn't like "-" in variable names... | 22:44 |
* RP_ has been bitten before :/ | 22:45 | |
kergoth | ugh, good point, didn't think about that | 22:45 |
bluelightning | so just assign it to another variable and pass that in... | 22:47 |
bluelightning | or use auto.conf and keep your sanity :) | 22:47 |
kergoth | indeed | 22:48 |
*** challinan_ <challinan_!~challinan@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto | 23:17 | |
*** tinti_ <tinti_!~tinti@201.62.162.119> has joined #yocto | 23:18 | |
*** munch_ <munch_!~mark@c-67-184-166-69.hsd1.il.comcast.net> has joined #yocto | 23:20 | |
*** halfhalo_ <halfhalo_!halfhalo@cryptkcoding.com> has joined #yocto | 23:25 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 23:36 | |
*** davest <davest!Adium@nat/intel/x-mgudtuqngkippzsb> has quit IRC | 23:55 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!