dhirc | should I move downloads outside as well? | 00:01 |
---|---|---|
kergoth | unless you enjoy re-downloading stuff regularly | 00:03 |
khem | heh | 00:04 |
khem | this is what enjoyment has come | 00:04 |
khem | goes in line with my proposal for adding wifi connectivity to fundamental human rights | 00:05 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 00:06 | |
nerdboy | yeah, slight typo... | 00:08 |
nerdboy | dhirc: yes both of them | 00:09 |
nerdboy | you can have multiple ones for different builds even | 00:09 |
nerdboy | *as in not binary compatible | 00:09 |
*** nighty^ <nighty^!~nighty@hokuriku.rural-networks.com> has quit IRC | 00:10 | |
*** alimon <alimon!alimon@nat/intel/x-mkusoiqadoyrpomq> has quit IRC | 00:11 | |
tlwoerner | khem: *free* wifi? | 00:15 |
khem` | yes that goes unsaid with human rights | 00:16 |
tlwoerner | if only we knew someone who worked at some major ISP... maybe they could push that from the inside? | 00:16 |
tlwoerner | ;-) | 00:17 |
nerdboy | some cities have essentially free or very low cost fiber everywhere | 00:17 |
khem` | yes | 00:17 |
nerdboy | *the smarter ones | 00:17 |
nerdboy | memphis i think? | 00:17 |
khem` | hmmm so -Wunused-command-line-argument-hard-error-in-future isnt repected by clang anymore | 00:17 |
khem` | I guess they are breaking free from gcc | 00:17 |
khem` | or less care what it supports anymore | 00:17 |
khem` | so I guess "future" has happened | 00:18 |
nerdboy | dhirc: pretty sure one shared sstate-cache will do it | 00:19 |
nerdboy | certain changes will invalidate it anyway, and it should manage what goes with what | 00:19 |
*** ftonello_ <ftonello_!~quassel@91.239.232.90> has quit IRC | 00:22 | |
dhirc | nerdboy: Do any of the recipes, like core-sato etc, come with USB Audio enabled out of the box? | 00:41 |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-ygmablzntwmhcawn> has quit IRC | 00:46 | |
-YoctoAutoBuilder- build #456 of nightly-rpm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/456 | 01:08 | |
*** tlwoerner <tlwoerner!~trevor@unaffiliated/tlwoerner> has quit IRC | 01:20 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has joined #yocto | 01:22 | |
-YoctoAutoBuilder- build #458 of nightly-mips-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips-lsb/builds/458 | 01:22 | |
nerdboy | dhirc: that would depend pn which kernel it uses | 01:24 |
nerdboy | *on even | 01:24 |
nerdboy | check if there's a defconfig in recipe? | 01:25 |
nerdboy | otherwise use your own or make a "fragment" and a bbappend | 01:25 |
nerdboy | the fragment thing is all explained in kernel-lab training link on yoctoproject | 01:26 |
nerdboy | i tested it a while ago and it works with yocto-derived kernel recipes | 01:27 |
nerdboy | eg, take your default beaglebone config in yocto | 01:28 |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 01:29 | |
nerdboy | make or modify kernel bbappend, add src_uri for config fragment, drop fragment in files dir, rebuild kernel | 01:30 |
nerdboy | easy as pie... | 01:31 |
dhirc | nerdboy: I tred adding a fragment, and also added usbutil to get lsusb etc to debug. When I run lsusb I get this "unable to initialise libusb: -99" | 01:32 |
*** phantoneD <phantoneD!destroy@a89-152-21-144.cpe.netcabo.pt> has quit IRC | 01:32 | |
dhirc | My fragment contains: CONFIG_SOUND=m CONFIG_SND=m CONFIG_SND_TIMER=m CONFIG_SND_PCM=m CONFIG_SND_HWDEP=m CONFIG_SND_RAWMIDI=m CONFIG_SND_SUPPORT_OLD_API=y CONFIG_SND_VERBOSE_PROCFS=y CONFIG_SND_DMA_SGBUF=y CONFIG_SND_USB=y CONFIG_SND_USB_AUDIO=m" | 01:33 |
nerdboy | for what machine/kernel/version? | 01:33 |
dhirc | beagblebone (beaglebone black), yocto 3.14 / fido 1.8 | 01:33 |
nerdboy | usb audio/touchscreen works for me on beaglebone... | 01:33 |
dhirc | with core minimal? | 01:34 |
nerdboy | i would switch from yocto bsp to meta-ti bsp | 01:34 |
nerdboy | and use master branch | 01:34 |
nerdboy | or fido if you have a requirement for that | 01:34 |
dhirc | It says "Compatible with Yocto version/s: 1.6" | 01:34 |
nerdboy | what says? | 01:35 |
dhirc | https://www.yoctoproject.org/product/meta-ti-bsp-layer | 01:35 |
dhirc | I thought it was all merged with the main yocto meta? | 01:35 |
dhirc | Seems to be a lot of stale info in this space? | 01:35 |
nerdboy | trust me, replace yocto-bsp layer with meta-ti and set your kernel to ti-staging | 01:35 |
*** sameo_ <sameo_!samuel@nat/intel/x-sgphbrsppjfjfbzy> has quit IRC | 01:36 | |
nerdboy | yocto build of beaglebone is not very optimal | 01:37 |
dhirc | when you say "set your kernel to ti-staging" where do I do that? | 01:37 |
nerdboy | well, yocto-linux (mainline) is still not quite ready for beaglebone | 01:37 |
nerdboy | local.conf add PREFERRED_PROVIDER_virtual/kernel = "recipe-name" | 01:38 |
nerdboy | better grep for that to be safe... | 01:38 |
nerdboy | it might be default on master | 01:38 |
dhirc | So I change edit my conf/bblayers and replace yocto-bsp with the meta-ti one and update preferred provider to ti-staging | 01:38 |
* nerdboy looks at denix | 01:38 | |
nerdboy | yup | 01:39 |
nerdboy | grep and see what it is in meta-ti | 01:39 |
nerdboy | i need to boot up another machine to see latest config | 01:40 |
* nerdboy building for imx right now | 01:40 | |
dhirc | sitara-linux-ti-staging_3.14.bb, linux-ti-staging_3.14.bb, linux-mainline_3.14.bb.. which should I use? | 01:41 |
-YoctoAutoBuilder- build #475 of nightly-x86 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86/builds/475 | 01:41 | |
nerdboy | linux-ti-staging | 01:41 |
nerdboy | but it's much newer on master i believe | 01:41 |
nerdboy | all my current crap is fsl right now, lemme go fire up the other one... | 01:42 |
nerdboy | yup linux-ti-staging_4.1.bb | 01:49 |
nerdboy | on recent master, which has a lot more new stuff in it | 01:50 |
nerdboy | plus DT overlays | 01:50 |
* nerdboy on the embedded bleeding edge, so... | 01:50 | |
dhirc | ok. Not sure I want staging though - sounds unstable? 3.14 mainline may be a better bet? | 01:53 |
dhirc | will build staging first though and see if it just works | 01:53 |
*** dreyna4529 <dreyna4529!~dreyna@unknown-216-200.windriver.com> has quit IRC | 01:58 | |
dhirc | nerdboy: Do you have a copy of your local.conf, bblayers and what bitbake (image, target-thing) you built? Would be good to have a working references to start from. Currently still building my first try.. | 02:12 |
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 02:15 | |
nerdboy | staging is where stuff goes first | 02:15 |
nerdboy | you want it | 02:15 |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 02:19 | |
-YoctoAutoBuilder- build #119 of nightly-mips64 is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips64/builds/119 | 02:29 | |
*** fishey1 is now known as jmesmon | 02:29 | |
-YoctoAutoBuilder- build #118 of nightly-arm64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds/118 | 02:31 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 02:36 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 02:39 | |
*** radhus <radhus!~radhus@sevh.radhuset.org> has quit IRC | 02:43 | |
*** mrsan- <mrsan-!mrsan@2a00:1a28:1157:42::5> has quit IRC | 02:44 | |
dhirc | nerdboy: I get the exact same issue regarding lsusb for the meta-ti staging build? | 02:45 |
nerdboy | can you get the config out of proc? | 02:46 |
nerdboy | might need to modprobe configs | 02:46 |
dhirc | nerdboy: http://pastebin.com/Mg4fyWed | 02:51 |
*** phantoxeD <phantoxeD!destroy@a89-152-21-144.cpe.netcabo.pt> has joined #yocto | 03:01 | |
kergoth | hmm, does use of VPATH cause problems for the -dbg code which grabs source files? | 03:04 |
kergoth | seems like it should be looking in both B and S for relative paths | 03:04 |
darknighte | kergoth: you got a link to the repo generator? | 03:04 |
kergoth | it's in codebench svn, p2_repogenerator. could also look at the yaml based bits fahad did (iirc) which uses the stock p2 stuff | 03:06 |
kergoth | darknighte: http://svr-sje-svn-01.sje.mentorg.com:8080/svn/esd/tools/csl/p2_repogenerator/trunk | 03:06 |
*** Luming <Luming!luyu@nat/intel/x-jpdopqjspehnbgmt> has quit IRC | 03:08 | |
kergoth | gnu-devel -n -U -h i686-pc-linux-gnu sgxx/trunk/arm-none-linux-gnueabi-sourceryg++ init/build_p2_repogenerator from my shell history on build5 in the server farm seems promising, but it requires a gnu-checkout | 03:08 |
kergoth | actually, it looks like i have a tarball with built binaries | 03:08 |
*** Luming <Luming!luyu@nat/intel/x-kioljwjeknuxrufs> has joined #yocto | 03:09 | |
nerdboy | dhirc: i would probably enable these too | 03:09 |
nerdboy | # CONFIG_SND_HRTIMER is not set | 03:09 |
nerdboy | # CONFIG_SND_DYNAMIC_MINORS is not set | 03:09 |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC | 03:09 | |
nerdboy | lemme look at usb... | 03:09 |
nerdboy | i would make EHCI not modules, and either similar for OHCI or disable it | 03:11 |
nerdboy | usb tends to be crucial on these things so just compile it in | 03:12 |
kergoth | er, wrong channel | 03:12 |
nerdboy | ? | 03:13 |
darknighte | kergoth: crud. | 03:13 |
dhirc | CONFIG_USB_EHCI_HCD=y? | 03:13 |
nerdboy | other stuff can be modules, just not the primary controller stuff | 03:13 |
nerdboy | dhirc: yes | 03:13 |
nerdboy | plus omap support | 03:13 |
nerdboy | some of these things do almost everything over usb bus... | 03:14 |
nerdboy | look at rpi model b | 03:15 |
* nerdboy would've paid another 89 cents for a real network chip... | 03:16 | |
-YoctoAutoBuilder- build #126 of nightly-rpm-non-rpm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm-non-rpm/builds/126 | 03:18 | |
*** jkridner|work <jkridner|work!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 03:18 | |
* nerdboy getting tennis-spectator-neck bouncing between channels | 03:19 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 03:19 | |
-YoctoAutoBuilder- build #466 of nightly-multilib is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/466 | 03:30 | |
-YoctoAutoBuilder- build #457 of nightly-ipk is complete: Failure [failed Running Sanity Tests Running Sanity Tests_1 Running Sanity Tests_2] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/457 | 03:35 | |
-YoctoAutoBuilder- build #474 of nightly-arm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm/builds/474 | 03:36 | |
*** Luming <Luming!luyu@nat/intel/x-kioljwjeknuxrufs> has quit IRC | 03:46 | |
*** Luming <Luming!luyu@nat/intel/x-cqdwzlnrkdqxpfdb> has joined #yocto | 03:47 | |
-YoctoAutoBuilder- build #473 of nightly-x86-64-lsb is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64-lsb/builds/473 | 03:55 | |
*** adelcast <adelcast!~adelcast@130.164.62.82> has quit IRC | 03:56 | |
*** rci_ <rci_!~rci@70-90-78-101-BusName-mn.hfc.comcastbusiness.net> has joined #yocto | 03:57 | |
*** rci <rci!~rci@70-90-78-101-BusName-mn.hfc.comcastbusiness.net> has quit IRC | 03:58 | |
*** jmpdelos <jmpdelos!~polk@delos.delosent.com> has quit IRC | 03:58 | |
*** wenzong <wenzong!~wfan@106.120.101.38> has quit IRC | 03:58 | |
*** jmpdelos <jmpdelos!~polk@delos.delosent.com> has joined #yocto | 03:58 | |
*** wenzong <wenzong!~wfan@106.120.101.38> has joined #yocto | 03:58 | |
-YoctoAutoBuilder- build #19 of nightly-wic is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-wic/builds/19 | 04:00 | |
-YoctoAutoBuilder- build #464 of nightly-qa-skeleton is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-skeleton/builds/464 | 04:05 | |
*** adelcast <adelcast!~adelcast@130.164.62.82> has joined #yocto | 04:09 | |
dhirc | nerdboy: It seems my fragment is not being applied when I look at /proc/config.gz.. I have create a meta layer (meta-bbb-via) and have added a .bbappend (http://pastebin.com/Za2YgJEr), and the cfg (http://pastebin.com/DrkeaSTG). My local and bblayers are http://pastebin.com/Rr27Gvxx and http://pastebin.com/gdQsUhj0. What am I doing wrong here? | 04:09 |
*** dreyna4529 <dreyna4529!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 04:26 | |
*** redengin <redengin!~redengin@c-73-193-21-136.hsd1.wa.comcast.net> has quit IRC | 04:44 | |
*** redengin <redengin!~redengin@2601:600:9200:7ab0:fc0f:1b01:eafa:205> has joined #yocto | 04:44 | |
-YoctoAutoBuilder- build #464 of nightly-oecore is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-oecore/builds/464 | 04:45 | |
-YoctoAutoBuilder- build #119 of nightly-arm64 is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds/119 | 05:03 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 05:09 | |
*** dshwang <dshwang!~dshwang@134.134.137.73> has quit IRC | 05:11 | |
*** dshwang <dshwang!~dshwang@134.134.137.73> has joined #yocto | 05:13 | |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto | 05:18 | |
*** loggerbox <loggerbox!todor@nat/intel/x-xwekhlhvrsexjlwb> has quit IRC | 05:30 | |
*** tripzero_ <tripzero_!tripzero@nat/intel/x-caspkxuvqcgpeaky> has quit IRC | 05:30 | |
-YoctoAutoBuilder- build #462 of nightly-qa-systemd is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/462 | 05:30 | |
*** dshwang <dshwang!~dshwang@134.134.137.73> has quit IRC | 05:30 | |
*** loggerbox <loggerbox!todor@nat/intel/x-tqbeykphnoelbznt> has joined #yocto | 05:30 | |
*** tripzero_ <tripzero_!tripzero@nat/intel/x-gmvuymjxwftbglea> has joined #yocto | 05:30 | |
*** tripzero1 <tripzero1!tripzero@nat/intel/x-nlrfniuvwmkwiaxm> has joined #yocto | 05:30 | |
*** dshwang <dshwang!~dshwang@192.55.54.42> has joined #yocto | 05:30 | |
*** tripzero <tripzero!tripzero@nat/intel/x-hdwtjqgmxxqszzfe> has quit IRC | 05:31 | |
nerdboy | i don't see anything jumping out... | 05:31 |
nerdboy | hang on a sec | 05:31 |
nerdboy | https://bpaste.net/raw/df8dab1c86ca | 05:35 |
nerdboy | that's it | 05:36 |
nerdboy | try adding machine to that append | 05:36 |
nerdboy | dhirc: ^^ | 05:37 |
nemequ | I have a recipe which requires a variable be set in another recipe… how would I do that? FWIW it is one of the variables in https://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/tree/recipes-bsp/bootfiles/rpi-config_git.bb that I need to set. | 05:42 |
nemequ | Or should I be appending to that file (config.txt) directly from my recipe instead of trying to go through a variable? | 05:42 |
*** opennandra <opennandra!~marek@81.89.61.168.vnet.sk> has quit IRC | 05:46 | |
redengin | nemequ, using a local file to your recipe is probably the best practice | 05:46 |
nemequ | redengin, I have to add something to a file generated by that recipe (config.txt), AFAIK there is no other way to do what I need. | 05:47 |
nerdboy | i take it it's not one of the options there now? | 05:48 |
nemequ | nerdboy, nope, it's i2c… i have a patch to add it, which I'm planning on submitting as soon as I get everything working | 05:48 |
nerdboy | add i2c as option to what? | 05:49 |
*** nemequ <nemequ!~nemequ@ip68-111-201-164.sd.sd.cox.net> has left #yocto | 05:49 | |
redengin | can you just chain in for now and use sed like the current recipe, but with your i2c variable? | 05:49 |
*** nemequ <nemequ!~nemequ@ip68-111-201-164.sd.sd.cox.net> has joined #yocto | 05:49 | |
nerdboy | works when you load kernel modules | 05:49 |
nemequ | nerdboy, https://paste.fedoraproject.org/259926/06545531/ | 05:49 |
nemequ | sorry, did I miss something when i accidentally closed the channel? | 05:50 |
nerdboy | oh, the dt option | 05:50 |
nemequ | nm, channel logs | 05:50 |
nerdboy | that could go up to to az guy | 05:50 |
* nerdboy steals it for his fork | 05:51 | |
*** redengin <redengin!~redengin@2601:600:9200:7ab0:fc0f:1b01:eafa:205> has quit IRC | 05:52 | |
*** redengin <redengin!~redengin@2601:600:9200:7ab0:fc0f:1b01:eafa:205> has joined #yocto | 05:52 | |
redengin | nemequ, how about just using bbappend and adding a predeploy task before deploy | 05:53 |
nemequ | and append to the file? is that considered to be a good practice? | 05:54 |
redengin | nemequ, err, make that a postdeploy :) since deploy is copying the file in | 05:54 |
nemequ | i'm planning on trying to get this integrated in meta-raspberrypi, so i want to do it right and i have no issue with modifying the existing recipe, if that matters... | 05:54 |
redengin | nemequ, how about "addtask do_postdeploy after do_deploy before do_package | 05:57 |
nerdboy | just patch yours with that | 05:57 |
nerdboy | enable the dt stuff, etc... | 05:58 |
redengin | if you can live with a local recipe branch, thats probably best, doesn't rpi need this support anyway? | 05:58 |
nerdboy | they just tell you to enable it manually | 05:58 |
nemequ | nerdboy, you mean the patch i posted? that's what I'm doing, and setting ENABLE_I2C in my local.conf… | 05:58 |
*** opennandra <opennandra!~marek@81.89.61.168.vnet.sk> has joined #yocto | 05:59 | |
nerdboy | great, let me know how that goes... | 05:59 |
nemequ | yeah, it's probably something that should be there, but i'd like to avoid making people enable it manually | 05:59 |
nemequ | nerdboy, it goes fine, i've been doing it for weeks. | 05:59 |
redengin | nerdboy, manually when? upon runtime? | 05:59 |
nerdboy | no, that particular patch | 05:59 |
nerdboy | manually edit config.txt or use the config tool i guess | 06:00 |
redengin | ah, cuz there could always be boot issues with a bunch of unserviceable interrupts enabled | 06:00 |
nerdboy | dt stuff is "relatively" new... | 06:00 |
nerdboy | last i checked, the readme did not say anything about stable... | 06:01 |
redengin | whats dt stand for? | 06:01 |
nerdboy | device tree | 06:01 |
nemequ | redengin, device tree | 06:01 |
* nerdboy 's fork is a bit older than weeks | 06:02 | |
nerdboy | forked it from the original guy | 06:02 |
nerdboy | https://github.com/VCTLabs/meta-raspberrypi | 06:02 |
redengin | what does config.txt do differently than the kernel config? | 06:03 |
redengin | i.e. do you need i2c to boot? | 06:03 |
nerdboy | no, it's runtime config | 06:04 |
redengin | k, the "*-bootfiles" made me think this is pre-kernel | 06:04 |
redengin | so, then is this just another path to setting the kernel config? | 06:05 |
nerdboy | nope | 06:05 |
nerdboy | nothing to do with kernel config | 06:05 |
nerdboy | but you do need the right stuff enabled for the runtime options to mean anything | 06:06 |
*** pohly <pohly!~pohly@p5DE8F2EE.dip0.t-ipconnect.de> has joined #yocto | 06:06 | |
nerdboy | it's convenience | 06:06 |
redengin | so what do these settings do that the kernel doesn't? | 06:07 |
nerdboy | maybe read the comments? | 06:07 |
nerdboy | the full config.txt is mostly comments | 06:08 |
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has joined #yocto | 06:08 | |
nemequ | redengin, https://www.raspberrypi.org/documentation/configuration/device-tree.md#part3 may help | 06:10 |
redengin | so, my googling says this config.txt is the stand-in bios | 06:10 |
nemequ | that actually sounds like a pretty good description to me… | 06:11 |
*** bzb <bzb!~bzb@198-48-208-237.cpe.pppoe.ca> has joined #yocto | 06:11 | |
redengin | http://elinux.org/RPiconfig | 06:11 |
*** bzb <bzb!~bzb@198-48-208-237.cpe.pppoe.ca> has quit IRC | 06:12 | |
*** AndersD <AndersD!~anders@2.71.236.10.mobile.tre.se> has joined #yocto | 06:15 | |
nemequ | so basically, I have a recipe to add support for the PiFace RTC (http://www.piface.org.uk/products/piface_clock/), which requires i2c. in order to do that i need to write a line to config.txt, which is provided by https://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/tree/recipes-bsp/bootfiles/rpi-config_git.bb… what is the *right* way to do that? | 06:17 |
nemequ | that patch i posted earlier works okay, but requires (afaik) intervention in local.conf, which I would like to avoid… i want to put something in my piface-rtc recipe, if possible, to just automatically enable it | 06:18 |
nemequ | the postdeploy thing seems feasible, but it also seems like a bit of a hack so i'm not sure it would be accepted | 06:20 |
redengin | does the rpi bsp kernel config already enable i2c? | 06:21 |
nemequ | nope | 06:22 |
nemequ | without adding something to config.txt the kernel can't communicate with the clock :( | 06:22 |
redengin | then I'd just append the kernel config to enable i2c and not let the user via config.txt disable it | 06:23 |
-YoctoAutoBuilder- build #451 of nightly-arm-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm-lsb/builds/451 | 06:24 | |
nemequ | i don't think that will work. based on https://www.raspberrypi.org/documentation/configuration/device-tree.md it sounds like the firmware needs to know to enable config.txt, not just the kernel | 06:24 |
nemequ | ^ @ redengin | 06:24 |
nemequ | see the second paragraph on that page | 06:25 |
nemequ | err, the firmware needs to know to enable *i2c*, not just the kernel | 06:26 |
redengin | sounds like rpi isn't sharing its device code, so it must do it itself | 06:27 |
redengin | without knowing more about the rpi yocto architecture I really don't have any good suggestions beyond the postdeploy | 06:28 |
*** jku <jku!jku@nat/intel/x-lqgzndfipptvnkvr> has joined #yocto | 06:29 | |
redengin | you should just submit your patch as an addition to do_deploy and I'm sure they'd be happy with it | 06:29 |
nemequ | ok, i'll do that | 06:29 |
nemequ | thanks for the help redengin, nerdboy | 06:30 |
nerdboy | could for and do pull request | 06:31 |
redengin | nemequ, you may want to change it to a sed one liner to follow suit with their recipe | 06:31 |
nerdboy | or open issue here: https://github.com/agherzan/meta-raspberrypi | 06:31 |
-YoctoAutoBuilder- build #452 of nightly-arm-lsb is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm-lsb/builds/452 | 06:31 | |
nerdboy | *fork even | 06:32 |
nerdboy | or spork maybe | 06:32 |
nemequ | nerdboy, using seed would require a placeholder in config.txt | 06:32 |
nemequ | "#enable_i2c" or something so i could s/#enable_i2c/dtparam=i2c=on/ | 06:33 |
redengin | nemequ, I assumed that a stand in for bios would already have explicit defaults, but perhaps I assume too much | 06:33 |
nemequ | well that config file is part of the meta-raspberrypi repo, so i could add a placeholder… | 06:33 |
redengin | I'd definitely suggest adding explicit defaults in a config.txt.patch with your pull request | 06:34 |
nemequ | yeah, that seems reasonable | 06:34 |
*** benjamirc <benjamirc!~besquive@134.134.139.70> has quit IRC | 06:35 | |
*** aj_c <aj_c!Alex_Joya@nat/intel/x-fenwtxobqmkynuhi> has quit IRC | 06:35 | |
*** tripzero_ <tripzero_!tripzero@nat/intel/x-gmvuymjxwftbglea> has quit IRC | 06:35 | |
*** glfernando <glfernando!~fernando@134.134.137.71> has quit IRC | 06:35 | |
*** marquiz <marquiz!~marquiz@134.134.139.70> has quit IRC | 06:35 | |
*** clsulliv <clsulliv!clsulliv@nat/intel/x-mhblahztlhilkbou> has quit IRC | 06:35 | |
*** ulf` <ulf`!ulf@nat/intel/x-vkgrgwahfnkolywt> has quit IRC | 06:35 | |
*** loggerbox <loggerbox!todor@nat/intel/x-tqbeykphnoelbznt> has quit IRC | 06:35 | |
*** tripzero1 <tripzero1!tripzero@nat/intel/x-nlrfniuvwmkwiaxm> has quit IRC | 06:35 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has quit IRC | 06:36 | |
*** igor <igor!~Igor_Stop@134.134.137.73> has quit IRC | 06:36 | |
redengin | so, whats the rpi community doing these days? I'm always looking for a reason to write some code | 06:39 |
*** grma <grma!~gruberm@HSI-KBW-46-237-193-133.hsi.kabel-badenwuerttemberg.de> has joined #yocto | 06:45 | |
*** frsc <frsc!~frsc@dslb-178-010-204-240.178.010.pools.vodafone-ip.de> has joined #yocto | 06:48 | |
*** tripzero <tripzero!tripzero@nat/intel/x-ywpgejgpryvrqoky> has joined #yocto | 06:49 | |
*** benjamirc <benjamirc!~besquive@134.134.139.70> has joined #yocto | 06:49 | |
*** loggerbox <loggerbox!~todor@134.134.139.70> has joined #yocto | 06:49 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has joined #yocto | 06:50 | |
*** tripzero_ <tripzero_!~tripzero@134.134.137.71> has joined #yocto | 06:50 | |
*** aj_c <aj_c!~Alex_Joya@134.134.137.73> has joined #yocto | 06:50 | |
*** frsc <frsc!~frsc@dslb-178-010-204-240.178.010.pools.vodafone-ip.de> has joined #yocto | 06:50 | |
*** igor <igor!~Igor_Stop@134.134.137.73> has joined #yocto | 06:50 | |
*** ylouise <ylouise!~yalouise@134.134.139.76> has joined #yocto | 06:51 | |
*** clsulliv <clsulliv!clsulliv@nat/intel/x-xifslxpezriuokwn> has joined #yocto | 06:51 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-sibbxrfccnbjwenw> has joined #yocto | 06:54 | |
*** jbrianceau_away is now known as jbrianceau | 06:54 | |
*** ulf` <ulf`!~ulf@134.134.139.70> has joined #yocto | 06:55 | |
*** TobSnyder <TobSnyder!~schneider@ip923450f2.dynamic.kabel-deutschland.de> has joined #yocto | 07:03 | |
*** florian_kc is now known as florian | 07:26 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-wfxshtjhztzbxlgh> has joined #yocto | 07:29 | |
*** dreyna4529 <dreyna4529!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 07:29 | |
*** roccof <roccof!~rocco@93-51-177-218.ip268.fastwebnet.it> has joined #yocto | 07:34 | |
*** uggedal <uggedal!~uggedal@titanium.uggedal.com> has quit IRC | 07:35 | |
*** tripzero_ <tripzero_!~tripzero@134.134.137.71> has quit IRC | 07:37 | |
*** tripzero <tripzero!tripzero@nat/intel/x-ywpgejgpryvrqoky> has quit IRC | 07:37 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has quit IRC | 07:38 | |
*** loggerbox <loggerbox!~todor@134.134.139.70> has quit IRC | 07:38 | |
*** clsulliv <clsulliv!clsulliv@nat/intel/x-xifslxpezriuokwn> has quit IRC | 07:38 | |
*** ylouise <ylouise!~yalouise@134.134.139.76> has quit IRC | 07:38 | |
*** aj_c <aj_c!~Alex_Joya@134.134.137.73> has quit IRC | 07:38 | |
*** igor <igor!~Igor_Stop@134.134.137.73> has quit IRC | 07:38 | |
*** benjamirc <benjamirc!~besquive@134.134.139.70> has quit IRC | 07:38 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has joined #yocto | 07:38 | |
*** tripzero <tripzero!tripzero@nat/intel/x-imqxfjkdjekxpqsk> has joined #yocto | 07:38 | |
*** tripzero_ <tripzero_!tripzero@nat/intel/x-ehnyorcrcvxfrpsz> has joined #yocto | 07:38 | |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC | 07:39 | |
*** igor <igor!~Igor_Stop@134.134.137.73> has joined #yocto | 07:39 | |
*** benjamirc <benjamirc!besquive@nat/intel/x-lsgqfvltnrxdgprr> has joined #yocto | 07:39 | |
*** ylouise <ylouise!~yalouise@134.134.139.76> has joined #yocto | 07:39 | |
*** clsulliv <clsulliv!clsulliv@nat/intel/x-fvcuelejydwlwgze> has joined #yocto | 07:39 | |
*** aj_c <aj_c!Alex_Joya@nat/intel/x-nfoltfeoxitinqbl> has joined #yocto | 07:40 | |
*** loggerbox <loggerbox!todor@nat/intel/x-nnozgclbpjtigoev> has joined #yocto | 07:40 | |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto | 07:40 | |
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has joined #yocto | 07:41 | |
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 07:54 | |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC | 07:59 | |
*** TobSnyder1 <TobSnyder1!~schneider@ip923450f2.dynamic.kabel-deutschland.de> has joined #yocto | 07:59 | |
*** sameo_ <sameo_!~samuel@192.55.54.42> has joined #yocto | 08:02 | |
*** TobSnyder <TobSnyder!~schneider@ip923450f2.dynamic.kabel-deutschland.de> has quit IRC | 08:02 | |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto | 08:03 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 08:06 | |
*** Daemon404 <Daemon404!~who_knows@pdpc/supporter/student/Daemon404> has quit IRC | 08:15 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 08:16 | |
*** Daemon404 <Daemon404!~who_knows@149.12.0.86> has joined #yocto | 08:24 | |
bluelightning | morning all | 08:25 |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 08:27 | |
*** jimBaxter <jimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 08:27 | |
*** CromFr <CromFr!~CromFr@146.185.162.164> has quit IRC | 08:29 | |
-YoctoAutoBuilder- build #461 of nightly-ppc-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/builds/461 | 08:34 | |
*** TobSnyder <TobSnyder!~schneider@ip923450f2.dynamic.kabel-deutschland.de> has joined #yocto | 08:38 | |
*** TobSnyder1 <TobSnyder1!~schneider@ip923450f2.dynamic.kabel-deutschland.de> has quit IRC | 08:40 | |
*** ftonello <ftonello!~quassel@81.145.202.106> has joined #yocto | 08:41 | |
*** nighty^ <nighty^!~nighty@hokuriku.rural-networks.com> has joined #yocto | 08:44 | |
*** belen <belen!Adium@nat/intel/x-yaigxvrchleblyhy> has joined #yocto | 08:44 | |
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has joined #yocto | 08:52 | |
*** marquiz <marquiz!marquiz@nat/intel/x-heikqfgixbeaboxe> has joined #yocto | 08:54 | |
JYDawg | moin | 08:56 |
-YoctoAutoBuilder- build #459 of nightly-mips-lsb is complete: Failure [failed Running Sanity Tests BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips-lsb/builds/459 | 08:57 | |
JYDawg | question: I have a package which in its bitbake recipe needs a hook for preupgrade. | 08:57 |
-YoctoAutoBuilder- build #161 of nightly-oe-selftest is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-oe-selftest/builds/161 | 08:58 | |
JYDawg | is there any way to create this? | 08:59 |
bboozzoo | JYDawg: take a look at prerm, postrm, preinst hooks, https://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#new-recipe-post-installation-scripts | 09:15 |
*** sameo_ <sameo_!~samuel@192.55.54.42> has quit IRC | 09:19 | |
JYDawg | bboozzoo: looking at the code ... no reference to upgrade. | 09:27 |
sujith_h | bluelightning: ping | 09:27 |
sujith_h | bluelightning: I would like to spend some effort on https://bugzilla.yoctoproject.org/show_bug.cgi?id=6787. If you can guide me on the same, like how to move ahead with the task, it would be great help for me. | 09:27 |
yocti | Bug 6787: enhancement, Medium, 2.1, unassigned, NEW , Cancelling builds at any point in the build process | 09:27 |
bluelightning | sujith_h: I think there are several challenges with this one | 09:31 |
bluelightning | sujith_h: the first is that only one controlling UI can connect to the bitbake server at once, so it's not possible to connect to the running server separately and tell it to stop | 09:32 |
*** CromFr <CromFr!~CromFr@146.185.162.164> has joined #yocto | 09:32 | |
bluelightning | sujith_h: the other I guess is that bitbake might not be running at that point at all (it might still be fetching metadata) | 09:34 |
bluelightning | sujith_h: the first problem might be easy to work around by just sending SIGINT to the bitbake UI process | 09:35 |
bluelightning | if you want to force stop you'd just send it twice | 09:35 |
bluelightning | it's not the ideal solution though and I'm not sure how practical it will be | 09:35 |
*** CromFr <CromFr!~CromFr@146.185.162.164> has quit IRC | 09:36 | |
*** CromFr <CromFr!~CromFr@146.185.162.164> has joined #yocto | 09:36 | |
sujith_h | bluelightning: I was thinking about the same. Like an button to stop bitbake process which would send SIGINT | 09:36 |
*** CromFr <CromFr!~CromFr@146.185.162.164> has quit IRC | 09:36 | |
sujith_h | bluelightning: but as you said right, its a work around | 09:36 |
*** CromFr <CromFr!~CromFr@146.185.162.164> has joined #yocto | 09:37 | |
*** _4urele_ <_4urele_!~aurele@srvmail.castel.fr> has quit IRC | 09:45 | |
*** sameo_ <sameo_!~samuel@192.55.54.40> has joined #yocto | 09:50 | |
*** sno <sno!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto | 09:51 | |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC | 09:51 | |
*** CromFr <CromFr!~CromFr@146.185.162.164> has quit IRC | 09:52 | |
*** CromFr <CromFr!~CromFr@146.185.162.164> has joined #yocto | 09:52 | |
*** realBigfoot <realBigfoot!~realBigfo@134.191.220.74> has quit IRC | 10:00 | |
*** realBigfoot <realBigfoot!~realBigfo@134.191.220.74> has joined #yocto | 10:00 | |
*** dv__ <dv__!~quassel@chello062178118086.5.14.vie.surfer.at> has quit IRC | 10:28 | |
*** dv__ <dv__!~quassel@chello062178118086.5.14.vie.surfer.at> has joined #yocto | 10:32 | |
*** Crofton <Crofton!~balister@12.206.185.66> has joined #yocto | 10:55 | |
*** jeremiah_afk is now known as jeremiah | 11:01 | |
LocutusOfBorg1 | Hi folks, I'm porting python-gst1.0 to yocto, would you apply a patch on poky? | 11:03 |
bluelightning | good question | 11:09 |
bluelightning | assuming you effectively mean "would we put python-gst in OE-Core", it depends on whether that needs to be aligned closely with gstreamer itself | 11:10 |
LocutusOfBorg1 | ./poky/meta/recipes-devtools/python/python-gst | 11:11 |
LocutusOfBorg1 | I see it there | 11:12 |
LocutusOfBorg1 | so I would like to give you a ./poky/meta/recipes-devtools/python/python-gst1.0_1.5.2.bb | 11:12 |
LocutusOfBorg1 | or whatever, isn't that already part of core? | 11:12 |
bluelightning | LocutusOfBorg1: there is a python-gst in meta-multimedia (part of the meta-openembedded repo), it's 0.10.x though | 11:15 |
bluelightning | LocutusOfBorg1: I'd probably go for adding it to meta-multimedia | 11:15 |
LocutusOfBorg1 | so would you accept a recipe? | 11:17 |
bluelightning | well, it's not really up to me :) | 11:19 |
bluelightning | but I would say since we have python-gst in meta-multimedia, the right place to add the 1.0 version is meta-multimedia rather than the core | 11:20 |
bluelightning | (in case it's not clear, poky is really a combination of several different components; the recipes under meta/ come from OE-Core and poky just pulls those in verbatim - so any additions/changes to those are sent to OE-Core first and then they automatically come into the poky repository; however that wouldn't apply here if the recipe was instead added to meta-multimedia, that's completely separate) | 11:22 |
bluelightning | in case you haven't seen it: http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded | 11:22 |
LocutusOfBorg1 | so where does this come from? | 11:23 |
LocutusOfBorg1 | http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-devtools/python/python-gst?h=fido | 11:23 |
bluelightning | seems like that's in fido but not master | 11:23 |
bluelightning | I was looking at master | 11:23 |
LocutusOfBorg1 | oh... sorry, I always work with fido sure | 11:24 |
LocutusOfBorg1 | :) | 11:24 |
bluelightning | right, just looked at the history - it was moved out because it's the obsolete 0.10.x version | 11:24 |
LocutusOfBorg1 | strange to find something in fido and not in master... | 11:24 |
bluelightning | I'm honestly not sure now | 11:24 |
bluelightning | rburton: where do you think python-gst 1.0 ought to go? OE-Core or meta-multimedia? | 11:24 |
LocutusOfBorg1 | anyway I'm writing the recipe, if you have a place, I'll be so happy to contribute | 11:25 |
bluelightning | LocutusOfBorg1: ok, that's great... I'm sure there will be a home for it :) | 11:26 |
*** Crofton <Crofton!~balister@12.206.185.66> has quit IRC | 11:31 | |
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has joined #yocto | 11:38 | |
sno | I have a weird problem and don't know how to start debug it ... | 11:43 |
sno | I have a recipe "foo" - this contains several packages: foo-bar, foo-runtime, foo-extra, foo-doc, ... | 11:44 |
sno | for some kind of reason, bitbake doesn't find foo-bar and so depending packages fail | 11:45 |
rburton | bluelightning: doesn't new python-gst need meta-gir? | 11:45 |
*** jku <jku!jku@nat/intel/x-lqgzndfipptvnkvr> has quit IRC | 11:59 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has quit IRC | 12:09 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has joined #yocto | 12:10 | |
*** simmel80 <simmel80!~quassel@p5797F2DB.dip0.t-ipconnect.de> has joined #yocto | 12:17 | |
bluelightning | rburton: possibly, not sure | 12:21 |
*** libv <libv!~libv@ppp-188-174-129-11.dynamic.mnet-online.de> has left #yocto | 12:21 | |
LocutusOfBorg1 | rburton, not sure, for now I need to write a recipe for python-pyygobject3 | 12:22 |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-wfxshtjhztzbxlgh> has quit IRC | 12:25 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has quit IRC | 12:25 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has joined #yocto | 12:25 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-hlnelzponalibtgq> has joined #yocto | 12:26 | |
rburton | yeah that's where gir comes in i'm sure | 12:37 |
-YoctoAutoBuilder- build #159 of nightly-oe-selftest is complete: Failure [failed Running oe-selftest] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-oe-selftest/builds/159 | 12:46 | |
*** Crofton <Crofton!~balister@50.246.116.68> has joined #yocto | 12:54 | |
*** lamego <lamego!lamego@nat/intel/x-ywihlxvukqcfulux> has joined #yocto | 12:58 | |
*** jku <jku!jku@nat/intel/x-qrvxfwrmdskwmfwp> has joined #yocto | 13:11 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-akouowoxsqfcpwel> has joined #yocto | 13:15 | |
-YoctoAutoBuilder- build #476 of nightly-arm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm/builds/476 | 13:19 | |
*** tsramos <tsramos!tsramos@nat/intel/x-dkfqywybiazbeson> has joined #yocto | 13:22 | |
*** dmoseley <dmoseley!~dmoseley@cpe-75-181-75-239.carolina.res.rr.com> has joined #yocto | 13:24 | |
*** cference <cference!~cference@23-91-138-153.cpe.pppoe.ca> has joined #yocto | 13:33 | |
*** jku <jku!jku@nat/intel/x-qrvxfwrmdskwmfwp> has quit IRC | 13:35 | |
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has quit IRC | 13:47 | |
*** grma <grma!~gruberm@HSI-KBW-46-237-193-133.hsi.kabel-badenwuerttemberg.de> has quit IRC | 14:04 | |
*** lilwyrm <lilwyrm!~wyrm@73.151.217.0> has quit IRC | 14:07 | |
*** madisox <madisox!~madison@64-71-1-115.static.wiline.com> has joined #yocto | 14:10 | |
*** jku <jku!~jku@d-lltyxzqsj--98wl3k-3.rev.dnainternet.fi> has joined #yocto | 14:10 | |
*** AndersD <AndersD!~anders@2.71.236.10.mobile.tre.se> has quit IRC | 14:14 | |
*** opennandra <opennandra!~marek@81.89.61.168.vnet.sk> has quit IRC | 14:14 | |
*** Daemon404 <Daemon404!~who_knows@149.12.0.86> has quit IRC | 14:16 | |
*** Daemon404 <Daemon404!~who_knows@pdpc/supporter/student/Daemon404> has joined #yocto | 14:16 | |
*** opennandra <opennandra!~marek@81.89.61.168.vnet.sk> has joined #yocto | 14:23 | |
*** marcin_ <marcin_!c39feabe@gateway/web/freenode/ip.195.159.234.190> has joined #yocto | 14:23 | |
marcin_ | hi guys | 14:23 |
marcin_ | I am new to yocto and I am trying to build my first image | 14:24 |
*** sujith_h <sujith_h!~sharidas@kde/developers/sujithh> has left #yocto | 14:24 | |
marcin_ | as a target I've picked up raspberrypi | 14:24 |
marcin_ | I have problem building it | 14:24 |
marcin_ | my host OS is Ubuntu12 | 14:25 |
marcin_ | and I am facing problems building dpkg (dpkg_1.17.21) | 14:25 |
marcin_ | ERROR: Task 192 (virtual:native:/home/a10053/yocto/poky/meta/recipes-devtools/dpkg/dpkg_1.17.21.bb, do_compile) failed with exit code '1' | 14:25 |
marcin_ | but the thing is that after running 'bitbake -c compile dpkg' everythings is just fine | 14:26 |
*** sgw_ <sgw_!~sgw_@mobile-166-176-185-32.mycingular.net> has joined #yocto | 14:27 | |
marcin_ | any hints why it is not working while building whole image running 'bitbake rpi-basic-image' while is fine with previous command? | 14:27 |
*** bigwyrm <bigwyrm!~wyrm@73.151.217.0> has joined #yocto | 14:29 | |
bluelightning | marcin_: can you use pastebin to show us more of the error message? | 14:30 |
marcin_ | error is here: /usr/local/include/bson.h:63:2: error: #error Must compile with c99 or define MONGO_HAVE_STDINT, MONGO_HAVE_UNISTD, MONGO_USE__INT64, or MONGO_USE_LONG_INT. | 14:30 |
marcin_ | my question is why this is working while compiling just this one single package | 14:31 |
marcin_ | and not when building whole image | 14:31 |
marcin_ | also I am wondering how to force c99 for building dpkg | 14:32 |
marcin_ | should I configure this in 'poky/meta/recipes-devtools/dpkg/dpkg_1.17.21.bb' ? | 14:32 |
marcin_ | also if do_compile is not defined where this one is inherited from? | 14:33 |
fray | typically it's -std=c99 You can add that to the CFLAGS in the recipe if necessary.. but I find that very odd that dpkg does do that itself if it actually needs c99 | 14:33 |
bluelightning | marcin_: is dpkg-native actually being built when building rpi-basic-image? | 14:33 |
bluelightning | marcin_: I'm not sure it would be by default | 14:34 |
zeddii | is anyone successfully using SYSTEMD_AUTO_ENABLE ? I suspect it is broken, and can't find a working reference .. so if someone has one, I'd appreciate the link. | 14:37 |
*** marcin__ <marcin__!c39feabe@gateway/web/freenode/ip.195.159.234.190> has joined #yocto | 14:38 | |
marcin__ | see this for full log: http://pastebin.com/NqrJQhyu | 14:38 |
*** marcin_ <marcin_!c39feabe@gateway/web/freenode/ip.195.159.234.190> has quit IRC | 14:39 | |
marcin__ | looks like package is taken to be build | 14:40 |
*** ylouise <ylouise!~yalouise@134.134.139.76> has left #yocto | 14:43 | |
*** aehs29 <aehs29!~aehernan@134.134.139.70> has joined #yocto | 14:44 | |
*** marcin__ <marcin__!c39feabe@gateway/web/freenode/ip.195.159.234.190> has quit IRC | 14:44 | |
*** marcin_ <marcin_!c39feabe@gateway/web/freenode/ip.195.159.234.190> has joined #yocto | 14:44 | |
*** staylor <staylor!~staylor@mail.au-zone.com> has joined #yocto | 14:50 | |
*** ftonello <ftonello!~quassel@81.145.202.106> has quit IRC | 14:54 | |
*** r24s <r24s!d0b90c36@gateway/web/freenode/ip.208.185.12.54> has joined #yocto | 14:55 | |
*** sujith_h <sujith_h!~sharidas@kde/developers/sujithh> has joined #yocto | 14:56 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 15:02 | |
rburton | huh how does bind-dev work | 15:02 |
*** alimon <alimon!alimon@nat/intel/x-wwitlnucnsinvlav> has joined #yocto | 15:02 | |
rburton | its full of headers but no libraries anywhere | 15:03 |
rburton | oh, static libs only? | 15:03 |
*** ftonello <ftonello!~quassel@81.145.202.106> has joined #yocto | 15:03 | |
*** frsc <frsc!~frsc@dslb-178-010-204-240.178.010.pools.vodafone-ip.de> has quit IRC | 15:07 | |
*** ftonello <ftonello!~quassel@81.145.202.106> has quit IRC | 15:11 | |
*** aehs29 <aehs29!~aehernan@134.134.139.70> has quit IRC | 15:11 | |
*** aehs29 <aehs29!~aehernan@134.134.139.70> has joined #yocto | 15:14 | |
*** raykinsella781 <raykinsella781!rkinsell@nat/intel/x-nugbxuezmlrgxebx> has joined #yocto | 15:15 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-hlnelzponalibtgq> has quit IRC | 15:16 | |
*** ftonello <ftonello!~quassel@81.145.202.106> has joined #yocto | 15:16 | |
*** cference <cference!~cference@23-91-138-153.cpe.pppoe.ca> has quit IRC | 15:17 | |
*** raykinsella781 <raykinsella781!rkinsell@nat/intel/x-nugbxuezmlrgxebx> has left #yocto | 15:19 | |
kergoth | zeddii: i've used it in the past -- it just arranges to run systemctl enable / disable in the postinst/prerm. if your service file doesn't have the needed wantedby/etc, the enable/disable might not do what you want.. | 15:20 |
*** sjolley <sjolley!~sjolley@134.134.139.76> has quit IRC | 15:20 | |
*** TobSnyder <TobSnyder!~schneider@ip923450f2.dynamic.kabel-deutschland.de> has quit IRC | 15:29 | |
marcin_ | how to add C flags to be used for compilation of some given package? | 15:30 |
*** ftonello <ftonello!~quassel@81.145.202.106> has quit IRC | 15:32 | |
bluelightning | marcin_: CFLAGS_append = " --desired-option" - you'd put that in the recipe itself (or a bbappend if you're applying it to an existing recipe in someone else's layer that you're using) | 15:33 |
bluelightning | marcin_: another alternative is to do CFLAGS_append_pn-recipename = ... at the configuration level | 15:33 |
*** ftonello <ftonello!~quassel@81.145.202.106> has joined #yocto | 15:33 | |
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has quit IRC | 15:34 | |
*** tsramos <tsramos!tsramos@nat/intel/x-dkfqywybiazbeson> has quit IRC | 15:34 | |
marcin_ | bluelightning: thanks | 15:37 |
daleg_ | when yocto goes to create a DEB package of the kernel, where are the contents of the DESCRIPTION field sourced from? | 15:38 |
marcin_ | and what about defining some env variables for specific package? | 15:38 |
marcin_ | is do_configure and export good place to do so? | 15:42 |
bluelightning | marcin_: you can certainly do it that way yes | 15:42 |
*** ftonello <ftonello!~quassel@81.145.202.106> has quit IRC | 15:42 | |
kergoth | daleg_: the DESCRIPTION metadata variable. | 15:43 |
*** ftonello <ftonello!~quassel@81.145.202.106> has joined #yocto | 15:43 | |
daleg_ | kergoth: right, of course. I'm trying to hunt down where that is, because yocto (rather, python) is bombing when creating my kernel deb because it's blindly trying to re-encode a UTF-8 string into a UTF-8 string, which python can't cope with and the run bombs with a stacktrace. | 15:46 |
kergoth | as with any metadata variable, you can inspect what it's set to, and how it got set that way, with bitbake -e | 15:46 |
kergoth | bitbake -e yourrecipe | 15:46 |
daleg_ | cool, thanks. I'm fumbling around in the dark here given that I've really only been working with yocto for a few days now. | 15:47 |
*** jkridner|work is now known as jkridner | 15:47 | |
*** dreyna4529 <dreyna4529!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 15:48 | |
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has quit IRC | 15:50 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC | 15:54 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has joined #yocto | 15:57 | |
*** dvhart <dvhart!dvhart@nat/intel/x-abfyvawchspneqjp> has joined #yocto | 16:00 | |
*** belen2 <belen2!Adium@nat/intel/x-zttknlywojhfmlrc> has joined #yocto | 16:01 | |
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 16:02 | |
*** belen <belen!Adium@nat/intel/x-yaigxvrchleblyhy> has quit IRC | 16:02 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 16:02 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 16:03 | |
*** mrsan <mrsan!mrsan@hunting.for.layerbnc.org> has joined #yocto | 16:04 | |
*** xerent <xerent!xerent@compose.lokalen.org> has joined #yocto | 16:04 | |
xerent | hi, I added a line in the preprocess() block in my image recipe, namely "ln -s /lib/foo ${IMAGE_ROOTFS}/lib/bar", but the link fails to appear in my resulting image. I'm wondering where I can find the log file for this step so I can find out what's gone wrong. | 16:06 |
*** bluelightning_ is now known as bluelightning | 16:06 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 16:08 | |
bluelightning | xerent: are you doing anything to ensure the preprocess() function is being called within the recipe? | 16:08 |
*** zenx <zenx!~quassel@37.189.239.56> has joined #yocto | 16:09 | |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto | 16:09 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 16:09 | |
*** tsramos <tsramos!tsramos@nat/intel/x-gtgcqgkddzhnewhe> has joined #yocto | 16:11 | |
xerent | I guess not :) | 16:12 |
xerent | maybe IMAGE_PREPROCESS_COMMAND += "preprocess; " | 16:13 |
xerent | would be a good idea. | 16:13 |
xerent | thanks! | 16:13 |
bluelightning | right yes that's what I was getting at :) | 16:13 |
* xerent hugs bluelightning | 16:14 | |
bluelightning | :D | 16:14 |
xerent | having so much fun working overtime to set up a new iMX6 board | 16:14 |
*** tsramos <tsramos!tsramos@nat/intel/x-gtgcqgkddzhnewhe> has quit IRC | 16:15 | |
*** dhirc <dhirc!~dhirc@unaffiliated/dhirc> has quit IRC | 16:20 | |
*** zenx <zenx!~quassel@37.189.239.56> has quit IRC | 16:22 | |
*** berton <berton!~fabio@177.220.212.62> has joined #yocto | 16:23 | |
*** afxez0r <afxez0r!afxez0r@nat/intel/x-hxdxurcnxenkwpij> has joined #yocto | 16:23 | |
*** marcin_ <marcin_!c39feabe@gateway/web/freenode/ip.195.159.234.190> has quit IRC | 16:24 | |
*** dhirc <dhirc!~dhirc@unaffiliated/dhirc> has joined #yocto | 16:25 | |
*** belen2 <belen2!Adium@nat/intel/x-zttknlywojhfmlrc> has quit IRC | 16:26 | |
*** roccof <roccof!~rocco@93-51-177-218.ip268.fastwebnet.it> has quit IRC | 16:26 | |
*** tsramos <tsramos!tsramos@nat/intel/x-jgbvhixidnabpykk> has joined #yocto | 16:27 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 16:27 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 16:28 | |
* nerdboy waves at the outgoing shift... | 16:30 | |
*** tsramos <tsramos!tsramos@nat/intel/x-jgbvhixidnabpykk> has quit IRC | 16:31 | |
*** belen <belen!Adium@nat/intel/x-lwudxdzhrpkcitjs> has joined #yocto | 16:31 | |
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has joined #yocto | 16:31 | |
*** sameo_ <sameo_!~samuel@192.55.54.40> has quit IRC | 16:33 | |
*** aj_c <aj_c!Alex_Joya@nat/intel/x-nfoltfeoxitinqbl> has quit IRC | 16:36 | |
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has quit IRC | 16:37 | |
*** belen2 <belen2!Adium@nat/intel/x-nqmlmmobxjprloie> has joined #yocto | 16:42 | |
*** belen <belen!Adium@nat/intel/x-lwudxdzhrpkcitjs> has quit IRC | 16:44 | |
*** jbrianceau is now known as jbrianceau_away | 16:50 | |
*** sameo_ <sameo_!~samuel@192.55.55.41> has joined #yocto | 16:50 | |
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has joined #yocto | 16:51 | |
*** ftonello <ftonello!~quassel@81.145.202.106> has quit IRC | 16:52 | |
*** belen2 <belen2!Adium@nat/intel/x-nqmlmmobxjprloie> has quit IRC | 17:01 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 17:01 | |
*** dmoseley <dmoseley!~dmoseley@cpe-75-181-75-239.carolina.res.rr.com> has quit IRC | 17:03 | |
*** glfernando <glfernando!~fernando@134.134.137.71> has joined #yocto | 17:06 | |
*** sgw_ <sgw_!~sgw_@mobile-166-176-185-32.mycingular.net> has quit IRC | 17:09 | |
*** jku <jku!~jku@d-lltyxzqsj--98wl3k-3.rev.dnainternet.fi> has quit IRC | 17:17 | |
*** tsramos <tsramos!tsramos@nat/intel/x-zrjirupxitofmwkd> has joined #yocto | 17:20 | |
*** hitlin37 <hitlin37!uid16371@gateway/web/irccloud.com/x-sqjwhubkxxxdzglh> has quit IRC | 17:22 | |
*** sameo_ <sameo_!~samuel@192.55.55.41> has quit IRC | 17:23 | |
*** sgw_ <sgw_!~sgw_@mobile-166-176-185-32.mycingular.net> has joined #yocto | 17:23 | |
*** jkridner|work <jkridner|work!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 17:23 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 17:27 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 17:28 | |
*** aehs29 <aehs29!~aehernan@134.134.139.70> has left #yocto | 17:30 | |
*** jkridner|work <jkridner|work!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 17:32 | |
*** dreyna4529 <dreyna4529!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 17:32 | |
*** jkridner|work <jkridner|work!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 17:32 | |
*** dlerner <dlerner!~dlerner@50-198-55-145-static.hfc.comcastbusiness.net> has joined #yocto | 17:32 | |
*** jkridner_ <jkridner_!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 17:34 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 17:35 | |
*** jkridner|work <jkridner|work!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 17:37 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 17:39 | |
daleg_ | alright, I found the source of my problem with yocto bombing while packaging a 4.1.5 kernel | 17:41 |
*** dlerner <dlerner!~dlerner@50-198-55-145-static.hfc.comcastbusiness.net> has left #yocto | 17:41 | |
daleg_ | it's an issue with the description in one of the kernel module packages | 17:41 |
daleg_ | "cafe-nand kernel module; NAND flash driver for OLPC CAFÉ chip" | 17:41 |
daleg_ | this gets fed into line 331 of package_deb.bbclass | 17:42 |
daleg_ | ctrlfile.write('%s\n' % unicode(textwrap.fill(description.strip(), width=74, initial_indent=' ', subsequent_indent=' '))) | 17:42 |
daleg_ | unicode() was born without a frontal lobe, so if it's fed a unicode string, it freaks out and kills itself | 17:43 |
daleg_ | THANKS PYTHON | 17:43 |
kergoth | that would be a recipe with non-ascii in it, didn't you say you took care of that? :) | 17:44 |
nerdboy | that was the "orinal out of range" failure? | 17:44 |
nerdboy | *ordinal even | 17:44 |
daleg_ | kergoth: I'm using a recipe-kernel that was generated using the 'yocto-kernel' command | 17:44 |
daleg_ | nerdboy: yep | 17:44 |
nerdboy | awesome | 17:44 |
daleg_ | so the backstory is this: | 17:45 |
daleg_ | 1) I want a 4.1.5 kernel | 17:45 |
nerdboy | the trac version was a commit message somewhere with a non-ascii char in it | 17:45 |
daleg_ | 2) I use 'yocto-kernel' to generate a recipe for that | 17:45 |
daleg_ | 3) build bombs with unicode poison sprinkled somewhere in the mix | 17:45 |
kergoth | lesson: bitbake and oe need fixing to not suck with unicode in general | 17:45 |
nerdboy | bitbake is not alone there... | 17:46 |
daleg_ | now, the question is where is this "cafe-nand kernel module; NAND flash driver for OLPC CAFÉ chip" string coming from? | 17:46 |
kergoth | good question | 17:46 |
daleg_ | kconf in the kernel source? | 17:46 |
daleg_ | time for some recursive greps | 17:46 |
nerdboy | commit msg? or config description? | 17:46 |
daleg_ | basically what this means, is that there's multiple vectors into the build system that unicode can be injected | 17:47 |
daleg_ | and if that happens... poof | 17:47 |
daleg_ | you lose, good day sir | 17:47 |
* nerdboy also loves the random source file with comment block containing some eastern european char and system thinks file is wrong iso type | 17:48 | |
nerdboy | tends to also make things blow up strangely | 17:48 |
JaMa | yes, like baník pýčo :) | 17:49 |
* nerdboy high-fives JaMa | 17:49 | |
nerdboy | no funny names in comments please | 17:49 |
daleg_ | you know, this goes back to the golden rule of C compilers: never use unicode in anything ever | 17:50 |
daleg_ | not in comments, at least | 17:50 |
kergoth | daleg_: that's a definite problem, have you oepned a bug in the yocto bugzilla yet? | 17:50 |
kergoth | probably should | 17:50 |
nerdboy | yup | 17:50 |
daleg_ | kergoth: I plan to, I want to nail down the exact source of this particular issue first so as to have a complete example | 17:51 |
kergoth | that's admirable | 17:51 |
kergoth | and sadly uncommon | 17:51 |
daleg_ | but the overall theme is: many vectors for unicode to get into The System; and if that happens, good luck | 17:51 |
nerdboy | like training lockheed engineers to use the PR template? | 17:51 |
JaMa | :) | 17:52 |
kergoth | that sounds unpleasant | 17:52 |
nerdboy | 1) what happened, 2) which LAN/system... | 17:52 |
nerdboy | finally got it into clearquest and they still ignored it | 17:52 |
nerdboy | PR scrubs were at least "interesting"... | 17:54 |
*** realBigfoot <realBigfoot!~realBigfo@134.191.220.74> has quit IRC | 17:56 | |
daleg_ | ok so who is familiar with the yocto kernel source trees? | 17:56 |
daleg_ | a recursive grep of it found the culprit location: | 17:56 |
daleg_ | ./pkgdata/runtime/kernel-module-cafe-nand:DESCRIPTION_kernel-module-cafe-nand: cafe-nand kernel module; NAND flash driver for OLPC CAF\xc3\x89 chip | 17:56 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 17:56 | |
daleg_ | so whatever makes the file: pkgdata/runtime/kernel-module-cafe-nand:DESCRIPTION_kernel-module-cafe-nand | 17:57 |
daleg_ | er pkgdata/runtime/kernel-module-cafe-nand | 17:57 |
* nerdboy points at OLPC devs | 17:57 | |
nerdboy | looks like their patch... | 17:57 |
daleg_ | maybe they don't enable this module in their kernel defconfig and don't run into this | 17:58 |
*** realBigfoot <realBigfoot!~realBigfo@134.191.220.74> has joined #yocto | 17:59 | |
daleg_ | who knows, this sausage factory is already turning me into a vegetarian | 17:59 |
ntl | likely drivers/mtd/nand/cafe_nand.c from the kernel source? | 18:01 |
ntl | * Driver for One Laptop Per Child ‘CAFÉ’ controller, aka Marvell 88ALP01 | 18:01 |
*** bluelightning <bluelightning!~paul@83.217.123.106> has joined #yocto | 18:01 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has quit IRC | 18:01 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 18:01 | |
daleg_ | ok, so basically, who or whatever generates those pkgdata files needs to sanitize the strings and ASCII-ify them first | 18:02 |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 18:02 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 18:02 | |
daleg_ | or else when Joe Random Kernel Dev spits a new module onto the conveyor belt leading to Torvalds' desk and it has unicode in its description, we're going to have issues | 18:03 |
daleg_ | or, as a short term thing | 18:05 |
daleg_ | we can pass on UnicodeDecodeError exceptions | 18:05 |
daleg_ | because really, do we care? | 18:05 |
*** sgw_ <sgw_!~sgw_@mobile-166-176-185-32.mycingular.net> has quit IRC | 18:08 | |
daleg_ | or just try not to encode them ever | 18:09 |
daleg_ | because we make a lot of assumptions by even attempting to do it | 18:09 |
*** pohly <pohly!~pohly@p5DE8F2EE.dip0.t-ipconnect.de> has quit IRC | 18:09 | |
daleg_ | whereas if we don't, we're just passing what's there through | 18:10 |
kergoth | we might want to just blindly pass them on, but it depends on the package manager. rpm doesn't assume anything about the field contents, they're passed as is according to fray, but not sure about debian | 18:10 |
daleg_ | maybe this is a deb requirement. but it's still silly that we assume that the string isn't already utf-8 given how shitty python 2's ability to deal with char encoding is | 18:11 |
*** dreyna4529 <dreyna4529!~dreyna@unknown-216-198.windriver.com> has joined #yocto | 18:15 | |
nerdboy | um, i would imagine they use it a lot on certain hardware... | 18:15 |
nerdboy | olpc 1.0 runs off that thing | 18:16 |
nerdboy | er, boots to nand anyway | 18:16 |
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has quit IRC | 18:17 | |
nerdboy | if was going to stuff into my overlay i would probably enforce filtering and spit out one-and-only-one known encoding | 18:20 |
nerdboy | but that would be a consensus of "1" so not too hard to convince myself... | 18:20 |
kergoth | we really need to make the transition to python3 and move to using unicode everywhere internally | 18:20 |
kergoth | Any thoughts on whether to keep wireless-tools as well as iw in packagegroup-base? I'm thinking we probably should keep both until we *verify* that every network configuration mechanism can use the latter | 18:20 |
* nerdboy votes for python3 and max verification | 18:21 | |
nerdboy | that be one of my "V"'s... | 18:22 |
daleg_ | wow ok | 18:26 |
daleg_ | what do you know | 18:26 |
daleg_ | this fix went in just days ago: | 18:26 |
daleg_ | http://git.yoctoproject.org/cgit.cgi/poky/commit/meta/classes/package_deb.bbclass?id=1019d8c802d426e0692f3b5939fa34fb46ff002d | 18:26 |
*** paulg <paulg!~paulg@184-94-55-234.dedicated.allstream.net> has joined #yocto | 18:26 | |
daleg_ | I'm cherry-picking this over to my pocky branch and trying it | 18:27 |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has quit IRC | 18:28 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has joined #yocto | 18:28 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has joined #yocto | 18:29 | |
*** dfaught <dfaught!~dfaught@cpe-70-119-105-90.tx.res.rr.com> has joined #yocto | 18:30 | |
*** dfaught <dfaught!~dfaught@cpe-70-119-105-90.tx.res.rr.com> has quit IRC | 18:31 | |
daleg_ | success | 18:35 |
daleg_ | ok, so to recap - a few days ago a fix for all this debian package unicode crap was committed back to master; I'm a fido user, and missed it. I cherry-picked it over to my fido tree, it works, the world seems ok now | 18:38 |
kergoth | nice | 18:40 |
daleg_ | lessons learned: python char encoding is still the pit of despair it has always been; and check master. | 18:43 |
*** vi <vi!86868b4d@gateway/web/freenode/ip.134.134.139.77> has joined #yocto | 18:47 | |
vi | Fetcher failure: Fetch command failed with exit code 4, output: | 18:47 |
vi | is the issue | 18:47 |
vi | whats the reason ? | 18:47 |
kergoth | you didn't include the reason | 18:54 |
kergoth | summarizing or grabbing part of a log doesn't give us enough info to tell you anything | 18:54 |
kergoth | put the log in a pastebin | 18:54 |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-sibbxrfccnbjwenw> has quit IRC | 18:56 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 18:58 | |
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 18:58 | |
*** tsramos <tsramos!tsramos@nat/intel/x-zrjirupxitofmwkd> has quit IRC | 18:59 | |
*** tsramos <tsramos!~tsramos@192.55.54.38> has joined #yocto | 18:59 | |
nerdboy | daleg_: what is your requirement to be on release branch? | 19:01 |
nerdboy | er, more context maybe... | 19:01 |
daleg_ | being new to yocto, I guess it made sense? | 19:01 |
daleg_ | should I be on master? | 19:01 |
nerdboy | probably | 19:01 |
vi | I am making fido 1.8 build | 19:02 |
daleg_ | then what good are the releases then? | 19:02 |
vi | and got error | 19:02 |
nerdboy | stablize on your end as you reach your "target" goal | 19:02 |
vi | WARNING: Failed to fetch URL https://github.com/downloads/mozilla/rhino/rhino1_7R4.zip, attempting MIRRORS if available ERROR: Fetcher failure: Fetch command failed with exit code 4, output: OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure Unable to establish SSL connection. | 19:02 |
vi | ERROR: Function failed: Fetcher failure for URL: 'https://github.com/downloads/mozilla/rhino/rhino1_7R4.zip'. Unable to fetch URL from any source | 19:02 |
daleg_ | SSLv3 nice | 19:03 |
* nerdboy really an outsider, not inner circle | 19:03 | |
nerdboy | they should be stable snapshots pretty much, fixing/adding specific things to that release, also matching docs release | 19:04 |
nerdboy | you can't sprint forever... | 19:04 |
nerdboy | OTOH, stuff is changing fast upstream, kernel/u-boot/runtime | 19:04 |
nerdboy | "vendors" like freescale migrating off their old forks and pushing stuff up | 19:05 |
nerdboy | can't capture it all at once | 19:05 |
* nerdboy waits for comments/corrections | 19:06 | |
rburton | daleg_: if you're new to yocto, running off a release branch makes perfect sense | 19:06 |
rburton | master changes, a lot | 19:06 |
vi | but I want to use master | 19:06 |
nerdboy | lot of work goes into each one trying to make something release-able | 19:06 |
nerdboy | master is usually "safe" | 19:06 |
rburton | nerdboy: tell that to the autobuilder ;) | 19:07 |
rburton | usually, yeah. but it's the churn that can be hard to work against | 19:07 |
nerdboy | could hit build failures anywhere depending on image/machine combo | 19:07 |
nerdboy | i ain't complainin'... | 19:07 |
rburton | every day your entire platform rebuilds and suddenly the toolchain changes underneath you and your code starts emitting new errors... | 19:07 |
nerdboy | master works for me | 19:07 |
nerdboy | that's normal | 19:08 |
daleg_ | I mean, my OS is currently build using Buildroot right now. I'm exploring Yocto as a replacement for Buildroot because I want to have a dev variant of my OS... so my goal right now is not so much to track Yocto master, but to use a Yocto release (Fido, in my case) to get a OS image that is the same as what I currently have with Buildroot | 19:08 |
* nerdboy used to gentoo ~ | 19:08 | |
rburton | nerdboy: depends on how much effort you want to put into tracking oe-core vs how much you want it to just work | 19:08 |
nerdboy | like i said, works for me | 19:08 |
rburton | daleg_: especially if you're new to yocto, use the fido branch | 19:09 |
kergoth | we use master, but not directly. we use specific revisions, locked on a weekly basis, i update after testing to make sure nothing explodes | 19:09 |
nerdboy | i choose when i want o pull and/or fix | 19:09 |
*** limbrik <limbrik!~textual@64.197.89.235> has quit IRC | 19:09 | |
kergoth | yeah, fido is good for a stable baseline | 19:09 |
nerdboy | i can at least keep myself stable for a little while | 19:09 |
nerdboy | the the medication runs out | 19:10 |
nerdboy | *then even | 19:10 |
*** tsramos <tsramos!~tsramos@192.55.54.38> has quit IRC | 19:11 | |
nerdboy | daleg_: for it usually goes like this, every few months or so (or when i get a new something i can build for) | 19:11 |
*** tsramos <tsramos!~tsramos@134.134.139.74> has joined #yocto | 19:12 | |
nerdboy | pull on master, build/fix/pull to get it going, test things on the same (upstream) commit for a while (push/pull from my own repo), spit something out, next | 19:13 |
daleg_ | that's generally what I do with buildroot | 19:14 |
nerdboy | there ya go | 19:14 |
nerdboy | i do push back fixes when i have something | 19:14 |
nerdboy | they seem to tolerate that from me | 19:15 |
* nerdboy crashed a couple dev mtgs even | 19:15 | |
*** r24s <r24s!d0b90c36@gateway/web/freenode/ip.208.185.12.54> has quit IRC | 19:32 | |
*** jkridner_ is now known as jkridner | 19:37 | |
*** adelcast <adelcast!~adelcast@130.164.62.82> has quit IRC | 19:38 | |
nerdboy | otavio: getting a couple of boot errors with console-image-full | 19:57 |
nerdboy | *imx28 | 19:57 |
nerdboy | besides the lockdep error | 19:57 |
nerdboy | repeated after first-boot, so i don't think it will fix itself | 19:58 |
nerdboy | https://bpaste.net/raw/21ec97a4a59a <= second boot from latest image build (last commit is a week old i think) | 20:01 |
nerdboy | still, i guess i expected more trouble, so | 20:01 |
nerdboy | you get a cookie | 20:01 |
nerdboy | core-image-full-cmdline-imx28evk-20150826050446 | 20:02 |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has quit IRC | 20:09 | |
*** belen1 <belen1!Adium@nat/intel/x-ugmqlppajkqgcqds> has joined #yocto | 20:19 | |
*** raykinsella78 <raykinsella78!~rkinsell@192.198.151.43> has joined #yocto | 20:20 | |
-YoctoAutoBuilder- build #463 of nightly-ppc-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/builds/463 | 20:22 | |
* nerdboy waves at belen1 | 20:23 | |
*** paulg <paulg!~paulg@184-94-55-234.dedicated.allstream.net> has quit IRC | 20:23 | |
*** belen1 <belen1!Adium@nat/intel/x-ugmqlppajkqgcqds> has quit IRC | 20:31 | |
*** raykinsella78 <raykinsella78!~rkinsell@192.198.151.43> has quit IRC | 20:32 | |
*** dreyna_ <dreyna_!~dreyna@unknown-4-201.windriver.com> has joined #yocto | 20:35 | |
*** dreyna4529 <dreyna4529!~dreyna@unknown-216-198.windriver.com> has quit IRC | 20:37 | |
*** paulg <paulg!~paulg@72.1.195.9> has joined #yocto | 20:44 | |
realBigfoot | my rootfs is readonly right after building yocto, does anyone know what this could possibly be? | 20:50 |
*** raykinsella78 <raykinsella78!~rkinsell@192.198.151.43> has joined #yocto | 20:50 | |
paulg | booted with "ro" on the kernel command line perhaps? | 20:51 |
*** Crofton <Crofton!~balister@50.246.116.68> has quit IRC | 20:53 | |
*** ant_home <ant_home!~ant__@host167-191-dynamic.52-82-r.retail.telecomitalia.it> has joined #yocto | 20:53 | |
*** radhus <radhus!~radhus@sevh.radhuset.org> has joined #yocto | 20:56 | |
*** berton <berton!~fabio@177.220.212.62> has quit IRC | 20:58 | |
*** raykinsella78 <raykinsella78!~rkinsell@192.198.151.43> has quit IRC | 21:02 | |
*** nitink <nitink!~nitink@209.49.224.62> has joined #yocto | 21:02 | |
*** sgw_ <sgw_!~sgw_@mobile-166-176-187-246.mycingular.net> has joined #yocto | 21:10 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has quit IRC | 21:10 | |
-YoctoAutoBuilder- build #458 of nightly-ipk is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/458 | 21:11 | |
-YoctoAutoBuilder- build #466 of nightly-x32 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/466 | 21:15 | |
realBigfoot | paulg, grub is configured to be ro | 21:16 |
paulg | well, there is your answer then. | 21:18 |
paulg | you can fix it on the fly temporarily with... | 21:19 |
paulg | mount -nv -o remount,rw / | 21:19 |
paulg | then update grub etc. | 21:19 |
*** dreyna4529 <dreyna4529!~dreyna@unknown-216-198.windriver.com> has joined #yocto | 21:19 | |
realBigfoot | yes I can make it to rw but, shouldn't yocto like make it rw by default? | 21:20 |
*** dreyna_ <dreyna_!~dreyna@unknown-4-201.windriver.com> has quit IRC | 21:21 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-brgeoohtouloiqqu> has joined #yocto | 21:21 | |
*** ljose <ljose!~user@254.5.165.83.dynamic.mundo-r.com> has joined #yocto | 21:22 | |
ljose | Hi, I enabled libc-backtrace in DISTRO_FEATURES and now glibc fails to build with core-image-minimal | 21:23 |
ljose | cc1: all warnings being treated as errors | 21:24 |
ljose | /home/ubuntu/poky/builds/core-image-minimal-beagle/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/glibc/2.21-r0/build-arm-poky-linux-gnueabi/sysd-rules:225: recipe for target '/home/ubuntu/poky/builds/core-image-minimal-beagle/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/glibc/2.21-r0/build-arm-poky-linux-gnueabi/misc/gethostid.o' failed | 21:24 |
ljose | 21:24 | |
paulg | realBigfoot, normally sysV init or systemdisease is responsible for flipping it to rw during bootup. | 21:38 |
realBigfoot | paulg, I see, i am on systemd maybe i have compiled it with wrong tag? | 21:38 |
*** nighty^ <nighty^!~nighty@hokuriku.rural-networks.com> has quit IRC | 21:39 | |
paulg | I've not used systemdisease enough yet to know much of how it operates. (Not looking forward to it either....) | 21:39 |
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has quit IRC | 21:39 | |
*** sgw_ <sgw_!~sgw_@mobile-166-176-187-246.mycingular.net> has quit IRC | 21:40 | |
realBigfoot | paulg, ahhaha i see | 21:40 |
paulg | guess i'll have to someday, seeing as it has taken on the "we are the borg; prepare to be assimilated" approach in deployment everywhere. :-( | 21:41 |
realBigfoot | paulg, yeah it looks like everything will have systemd after all | 21:42 |
*** DriverCoder <DriverCoder!~mdrustad@134.134.137.71> has joined #yocto | 21:43 | |
* paulg wonders if it spread to android too | 21:43 | |
khem` | ljose: did you build from scratch | 21:44 |
realBigfoot | hahahaha | 21:44 |
realBigfoot | paulg, it might | 21:44 |
realBigfoot | lols | 21:44 |
ljose | khem: nope just rebuild a previous image | 21:45 |
*** sameo_ <sameo_!~samuel@192.55.54.42> has joined #yocto | 21:45 | |
ljose | BTW, does anybody know if -mapcs-frame is required to get backtraces with ARMv7l | 21:45 |
*** ntl <ntl!~ntl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has quit IRC | 21:51 | |
*** DriverCoder <DriverCoder!~mdrustad@134.134.137.71> has quit IRC | 21:52 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-brgeoohtouloiqqu> has left #yocto | 21:54 | |
khem` | ljose: now a days it should provided you have compiled right ABI specific unwind tables into glibc as well | 21:55 |
khem` | in the past it apcs backtrace support was iffy | 21:55 |
*** dhirc <dhirc!~dhirc@unaffiliated/dhirc> has quit IRC | 21:55 | |
khem` | and framepointer based was what worked always | 21:55 |
ljose | khem`: I using glibc backtrace function and building with -rdynamic but getting bogus stacks | 21:57 |
ljose | should I build with -funwind-tables too? | 21:58 |
*** dhirc <dhirc!~dhirc@115.146.67.58> has joined #yocto | 21:59 | |
*** dhirc <dhirc!~dhirc@unaffiliated/dhirc> has joined #yocto | 21:59 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has joined #yocto | 22:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 22:02 | |
*** ntl <ntl!~ntl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has joined #yocto | 22:04 | |
*** sno <sno!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC | 22:06 | |
*** tsramos <tsramos!~tsramos@134.134.139.74> has quit IRC | 22:12 | |
*** tsramos <tsramos!~tsramos@192.55.54.38> has joined #yocto | 22:12 | |
*** tsramos <tsramos!~tsramos@192.55.54.38> has quit IRC | 22:16 | |
*** dvhart <dvhart!dvhart@nat/intel/x-abfyvawchspneqjp> has quit IRC | 22:19 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 22:26 | |
*** ljose <ljose!~user@254.5.165.83.dynamic.mundo-r.com> has quit IRC | 22:30 | |
*** phantoneD <phantoneD!destroy@a89-152-21-144.cpe.netcabo.pt> has joined #yocto | 22:37 | |
*** jimBaxter <jimBaxter!~jbaxter@jimbax.plus.com> has quit IRC | 22:38 | |
*** jimBaxter <jimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 22:39 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 22:39 | |
*** jimBaxter <jimBaxter!~jbaxter@jimbax.plus.com> has quit IRC | 22:39 | |
*** phantoxeD <phantoxeD!destroy@a89-152-21-144.cpe.netcabo.pt> has quit IRC | 22:41 | |
nerdboy | depends on readonlyroot options no? | 22:42 |
nerdboy | should be a setting for that now... | 22:42 |
-YoctoAutoBuilder- build #472 of nightly-world is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-world/builds/472 | 22:45 | |
*** phragment <phragment!~blubb@jabber.htu.tu-graz.ac.at> has quit IRC | 22:51 | |
*** ant_home <ant_home!~ant__@host167-191-dynamic.52-82-r.retail.telecomitalia.it> has quit IRC | 22:52 | |
*** Crofton <Crofton!~balister@12.206.185.66> has joined #yocto | 22:53 | |
kergoth | there is, read-only-rootfs image feature | 22:54 |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 22:54 | |
* nerdboy needed 3 years ago when stuck on oe-classic | 22:56 | |
nerdboy | *that feature even | 22:56 |
nerdboy | i kinda hacked it, but it wasn't enough we still had to hack stuff even more... | 22:57 |
*** paulg <paulg!~paulg@72.1.195.9> has quit IRC | 22:57 | |
nerdboy | those commits were helpful at least | 22:57 |
*** ant_home <ant_home!~ant__@host167-191-dynamic.52-82-r.retail.telecomitalia.it> has joined #yocto | 23:00 | |
*** Crofton <Crofton!~balister@12.206.185.66> has quit IRC | 23:03 | |
*** staylor <staylor!~staylor@mail.au-zone.com> has quit IRC | 23:07 | |
*** dreyna4529 <dreyna4529!~dreyna@unknown-216-198.windriver.com> has quit IRC | 23:08 | |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto | 23:09 | |
-YoctoAutoBuilder- build #120 of nightly-mips64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips64/builds/120 | 23:10 | |
*** lamego <lamego!lamego@nat/intel/x-ywihlxvukqcfulux> has quit IRC | 23:11 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 23:14 | |
*** dreyna4529 <dreyna4529!~dreyna@unknown-216-198.windriver.com> has joined #yocto | 23:22 | |
*** jmpdelos <jmpdelos!~polk@delos.delosent.com> has quit IRC | 23:23 | |
-YoctoAutoBuilder- build #476 of nightly-x86-64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/476 | 23:25 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 23:36 | |
dhirc | nerdboy: I am going a little crazy getting this to work. I have has zero luck with the fragments. So tried creating a .config and copied it to meta-ti/recipes-kernel/linux/linux-ti-staging-4.1/defconfig, but with no luck. Is this the correct spot to put a whole config? Really want to try and get this sorted today.. The other thing is, how can I check to see what config bitbake is using before building the whole image? | 23:38 |
denix | dhirc: config fragments? | 23:39 |
dhirc | yeha | 23:39 |
dhirc | yeah | 23:39 |
dhirc | denix: Backstory, trying to enable USB audio on the beagle bone black. | 23:39 |
dhirc | I added my own meta layer with the fragments, but when I check /proc/config.gz they are not changing | 23:40 |
*** bongo <bongo!~bnogo@209-6-124-96.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com> has joined #yocto | 23:40 | |
denix | dhirc: you can just append your config fragments to KERNEL_CONFIG_FRAGMENTS list | 23:41 |
denix | dhirc: here's an example - http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-kernel/linux/linux-ti-staging_4.1.bb#n62 | 23:41 |
*** madisox <madisox!~madison@64-71-1-115.static.wiline.com> has quit IRC | 23:41 | |
bongo | is there a way to share the downloads folder kind of like you can share the shared state? | 23:42 |
bongo | The reasoning is so you could do a clean build even if the Internet was down and also to speed up new builds for clients on the same local network | 23:42 |
*** paulg <paulg!~paulg@71-19-175-186.dedicated.allstream.net> has joined #yocto | 23:42 | |
dhirc | denix: This looks promising.. Is there a way to check what config bitbake is working with? I don't want to have to wait for a complete build to check the config is correct. Wasted a lot of time doing this! | 23:43 |
denix | dhirc: run do_configure and check the resulting .config in build/ | 23:44 |
dhirc | aurence1 | 23:48 |
dhirc | s | 23:48 |
dhirc | denix: How do you run "do_configure"? I am pretty green | 23:51 |
denix | dhirc: bitbake virtual/kernel -c configure | 23:52 |
dhirc | thanks | 23:52 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!