-YoctoAutoBuilder- build #54 of nightly-mips64 is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips64/builds/54 | 00:04 | |
*** SoylentYellow <SoylentYellow!~SoylentYe@209-234-137-234.static.twtelecom.net> has quit IRC | 00:09 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has joined #yocto | 00:12 | |
*** sid1 <sid1!0c1b4722@gateway/web/cgi-irc/kiwiirc.com/ip.12.27.71.34> has joined #yocto | 00:13 | |
sid1 | Hi there | 00:14 |
---|---|---|
sid1 | is any buddy online ? | 00:14 |
-YoctoAutoBuilder- build #64 of nightly-deb-non-deb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb-non-deb/builds/64 | 00:18 | |
kergoth | otavio: you may want the other fixes from https://github.com/MentorEmbedded/meta-mentor/pull/494 for your copy | 00:19 |
*** sid1 <sid1!0c1b4722@gateway/web/cgi-irc/kiwiirc.com/ip.12.27.71.34> has quit IRC | 00:27 | |
*** ambrosius <ambrosius!~textual@38.111.148.194> has quit IRC | 00:39 | |
*** behanw <behanw!~behanw@2001:470:b26c:0:c0e4:7a29:bf13:e00> has quit IRC | 00:41 | |
*** paul_ <paul_!~paul@24-246-6-178.cable.teksavvy.com> has quit IRC | 00:43 | |
-YoctoAutoBuilder- build #406 of nightly-x86 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86/builds/406 | 00:44 | |
*** behanw <behanw!~behanw@2001:470:b26c:0:7d07:6423:8f21:e7e0> has joined #yocto | 00:46 | |
*** robher <robher!sid20343@gateway/web/irccloud.com/x-pdwvqooeapuopkqx> has quit IRC | 00:49 | |
*** robher <robher!sid20343@gateway/web/irccloud.com/x-lswdermftfofzryx> has joined #yocto | 00:50 | |
*** sameo <sameo!~samuel@192.55.54.40> has quit IRC | 01:05 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 01:08 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 01:23 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC | 01:24 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 01:28 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto | 01:34 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 01:38 | |
*** davis <davis!~davis@rrcs-96-10-245-18.midsouth.biz.rr.com> has joined #yocto | 01:51 | |
davis | im new to yocto. i finally got my beagle to boot linux from the sato build I installed on the sdcard | 01:52 |
davis | but before with the other debian build, I had my sdcard mounted in /media | 01:52 |
davis | how do i mount the sdcard partition 1 which is the partition which has the uEnv.txt file in it? | 01:53 |
davis | partition 2 is the rootfs and i'm assuming that is what I am using for a rootfs | 01:53 |
davis | also is there any way similar to buildroot to config what programs I will have installed on my rootfs using yocto? | 01:54 |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 02:00 | |
kergoth | there is, see the documentation at yoctoproject.org. | 02:00 |
davis | i'm actually reading the wiki from the site now | 02:02 |
*** aehs29 <aehs29!~aehernan@134.134.137.73> has left #yocto | 02:04 | |
davis | hmm. no yum or apt-get? | 02:05 |
khem` | Well, there is rpm/dpkg/opkg | 02:05 |
khem` | you just need to enable it | 02:05 |
khem` | Or use something like angstrom images which use opkg by default | 02:06 |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 02:14 | |
davis | khem`: I'm still trying to figure out how I enable it. | 02:15 |
khem` | add package-management to DISTRO_FEATURES or IMAGE_FEATURES I forget which one | 02:15 |
davis | unfortunately I don't where ot add that. i'm tired. I'll save that comment and grep the meta manual tomorrow. Many thanks | 02:16 |
kergoth | the same place you add just about everything else, conf/local.conf in your build directory. add EXTRA_IMAGE_FEATURES += "package-management" | 02:16 |
khem` | there we go | 02:18 |
khem` | thanks kergoth | 02:18 |
khem` | kergoth: I am still at loss how nativesdk packages make into populating sysroot | 02:18 |
kergoth | it's populated with the same mechanism as an image. see populate_sdk*.bbclass | 02:19 |
kergoth | hmm | 02:19 |
khem` | I mean the staging sysroot | 02:26 |
khem` | for nativesdk packages | 02:26 |
khem` | this sysroot is used by gcc-crossdk to build and populate the nativesdk packages | 02:27 |
khem` | much like cross build | 02:27 |
khem` | for target | 02:27 |
khem` | see http://pastebin.com/nPr0v3QK | 02:28 |
khem` | items there which go into native sysroot sysroots/x86_64-linux make it in | 02:29 |
khem` | but the items that go into nativesdk sysroot sysroots/x86_64-nativesdk-angstromsdk-linux | 02:29 |
khem` | dont | 02:29 |
khem` | so I wonder | 02:29 |
khem` | but these are being populated from a crossdk recipe | 02:30 |
khem` | I dont know if thats the problem | 02:30 |
khem` | only difference is its not inheriting nativesdk | 02:30 |
khem` | but crosssdk class | 02:30 |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 02:33 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 02:34 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 02:34 | |
khem` | do you know who picks the stuff up from sysroot-destdir and shoves it into staging sysroots ? | 02:34 |
khem` | I dont see sysroot_stage_all doing it | 02:35 |
khem` | its only putting from stuff from ${D} into local sysroot-destdir which is specific to package | 02:36 |
khem` | unless thats somehow automatically hardlinked into final sysroots | 02:36 |
khem` | I am not able to find who copies them there | 02:36 |
khem` | which task if at all | 02:36 |
khem` | sysroot_stage_all() { | 02:38 |
khem` | sysroot_stage_dirs ${D} ${SYSROOT_DESTDIR} | 02:38 |
khem` | } | 02:38 |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 02:38 | |
*** dv__ <dv__!~quassel@chello062178118086.5.14.vie.surfer.at> has joined #yocto | 02:41 | |
*** dv_ <dv_!~quassel@chello062178118086.5.14.vie.surfer.at> has quit IRC | 02:42 | |
khem` | ok so there is populate_sysroot_setscene task which does it | 02:51 |
khem` | which calles sstate_setscene and drags me into sstate :( | 02:52 |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 02:53 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 02:54 | |
*** varibull_ <varibull_!~varibull@ta.tainstruments.com> has joined #yocto | 02:57 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has quit IRC | 02:58 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 03:10 | |
*** stryx`_ <stryx`_!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 03:11 | |
*** alimon1 <alimon1!~alimon@187-176-43-14.dynamic.axtel.net> has quit IRC | 03:24 | |
kergoth | khem`: the sstate part is pretty straightforward, instead of installing to the final destination, you install it to an isolated directory, and let sstate put the files from ther eto the final location. there's a flag for the input path and a flag for the output path. | 03:28 |
kergoth | e.g. with deploy you inherit deploy and install to DEPLOYDIR instead of DEPLOY_DIR_IMAGE, iirc | 03:29 |
kergoth | but yes, i doubt you can install files into a nativesdk area from a crosssdk recipe or vice versa | 03:29 |
* kergoth gets caffeine | 03:29 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 03:31 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 03:36 | |
-YoctoAutoBuilder- build #406 of nightly-world is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-world/builds/406 | 03:36 | |
khem` | kergoth: yeah figured | 03:37 |
khem` | I was mixing installs for native and nativesdk in single recipe | 03:37 |
khem` | the recipe being crosssdk considered only native pieces | 03:38 |
khem` | right solution is to separate out nativesdk piece into recipe of its own hopefully I can get going | 03:38 |
-YoctoAutoBuilder- build #405 of nightly-arm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm/builds/405 | 03:39 | |
kergoth | ah. indeed | 03:40 |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 03:41 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:91aa:74f1:2ca6:5d5c> has quit IRC | 04:17 | |
*** flynn378 <flynn378!sid63564@gateway/web/irccloud.com/x-gyqeqoxyiihcwrih> has quit IRC | 04:19 | |
*** flynn378 <flynn378!sid63564@gateway/web/irccloud.com/x-vtlwvnphawzluoya> has joined #yocto | 04:19 | |
*** vdehors__ <vdehors__!~vincent@LAubervilliers-656-1-235-184.w193-248.abo.wanadoo.fr> has joined #yocto | 04:24 | |
*** vdehors__ <vdehors__!~vincent@LAubervilliers-656-1-235-184.w193-248.abo.wanadoo.fr> has joined #yocto | 04:25 | |
*** zerus <zerus!~epetmab@host-95-192-164-182.mobileonline.telia.com> has joined #yocto | 04:28 | |
*** vdehors_ <vdehors_!~vincent@LAubervilliers-656-1-235-184.w193-248.abo.wanadoo.fr> has quit IRC | 04:28 | |
*** zerus <zerus!~epetmab@host-95-192-164-182.mobileonline.telia.com> has quit IRC | 04:33 | |
*** marek__ <marek__!~marek@81.89.61.168.vnet.sk> has joined #yocto | 04:49 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 04:52 | |
-YoctoAutoBuilder- build #407 of nightly-x86-64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/407 | 05:01 | |
*** OutOfNoWhere <OutOfNoWhere!~rpb@199.68.195.101> has quit IRC | 05:15 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 05:16 | |
*** mansandersson <mansandersson!~Mans@212.162.190.58> has joined #yocto | 05:21 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 05:29 | |
drou | can anyone help me with the "Please use a umask which allows a+rx and u+rwx" sanity check ? | 05:44 |
drou | I did a "find . -exec umask a+rx,u+rwx {} \;" which didn't help | 05:44 |
*** AndersD <AndersD!~qicruser@h83-209-191-235.dynamic.se.alltele.net> has joined #yocto | 05:50 | |
redengin | umask is an environment setting | 05:51 |
*** ambrosius <ambrosius!~textual@c-76-21-79-185.hsd1.ca.comcast.net> has joined #yocto | 06:02 | |
*** wadim_ <wadim_!~egorov@mail.phycard.de> has joined #yocto | 06:13 | |
drou | redengin: ok, so at which level it should be set ? | 06:21 |
redengin | http://man7.org/linux/man-pages/man2/umask.2.html | 06:25 |
redengin | from a commandline umask will show your current setting, mine is at 0002 and works fine | 06:28 |
redengin | but if you're using acl's you'll need to check those | 06:29 |
LetoThe2nd | drou: sure that you're not building on some filsystem or network share that messes with the umask? | 06:37 |
drou | umask is set to 0011 atm. I've root access on this server but i'm not admin on it. It has selinux enforced, i don't know if it can be a clue | 06:44 |
drou | atm, there is no nfs and the filesystem is xfs | 06:45 |
redengin | try the command "umask 0002" | 06:45 |
redengin | 1 is execute permissions right? | 06:46 |
drou | looks good when i run umask 0002 | 06:47 |
redengin | if you are building on a mount point, you may want to check what the mount point's umask is | 06:47 |
drou | but as soon as i log out & log back in, umask remains at 0011 | 06:47 |
drou | ah, that's probably the matter | 06:48 |
redengin | you can add the change to your bashrc or change the /etc/profile | 06:49 |
drou | alright thanks | 06:53 |
jmleo | Hi ! I have two images, and a bbappend on init-ifupdown. I would like to test if I install one image or the other to have one /etc/network/interfaces file with DHCP in the first case and static IP in the second. How can I test which image is currently installed ? Is it even possible/the correct way to do it ? | 06:54 |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-qfywloufkmdadutc> has joined #yocto | 06:54 | |
*** aoibhinn <aoibhinn!sid95825@gateway/web/irccloud.com/x-xjybnfhczrxmepan> has quit IRC | 06:59 | |
*** aoibhinn <aoibhinn!sid95825@gateway/web/irccloud.com/x-jqsysdrojmsxazwe> has joined #yocto | 06:59 | |
*** miandonmenmian <miandonmenmian!~miandonme@210.22.153.182> has joined #yocto | 06:59 | |
miandonmenmian | i see most sample layers at yocto stopped using libfaac. most old recipes found are not working either, why was this lib deleted? | 07:00 |
*** jbrianceau_away is now known as jbrianceau | 07:04 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 07:11 | |
*** smurray <smurray!sid98062@gateway/web/irccloud.com/x-umjnidbwsqewflgk> has quit IRC | 07:13 | |
*** smurray <smurray!sid98062@gateway/web/irccloud.com/x-mhlfnmmeybqsmacc> has joined #yocto | 07:13 | |
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has joined #yocto | 07:15 | |
drou | jmleo: i would say you'll need different machine configurations and then you should generate two different images with the appropriate setup. | 07:17 |
drou | I have a yocto/meta-drou/recipes-core/init-ifupdown/files/ directory which contains subdirectories refering to the machine names (lets say machine-a machine-b). | 07:18 |
drou | In each of the subfolders, you'll have to create a interfaces file that contains the proper configuration | 07:19 |
drou | You'll also need to create a init-ifupdown_1.0.bbappend which will contain FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 07:19 |
drou | i hope it's enough clear | 07:20 |
*** Biliogadafr <Biliogadafr!~User@37.44.121.221> has joined #yocto | 07:21 | |
jmleo | drou: well, I already have something like that, but when the bbappend is called, how is the interface file copied from one or the other directory named after machine name ? | 07:21 |
drou | jmleo: you have to create the interfaces file manually according to the configuration, the main init-ifupdown recipe install the default "interfaces" file, except if you specify MACHINE=machine-a or MACHINE=machine-b in you $BUILDDIR/conf/local.conf | 07:25 |
void-dev | Good morning | 07:28 |
*** dieter_ <dieter_!~quassel@p5795C37F.dip0.t-ipconnect.de> has quit IRC | 07:28 | |
*** phantoneD <phantoneD!destroy@a89-152-21-144.cpe.netcabo.pt> has quit IRC | 07:45 | |
*** drou <drou!c32a382b@gateway/web/freenode/ip.195.42.56.43> has quit IRC | 07:46 | |
*** Happycat <Happycat!500fd832@gateway/web/freenode/ip.80.15.216.50> has joined #yocto | 07:51 | |
*** ambrosius <ambrosius!~textual@c-76-21-79-185.hsd1.ca.comcast.net> has quit IRC | 07:51 | |
Happycat | Hi ! I have a question, after the do_fetch the patch are applied , but from where ? is supposed that it was applied on ${S} directory but it seems that it is not :/ am i missing something ? | 07:53 |
-YoctoAutoBuilder- build #408 of nightly-non-gpl3 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-non-gpl3/builds/408 | 07:54 | |
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has joined #yocto | 07:54 | |
*** seezer <seezer!seezer@quassel/developer/seezer> has quit IRC | 08:01 | |
*** seezer <seezer!quassel@quassel/developer/seezer> has joined #yocto | 08:04 | |
bboozzoo | Happycat: all files (and patches) listed in SRC_URI are copied into ${WORKDIR} | 08:04 |
*** vincenet <vincenet!58bade28@gateway/web/freenode/ip.88.186.222.40> has joined #yocto | 08:06 | |
Happycat | Thanks :) Yes i saw that patches went into ${WORKDIR}/patches but i have doubt about where it si applied from. i get "can't find file to patch" and when i do it manually it works. I must have missed something. | 08:07 |
*** sameo <sameo!samuel@nat/intel/x-gnmxzbkrjcbebvln> has joined #yocto | 08:07 | |
bboozzoo | Happycat: run recipe with -v and you'll see what happens | 08:08 |
-YoctoAutoBuilder- build #403 of nightly-qa-pam is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-pam/builds/403 | 08:11 | |
Happycat | Thanks a lot for the information :) i fixed the problem ! | 08:12 |
vincenet | Hi everybody, I am trying to understand why adding dhcp package in my recipe invoke an error. Problem is in do_rootfs (opkg_install_cmd: Cannot install package dhcp) It is says some symbolic links cannot be created because files (not links) already exist. Is there something to clean ? Any idea ? | 08:14 |
Happycat | Vincenet: I remember having problems when adding dhcp too, i am not sure but i think i had some kind of conflict with udhcp or something similar. You should have clues in the log file. | 08:19 |
*** phantoxeD <phantoxeD!destroy@a89-152-21-144.cpe.netcabo.pt> has joined #yocto | 08:20 | |
*** ddalex1 <ddalex1!~ddalex@233.128.113.87.dyn.plus.net> has joined #yocto | 08:20 | |
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 08:23 | |
vincenet | Happycat : I already check the logfile of failure and I learnt it is about the linking. Do I fail read some information in the log ? http://pastebin.com/ynbbczbQ | 08:25 |
vincenet | Happycat : hum, It seems there is linking of udhcp in the process... | 08:28 |
Happycat | Go here, i think it is related to your problem https://lists.yoctoproject.org/pipermail/poky/2014-May/009752.html | 08:31 |
vincenet | Happycat : Maybe I do not need dhcp and I can simply use udhcp | 08:32 |
Happycat | Yep maybe you can :) | 08:32 |
vincenet | Happycat : Thank you :-P | 08:36 |
*** timsche <timsche!~quassel@port-92-192-4-215.dynamic.qsc.de> has joined #yocto | 08:40 | |
-YoctoAutoBuilder- build #401 of nightly-qa-logrotate is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-logrotate/builds/401 | 08:41 | |
-YoctoAutoBuilder- build #402 of nightly-qa-skeleton is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-skeleton/builds/402 | 08:41 | |
*** ant_work <ant_work!~ant__@host222-188-static.61-79-b.business.telecomitalia.it> has joined #yocto | 08:46 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-fcqaknpavqqehnoy> has joined #yocto | 08:47 | |
*** kanucu <kanucu!4d5007b2@gateway/web/freenode/ip.77.80.7.178> has quit IRC | 08:49 | |
*** ddalex1 <ddalex1!~ddalex@233.128.113.87.dyn.plus.net> has quit IRC | 09:04 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 09:09 | |
bluelightning | morning all | 09:16 |
*** TobSnyder <TobSnyder!~schneider@ip923450f2.dynamic.kabel-deutschland.de> has quit IRC | 09:19 | |
*** TobSnyder <TobSnyder!~schneider@ip923450f2.dynamic.kabel-deutschland.de> has joined #yocto | 09:22 | |
*** shoragan <shoragan!~shoragan@debian/developer/shoragan> has joined #yocto | 09:23 | |
*** belen1 <belen1!Adium@nat/intel/x-czemqcafysxbvxpw> has quit IRC | 09:24 | |
*** belen <belen!Adium@nat/intel/x-qolcawbzogllitoy> has joined #yocto | 09:25 | |
-YoctoAutoBuilder- build #64 of nightly-rpm-non-rpm is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm-non-rpm/builds/64 | 09:25 | |
*** parrot2 <parrot2!~chankitx@192.198.146.174> has quit IRC | 09:26 | |
*** nighty^ <nighty^!~nighty@hokuriku.rural-networks.com> has joined #yocto | 09:29 | |
-YoctoAutoBuilder- build #407 of nightly-fsl-ppc-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc-lsb/builds/407 | 09:34 | |
*** vincenet <vincenet!58bade28@gateway/web/freenode/ip.88.186.222.40> has quit IRC | 09:35 | |
*** Ox4 <Ox4!~user@unaffiliated/zloy> has joined #yocto | 09:45 | |
Ox4 | hey guys | 09:48 |
Ox4 | could somebody take a look at this sh*t: http://dpaste.com/3AQQKRH ? | 09:48 |
Ox4 | I am using kernel 2.6.37 | 09:48 |
-YoctoAutoBuilder- build #397 of nightly-ipk is complete: Failure [failed Running Sanity Tests_2] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/397 | 09:49 | |
bluelightning | Ox4: is inotify enabled in the kernel config? | 09:50 |
Ox4 | bluelightning: verifying right now | 09:50 |
Ox4 | bluelightning: Symbol: INOTIFY_USER [=n] | 09:54 |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-fcqaknpavqqehnoy> has left #yocto | 09:55 | |
-YoctoAutoBuilder- build #65 of nightly-deb-non-deb is complete: Failure [failed Running Sanity Tests_2] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb-non-deb/builds/65 | 10:07 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:91aa:74f1:2ca6:5d5c> has joined #yocto | 10:09 | |
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has joined #yocto | 10:10 | |
-YoctoAutoBuilder- build #406 of nightly-arm is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm/builds/406 | 10:12 | |
-YoctoAutoBuilder- build #406 of nightly-x86-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-lsb/builds/406 | 10:19 | |
-YoctoAutoBuilder- build #407 of nightly-fsl-arm-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-arm-lsb/builds/407 | 10:21 | |
-YoctoAutoBuilder- build #409 of nightly-ppc is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/409 | 10:22 | |
Ox4 | bluelightning: http://dpaste.com/1SV0R1G | 10:24 |
Ox4 | bluelightning: I've enable inotify in the kernel | 10:25 |
bluelightning | Ox4: clearly there is something still not enabled though | 10:25 |
bluelightning | Ox4: my suggestion to you would be to review the udev README for 182 and check that the stated requirements as far as kernel config are met | 10:25 |
bluelightning | Ox4: http://git.kernel.org/cgit/linux/hotplug/udev.git/tree/README?id=a3a304ddc090db59cb3be0dcbf1c0d83fe84c33a | 10:27 |
Ox4 | bluelightning: so the problem is not in udev version, right? | 10:28 |
bluelightning | Ox4: I very much doubt it | 10:28 |
Ox4 | but I will look through README | 10:28 |
Ox4 | bluelightning: can I switch to the oldest one? | 10:28 |
bluelightning | Ox4: according to that readme your kernel version is newer than the requirement, so you don't need an older udev - just the appropriate kernel configuration options enabled (as documented) | 10:29 |
Ox4 | bluelightning: ok, thanks | 10:32 |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 10:35 | |
-YoctoAutoBuilder- build #404 of nightly-oecore is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-oecore/builds/404 | 10:37 | |
-YoctoAutoBuilder- build #407 of nightly-x86 is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86/builds/407 | 10:38 | |
-YoctoAutoBuilder- build #398 of build-appliance is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/398 | 10:40 | |
AzaToth_ | pidge, seems my patch mail never errived to the mailing list | 10:43 |
-YoctoAutoBuilder- build #398 of nightly-mips-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips-lsb/builds/398 | 10:46 | |
pidge | AzaToth_, just send it to me then elizabeth.flanagan@intel.com | 10:47 |
*** Marex <Marex!~Marex@195.140.253.167> has quit IRC | 10:47 | |
Ox4 | bluelightning: the same. Here is the config of the kernel which I use: http://dpaste.com/3954T10 | 10:48 |
*** Marex <Marex!~Marex@195.140.253.167> has joined #yocto | 10:50 | |
bluelightning | Ox4: have you checked it against the list? | 10:50 |
*** Marex <Marex!~Marex@195.140.253.167> has quit IRC | 10:50 | |
*** timsche <timsche!~quassel@port-92-192-4-215.dynamic.qsc.de> has quit IRC | 10:50 | |
Ox4 | are there any suggestions? | 10:51 |
-YoctoAutoBuilder- build #393 of nightly-arm-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm-lsb/builds/393 | 10:51 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 10:51 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has joined #yocto | 10:52 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has quit IRC | 10:52 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 10:52 | |
*** Marex <Marex!~Marex@195.140.253.167> has joined #yocto | 10:52 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 10:54 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 10:55 | |
mansandersson | hi. I get the error "Could not initialize SDL(No available video device) - exiting | 10:55 |
mansandersson | " when trying to run qemu. Have double-checked that SDL is installed on my build machine and that is included in my SDK build sysroot. Any ideas on what can be wrong? | 10:55 |
*** Ox4 <Ox4!~user@unaffiliated/zloy> has quit IRC | 10:55 | |
*** Ox4 <Ox4!~user@unaffiliated/zloy> has joined #yocto | 10:57 | |
Ox4 | bluelightning: sorry, I've been disconnected | 10:58 |
Ox4 | bluelightning: here is the .config: http://dpaste.com/3954T10 but I still have this problem | 10:58 |
bluelightning | Ox4: my last question was have you gone through the configuration to see if all of the options in the document are enabled? | 10:58 |
Ox4 | bluelightning: yep | 10:59 |
*** Marex <Marex!~Marex@195.140.253.167> has quit IRC | 11:01 | |
*** Marex <Marex!~Marex@195.140.253.167> has joined #yocto | 11:01 | |
Ox4 | bluelightning: and here is the image manifest file: http://dpaste.com/26NS29A | 11:02 |
*** Biliogadafr <Biliogadafr!~User@37.44.121.221> has quit IRC | 11:02 | |
*** Marex <Marex!~Marex@195.140.253.167> has quit IRC | 11:03 | |
*** Marex <Marex!~Marex@195.140.253.167> has joined #yocto | 11:04 | |
bluelightning | Ox4: I don't know for sure, but google searching suggests that your kernel may not have the appropriate support for the accept4() system call, which may require a patch | 11:07 |
AzaToth_ | pidge, how do you take care of culling old nighlies? atm I'm using a simple cron daily script running `find * -maxdepth 0 -type d \! -newermt "5 days ago" -exec rm -rf {} \;` but if feels a bit funky :/ | 11:07 |
Ox4 | bluelightning: could you please send me a link? | 11:08 |
AzaToth_ | couldn't find a KEEP_NBR_NIGHTLIES variable | 11:08 |
*** Biliogadafr <Biliogadafr!~User@37.44.121.221> has joined #yocto | 11:08 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:91aa:74f1:2ca6:5d5c> has quit IRC | 11:09 | |
bluelightning | Ox4: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648325 https://git.congatec.com/yocto/meta-fsl-arm/commit/fc06661291bb97a778bd2f8225c66afc1c7ce680 | 11:10 |
bluelightning | Ox4: I really have no idea if this is definitely applicable or if it will solve your problem | 11:10 |
*** Marex <Marex!~Marex@195.140.253.167> has joined #yocto | 11:12 | |
davis | good morning | 11:14 |
*** pidge <pidge!~pidge@2a02:8084:0:3000:91aa:74f1:2ca6:5d5c> has joined #yocto | 11:14 | |
*** Happycat <Happycat!500fd832@gateway/web/freenode/ip.80.15.216.50> has quit IRC | 11:15 | |
*** mansandersson <mansandersson!~Mans@212.162.190.58> has quit IRC | 11:16 | |
*** mansandersson <mansandersson!~Mans@212.162.190.58> has joined #yocto | 11:17 | |
Ox4 | bluelightning: I have this lines in the kernel | 11:52 |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-mxovlkwovqdzeabs> has joined #yocto | 11:54 | |
Ox4 | bluelightning: maybe udev needs some flags? | 12:02 |
*** miandonmenmian <miandonmenmian!~miandonme@210.22.153.182> has quit IRC | 12:05 | |
*** rburton1 <rburton1!~Adium@35.106.2.81.in-addr.arpa> has joined #yocto | 12:09 | |
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has quit IRC | 12:11 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:91aa:74f1:2ca6:5d5c> has quit IRC | 12:15 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:91aa:74f1:2ca6:5d5c> has joined #yocto | 12:16 | |
otavio | kergoth: great! | 12:21 |
otavio | kergoth: I commented on it | 12:24 |
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has joined #yocto | 12:31 | |
*** rburton1 <rburton1!~Adium@35.106.2.81.in-addr.arpa> has quit IRC | 12:34 | |
davis | so I am very confused. When I built the qemu bsp it had X and some a full blown window setup. When I built sato for beagle, it has X but the lcd does not work. | 12:36 |
davis | Is this because the lcd cape is not included? | 12:36 |
davis | Also, when I look at poky/build/conf/local.conf I see where you can add global options such as rpm or deb but not individual packages. ie. java, cape, qt, etc. | 12:37 |
davis | i don't see where you config sato vs minimal. | 12:38 |
davis | i see poky/meta/recipes-sato but not poky/meta/recipes-minimal | 12:39 |
LocutusOfBorg1 | hi folks, I would like to generate some images.tar.gz.md5 automatically, because the flashing tool uses them | 12:46 |
LocutusOfBorg1 | what is the best way to do this? | 12:46 |
*** happycat <happycat!500fd832@gateway/web/freenode/ip.80.15.216.50> has joined #yocto | 12:47 | |
*** arfoll <arfoll!arfoll@nat/intel/x-ddxbuvknfmoeazhj> has quit IRC | 12:51 | |
*** arfoll <arfoll!arfoll@nat/intel/x-zbstyikicegpjykv> has joined #yocto | 12:51 | |
*** davis <davis!~davis@rrcs-96-10-245-18.midsouth.biz.rr.com> has quit IRC | 12:56 | |
*** arfoll_ <arfoll_!arfoll@nat/intel/x-gjxnsjvkjvhilyup> has joined #yocto | 12:56 | |
bluelightning | Ox4: that won't be it | 12:57 |
*** pidge <pidge!~pidge@2a02:8084:0:3000:91aa:74f1:2ca6:5d5c> has quit IRC | 12:58 | |
*** tsramos <tsramos!tsramos@nat/intel/x-nzssmuxupqxgpari> has joined #yocto | 12:59 | |
bluelightning | LocutusOfBorg1: md5sum ? | 13:00 |
Ox4 | bluelightning: grep accept4 kallsyms | 13:03 |
Ox4 | grep: kallsyms: No such file or directory | 13:03 |
bluelightning | Ox4: I can't really help further I'm afraid | 13:04 |
*** lyang0 <lyang0!~lyang001@106.120.101.38> has quit IRC | 13:05 | |
LocutusOfBorg1 | bluelightning, yes, but which method should I override? | 13:06 |
*** lyang0 <lyang0!~lyang001@106.120.101.38> has joined #yocto | 13:06 | |
bluelightning | LocutusOfBorg1: you could create a shell function and add a call to it from IMAGE_POSTPROCESS_COMMAND perhaps | 13:07 |
LocutusOfBorg1 | I did a shell script | 13:08 |
LocutusOfBorg1 | I would like to call it automatically | 13:08 |
mansandersson | finally solved the qemu/sdl problem I had. The problem was that I hade removed x11 from DISTRO_FEATURES, apparently it's required in order for libsdl to build correctly. | 13:10 |
Ox4 | bluelightning: ok, how can I downgrade to older udev version? | 13:10 |
bluelightning | Ox4: you'll need to create a recipe for it or copy one in from an older version; assuming that will even fix the issue | 13:10 |
Ox4 | bluelightning: bbappend recipe? | 13:11 |
bluelightning | Ox4: no, introducing different versions through bbappends isn't usually practical | 13:11 |
LocutusOfBorg1 | thanks blitz00 | 13:31 |
LocutusOfBorg1 | thanks bluelightning ^^ | 13:31 |
*** happycat <happycat!500fd832@gateway/web/freenode/ip.80.15.216.50> has quit IRC | 13:32 | |
*** Marex <Marex!~Marex@195.140.253.167> has quit IRC | 13:33 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 13:35 | |
*** aurelihein <aurelihein!~Aurelien@srvmail.castel.fr> has joined #yocto | 13:37 | |
aurelihein | Hi all, I have a simple question ... how to add multiple BBMASK in local.conf ? because my differents BBMASK seems to not be handled ... thank you | 13:37 |
*** realBigfoot <realBigfoot!~realBigfo@134.191.220.71> has quit IRC | 13:38 | |
*** davis <davis!~davis@rrcs-96-10-245-18.midsouth.biz.rr.com> has joined #yocto | 13:39 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:91aa:74f1:2ca6:5d5c> has joined #yocto | 13:39 | |
mansandersson | aurelihein: it seems you can use regex, I'm using BBMASK = "(meta-myown/recipes-badrecipes|meta-someones/recipes-other)" | 13:40 |
aurelihein | so you add brackets ? | 13:42 |
*** Happycat <Happycat!500fd832@gateway/web/freenode/ip.80.15.216.50> has joined #yocto | 13:42 | |
aurelihein | mansandersson: It means that you have to put everything in the same line | 13:44 |
Happycat | Hi ! I'm having trouble to build only the rootfs for an image. bitbake -c rootfs myRecipe build everything , i can't find options in the board Layer (zc-702 from xilinx). Maybe some BBMASK would do the trick but's i feel like it's a bad solution :/ do you have any idea ? | 13:44 |
bluelightning | Happycat: only the rootfs as opposed to what sorry? | 13:45 |
*** TobSnyder <TobSnyder!~schneider@ip923450f2.dynamic.kabel-deutschland.de> has quit IRC | 13:45 | |
Happycat | Oh yeah excuse me ><, it build u-boot, the Linux kernel , the devicetree and the rootfs | 13:46 |
aurelihein | mansandersson: Everything in the same line is working ! Thank you very much | 13:46 |
bluelightning | Happycat: you won't get away without building the kernel I'm afraid, things that have dependencies on the kernel will ensure it's built no matter what | 13:47 |
Happycat | Hmm yeah i understant , i am including linux-firmware in the recipe that sould be one of the dependencies you are talking about :/ | 13:48 |
Happycat | understand * | 13:48 |
*** pidge <pidge!~pidge@2a02:8084:0:3000:91aa:74f1:2ca6:5d5c> has quit IRC | 13:50 | |
Happycat | I'll just focus on adding my kernel recipe , thanks for the help :) | 13:50 |
*** wadim_ <wadim_!~egorov@mail.phycard.de> has quit IRC | 13:52 | |
*** tsramos_ <tsramos_!~tsramos@192.55.55.37> has joined #yocto | 13:58 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 13:59 | |
*** tsramos <tsramos!tsramos@nat/intel/x-nzssmuxupqxgpari> has quit IRC | 14:00 | |
*** belen <belen!Adium@nat/intel/x-qolcawbzogllitoy> has quit IRC | 14:00 | |
*** tsramos_ <tsramos_!~tsramos@192.55.55.37> has quit IRC | 14:02 | |
davis | hob looks like the make menuconfig equivalent for buildroot | 14:04 |
*** aehs29 <aehs29!aehernan@nat/intel/x-dbzrvfbstveryhik> has joined #yocto | 14:09 | |
Ox4 | ok, I have several udev recipes for different version, how can I install a particular one? | 14:11 |
bluelightning | Ox4: PREFERRED_VERSION_udev in your local.conf or custom distro config | 14:13 |
Ox4 | custom distro config? | 14:14 |
*** madisox <madisox!~madison@64-71-1-115.static.wiline.com> has joined #yocto | 14:14 | |
bluelightning | Ox4: http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#creating-your-own-distribution | 14:14 |
bluelightning | if you are setting things like this then you should probably create your own distro config and set them there if you're doing anything more than experimenting | 14:15 |
*** mansandersson <mansandersson!~Mans@212.162.190.58> has quit IRC | 14:16 | |
*** marek__ <marek__!~marek@81.89.61.168.vnet.sk> has quit IRC | 14:19 | |
*** belen <belen!Adium@nat/intel/x-uikweffhhuzuiysq> has joined #yocto | 14:21 | |
*** ant_work <ant_work!~ant__@host222-188-static.61-79-b.business.telecomitalia.it> has quit IRC | 14:25 | |
*** tsramos <tsramos!~tsramos@134.134.137.73> has joined #yocto | 14:26 | |
*** Marex <Marex!~Marex@195.140.253.167> has joined #yocto | 14:27 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:91aa:74f1:2ca6:5d5c> has joined #yocto | 14:31 | |
*** hugovs <hugovs!~hugo@177.159.144.73> has joined #yocto | 14:33 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:91aa:74f1:2ca6:5d5c> has quit IRC | 14:36 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 14:43 | |
kergoth | morning | 14:43 |
kergoth | bluelightning: how's the little one? | 14:44 |
bluelightning | morning kergoth | 14:44 |
bluelightning | kergoth: great thanks, starting to grow :) | 14:44 |
bluelightning | kergoth: how about yours? | 14:44 |
kergoth | :) they do that so quickly. change from week to week at times | 14:44 |
kergoth | he's good, almost 8 months now. https://carousel.dropbox.com/photos/cc/nxU4LL2cZ5YASvk | 14:45 |
kergoth | not crawling yet, just going around in circles and backing up, still no forward :) | 14:45 |
* kergoth downs caffeine | 14:46 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 14:46 | |
bluelightning | ah ok, ours is almost at the point where she knows her hands belong to her though they still have a mind of their own :) | 14:47 |
-YoctoAutoBuilder- build #409 of nightly-non-gpl3 is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-non-gpl3/builds/409 | 14:49 | |
*** mago__ <mago__!~mago@88.131.56.168> has quit IRC | 14:52 | |
kergoth | bluelightning: nice :) | 14:56 |
*** mago_ <mago_!~mago@88.131.56.168> has joined #yocto | 14:58 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:91aa:74f1:2ca6:5d5c> has joined #yocto | 15:02 | |
*** Ox4 <Ox4!~user@unaffiliated/zloy> has quit IRC | 15:05 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:91aa:74f1:2ca6:5d5c> has quit IRC | 15:07 | |
*** aurelihein <aurelihein!~Aurelien@srvmail.castel.fr> has quit IRC | 15:18 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 15:27 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC | 15:37 | |
*** lamego <lamego!~lamego@134.134.137.73> has joined #yocto | 15:40 | |
khem` | RP, I tested master-next bitbake patches and bitbake -e seems to be faster now | 15:42 |
kergoth | nice | 15:42 |
khem` | kergoth you should try -p case too | 15:42 |
kergoth | i wonder if what i thought was hangs was just me not waiting long enough :) | 15:43 |
khem` | yeah it took 27 mins for mine to finish | 15:43 |
kergoth | yikes | 15:43 |
khem` | but I let it run overnight | 15:43 |
RP | khem`: glad its a little better now :) | 15:47 |
*** SoylentYellow <SoylentYellow!~SoylentYe@209-234-137-234.static.twtelecom.net> has joined #yocto | 15:47 | |
RP | khem`: with the removal of the stat() calls, it should be faster then before ;-) | 15:47 |
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 15:48 | |
kergoth | bluelightning: do the new commit messages for the recipetool/devtool bbpath series look clearer now in v3? | 15:48 |
*** icanicant <icanicant!~icanicant@195.88.236.129> has quit IRC | 15:49 | |
bluelightning | kergoth: they do, thanks - I've just acked the series | 15:51 |
kergoth | k, thanks | 15:51 |
-YoctoAutoBuilder- build #408 of nightly-fsl-ppc-lsb is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc-lsb/builds/408 | 15:53 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 15:54 | |
*** benjamirc <benjamirc!besquive@nat/intel/x-gpbjfffetxocrdil> has joined #yocto | 16:02 | |
*** icanicant <icanicant!~icanicant@195.88.236.129> has joined #yocto | 16:02 | |
*** tsramos <tsramos!~tsramos@134.134.137.73> has quit IRC | 16:03 | |
*** lamego <lamego!~lamego@134.134.137.73> has quit IRC | 16:06 | |
*** pdp7 <pdp7!~pdp7@fsf/member/pdp7> has left #yocto | 16:11 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 16:12 | |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto | 16:13 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 16:13 | |
*** jbrianceau is now known as jbrianceau_away | 16:15 | |
*** ftonello <ftonello!~felipe@81.145.202.106> has quit IRC | 16:16 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 16:20 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 16:20 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 16:27 | |
*** aehs29 <aehs29!aehernan@nat/intel/x-dbzrvfbstveryhik> has quit IRC | 16:38 | |
*** aehs29 <aehs29!aehernan@nat/intel/x-ijtjrclteuurbvvm> has joined #yocto | 16:44 | |
RP | khem`: offhand do you know which dynamic loader musl uses? and is there a gcc option which forces it to use the right one? (like -mmuclibc) | 16:50 |
khem` | RP: it will be -mmusl | 16:51 |
khem` | but its not in gcc5 | 16:51 |
khem` | only gcc6 so far | 16:51 |
RP | khem`: ah, that explains why I couldn't see it | 16:52 |
RP | khem`: so how do our musl builds currently work? | 16:52 |
khem` | musl support for gcc has landed in gcc6 | 16:52 |
khem` | I carry patches in meta-musl | 16:52 |
RP | khem`: ok. I'll just patch this to use -mmusl then | 16:52 |
khem` | e.g see https://github.com/kraj/meta-musl/blob/master/recipes-devtools/gcc/gcc-5.1.0/1002-musl-dynamic-linker.patch | 16:53 |
RP | khem`: We're seeing issue where our "one gcc" in the sdk is running into problems with uclibc and I might as well fix musl at the same time | 16:53 |
*** ambrosius <ambrosius!~textual@38.111.148.194> has joined #yocto | 16:53 | |
khem` | hmm but uclibc support is there in 4.9 | 16:54 |
khem` | onwards | 16:54 |
khem` | so how it not working | 16:54 |
RP | khem`: build a glibc build, then in the same tmpdir switch to uclibc and build meta-toolchain again | 16:54 |
khem` | RP: btw. I have now got meta-clang working too such that you can build it into SDK | 16:54 |
RP | khem`: gcc-cross-candian doesn't rebuild | 16:54 |
khem` | and use it | 16:54 |
khem` | as well as build nativesdk packags | 16:55 |
RP | khem`: ideally one gcc-cross-canadian should work for all the libcs | 16:55 |
khem` | ah | 16:55 |
RP | khem`: but turns out it needs a hint as to which one to use | 16:55 |
RP | meta-clang sounds interesting | 16:55 |
khem` | so in sdk you should be able to use -muclibc | 16:56 |
-YoctoAutoBuilder- build #59 of ptest-x86 is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/ptest-x86/builds/59 | 16:56 | |
*** belen <belen!Adium@nat/intel/x-uikweffhhuzuiysq> has quit IRC | 16:56 | |
khem` | on commandline | 16:56 |
khem` | RP: meta-clang is done such that it can live along with gcc as of now | 16:57 |
RP | khem`: I'll just inject the right option into meta-environment | 16:58 |
khem` | yep | 16:58 |
khem` | musl patches for gcc add -musl option too | 16:58 |
khem` | so you can inject that as well | 16:58 |
khem` | it will work | 16:58 |
RP | khem`: right :) | 16:59 |
khem` | RP: one nice thing about meta-clang is the static analyser | 16:59 |
khem` | It can be used unconditionally | 16:59 |
-YoctoAutoBuilder- build #399 of nightly-fsl-ppc is complete: Failure [failed BuildImages Building Toolchain Images Building Toolchain Images_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc/builds/399 | 16:59 | |
khem` | I tried it on busybox for tests | 16:59 |
*** belen <belen!Adium@nat/intel/x-kqroswhuujeoayoh> has joined #yocto | 17:00 | |
RP | khem`: hopefully I'll manage to stop drowning in bugs and have a look at it :) | 17:00 |
khem` | yes | 17:00 |
khem` | right now we can build clang+musl+toybox | 17:00 |
khem` | which gives us a system which does not use GPL in userspace more or less I am still left to do clang c/c++ runtime once I have that done it will be possible to have end to end non-gnu toolchain | 17:02 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 17:04 | |
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has quit IRC | 17:08 | |
kergoth | khem`: sweet, very cool | 17:10 |
khem` | kergoth: I am very impressed with clang, | 17:11 |
kergoth | i'm assuming you're still using binutils on the cross toolchain end since elftoolchain doesn't include a linker, iirc | 17:11 |
khem` | I should probably do a post on how to use meta-clang | 17:11 |
kergoth | that'd be cool | 17:11 |
khem` | kergoth: yeah binutils still | 17:11 |
khem` | but thats ok | 17:12 |
kergoth | yeah, its the runtime we're more concerned with | 17:12 |
kergoth | i'll have to play with it | 17:12 |
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has quit IRC | 17:15 | |
khem` | kergoth: yeah although the real game begins when libc++ and compiler-rt become drop in replacements for libstdc++ and libgcc | 17:15 |
* kergoth nods | 17:15 | |
khem` | in meta-clang | 17:15 |
khem` | its a bit of work to cross compile them | 17:15 |
khem` | in OE | 17:15 |
kergoth | doing all my builds in a pflask container now, since the remote vm i'm in doesn't have systemd installed, so no nspawn. seems to work fairly well thus far. hmmmmm | 17:23 |
*** tsramos <tsramos!~tsramos@192.55.55.37> has joined #yocto | 17:25 | |
*** shoragan <shoragan!~shoragan@debian/developer/shoragan> has quit IRC | 17:30 | |
*** sameo <sameo!samuel@nat/intel/x-gnmxzbkrjcbebvln> has quit IRC | 17:33 | |
-YoctoAutoBuilder- build #410 of nightly-non-gpl3 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-non-gpl3/builds/410 | 17:35 | |
*** topik <topik!topik@kapsi.fi> has left #yocto | 17:35 | |
*** berton <berton!~fabio@177.220.212.62> has joined #yocto | 17:47 | |
*** hoangnn3007 <hoangnn3007!abe91484@gateway/web/freenode/ip.171.233.20.132> has joined #yocto | 17:50 | |
*** hoangnn3007 <hoangnn3007!abe91484@gateway/web/freenode/ip.171.233.20.132> has quit IRC | 17:53 | |
-YoctoAutoBuilder- build #404 of nightly-qa-skeleton is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-skeleton/builds/404 | 17:53 | |
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has joined #yocto | 17:54 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 18:02 | |
-YoctoAutoBuilder- build #403 of nightly-qa-logrotate is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-logrotate/builds/403 | 18:05 | |
*** belen <belen!Adium@nat/intel/x-kqroswhuujeoayoh> has quit IRC | 18:05 | |
*** aehs29 <aehs29!aehernan@nat/intel/x-ijtjrclteuurbvvm> has left #yocto | 18:13 | |
-YoctoAutoBuilder- build #405 of nightly-qa-pam is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-pam/builds/405 | 18:15 | |
-YoctoAutoBuilder- build #409 of nightly-fsl-ppc-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc-lsb/builds/409 | 18:17 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-qfywloufkmdadutc> has quit IRC | 18:17 | |
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto | 18:19 | |
*** LocutusOfBorg1 <LocutusOfBorg1!~Gianfranc@93-47-95-152.ip112.fastwebnet.it> has quit IRC | 18:20 | |
-YoctoAutoBuilder- build #60 of ptest-x86 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/ptest-x86/builds/60 | 18:21 | |
*** paulg <paulg!~paulg@72.1.195.9> has joined #yocto | 18:26 | |
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC | 18:26 | |
-YoctoAutoBuilder- build #405 of nightly-x32 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/405 | 18:27 | |
*** madisox1 <madisox1!~madison@64-71-1-115.static.wiline.com> has joined #yocto | 18:37 | |
*** ddalex1 <ddalex1!~ddalex@233.128.113.87.dyn.plus.net> has joined #yocto | 18:37 | |
*** madisox <madisox!~madison@64-71-1-115.static.wiline.com> has quit IRC | 18:37 | |
*** madisox <madisox!~madison@64-71-1-114.static.wiline.com> has joined #yocto | 18:41 | |
*** benjamirc <benjamirc!besquive@nat/intel/x-gpbjfffetxocrdil> has quit IRC | 18:43 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has joined #yocto | 18:44 | |
*** madisox1 <madisox1!~madison@64-71-1-115.static.wiline.com> has quit IRC | 18:45 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has quit IRC | 18:49 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has joined #yocto | 18:49 | |
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto | 18:53 | |
-YoctoAutoBuilder- build #399 of nightly-ipk is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/399 | 18:53 | |
*** r22s <r22s!d0b90c36@gateway/web/freenode/ip.208.185.12.54> has quit IRC | 18:55 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has quit IRC | 19:04 | |
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC | 19:05 | |
-YoctoAutoBuilder- build #67 of nightly-deb-non-deb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb-non-deb/builds/67 | 19:06 | |
-YoctoAutoBuilder- build #66 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/66 | 19:06 | |
*** Crofton <Crofton!~balister@pool-71-171-10-162.ronkva.east.verizon.net> has quit IRC | 19:07 | |
*** berton <berton!~fabio@177.220.212.62> has quit IRC | 19:13 | |
*** Biliogadafr <Biliogadafr!~User@37.44.121.221> has quit IRC | 19:14 | |
*** Biliogadafr <Biliogadafr!~User@37.44.121.221> has joined #yocto | 19:14 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has joined #yocto | 19:15 | |
*** Biliogadafr <Biliogadafr!~User@37.44.121.221> has quit IRC | 19:18 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has quit IRC | 19:29 | |
*** lamego <lamego!lamego@nat/intel/x-qwtddveizzcjoyhj> has joined #yocto | 19:30 | |
-YoctoAutoBuilder- build #393 of nightly-deb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb/builds/393 | 19:41 | |
*** LocutusOfBorg1 <LocutusOfBorg1!~Gianfranc@host39-171-dynamic.14-87-r.retail.telecomitalia.it> has joined #yocto | 19:43 | |
*** madisox <madisox!~madison@64-71-1-114.static.wiline.com> has quit IRC | 19:49 | |
-YoctoAutoBuilder- build #400 of nightly-fsl-ppc is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc/builds/400 | 19:50 | |
*** bluelightning <bluelightning!~paul@2001:8b0:258:7d7a:2ad2:44ff:fe40:9209> has joined #yocto | 19:54 | |
*** bluelightning <bluelightning!~paul@2001:8b0:258:7d7a:2ad2:44ff:fe40:9209> has quit IRC | 19:54 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 19:54 | |
denix | I'm trying to add STAGING_KERNEL_DIR and/or STAGING_KERNEL_BUILDDIR to CFLAGS, but it ends up cleaning kernel-build-artifacts dir for some reason... any clues? | 19:55 |
-YoctoAutoBuilder- build #411 of nightly-ppc is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/411 | 20:00 | |
kergoth | denix: it wouldn't surprise me in the least that do_compile being re-run would clean out the build dir first, otherwise you can have remnants of the prevoius task execution | 20:01 |
kergoth | not sure if thats actually the case, but it doesn't seem surprising | 20:01 |
*** madisox <madisox!~madison@64-71-1-115.static.wiline.com> has joined #yocto | 20:04 | |
*** bachp <bachp!~bachp@46-126-139-1.dynamic.hispeed.ch> has quit IRC | 20:07 | |
*** jku <jku!~jku@d-lltyxzqsj--98wl3k-3.rev.dnainternet.fi> has joined #yocto | 20:10 | |
*** aehs29 <aehs29!~aehernan@134.134.139.70> has joined #yocto | 20:14 | |
kergoth | Hmm, we should enhance the runqueue to, via a hook, automatically sort do_clean tasks before anything else, then you could use the recipe:task syntax to do a clean + re-run of a task without running bitbake more than once. | 20:17 |
kergoth | though, maybe i should just use memres :) | 20:17 |
*** aehs291 <aehs291!~aehernan@134.134.139.76> has joined #yocto | 20:18 | |
*** aehs29 <aehs29!~aehernan@134.134.139.70> has quit IRC | 20:18 | |
denix | kergoth: right, but I'm mangling CFLAGS of a package that DEPENDS on kernel, not kernel itself | 20:18 |
kergoth | Hmm, could presumably provide a custom scheduler class for that | 20:18 |
kergoth | denix: huh, that doesn't seem ideal. what's that recipe's S and B? | 20:19 |
*** paulg <paulg!~paulg@72.1.195.9> has quit IRC | 20:23 | |
*** LocutusOfBorg1 <LocutusOfBorg1!~Gianfranc@host39-171-dynamic.14-87-r.retail.telecomitalia.it> has quit IRC | 20:31 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC | 20:37 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 20:37 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 20:38 | |
-YoctoAutoBuilder- build #57 of nightly-mips64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips64/builds/57 | 20:39 | |
*** berton <berton!~fabio@177.220.212.62> has joined #yocto | 20:40 | |
*** jzhang <jzhang!~jzhang@134.134.137.75> has joined #yocto | 20:40 | |
-YoctoAutoBuilder- build #65 of nightly-arm64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds/65 | 20:42 | |
*** lamego <lamego!lamego@nat/intel/x-qwtddveizzcjoyhj> has quit IRC | 20:42 | |
rburton | SUCCESS! | 20:43 |
rburton | \o/ | 20:43 |
rburton | just the one perf failure so far | 20:43 |
rburton | (looks at zeddii) | 20:43 |
*** lamego <lamego!lamego@nat/intel/x-lsibphgqgnkwidan> has joined #yocto | 20:43 | |
rburton | PSA: the perf build system is mental. don't look at it. | 20:43 |
*** Crofton <Crofton!~balister@mobile-166-171-059-087.mycingular.net> has joined #yocto | 20:51 | |
kergoth | hmm, i should add some selftests for the recipetool-create python buildsystem, to test the python dependency scanning in various circumstances | 20:52 |
*** leowt <leowt!~leowt@62.28.65.110> has joined #yocto | 20:53 | |
denix | kergoth: the problem is with a package that uses both regular kernel headers and generated ones, but uses single path variable to point to them. so I'm trying to hack it since STAGING_KERNEL_DIR != STAGING_KERNEL_BUILDDIR now | 20:54 |
-YoctoAutoBuilder- build #406 of nightly-multilib is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/406 | 20:55 | |
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto | 20:56 | |
kergoth | ahh, i see | 20:56 |
*** rewitt <rewitt!~rewitt@134.134.137.73> has joined #yocto | 20:57 | |
*** tsramos_ <tsramos_!~tsramos@134.134.139.70> has joined #yocto | 20:58 | |
*** rewitt <rewitt!~rewitt@134.134.137.73> has quit IRC | 20:59 | |
denix | kergoth: so, I'm passing STAGING_KERNEL_BUILDDIR as before, but trying to shove STAGING_KERNEL_DIR into CFLAGS. now that package triggers kernel unpack and cleans its build artifacts for some reason | 21:00 |
*** tsramos <tsramos!~tsramos@192.55.55.37> has quit IRC | 21:01 | |
*** tsramos_ <tsramos_!~tsramos@134.134.139.70> has quit IRC | 21:03 | |
davis | hello | 21:05 |
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC | 21:06 | |
davis | im tyring to get java in a beaglebone yocto build. I found a meta-oracle-java layer on git.yoctoprojectr.org | 21:06 |
*** zeddii_home <zeddii_home!~zeddii_ho@CPEe8de27b71faa-CMbcc810032faf.cpe.net.cable.rogers.com> has quit IRC | 21:06 | |
davis | after I downloaded it, I tried to use it from a peer directory of poky and the in hob added that dir as a layer. | 21:06 |
davis | however when i click the all recipes tab I don't see java available. | 21:07 |
davis | so I moved the meta-oracle-java dir down one level to be a child of poky | 21:07 |
davis | same thing. i added the layer by selecting the meta-oracle-java dir and then looked for java in the list of available package. its not there. | 21:08 |
davis | i'm new to yocto but is this the correct approach? | 21:08 |
* kergoth can't remember the last time he ran hob, can't be of much use with that | 21:09 | |
*** berton <berton!~fabio@177.220.212.62> has quit IRC | 21:09 | |
davis | understood | 21:10 |
*** berton <berton!~fabio@177.220.212.62> has joined #yocto | 21:10 | |
*** lamego <lamego!lamego@nat/intel/x-lsibphgqgnkwidan> has quit IRC | 21:10 | |
davis | i looked a guys email where he was adding a layer to a conf file. it looks like you just add the top level dir | 21:10 |
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto | 21:10 | |
davis | does the dir need to be a child of poky or can it sit elsewhere? | 21:11 |
*** berton <berton!~fabio@177.220.212.62> has quit IRC | 21:11 | |
kergoth | it doesn't matter where it lives, as long as its path gets added to the list of layers in BBLAYERS in conf/bblayers.conf, which hob does for you when you select that layer, presumably | 21:11 |
davis | ok that is good to know | 21:11 |
davis | for grins, i see sato and some other targets. I just want the lcd and java to work, would sato be a good base for starters as I build uocto experience? | 21:12 |
*** Crofton <Crofton!~balister@mobile-166-171-059-087.mycingular.net> has quit IRC | 21:13 | |
*** paul_ <paul_!~paul@24-246-6-178.cable.teksavvy.com> has joined #yocto | 21:15 | |
kergoth | you can add java to any image. i don't know of any that include it out of the box. so it doesn't really matter, up to you | 21:17 |
kergoth | sato is one of the only graphical images | 21:17 |
davis | ok very good | 21:17 |
davis | odd that when I add the meta-oracle-java layer I don't see any java vms in the list of packages | 21:18 |
kergoth | the layer index is useful to browse what a layer includes | 21:18 |
kergoth | among other things | 21:18 |
*** jku <jku!~jku@d-lltyxzqsj--98wl3k-3.rev.dnainternet.fi> has quit IRC | 21:18 | |
*** OutOfNoWhere <OutOfNoWhere!~rpb@199.68.195.101> has joined #yocto | 21:22 | |
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC | 21:25 | |
* kergoth mulls over the shallow clone stuff | 21:25 | |
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto | 21:27 | |
davis | this meta-oracle-java dir has a conf, custom-license and recipes-devtools subdirs. I wonder if i am supposed to add each as a layer | 21:28 |
kergoth | no | 21:29 |
davis | ahh, i see something about these recipes will not build by default. it needs a whitelist entry fo rlicense files | 21:29 |
kergoth | a layer, by defintiion, is a dir that contains conf/layer.conf and recipes* directories | 21:30 |
davis | kergoth: thank you. I appreciate the information. | 21:31 |
kergoth | np | 21:32 |
davis | i'm wondering if I will be able to find a package conf or layer for the LCD shield I'm using. I'm pretty sure when I do this build it will not have the lcd again | 21:33 |
davis | however, if I can at least get java in there, that will be good for testing the jvm | 21:33 |
*** rburton1 <rburton1!~Adium@35.106.2.81.in-addr.arpa> has joined #yocto | 21:43 | |
-YoctoAutoBuilder- build #399 of nightly-rpm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/399 | 21:44 | |
davis | have a good night | 21:46 |
*** davis <davis!~davis@rrcs-96-10-245-18.midsouth.biz.rr.com> has quit IRC | 21:46 | |
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has quit IRC | 21:46 | |
-YoctoAutoBuilder- build #410 of nightly-x86-64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/410 | 21:46 | |
*** paul_ is now known as paulg | 21:47 | |
*** ddalex1 <ddalex1!~ddalex@233.128.113.87.dyn.plus.net> has quit IRC | 21:49 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-mxovlkwovqdzeabs> has quit IRC | 21:50 | |
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has quit IRC | 21:52 | |
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC | 21:57 | |
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 21:59 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** mchehab <mchehab!~mchehab@177.18.21.249.dynamic.adsl.gvt.net.br> has quit IRC | 22:08 | |
*** lamego <lamego!~lamego@134.134.137.73> has joined #yocto | 22:09 | |
*** lamego <lamego!~lamego@134.134.137.73> has quit IRC | 22:15 | |
*** lamego1 <lamego1!~lamego@134.134.137.73> has joined #yocto | 22:15 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 22:26 | |
*** mchehab <mchehab!~mchehab@177.18.21.249.dynamic.adsl.gvt.net.br> has joined #yocto | 22:29 | |
*** Aethenelle <Aethenelle!~Aethenell@166.175.184.179> has joined #yocto | 22:30 | |
*** rburton1 <rburton1!~Adium@35.106.2.81.in-addr.arpa> has quit IRC | 22:30 | |
*** hugovs <hugovs!~hugo@177.159.144.73> has quit IRC | 22:33 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 22:40 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 22:42 | |
*** sameo <sameo!~samuel@192.55.54.42> has joined #yocto | 22:50 | |
*** darknighte <darknighte!~darknight@pdpc/supporter/professional/darknighte> has quit IRC | 22:52 | |
*** nighty^ <nighty^!~nighty@hokuriku.rural-networks.com> has quit IRC | 22:52 | |
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has joined #yocto | 22:58 | |
*** nighty^ <nighty^!~nighty@hokuriku.rural-networks.com> has joined #yocto | 23:01 | |
*** leowt <leowt!~leowt@62.28.65.110> has quit IRC | 23:03 | |
*** mchehab <mchehab!~mchehab@177.18.21.249.dynamic.adsl.gvt.net.br> has quit IRC | 23:04 | |
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has quit IRC | 23:04 | |
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 23:06 | |
*** moto-timo <moto-timo!~timo@fsf/member/moto-timo> has quit IRC | 23:07 | |
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has quit IRC | 23:14 | |
*** paulg <paulg!~paul@24-246-6-178.cable.teksavvy.com> has quit IRC | 23:15 | |
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto | 23:31 | |
*** moto-timo <moto-timo!~timo@fsf/member/moto-timo> has joined #yocto | 23:31 | |
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC | 23:34 | |
*** Aethenelle <Aethenelle!~Aethenell@166.175.184.179> has quit IRC | 23:36 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 23:39 | |
*** madisox <madisox!~madison@64-71-1-115.static.wiline.com> has quit IRC | 23:42 | |
*** varibull__ <varibull__!~varibull@ta.tainstruments.com> has joined #yocto | 23:48 | |
*** glfernando__ <glfernando__!fernando@nat/intel/x-dhwjhbjqaipzehtr> has quit IRC | 23:50 | |
*** icanicant <icanicant!~icanicant@195.88.236.129> has quit IRC | 23:54 | |
*** varibull_ <varibull_!~varibull@ta.tainstruments.com> has quit IRC | 23:54 | |
*** icanicant <icanicant!~icanicant@195.88.236.129> has joined #yocto | 23:54 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!