*** nighty^ <nighty^!~nighty@hokuriku.rural-networks.com> has quit IRC | 00:03 | |
*** ddalex1 <ddalex1!~ddalex@154.58.102.3> has quit IRC | 00:06 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has quit IRC | 00:08 | |
*** nicktick <nicktick!~john@unaffiliated/nicktick> has joined #yocto | 00:23 | |
*** anselmolsm <anselmolsm!~anselmols@192.55.54.40> has quit IRC | 00:31 | |
*** anselmolsm <anselmolsm!~anselmols@192.55.54.40> has joined #yocto | 00:31 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 00:31 | |
*** anselmolsm <anselmolsm!~anselmols@192.55.54.40> has quit IRC | 00:33 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC | 01:02 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 01:56 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 03:06 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 03:09 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 03:10 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 03:22 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 03:25 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 03:26 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 03:30 | |
*** OutOfNoWhere <OutOfNoWhere!~rpb@199.68.195.102> has quit IRC | 03:40 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 03:44 | |
redengin | is there a way to detect machine type (x86 vs x86-64) inside a recipe? | 04:19 |
---|---|---|
nrossi | redengin: There is a MACHINE_FEATURE for "x86" i believe | 04:23 |
redengin | yeah, but its there for x86_64 as well, I need to know which library to copy the 32bit or 64bit | 04:25 |
nrossi | oh, in that case you could just check the TARGET_ARCH value for "x86-64" | 04:25 |
redengin | ah thanks | 04:26 |
*** e8johan <e8johan!~quassel@83.218.80.242> has joined #yocto | 04:36 | |
*** varjaaks <varjaaks!uid2629@gateway/web/irccloud.com/x-ppeaxgtskwczvrko> has joined #yocto | 04:36 | |
*** SorenHolm <SorenHolm!~quassel@185.22.75.1> has joined #yocto | 04:51 | |
*** auke- <auke-!~auke@dhcp-077-251-218-021.chello.nl> has quit IRC | 05:04 | |
*** AndersD <AndersD!~anders@213-64-219-84-no126.business.telia.com> has joined #yocto | 05:13 | |
*** vquicksilver <vquicksilver!~nobody@gentoo/contributor/vquicksilver> has quit IRC | 05:22 | |
*** vquicksilver <vquicksilver!~nobody@gentoo/contributor/vquicksilver> has joined #yocto | 05:23 | |
*** SorenHolm <SorenHolm!~quassel@185.22.75.1> has quit IRC | 05:25 | |
*** imrehg <imrehg!~greg@122.147.15.218> has joined #yocto | 05:31 | |
*** smartin_ <smartin_!~smartin@195.190.86.18> has quit IRC | 05:36 | |
*** smustafa <smustafa!~mustafa@39.42.95.78> has joined #yocto | 05:38 | |
*** agust <agust!~agust@p4FC466E3.dip0.t-ipconnect.de> has joined #yocto | 05:38 | |
*** smartin_ <smartin_!~smartin@195.190.86.18> has joined #yocto | 05:39 | |
*** neur0Fuzzy <neur0Fuzzy!~neur0Fuzz@p239.net182021249.tokai.or.jp> has joined #yocto | 05:40 | |
*** smartin_ <smartin_!~smartin@195.190.86.18> has quit IRC | 05:46 | |
*** nicktick <nicktick!~john@unaffiliated/nicktick> has quit IRC | 05:50 | |
*** grma <grma!~gruberm@HSI-KBW-46-237-193-133.hsi.kabel-badenwuerttemberg.de> has joined #yocto | 05:52 | |
*** smartin_ <smartin_!~smartin@195.190.86.18> has joined #yocto | 05:52 | |
*** SorenHolm <SorenHolm!~quassel@185.22.75.1> has joined #yocto | 06:13 | |
*** wadim_ <wadim_!~egorov@mail.microcatalog.org.uk> has joined #yocto | 06:17 | |
redengin | why does yocto freak out when I try to add to ${libdir} but not if I add to ${libdir}/libpath/ | 06:30 |
nrossi | redengin: you mean when changing libdir =? | 06:32 |
redengin | no, I have a recipe, if I install the lib to ${libdir} rootfs task says the lib isn't provided, but if I install it to ${libdir}/something/ all is fine | 06:33 |
*** volker_123456 <volker_123456!~quassel@host-188-174-253-51.customer.m-online.net> has joined #yocto | 06:34 | |
nrossi | redengin: did you update the FILES variable to reflect the install locations? | 06:34 |
redengin | nrossi, yes, but it only works with ${libdir}/something/libfoo.* | 06:35 |
*** Guest78818 is now known as Jackie_huang | 06:35 | |
redengin | perhaps I need somthing like FILES_libfoo ? | 06:36 |
nrossi | yer you will need that if you have a recipe that generates multiple packages | 06:37 |
nrossi | aka if you add to "PACKAGES" | 06:37 |
nrossi | you will need "FILES_foo" set to consume the lib | 06:37 |
*** pohly <pohly!~pohly@p5DE8FC94.dip0.t-ipconnect.de> has joined #yocto | 06:37 | |
redengin | nrossi, packages will be the next step, I just want to get the shared lib installed for now | 06:37 |
*** AndersD <AndersD!~anders@213-64-219-84-no126.business.telia.com> has quit IRC | 06:37 | |
redengin | currently I have FILES_${PV} = "${libdir}/libfoo.*" and rootfs freaks out | 06:38 |
nrossi | FILES_${PN} you mean? | 06:38 |
nrossi | it should also problably be a += instead of just an = | 06:39 |
nrossi | otherwise you trash the defaults for FILES_${PN} | 06:39 |
redengin | doh, you're right I typo'ed PV into the recipe too! grrr | 06:41 |
*** nighty^ <nighty^!~nighty@hokuriku.rural-networks.com> has joined #yocto | 06:42 | |
*** hitlin37 <hitlin37!uid16371@gateway/web/irccloud.com/x-vijiroqpujexfqvs> has joined #yocto | 06:44 | |
*** AndersD <AndersD!~anders@213-64-219-84-no126.business.telia.com> has joined #yocto | 06:45 | |
*** roric_ <roric_!~roric@83.140.117.51> has joined #yocto | 06:49 | |
*** Saur <Saur!pkj@nat/axis/x-ohhbhgckyifnlabm> has quit IRC | 06:50 | |
*** Saur <Saur!pkj@nat/axis/x-xvpuhicetgxkbgmi> has joined #yocto | 06:51 | |
redengin | ok, so it still has the same problem :( | 06:51 |
nrossi | so the error you get is the "installed-vs-shipped" QA error? | 06:52 |
redengin | nrossi, no, rpm works fine, its the rootfs that fails to find libfoo1 and doesn't include the package foo | 06:52 |
nrossi | ok so your recipe is it called "libfoo1"? | 06:56 |
redengin | the recipe is hadoop.bb and it create FILES_${PN} = "${libdir}/libhadoop.*" | 06:58 |
nrossi | ok, and so your IMAGE_INSTALL/CORE_IMAGE... does it add "hadoop" or "libhadoop"? | 06:59 |
*** DatGizmo <DatGizmo!~mogwai@ip1886d814.dynamic.kabel-deutschland.de> has joined #yocto | 06:59 | |
redengin | the local.conf adds hadoop to IMAGE_INSTALL_append | 06:59 |
nrossi | ok, does the recipe have a "RDEPENDS_${PN}"? | 07:00 |
nrossi | or just a RDEPENDS? | 07:00 |
*** vdehors_ <vdehors_!~vdehors@bob75-2-81-56-46-209.fbx.proxad.net> has joined #yocto | 07:00 | |
redengin | it has an RDEPENDS_${PN} | 07:00 |
nrossi | whats it value? | 07:00 |
redengin | RDEPENDS_${PN} = "java2-runtime" | 07:01 |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-uklshfjydlhpxfuc> has joined #yocto | 07:02 | |
*** jbrianceau_away is now known as jbrianceau | 07:02 | |
nrossi | hmm ok, odd. do you have the exact error the rootfs step gives? | 07:02 |
redengin | ERROR: libhadoop1 not found in the base feeds (... NO HADOOP package in here ) | 07:03 |
*** vdehors <vdehors!~vdehors@193.56.60.161> has quit IRC | 07:04 | |
redengin | perhaps some other rpm takes over ${libdir} and additions don't get included by rootfs? | 07:05 |
nrossi | could you run bitbake <imagename> -e > temp, and then open temp and get the value of "PACKAGE_INSTALL" | 07:06 |
nrossi | just want to make sure something is not trying to install "libhadoop1" | 07:06 |
nrossi | and that it is just coming from a dependency chain | 07:06 |
*** smustafa <smustafa!~mustafa@39.42.95.78> has quit IRC | 07:09 | |
*** sameo <sameo!~samuel@192.55.55.37> has joined #yocto | 07:12 | |
*** ant_work <ant_work!~ant__@host222-188-static.61-79-b.business.telecomitalia.it> has joined #yocto | 07:13 | |
*** jku <jku!~jku@192.198.151.43> has joined #yocto | 07:16 | |
redengin | export PACKAGE_INSTALL="packagegroup-core-boot run-postinsts kernel-modules linux-firmware-rtl8168e rsync grub mdadm e2fsprogs ethtool oracle-jse-jre hadoop spark run-postinsts packagegroup-core-ssh-dropbear" | 07:17 |
nrossi | ok that looks good. How big is the hadoop recipe you have? | 07:17 |
redengin | tiny, let me pastebin it | 07:18 |
*** mckoan|away is now known as mckoan | 07:18 | |
mckoan | good morning | 07:18 |
nrossi | morning mckoan | 07:19 |
redengin | recipe: http://pastebin.com/psxjfNiW | 07:20 |
*** auke- <auke-!~auke@dhcp-077-251-218-021.chello.nl> has joined #yocto | 07:21 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 07:22 | |
nrossi | redengin: hmmm i think i might know what is causing it. It might just be easier to setup the package for libhadoop though | 07:23 |
redengin | nrossi, what do you think is going on? | 07:24 |
nrossi | the package handling code in oe automatically detects shared dependencies, and will add them to the packages dependencies automatically | 07:25 |
nrossi | (shared libraries on an elf itself) | 07:25 |
redengin | ah, so if I don't include hadoop in IMAGE_INSTALL it'll get picked up "automagically"? | 07:26 |
nrossi | i think it might be the hadoop package that is getting the dependency added on | 07:27 |
nrossi | i assume there are like test programs or example programs that are built as part of the hadoop build? | 07:27 |
redengin | not that I've declared on FILES_${PN} | 07:28 |
nrossi | yep, but they might be in just /usr/bin/ | 07:28 |
redengin | nrossi, even if I don't do_install them? | 07:28 |
nrossi | have a bit of a look in the working directory. tmp/work/<architecture your using>/hadoop/.../image/ | 07:28 |
nrossi | redengin: not sure, have a check to be sure | 07:29 |
redengin | only file tmp/work/core2-64-poky-linux/hadoop/1.2.1-r0/image/usr/lib/libhadoop.so | 07:29 |
nrossi | ok, lets see if we can track it down. give me a minute to grab your recipe and setup a build | 07:30 |
*** roric_ <roric_!~roric@83.140.117.51> has quit IRC | 07:34 | |
nrossi | redengin: what layers are you using to get java? | 07:35 |
redengin | I made my own, but I'm pretty sure the lib itself has no java dependency | 07:35 |
redengin | if you want the java recipe I can provide it | 07:35 |
nrossi | np, i will just remove the dep on java2-runtime | 07:36 |
nrossi | ok i have it building now, should be done in 10 minutes (i dont develop for x86 so it has to build the toolchain ;)) | 07:38 |
*** Jackie_huang <Jackie_huang!~quassel@106.120.101.38> has quit IRC | 07:38 | |
*** Jackie <Jackie!~quassel@106.120.101.38> has joined #yocto | 07:39 | |
*** Jackie is now known as Guest46561 | 07:39 | |
*** Guest46561 is now known as Jackie_huang | 07:39 | |
redengin | wow, you can get a toolchain out in 10 mins? what are you running on? | 07:39 |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC | 07:40 | |
nrossi | Dell PowerEdge R620 :), 20 core (+HT) and 128GB Ram | 07:40 |
redengin | nice | 07:40 |
nrossi | managed to snag it for myself when the IT wars begun | 07:41 |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto | 07:41 | |
redengin | actually bitbake does complain about an oracle dependency even though I see no dependencies in nm of libhadoop.so | 07:41 |
redengin | does bitbake look at all the package files even if they aren't installed? | 07:42 |
nrossi | not if they dont get put into the package itself | 07:42 |
*** varjaaks <varjaaks!uid2629@gateway/web/irccloud.com/x-ppeaxgtskwczvrko> has quit IRC | 07:43 | |
* rink_ idly wonders what 'WARNING: QA Issue: ELF binary '...' has relocations in .text' means | 07:46 | |
nrossi | rink_: looks like there was a discussion on oe-core about it -> http://comments.gmane.org/gmane.comp.handhelds.openembedded.core/33590 | 07:47 |
rink_ | oh thanks | 07:47 |
*** roric_ <roric_!~roric@83.140.117.51> has joined #yocto | 07:48 | |
*** TobSnyder <TobSnyder!~schneider@ip92341b76.dynamic.kabel-deutschland.de> has joined #yocto | 07:51 | |
* rink_ looks somehow jealous towards nrossi... the best I could do is get an i7 to build on .... | 07:51 | |
redengin | nrossi, I apologize, I finally used nm and found the dependencies | 07:52 |
redengin | looks like it needs libhdfs.so as well. is there anyway bitbake would tell me that? it seems pretty error prone to have to use nm to find dependencies | 07:53 |
nrossi | redengin: not sure, there might be a insane.bbclass rule for it. | 07:54 |
redengin | seems like rootfs log should tell me it didn't have a dependency | 07:56 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 08:02 | |
bluelightning | morning all | 08:02 |
mckoan | hi bluelightning | 08:05 |
*** mime <mime!ca5311d2@gateway/web/freenode/ip.202.83.17.210> has joined #yocto | 08:06 | |
*** hsychla <hsychla!~hsychla@2001:6f8:12d9:13:95e2:f68b:5b67:640f> has quit IRC | 08:07 | |
*** hsychla <hsychla!~hsychla@2001:6f8:12d9:13:6973:2e74:b50b:c7ab> has joined #yocto | 08:07 | |
imrehg | morning (from here in the later afternoon:) | 08:07 |
mime | I am getting certain errors on my yocto build. Can you help me with it? | 08:08 |
bluelightning | hi mckoan, imrehg | 08:08 |
bluelightning | mime: sure, what's the error? (use pastebin if its more than 2 or 3 lines) | 08:08 |
mime | http://pastebin.com/g5UYGZxw | 08:11 |
mime | My build is on an Ubuntu 14.10 system 64bit for a cyclone5 board | 08:11 |
*** smustafa <smustafa!~mustafa@110.93.212.98> has joined #yocto | 08:14 | |
bluelightning | hmm, that's a bit ugly... | 08:15 |
bluelightning | it's that looks like it's specific to the linaro toolchain recipes | 08:16 |
bluelightning | any linaro folks on? | 08:16 |
*** jimBaxter <jimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 08:20 | |
redengin | mime, where is the linaro 2.24 source? | 08:23 |
*** imrehg <imrehg!~greg@122.147.15.218> has quit IRC | 08:25 | |
*** belen <belen!Adium@nat/intel/x-ycorfwguzwmvllkh> has joined #yocto | 08:27 | |
*** Jackie_huang <Jackie_huang!~quassel@106.120.101.38> has quit IRC | 08:32 | |
abelloni | huuuuum: | 08:33 |
abelloni | "Once the merger is complete, our plan is to keep the NXP Semiconductors name and operate as one company under the NXP brand." | 08:33 |
*** Jackie_huang <Jackie_huang!~quassel@106.120.101.38> has joined #yocto | 08:33 | |
nrossi | abelloni: aw i was hoping they would name as "FreeNXPScale" | 08:41 |
_4urele_ | nrossi, with free samples? | 08:43 |
nrossi | _4urele_: of course! | 08:43 |
*** tasslehoff <tasslehoff!~Tasslehof@77.40.182.98> has joined #yocto | 08:43 | |
*** adelcast <adelcast!~adelcast@130.164.62.224> has quit IRC | 08:51 | |
*** adelcast1 <adelcast1!~adelcast@130.164.62.82> has quit IRC | 08:52 | |
mime | hi redengin the linaro source is there in meta-linaro/meta-linaro-toolchain folder | 08:58 |
redengin | mime, I finally found it, I agree with the compiler error :) | 08:59 |
mime | can you elaborate please redengin | 09:00 |
redengin | I don't understand why the TRUE is in the macro | 09:00 |
mime | yes that is something I noticed too, but I am not sure how to correct it | 09:01 |
redengin | patching the macro is simple, but without knowing why it was there to begin with makes that dangerous | 09:02 |
mime | Shall I just remove the ', TRUE' | 09:02 |
redengin | yeah | 09:02 |
mime | okay let me try | 09:03 |
redengin | but it looks like that code got refactored and used the macro without knowing what it did | 09:03 |
*** roric_ <roric_!~roric@83.140.117.51> has quit IRC | 09:04 | |
mime | on a sidenote what is the best place to get the linaro layer? | 09:05 |
*** tsramos <tsramos!~tsramos@192.55.55.37> has joined #yocto | 09:06 | |
*** Levi <Levi!~vlevidas@134.134.137.73> has joined #yocto | 09:06 | |
redengin | you could also just just remove -Wno-error=unused-value | 09:06 |
redengin | mime, I don't know I don't use linaro | 09:06 |
*** tsramos <tsramos!~tsramos@192.55.55.37> has quit IRC | 09:08 | |
*** tsramos <tsramos!~tsramos@192.55.55.37> has joined #yocto | 09:10 | |
*** adelcast <adelcast!~adelcast@130.164.62.224> has joined #yocto | 09:11 | |
redengin | http://comments.gmane.org/gmane.linux.linaro.toolchain/4343 | 09:11 |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 09:13 | |
redengin | seems like it'd be better defined by an inline function than a macro | 09:13 |
DatGizmo | Hi, I'm trying to build enlightnment. During the build of efl_1.11.4 I get following error. | 09:16 |
DatGizmo | eglvivante.h:244:2: error: #error "Platform not recognized" | 09:16 |
*** roric_ <roric_!~roric@83.140.117.51> has joined #yocto | 09:16 | |
DatGizmo | I have seen in an old yocot irc log that someone had the same error about a year ago, but couldn't find what the solution was. | 09:17 |
redengin | DatGizmo, looks like it needs headers that define Status | 09:19 |
redengin | DatGizmo, err nevermind | 09:20 |
*** adelcast1 <adelcast1!~adelcast@130.164.62.82> has joined #yocto | 09:20 | |
redengin | #if defined(_WIN32) || defined(__VC32__) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) | 09:21 |
DatGizmo | I had a look at the header file, and I think that this define should be triggerd: 220 #elif defined(LINUX) || defined(__APPLE__) | 09:22 |
DatGizmo | Becaus I also see a -DLINUX in the compiler call. | 09:22 |
*** pidge_ <pidge_!~pidge@2a02:8084:0:3000:10e0:5717:a257:4916> has quit IRC | 09:26 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:10e0:5717:a257:4916> has quit IRC | 09:26 | |
*** siraj <siraj!0500463f@gateway/web/freenode/ip.5.0.70.63> has joined #yocto | 09:28 | |
siraj | hello guys | 09:28 |
siraj | I am trying to compile an example that uses libusb... i'm using arm ds-5 on windows | 09:29 |
siraj | although I added libusb source files to inlcude | 09:30 |
siraj | and added a flag -lusb-1.0 | 09:30 |
siraj | but compiler gives error that -lusb-1.0 couldn't be found | 09:30 |
*** ddom <ddom!~ddom@p4FFDA58E.dip0.t-ipconnect.de> has joined #yocto | 09:31 | |
siraj | any thoughts pleasee? | 09:31 |
redengin | DatGizmo can you link to the recipe? | 09:31 |
redengin | siraj, compile where? do you need the -dev to provide headers? | 09:32 |
siraj | compiling on windows machine and targeting linux yocto | 09:33 |
siraj | how can I tell if I need -dev? | 09:33 |
LetoThe2nd | siraj: i actually fail to understand the question, and how it is yocto related. which example are you trying to compile? where did you get it? are you using a proper yocto generated toolchain including sysroot, or something else coming from your IDE? | 09:34 |
siraj | I'm using DS-5 GCC | 09:34 |
siraj | * ARM DS-5 GCC | 09:34 |
LetoThe2nd | then you have to make sure this gcc can see the libraries you are trying to use, e.g. that they are installed into its sysroot | 09:35 |
LetoThe2nd | no idea how DS-5 wants that to be done, i think you should check its documentation. | 09:35 |
DatGizmo | redengin: meta-openembedded/meta-efl/recipes-efl/efl/efl_1.11.4.bb | 09:36 |
siraj | Good... a question please... | 09:36 |
siraj | libraries means "source code" or compiled source code? | 09:37 |
LetoThe2nd | compiled, properly installed. | 09:37 |
LetoThe2nd | if ds-5 is worth using, it should have proper documentation on how to use libraries. | 09:37 |
redengin | siraj, if you are trying to compile on your target it will need headers and libraries | 09:37 |
siraj | so I should compile libusb and install it in ds-5 sysroot? | 09:38 |
DatGizmo | redengin: here on openembedded git: http://git.openembedded.org/meta-openembedded/tree/meta-efl/recipes-efl/efl/efl_1.11.4.bb?h=dizzy | 09:38 |
LetoThe2nd | siraj: no, you should read up on how ds-5 intends to use libraries. | 09:38 |
LetoThe2nd | we don't know about the magic it uses/includes. | 09:38 |
siraj | redengin: no, I am trying to compile on windows host | 09:38 |
redengin | siraj, can you postbin your recipe? | 09:39 |
siraj | what recipe? | 09:39 |
redengin | siraj, the recipe that is compiling your "thing" that requires libusb | 09:40 |
LetoThe2nd | siraj: this is actually not a yocto problem, but a "how-to-use-ds-5 problem" | 09:40 |
siraj | mmm... I see then | 09:40 |
LetoThe2nd | redengin: he doesn't have a recipe, probably just some source code blob and an ide that he doesn't know what its doing beneath the hood | 09:41 |
siraj | I don't use recipe to compile... | 09:41 |
mime | does anyone know if yocto dizzy 1.7 supports Cyclone5 platform? I found the latest yocto builds on git | 09:41 |
siraj | mime: are you using cyclone V ? | 09:41 |
redengin | siraj, then I'm with LetoThe2nd we can't help you | 09:42 |
mime | yes | 09:42 |
siraj | redengin: it's OK... maybe I still don't know how to use DS-5 | 09:42 |
siraj | mime: good... I'm using it too | 09:42 |
siraj | mime: do you use DS-5 to compile? | 09:43 |
mime | redengin I have a noob question. So the link that you have given has the solution to exactly my issue. | 09:43 |
mime | Basically macros with comas may not work with my compiler | 09:43 |
mime | so they have given some inline functions as a replacement correct? | 09:44 |
*** siraj <siraj!0500463f@gateway/web/freenode/ip.5.0.70.63> has quit IRC | 09:44 | |
mime | no what is DS-5? | 09:44 |
redengin | mime, the choice to make it an inline function is for code correctness, the fact that its a bad macro still exists | 09:45 |
mime | yes agreed. So all I do is go to the appropriate file marked with a * and remove the lines with a '-' sign before them and add the ones with a '+' or nothing in front of them | 09:47 |
redengin | DatGizmo, I'm guessing you need a DEPENDS on a -dev somewhere | 09:47 |
redengin | mime, what output are you talking about that has * and -? | 09:48 |
mime | https://sourceware.org/ml/binutils/2014-01/msg00334.html | 09:48 |
mime | Im talking abou this message | 09:48 |
*** bluelightning_ <bluelightning_!~paul@83.217.123.106> has joined #yocto | 09:48 | |
*** bluelightning_ <bluelightning_!~paul@83.217.123.106> has quit IRC | 09:48 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 09:48 | |
redengin | ah, thats a patch file | 09:48 |
redengin | mime, do you know how to edit a yocto recipe to apply a patch? | 09:49 |
mime | oh so there should be an easy way to just ad that to my build right? aaaahhh such a steep learning curve for me | 09:49 |
mime | Im afraid I don't let me google that and see how to do that | 09:50 |
redengin | mime, don't google it | 09:50 |
mime | :O hmm | 09:51 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 09:51 | |
DatGizmo | redengin: any ideas what -dev ? | 09:52 |
redengin | I don't know anything about DS-5 and the help you get here will probably break DS-5 | 09:52 |
redengin | DatGizmo, unfortunately no, but you could grep on headers in work that define LINUX | 09:53 |
mime | redengin then how should I add that patch any pointers? | 09:53 |
DatGizmo | redengin: oki, I will have a look. Thanks so far. :) | 09:53 |
redengin | mime, the patch would clean up the linaro source, but if DS-5 manages that source your going to be stuck in a losing battle | 09:54 |
*** bluelightning_ is now known as bluelightning | 09:54 | |
*** Levi <Levi!~vlevidas@134.134.137.73> has quit IRC | 09:55 | |
redengin | mime, if you don't mind me asking what does DS-5 do for you? | 09:55 |
mime | Im not working on DS-5 | 09:57 |
mime | we're working on yocto | 09:57 |
mime | I think just applying that patch should solve the issues that Im facing. all I am not sure is how to apply that patch | 09:58 |
redengin | well you can add the patch to the recipe and it'll do its thing, but I fear DS-5 will resync and destroy your edits to the recipe | 09:59 |
redengin | http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#new-recipe-patching-code | 09:59 |
mime | I havent edited the recipe | 09:59 |
redengin | you'll need to edit the recipe to apply the patch | 10:00 |
mime | okay.. | 10:00 |
redengin | do you know which recipe to change? | 10:01 |
mime | Im afraid not :s | 10:01 |
redengin | do you have a link to the DS-5 yocto source? | 10:02 |
mime | so Im getting my yocto sources from Yocto 1.6 Daisy git clone -b daisy git://git.yoctoproject.org/poky.git pushd poky git clone -b angstrom-v2014.06-yocto1.6 git://git.rocketboards.org/meta-altera.git git clone -b daisy git://git.linaro.org/openembedded/meta-linaro.git | 10:03 |
mime | did my reply make sense to you? | 10:04 |
redengin | mime, yes, but I'm getting tired, can you repost your error again | 10:05 |
mime | http://pastebin.com/g5UYGZxw | 10:05 |
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has joined #yocto | 10:06 | |
mime | oh Im sorry if Im being a pain. Ive been working on it for 3 days now and have not made any progress and you've been very helpful | 10:06 |
redengin | you need to find binutils-native_*.bb | 10:10 |
redengin | the source layout is atrocious, now cloning to run find | 10:12 |
mime | that seems familiar let me see if I can find that file | 10:12 |
redengin | meta-linaro/meta-linaro-toolchain/recipes-devtools/binutils/binutils_linaro-2.25.bb | 10:13 |
mime | yes! | 10:14 |
mime | got it | 10:14 |
redengin | and you have the link to the yocto doc on how to add a patch to recipe so you should be good | 10:14 |
redengin | and since they patch themselves you should be good (why on earth would you need to self-patch) | 10:15 |
mime | hmm seems complicated. let me try it | 10:15 |
redengin | meta-linaro/meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.25.inc applies the internal patch | 10:17 |
mime | so I just copy the message to the .inc file? | 10:19 |
mime | or a separate .patch / .diff file | 10:19 |
redengin | you need to create a new .patch with the data from that message and then add that file to the SRC_URI | 10:20 |
mime | brilliant understood it. let me try it! | 10:20 |
redengin | bah, this linaro script is bullshit..... I'll help you for 10 minutes then I'm going to bed | 10:22 |
mime | ok Ill be quick! | 10:22 |
mime | shall I place the file in the same folder as the .bb file? | 10:23 |
mime | *.inc file | 10:23 |
redengin | you're going to have to update the chksums now as well | 10:23 |
mime | bloody hell | 10:23 |
mime | sorry for the profanity | 10:23 |
redengin | have you run the bitbake with the patch yet? | 10:24 |
mime | not yet | 10:25 |
redengin | hurry.... | 10:25 |
mime | where do I place the patch file? | 10:25 |
mime | Ive put it in the same folder as .inc file | 10:25 |
redengin | ideally you'd put it in its own directory, but who cares under linaro's BS, just put it in the same directory | 10:26 |
mime | I need to update it in the bblayer.conf I think | 10:26 |
redengin | nope | 10:27 |
redengin | just put the patch into meta-linaro/meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.25.inc | 10:27 |
redengin | err. into meta-linaro/meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.25/ | 10:27 |
mime | yes its running now | 10:28 |
mime | lets see if the error pops up | 10:29 |
mime | stay awake stay awakw red!!! :) | 10:30 |
*** tasslehoff <tasslehoff!~Tasslehof@77.40.182.98> has quit IRC | 10:30 | |
redengin | I'll stay awake for a job offer in seattle or a transfer of money at this point | 10:30 |
mime | the same error again :( | 10:31 |
mime | haha where do you work? | 10:31 |
redengin | did you add the patch file to the SRC_URI | 10:31 |
redengin | I work in seattle | 10:31 |
mime | yes I did | 10:31 |
mime | it even gave me warnings that the checksums dont match | 10:32 |
redengin | yes, I told you the chksums wouldn't match | 10:32 |
mime | but its a warning thats it | 10:32 |
redengin | copy/paste the new chksums into the meta-linaro/meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.25.inc | 10:32 |
*** LocutusOfBorg1 <LocutusOfBorg1!~Gianfranc@dynamic-adsl-94-39-91-45.clienti.tiscali.it> has joined #yocto | 10:33 | |
redengin | ok 5 more minutes..... | 10:33 |
mime | yaay | 10:35 |
mime | you're the best | 10:35 |
redengin | mime, so its all working now? | 10:36 |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 10:36 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 10:37 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 10:38 | |
mime | well I just added all the md5 checksum | 10:38 |
mime | as well as one more schecksum | 10:38 |
mime | its running now | 10:38 |
mime | *biting nails* | 10:39 |
redengin | going forward you probably want to create a new layer that will just supply your changes so that you don't corrupt the linaro version | 10:42 |
redengin | I'll be back tomorrow night if you want to learn how | 10:42 |
mime | yes please! thanks a lot! | 10:43 |
mime | goodnight | 10:43 |
redengin | atleast let me know if it compiles! :) | 10:43 |
redengin | btw, are you a coder? | 10:43 |
mime | I will. well I just got started into linux 3 days ago | 10:44 |
mime | I have about a year experience doing microcontrollers but absolutely none with linux | 10:45 |
redengin | well that linaro source smells rotten, so you may want to find other alternatives | 10:45 |
mime | well apparently these guys dont want me to use anything else I dont know why but for the academic feel of it I will try alternatives | 10:45 |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 10:46 | |
*** tasslehoff <tasslehoff!~Tasslehof@77.40.182.102> has joined #yocto | 10:47 | |
redengin | how long does this compile take? | 10:47 |
*** SorenHolm <SorenHolm!~quassel@185.22.75.1> has quit IRC | 10:48 | |
redengin | or, would it have failed by now in previous runs? | 10:48 |
AndersD | ls | 10:48 |
redengin | AndersD, I'm here | 10:48 |
*** Levi <Levi!~vlevidas@192.55.54.40> has joined #yocto | 10:49 | |
redengin | mime, you're killing me... I'm going to bed | 10:50 |
mime | waaaiiit! | 10:50 |
redengin | you're past runs were much quicker, it'd have failed by now | 10:51 |
redengin | what task is it on? | 10:51 |
mime | same error :( | 10:52 |
redengin | I'll be back tomorrow during the day, pm me | 10:52 |
mime | okay sure | 10:53 |
redengin | and if you can get me an ssh into your build env | 10:53 |
mime | Im behind a protected firewall. Its difficult for me to get permissions for ssh setup | 10:54 |
redengin | lol, then I'll show you tomorrow how to build a tunnel :) | 10:54 |
redengin | or just work with pastebin | 10:54 |
*** Levi <Levi!~vlevidas@192.55.54.40> has quit IRC | 10:55 | |
mime | okay! | 10:56 |
mime | goodnight | 10:56 |
*** tsramos <tsramos!~tsramos@192.55.55.37> has quit IRC | 10:56 | |
redengin | have a good one, you have all the info you need, looks like you didn't configure it right, make sure the patch has a .diff or .patch extension | 10:56 |
*** tsramos <tsramos!tsramos@nat/intel/x-pawhxykxtrwkwwgq> has joined #yocto | 10:56 | |
mime | sure will do thanks | 10:57 |
*** belen <belen!Adium@nat/intel/x-ycorfwguzwmvllkh> has quit IRC | 10:57 | |
*** tsramos_ <tsramos_!~tsramos@192.55.55.37> has joined #yocto | 11:00 | |
*** tsramos <tsramos!tsramos@nat/intel/x-pawhxykxtrwkwwgq> has quit IRC | 11:01 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 11:02 | |
*** SorenHolm <SorenHolm!~quassel@185.22.75.1> has joined #yocto | 11:05 | |
*** pidge_ <pidge_!~pidge@2a02:8084:0:3000:50db:36aa:1d84:e9bb> has joined #yocto | 11:35 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:50db:36aa:1d84:e9bb> has joined #yocto | 11:35 | |
*** pidge_ <pidge_!~pidge@2a02:8084:0:3000:50db:36aa:1d84:e9bb> has quit IRC | 11:36 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:50db:36aa:1d84:e9bb> has quit IRC | 11:36 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:e1eb:e70f:40c3:651d> has joined #yocto | 11:39 | |
*** vmesons <vmesons!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 12:00 | |
*** jimBaxter <jimBaxter!~jbaxter@jimbax.plus.com> has quit IRC | 12:01 | |
*** pev <pev!~pev@mail.analogue-micro.com> has joined #yocto | 12:02 | |
pev | Hey all | 12:02 |
pev | In my project I have to build an additional bootloader stub with a different toolchain that I'd quite like to bring under Yocto as well - is that going to be a bit of a faff or is there a good example of this somewhere? | 12:03 |
*** jimBaxter <jimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 12:04 | |
pev | Or is it a bit outside the scope of what I should be doing in Yocto! :-) (I've also got a small micro on the board it would also be nice to automate the build of in the same way) | 12:05 |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 12:06 | |
*** tsramos_ <tsramos_!~tsramos@192.55.55.37> has quit IRC | 12:08 | |
*** tsramos <tsramos!tsramos@nat/intel/x-qfcbwbznrdhptlvf> has joined #yocto | 12:08 | |
*** SorenHolm <SorenHolm!~quassel@185.22.75.1> has quit IRC | 12:12 | |
*** tsramos <tsramos!tsramos@nat/intel/x-qfcbwbznrdhptlvf> has quit IRC | 12:12 | |
*** tsramos <tsramos!tsramos@nat/intel/x-klqmypjtqnarjygb> has joined #yocto | 12:13 | |
*** dshwang <dshwang!~dshwang@192.55.54.36> has quit IRC | 12:14 | |
*** tsramos <tsramos!tsramos@nat/intel/x-klqmypjtqnarjygb> has quit IRC | 12:14 | |
*** SoylentYellow <SoylentYellow!~SoylentYe@173.192.103.17-static.reverse.softlayer.com> has quit IRC | 12:17 | |
*** dshwang <dshwang!~dshwang@134.134.139.76> has joined #yocto | 12:19 | |
Crofton|work | pev, technical this should be possible, but might be tricky | 12:23 |
Crofton|work | people have done some interesting things, like build their fpgas with recipes | 12:23 |
pev | Thats along the same kind of lines... Basically have orig distribution, some patches and a binary toolchain tarball | 12:24 |
pev | So would just like to automate it as it's also a critical component in the build... | 12:24 |
pev | Crofton|work: Are you aware of any examples I can dissect? | 12:24 |
Crofton|work | sure | 12:24 |
Crofton|work | not really, basically you need something that uses two toolchains | 12:25 |
Crofton|work | I'm not a toolchain guy | 12:25 |
* Crofton|work is hoping RP or kergoth know something | 12:25 | |
bluelightning | this might be of interest: http://openembedded.org/wiki/Adding_a_secondary_toolchain | 12:27 |
bluelightning | pev: ^ | 12:27 |
Crofton|work | nice | 12:28 |
bluelightning | it was written a while ago, I assume it's still applicable | 12:28 |
bluelightning | if not you can ping fray ;) | 12:28 |
RP | pev: I'd suggest looking at multilib, you can have two toolchains coexisting with that | 12:28 |
RP | two different arches is tricky at the moment though | 12:29 |
*** vmesons <vmesons!~rmacleod@128.224.252.2> has joined #yocto | 12:30 | |
*** Shanx_ <Shanx_!c3dc2512@gateway/web/freenode/ip.195.220.37.18> has joined #yocto | 12:30 | |
Shanx_ | Hello | 12:31 |
Shanx_ | _4urele_: tu es là ? (encore moi :D ) | 12:31 |
*** lpapp <lpapp!~lpapp@kde/lpapp> has joined #yocto | 12:34 | |
lpapp | bluelightning: hi, is it acceptable at times to extend CFLAGS in the recipe? | 12:34 |
*** chankit1 <chankit1!~oneam@175.136.70.175> has joined #yocto | 12:34 | |
lpapp | e.g. in case of some software, I would like to add the "-shared" flag to avoid static linkage. | 12:34 |
pev | bluelightning: Oooh. That's a marvellous link, thanks! | 12:35 |
pev | RP: Hm, define arch :-) Both ARM but ones 926 based, the other A8 IIRC | 12:35 |
bluelightning | lpapp: certainly, we do that all the time | 12:36 |
RP | pev: both arm is fine | 12:36 |
lpapp | bluelightning: hmm, the only issue is that the software does not seem to respect what comes from Yocto as it does a CFLAGS = ... | 12:36 |
pev | RP: Cool, I might be in with a chance then! | 12:36 |
lpapp | without override, so in that case, I probably need to patch the buildsystem of theirs? | 12:36 |
bluelightning | lpapp: shouldn't that be overridden by our default use of make's -e option? | 12:37 |
bluelightning | or is this not using make? | 12:37 |
*** neur0Fuzzy <neur0Fuzzy!~neur0Fuzz@p239.net182021249.tokai.or.jp> has quit IRC | 12:38 | |
lpapp | it is the Linux makefiles, yes. | 12:38 |
lpapp | but some third-party gpib driver as it could not make it into the kernel. | 12:38 |
lpapp | they do use Makefiles, yes. | 12:38 |
lpapp | make -e will pass it, but without override, what will happen | 12:38 |
*** manuel__ <manuel__!~manuel@209.6.175.242> has joined #yocto | 12:41 | |
lpapp | because I think the basic problem is that I would like prepend | 12:41 |
lpapp | I would not like to lose either | 12:41 |
*** lamego <lamego!~lamego@134.134.137.73> has joined #yocto | 12:42 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 12:43 | |
bluelightning | if -e is specified, the value in the makefile will be overridden automatically by the value from the environment, i.e. the value set by OE | 12:44 |
bluelightning | that is how make is supposed to behave | 12:44 |
lpapp | unless they use override | 12:44 |
bluelightning | what do you mean by "use override"? | 12:45 |
*** _dv_ is now known as dv_ | 12:45 | |
lpapp | override CFLAGS += | 12:45 |
bluelightning | how would they be doing that? | 12:45 |
lpapp | just like that | 12:45 |
lpapp | that is what I also do in my software to respect Yocto's settings and add mine. | 12:45 |
lpapp | https://www.gnu.org/software/make/manual/html_node/Override-Directive.html | 12:45 |
lpapp | To append more text to a variable defined on the command line, use: | 12:46 |
lpapp | override variable += more text | 12:46 |
bluelightning | ok, well I don't believe we have any mechanism to work around that | 12:46 |
lpapp | why would you? | 12:46 |
lpapp | it is a legit case as far as I can tell. | 12:46 |
bluelightning | it sounded like you were asking for one... | 12:46 |
lpapp | ah, right, well, no. | 12:46 |
lpapp | the buildsystem uses CFLAGS = and CFLAGS += | 12:47 |
lpapp | I wanted to avoid touching their buildsystem | 12:47 |
lpapp | but I guess I cannot do that, then. | 12:47 |
bluelightning | I would assume not, but I am by no means a make expert | 12:48 |
lpapp | that is a good thing imho :) | 12:48 |
lpapp | thank you. | 12:48 |
*** kscherer <kscherer!~kscherer@128.224.252.2> has joined #yocto | 12:50 | |
*** trj <trj!~trj@82-69-47-156.dsl.in-addr.zen.co.uk> has quit IRC | 12:51 | |
*** cart_man <cart_man!~cart_man@gwise.truvelo.co.za> has joined #yocto | 12:53 | |
cart_man | How do I get the Yocto KERNEL Headers on my Yocto ? | 12:54 |
cart_man | I need it to build PCI Drivers | 12:54 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 13:01 | |
*** belen <belen!Adium@nat/intel/x-mhcrchverwtmgwsv> has joined #yocto | 13:01 | |
jku | cart_man: sdk images should have them. http://www.yoctoproject.org/docs/1.7.1/kernel-dev/kernel-dev.html probably answers your question, regardless of how you want to build the driver. See 2.5 for out-of-tree modules if that was the problem | 13:08 |
*** phantoxeD <phantoxeD!destroy@a89-152-21-144.cpe.netcabo.pt> has quit IRC | 13:10 | |
*** phantoxeD <phantoxeD!destroy@a89-152-21-144.cpe.netcabo.pt> has joined #yocto | 13:10 | |
cart_man | jku, Thanks allot | 13:11 |
cart_man | is there any way I can copy those headers from the one machine to the one I am working on? Will that work? | 13:12 |
cart_man | To ReInstall Yocto to this machine is a bit of a pain | 13:13 |
*** Aethenelle <Aethenelle!~Aethenell@107.138.98.226> has joined #yocto | 13:13 | |
cart_man | jku, ^^ | 13:14 |
*** jku <jku!~jku@192.198.151.43> has quit IRC | 13:18 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has joined #yocto | 13:20 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 13:20 | |
*** ndec_ is now known as ndec | 13:20 | |
*** anselmolsm <anselmolsm!~anselmols@192.55.55.37> has joined #yocto | 13:22 | |
*** madisox <madisox!~madison@70.90.175.93-BusName-ca.sfba.hfc.comcastbusiness.net> has joined #yocto | 13:28 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 13:31 | |
mckoan | in yocto we have /sbin/fsck -> /bin/busybox.nosuid, how can I get fsck.ext3 ? | 13:33 |
lpapp | bluelightning: can you please run a command for me? | 13:35 |
*** jbrianceau is now known as jbrianceau_away | 13:36 | |
lpapp | bluelightning: https://paste.kde.org/pwmdd6sig | 13:36 |
lpapp | with and without shared | 13:36 |
lpapp | seems that the shared pthread library is broken in Yocto based on this. | 13:37 |
*** sarahsharp <sarahsharp!~sarah@134.134.139.70> has joined #yocto | 13:37 | |
*** jku <jku!~jku@212-149-207-214.bb.dnainternet.fi> has joined #yocto | 13:38 | |
lpapp | but I wonder if you can reproduce it with this simple test case. | 13:40 |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 13:40 | |
lpapp | (or anyone else, too) | 13:43 |
*** TobSnyder <TobSnyder!~schneider@ip92341b76.dynamic.kabel-deutschland.de> has quit IRC | 13:44 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 13:45 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 13:48 | |
*** AndersD <AndersD!~anders@213-64-219-84-no126.business.telia.com> has quit IRC | 13:56 | |
*** belen <belen!Adium@nat/intel/x-mhcrchverwtmgwsv> has quit IRC | 13:59 | |
*** belen <belen!~Adium@192.198.151.43> has joined #yocto | 14:00 | |
JaMa | mckoan: install e2fsprogs-fsck | 14:01 |
*** wadim_ <wadim_!~egorov@mail.microcatalog.org.uk> has quit IRC | 14:13 | |
*** sarahsharp <sarahsharp!~sarah@134.134.139.70> has quit IRC | 14:15 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 14:16 | |
mckoan | JaMa: thx | 14:18 |
*** tsramos <tsramos!tsramos@nat/intel/x-whowvtnyveqpweqd> has joined #yocto | 14:19 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 14:20 | |
*** ant_work <ant_work!~ant__@host222-188-static.61-79-b.business.telecomitalia.it> has quit IRC | 14:21 | |
mckoan | JaMa: do you mean recipe e2fsprogs_1.42.9.bb ? | 14:24 |
lpapp | what is the best way of patching a patch in Yocto again? | 14:25 |
lpapp | bitbake -c patch and then recreating and copying it back to its files/ directory? | 14:25 |
kergoth | generally, yeah. you can use quilt to make it easy, just pop to the appropriate patch if it's not on top, make your changes, quilt refresh | 14:26 |
lpapp | yep, we used quilt at Nokia for maemo/meego back then :) | 14:27 |
lpapp | kergoth: thanks, btw, do you have any idea for the static pthread linkage? | 14:27 |
lpapp | why is that not giving me the pthread_atfork symbol like the dynamic library? Both are generated by meta, I would assume | 14:28 |
lpapp | I provided the reproduction case above, but I am still not convinced whether it is a bug or pebkac. | 14:28 |
*** benjamirc <benjamirc!~besquive@134.134.137.71> has joined #yocto | 14:30 | |
kergoth | sadly not, don't have all that much experience with pthread | 14:30 |
kergoth | that said, from a bit of googling, http://ryanarn.blogspot.com/2011/07/curious-case-of-pthreadatfork-on.html may be the info you need | 14:30 |
kergoth | looks like it shouldn't bein the actual .so, but in the _nonshared, and the libpthread.so linker script should pull both in, so it should work when dynamic linking, but via that mechanism | 14:31 |
kergoth | but *shrug*, not an expert on this, never seen this before | 14:31 |
kergoth | ah. "So when -lpthread is added before foo.o on the linker invocation, libpthread_nonshared.a is linked and pthread_atfork is purged as unneeded before foo.o is processed. So to solve this we need to make sure that the reference to pthread_atfork by foo.o is registered before libpthread_nonshared.a is linked. " | 14:32 |
*** SoylentYellow <SoylentYellow!~SoylentYe@216-54-230-114.static.twtelecom.net> has joined #yocto | 14:33 | |
kergoth | obviously assuming that blog post is accurate, but it's certainly worth looking into | 14:33 |
lpapp | I agree, thank you very much :) | 14:33 |
kergoth | np | 14:33 |
*** tasslehoff <tasslehoff!~Tasslehof@77.40.182.102> has quit IRC | 14:36 | |
*** rburton1 <rburton1!~Adium@35.106.2.81.in-addr.arpa> has joined #yocto | 14:37 | |
*** jku <jku!~jku@212-149-207-214.bb.dnainternet.fi> has quit IRC | 14:38 | |
*** tsramos <tsramos!tsramos@nat/intel/x-whowvtnyveqpweqd> has quit IRC | 14:38 | |
*** tsramos <tsramos!tsramos@nat/intel/x-mbopjkcwhyiepmdn> has joined #yocto | 14:38 | |
bluelightning | FYI, I would recommend devtool be used for patch updating from 1.8/fido and later | 14:38 |
bluelightning | well, unless you really like quilt I guess | 14:39 |
lpapp | unfortunately, it is daisy | 14:39 |
JaMa | mckoan: e2fsprogs-e2fsck is name of package created by e2fsprogs recipe | 14:39 |
*** cart_man <cart_man!~cart_man@gwise.truvelo.co.za> has quit IRC | 14:40 | |
*** tsramos <tsramos!tsramos@nat/intel/x-mbopjkcwhyiepmdn> has quit IRC | 14:41 | |
bluelightning | lpapp: right, it was more for others' benefit (and perhaps your future self ;) | 14:41 |
*** tsramos <tsramos!tsramos@nat/intel/x-wdpmwhbytaqjzjgr> has joined #yocto | 14:41 | |
lpapp | we will update to fido in one year time if all goes well. | 14:41 |
lpapp | lagging about one year behind to wait for stable releases, i.e. not .0 | 14:42 |
bluelightning | fair enough | 14:43 |
pev | kergoth: The default quilt doesn't refresh the link target in yocto though does it? I had to write a patch to fix that here... | 14:43 |
*** trj <trj!~trj@82-69-47-156.dsl.in-addr.zen.co.uk> has joined #yocto | 14:47 | |
mckoan | JaMa: perfect! thx | 14:49 |
*** SoylentYellow <SoylentYellow!~SoylentYe@216-54-230-114.static.twtelecom.net> has quit IRC | 14:51 | |
*** jku <jku!~jku@85-76-142-20-nat.elisa-mobile.fi> has joined #yocto | 14:55 | |
*** benjamirc <benjamirc!~besquive@134.134.137.71> has quit IRC | 15:02 | |
fray | pev, that is intentional.. as it's the developer who needs to decide their change is correct and to move the patch out to the recipe --- as well as do the other necessary things for their CM practices.. put it in a layer, submit a patch to OE, etc etc etc.. a lot of people automate pieces of this work.. but I don't believe there is a general right answer for everyone at this point | 15:03 |
lpapp | kergoth: unfortunately, changing the order did not help me. | 15:04 |
*** mime <mime!ca5311d2@gateway/web/freenode/ip.202.83.17.210> has quit IRC | 15:04 | |
pev | fray: Really? The way it's set up (certainly in 1.6 I'm using) is that a quilt refresh *should* refresh the patch in the recipe, it's only because theres a bug (feature?) in quilt where it doesn't follow symlinks properly this doesn't happen. I'd agree that of course it needs to be reviewed etc but that's all down to your vc management surely? | 15:06 |
fray | If I'm a consumer of OE but not a contributor.. and I patch something.. I shouldn't be modifying oe-core.. I should be modifying my own layer | 15:07 |
fray | which requires adding a .bbappend, SRC_URI to my new patch, etc, etc, etc.. | 15:07 |
pev | That's a different issue :-) | 15:07 |
fray | in the past we've had people ask that we "fix" the issue.. and it's been turned down for that reason | 15:07 |
*** tsramos <tsramos!tsramos@nat/intel/x-wdpmwhbytaqjzjgr> has quit IRC | 15:07 | |
pev | I'm talking about an existing patch in a layer that you're refreshing via quilt which should follow the symlink | 15:07 |
pev | i.e. patch editing as it were not creation | 15:08 |
fray | thats the issue where does it write new patches to.. and even if you edit them.. you may not want it to go where it's putting it.. | 15:08 |
*** tsramos <tsramos!tsramos@nat/intel/x-sbyenwgtahkkkpeg> has joined #yocto | 15:08 | |
pev | I'm talking about existing not new patches | 15:08 |
fray | I agree, it's inconvienent.. but it's been intentionally 'ignored' as a problem because there was a clear solution | 15:08 |
pev | So when you do_fetch the build dir has the patch symlinked back to the recipe | 15:09 |
fray | I regularly have to modify existing patches, that end up getting copies in my project layers.. I don't want to modify upstream layers when I do that.. | 15:09 |
pev | Sure but you'd need to explicitly push your changes for that. On balance losing all your changes because of a bitbake -c clean is worse as that's outside the scope of vc | 15:10 |
fray | I don't disagree.. | 15:12 |
*** tsramos <tsramos!tsramos@nat/intel/x-sbyenwgtahkkkpeg> has quit IRC | 15:12 | |
fray | propose a solution and workflow, it might be good enough to be adopted.. | 15:12 |
fray | (mailing list, likely oe-core is the right place to discuss that.) | 15:13 |
fray | (openembedded-core@lists.openembedded.org) | 15:13 |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto | 15:15 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 15:15 | |
lpapp | kergoth: seems hidden is different to undefined symbol. | 15:19 |
lpapp | or something along those lines. | 15:19 |
*** benjamirc <benjamirc!besquive@nat/intel/x-hciexnfhokeixzdb> has joined #yocto | 15:21 | |
*** Shanx_ <Shanx_!c3dc2512@gateway/web/freenode/ip.195.220.37.18> has quit IRC | 15:27 | |
*** roric_ <roric_!~roric@83.140.117.51> has quit IRC | 15:28 | |
mckoan | is there any option to set to enable checkroot.sh at boot ? | 15:28 |
*** sarahsharp <sarahsharp!~sarah@134.134.137.71> has joined #yocto | 15:29 | |
*** egavin <egavin!~egavin@43.Red-2-139-180.staticIP.rima-tde.net> has quit IRC | 15:31 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has quit IRC | 15:31 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has joined #yocto | 15:34 | |
*** belen <belen!~Adium@192.198.151.43> has quit IRC | 15:36 | |
mckoan | the script fails due to fsck: fsck.auto: No such file or directory | 15:38 |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-uklshfjydlhpxfuc> has quit IRC | 15:38 | |
*** vmesons is now known as vmeson | 15:39 | |
*** tsramos <tsramos!tsramos@nat/intel/x-dmlbhbsxckjylkug> has joined #yocto | 15:44 | |
*** Levi <Levi!~vlevidas@192.55.54.40> has joined #yocto | 15:44 | |
-YoctoAutoBuilder- build #267 of poky-tiny is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/poky-tiny/builds/267 | 15:46 | |
*** belen1 <belen1!Adium@nat/intel/x-yshbtyafgnisamrp> has joined #yocto | 15:47 | |
pev | fray: TBH I was just going to submit the patch that makes quilt respect symlinks and let that start a discussion, but have been busy recently! | 15:49 |
*** galak <galak!~galak@104-57-189-103.lightspeed.austtx.sbcglobal.net> has joined #yocto | 15:49 | |
*** sgw_ <sgw_!~sgw_@134.134.139.70> has quit IRC | 15:52 | |
*** ddom <ddom!~ddom@p4FFDA58E.dip0.t-ipconnect.de> has quit IRC | 15:53 | |
*** egavin <egavin!~egavin@43.Red-2-139-180.staticIP.rima-tde.net> has joined #yocto | 15:56 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 15:57 | |
*** grma <grma!~gruberm@HSI-KBW-46-237-193-133.hsi.kabel-badenwuerttemberg.de> has quit IRC | 15:57 | |
*** smustafa <smustafa!~mustafa@110.93.212.98> has quit IRC | 15:58 | |
*** belen2 <belen2!~Adium@192.198.151.43> has joined #yocto | 16:01 | |
*** benjamirc <benjamirc!besquive@nat/intel/x-hciexnfhokeixzdb> has quit IRC | 16:01 | |
*** belen3 <belen3!~Adium@192.198.151.43> has joined #yocto | 16:01 | |
*** benjamirc <benjamirc!besquive@nat/intel/x-vdyxilzvkjlptoej> has joined #yocto | 16:02 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 16:02 | |
*** belen1 <belen1!Adium@nat/intel/x-yshbtyafgnisamrp> has quit IRC | 16:03 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has quit IRC | 16:03 | |
mckoan | looks like checkroot.sh is unusable | 16:05 |
*** belen2 <belen2!~Adium@192.198.151.43> has quit IRC | 16:06 | |
*** mckoan is now known as mckoan|away | 16:11 | |
*** jku <jku!~jku@85-76-142-20-nat.elisa-mobile.fi> has quit IRC | 16:11 | |
*** sgw_ <sgw_!~sgw_@134.134.139.76> has joined #yocto | 16:12 | |
*** limbrik <limbrik!~textual@64.197.89.235> has quit IRC | 16:19 | |
*** limbrik <limbrik!~textual@64.197.89.235> has joined #yocto | 16:20 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 16:20 | |
*** tsramos <tsramos!tsramos@nat/intel/x-dmlbhbsxckjylkug> has quit IRC | 16:22 | |
*** tsramos <tsramos!tsramos@nat/intel/x-bmpkmgsnxpkgwfya> has joined #yocto | 16:23 | |
*** Levi <Levi!~vlevidas@192.55.54.40> has quit IRC | 16:26 | |
*** Levi <Levi!~vlevidas@192.55.54.40> has joined #yocto | 16:27 | |
*** tsramos <tsramos!tsramos@nat/intel/x-bmpkmgsnxpkgwfya> has quit IRC | 16:27 | |
*** logient <logient!4d0af031@gateway/web/freenode/ip.77.10.240.49> has joined #yocto | 16:27 | |
logient | Hello! How can I create a directory in "do_install", e.g. /home/myFolder/Foo. "install /home/myFolder/Foo" fails (getting root_fs errors) | 16:28 |
kergoth | do_install installs to ${D} | 16:29 |
kergoth | install -d ${D}/foo | 16:29 |
kergoth | that said, packaging files destined for a home directory is almost always the wrong approach, unless it's a short term hack | 16:29 |
*** Levi <Levi!~vlevidas@192.55.54.40> has quit IRC | 16:31 | |
*** belen3 <belen3!~Adium@192.198.151.43> has quit IRC | 16:32 | |
logient | why is it wrong? | 16:33 |
kergoth | lpapp: did you check your libpthread.so and libpthread_nonshared.a using nm —defined-only to see if either have pthread_atfork? that'd be my next step, figure out if your libs actually have what you need | 16:33 |
lpapp | yes, that was the first thing that I did. | 16:33 |
kergoth | ah. well, i'm just about out of ideas then :) | 16:34 |
logient | I do not understand, why are home folders under yocto are located unter /usr/share/myUser?? | 16:35 |
logient | when using the useradd-script? | 16:35 |
lpapp | kergoth: https://paste.kde.org/pscbbmimb | 16:35 |
logient | isnt it supposed to be "/home/myUser" | 16:36 |
*** belen1 <belen1!Adium@nat/intel/x-hmyjdkmqiidyqqyq> has joined #yocto | 16:37 | |
lpapp | kergoth: I appreciate the ideas. Do you have any other? | 16:38 |
kergoth | looks like it's right where it's supposed to be, so that's good to know, just need to figure out why your linker can't find it.. i guess make sure the libpthread.so linker script looks correct, beyond that look a the link line? | 16:39 |
kergoth | not sure as to the next step beyond that | 16:39 |
*** belen1 <belen1!Adium@nat/intel/x-kyojmnbycxhvosgi> has joined #yocto | 16:40 | |
lpapp | the linker script is also generated by Yocto and that looks ok to me. | 16:40 |
*** pev <pev!~pev@mail.analogue-micro.com> has quit IRC | 16:41 | |
lpapp | fwiw, the libgpib library uses pthread_atfork and not the application | 16:42 |
lpapp | so I added -lgpib before -lpthread just in case. I also tried adding -pthread. | 16:43 |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC | 16:49 | |
*** sjolley <sjolley!~sjolley@134.134.137.75> has joined #yocto | 16:52 | |
logient | please, could someone help me why the useradd-script installs the home folders to "/usr/share/"? why not at /home/ ?? | 16:53 |
logient | what is the reason for that | 16:53 |
kergoth | lpapp: was libgpib linked with pthread itself? | 16:56 |
lpapp | yeah, I am just browsing the logs in temp :) | 16:58 |
lpapp | perhaps it is easier to run ldd through libgpib than browsing the log? | 16:58 |
lpapp | although if it is statically linked against libpthread_nonshared.a.... | 16:59 |
-YoctoAutoBuilder- build #273 of eclipse-plugin-juno is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/eclipse-plugin-juno/builds/273 | 17:00 | |
*** sameo <sameo!~samuel@192.55.55.37> has quit IRC | 17:01 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 17:04 | |
kido | hi, I'm compiling a recipe that installs headers in ${D}${includedir} they are well installed in the image but they are not in the build/tmp/sysroots/*/ directory, so I can't use those headers from other recipes. Can someone tell me how I could install the headers in the sysroot? | 17:06 |
*** manuel__ <manuel__!~manuel@209.6.175.242> has quit IRC | 17:10 | |
lpapp | kergoth: seems that the answer is "nope", ./log.do_compile.12467:693:arm-foo-linux-gnueabi-gcc -mno-thumb-interwork -marm -shared -Wl,--version-script=./gpib_version_script -Wl,-soname -Wl,libgpib.so.0 -o libgpib.so.0.1.7 ibCac.o ibClr.o ibCmd.o ibEos.o ibEot.o ibFind.o ibLines.o ibOnl.o ibPad.o ibRd.o ibRpp.o ibRsp.o ibRsv.o ibSad.o ibSic.o ibSre.o ibTmo.o ibTrg.o ibWait.o ibWrt.o ibGts.o ibBoard.o ibutil.o | 17:10 |
lpapp | globals.o ibask.o ibppc.o ibLoc.o ibDma.o ibdev.o ibbna.o async.o ibconfig.o ibFindLstn.o ibEvent.o local_lockout.o self_test.o pass_control.o ibstop.o ibConfLex.o ibConfYacc.o -lc | 17:10 |
lpapp | perhaps that should be linked against -lpthread then rather than the app? | 17:11 |
*** lamego <lamego!~lamego@134.134.137.73> has quit IRC | 17:12 | |
bluelightning | kido: if your recipe installs headers into ${D}${includedir} and other recipes have your recipe in DEPENDS then that should be enough | 17:12 |
-YoctoAutoBuilder- build #272 of eclipse-plugin-kepler is complete: Failure [failed Building Eclipse Plugin Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org/main/builders/eclipse-plugin-kepler/builds/272 | 17:13 | |
bluelightning | kido: you can double-check the process by looking at the image/ and sysroot-destdir/ directories in the work directory for your recipe | 17:13 |
kido | oh thank you I didn't think about DEPENDS, what if the recipe that provides the headers provides a virtual package ? | 17:15 |
*** sarahsharp <sarahsharp!~sarah@134.134.137.71> has quit IRC | 17:16 | |
*** belen1 <belen1!Adium@nat/intel/x-kyojmnbycxhvosgi> has quit IRC | 17:16 | |
*** benjamirc <benjamirc!besquive@nat/intel/x-vdyxilzvkjlptoej> has quit IRC | 17:18 | |
*** belen1 <belen1!Adium@nat/intel/x-hwekrgadtvsdffol> has joined #yocto | 17:18 | |
lpapp | kergoth: I thought the following linkage order oughta still work, -o foo -lgpib -pthread -lpthread -> is that wrong in this case? | 17:18 |
bluelightning | kido: what do you mean by a virtual package? | 17:20 |
*** hitlin37 <hitlin37!uid16371@gateway/web/irccloud.com/x-vijiroqpujexfqvs> has quit IRC | 17:22 | |
kido | well the first package is called "full-X" it provides virtual/X-headers and the second package named Y depends on X-headers | 17:23 |
*** lamego <lamego!~lamego@134.134.137.73> has joined #yocto | 17:23 | |
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has quit IRC | 17:23 | |
bluelightning | so by package in this context you mean recipe? i.e. we're talking about DEPENDS here right, not RDEPENDS? | 17:24 |
kido | yes Y DEPENDS on virtual/X-headers | 17:25 |
kido | not RDEPENDS | 17:25 |
bluelightning | shouldn't be an issue, as long as the recipe that actually installs the headers has virtual/X-headers in its PROVIDES | 17:25 |
kido | and sorry I meant recipe, I'm still not used to the yocto's vocabulary | 17:26 |
*** manuel__ <manuel__!~manuel@209.6.175.242> has joined #yocto | 17:26 | |
kido | yes full-X PROVIDES virtual/X-headers | 17:26 |
*** roric_ <roric_!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has joined #yocto | 17:28 | |
*** benjamirc <benjamirc!~besquive@134.134.137.71> has joined #yocto | 17:31 | |
*** egavin <egavin!~egavin@43.Red-2-139-180.staticIP.rima-tde.net> has quit IRC | 17:32 | |
*** T0mW <T0mW!~Tom@70.15.161.110.res-cmts.t132.ptd.net> has quit IRC | 17:34 | |
*** pohly <pohly!~pohly@p5DE8FC94.dip0.t-ipconnect.de> has quit IRC | 17:35 | |
*** jchonig_ <jchonig_!~quassel@firewall.honig.net> has quit IRC | 17:37 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto | 17:38 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC | 17:46 | |
*** realBigfoot <realBigfoot!~realBigfo@134.191.220.71> has quit IRC | 17:47 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto | 17:48 | |
*** realBigfoot <realBigfoot!~realBigfo@134.191.220.71> has joined #yocto | 17:48 | |
*** lamego1 <lamego1!~jalamego@134.134.139.72> has joined #yocto | 17:50 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has joined #yocto | 17:51 | |
*** galak <galak!~galak@104-57-189-103.lightspeed.austtx.sbcglobal.net> has quit IRC | 17:51 | |
*** lamego1 <lamego1!~jalamego@134.134.139.72> has left #yocto | 17:54 | |
*** jku <jku!~jku@85-76-142-20-nat.elisa-mobile.fi> has joined #yocto | 17:56 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has quit IRC | 18:03 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has quit IRC | 18:05 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has joined #yocto | 18:07 | |
*** lpapp <lpapp!~lpapp@kde/lpapp> has quit IRC | 18:10 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 18:19 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has joined #yocto | 18:22 | |
*** belen1 <belen1!Adium@nat/intel/x-hwekrgadtvsdffol> has quit IRC | 18:36 | |
*** jku <jku!~jku@85-76-142-20-nat.elisa-mobile.fi> has quit IRC | 18:43 | |
*** galak <galak!~galak@104-57-189-103.lightspeed.austtx.sbcglobal.net> has joined #yocto | 18:46 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has quit IRC | 18:52 | |
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has quit IRC | 18:56 | |
*** SoylentYellow <SoylentYellow!~SoylentYe@216-54-230-114.static.twtelecom.net> has joined #yocto | 19:00 | |
*** roric_ <roric_!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has quit IRC | 19:02 | |
*** LocutusOfBorg1 <LocutusOfBorg1!~Gianfranc@dynamic-adsl-94-39-91-45.clienti.tiscali.it> has quit IRC | 19:02 | |
*** lamego <lamego!~lamego@134.134.137.73> has quit IRC | 19:10 | |
*** lamego <lamego!~jalamego@134.134.139.72> has joined #yocto | 19:17 | |
*** moto-timo <moto-timo!~timo@72.29.171.20> has quit IRC | 19:18 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has joined #yocto | 19:23 | |
-YoctoAutoBuilder- build #268 of poky-tiny is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/poky-tiny/builds/268 | 19:24 | |
*** lamego1 <lamego1!~jalamego@134.134.139.72> has joined #yocto | 19:27 | |
*** lamego <lamego!~jalamego@134.134.139.72> has quit IRC | 19:27 | |
*** lamego1 <lamego1!~jalamego@134.134.139.72> has left #yocto | 19:27 | |
*** lamego1 <lamego1!~jalamego@134.134.139.72> has joined #yocto | 19:28 | |
*** moto-timo <moto-timo!~timo@72.29.171.20> has joined #yocto | 19:29 | |
*** lamego1 <lamego1!~jalamego@134.134.139.72> has left #yocto | 19:29 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has joined #yocto | 19:31 | |
*** lamego1 <lamego1!~jalamego@134.134.139.72> has joined #yocto | 19:31 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has quit IRC | 19:32 | |
* kergoth notices that anibal changed his license priority implementation in a way that loses a bit of functionality, and also he wasn't credited for it in any way | 19:35 | |
*** SoylentYellow <SoylentYellow!~SoylentYe@216-54-230-114.static.twtelecom.net> has quit IRC | 19:36 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has joined #yocto | 19:45 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has quit IRC | 19:49 | |
*** SoylentYellow <SoylentYellow!~SoylentYe@130.164.62.59> has joined #yocto | 19:51 | |
*** logient <logient!4d0af031@gateway/web/freenode/ip.77.10.240.49> has quit IRC | 19:54 | |
*** aehs29 <aehs29!~aehernan@134.134.139.74> has quit IRC | 20:05 | |
*** kscherer <kscherer!~kscherer@128.224.252.2> has quit IRC | 20:31 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC | 20:32 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 20:32 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 20:33 | |
*** bluelightning <bluelightning!~paul@2001:8b0:258:7d7a:5e51:4fff:febb:401d> has joined #yocto | 20:34 | |
*** bluelightning <bluelightning!~paul@2001:8b0:258:7d7a:5e51:4fff:febb:401d> has quit IRC | 20:34 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 20:34 | |
*** sameo <sameo!samuel@nat/intel/x-fxbvazdqckqdbvjc> has joined #yocto | 20:38 | |
*** varibull <varibull!~varibull@c-69-137-131-106.hsd1.de.comcast.net> has joined #yocto | 20:39 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 20:42 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 20:42 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has joined #yocto | 20:43 | |
*** rburton1 <rburton1!~Adium@35.106.2.81.in-addr.arpa> has quit IRC | 20:46 | |
*** aehs29 <aehs29!~aehernan@134.134.139.74> has joined #yocto | 20:50 | |
*** LocutusOfBorg1 <LocutusOfBorg1!~Gianfranc@94.161.244.119> has joined #yocto | 21:00 | |
*** madisox <madisox!~madison@70.90.175.93-BusName-ca.sfba.hfc.comcastbusiness.net> has quit IRC | 21:04 | |
*** ant_home <ant_home!~ant__@host185-253-dynamic.48-82-r.retail.telecomitalia.it> has joined #yocto | 21:04 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has quit IRC | 21:08 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has quit IRC | 21:09 | |
*** aehs29 <aehs29!~aehernan@134.134.139.74> has quit IRC | 21:18 | |
*** jimBaxter <jimBaxter!~jbaxter@jimbax.plus.com> has quit IRC | 21:21 | |
*** sameo <sameo!samuel@nat/intel/x-fxbvazdqckqdbvjc> has quit IRC | 21:26 | |
*** SoylentYellow <SoylentYellow!~SoylentYe@130.164.62.59> has quit IRC | 21:33 | |
*** aehs29 <aehs29!~aehernan@134.134.139.74> has joined #yocto | 21:42 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has joined #yocto | 21:48 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** sjolley <sjolley!~sjolley@134.134.137.75> has quit IRC | 22:02 | |
*** SoylentYellow <SoylentYellow!~SoylentYe@216-54-230-114.static.twtelecom.net> has joined #yocto | 22:02 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has quit IRC | 22:02 | |
*** sjolley <sjolley!~sjolley@134.134.137.75> has joined #yocto | 22:03 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has joined #yocto | 22:05 | |
*** sarahsharp <sarahsharp!sarah@nat/intel/x-jhpveyvhbunusama> has joined #yocto | 22:06 | |
*** galak <galak!~galak@104-57-189-103.lightspeed.austtx.sbcglobal.net> has quit IRC | 22:08 | |
*** sjolley <sjolley!~sjolley@134.134.137.75> has quit IRC | 22:11 | |
*** sjolley <sjolley!~sjolley@134.134.137.75> has joined #yocto | 22:12 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has quit IRC | 22:14 | |
moto-timo | where do the *.wks files for wic live in the tree? | 22:16 |
*** ant_home <ant_home!~ant__@host185-253-dynamic.48-82-r.retail.telecomitalia.it> has quit IRC | 22:18 | |
moto-timo | ahhh. http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/scripts/lib/image/canned-wks | 22:20 |
*** sjolley <sjolley!~sjolley@134.134.137.75> has quit IRC | 22:22 | |
*** sjolley <sjolley!sjolley@nat/intel/x-lpuqldgvxrdtfasv> has joined #yocto | 22:24 | |
*** benjamirc <benjamirc!~besquive@134.134.137.71> has quit IRC | 22:34 | |
*** varibull <varibull!~varibull@c-69-137-131-106.hsd1.de.comcast.net> has quit IRC | 22:34 | |
*** noisebleed_ <noisebleed_!~quassel@lula.inescn.pt> has quit IRC | 22:37 | |
*** noisebleed <noisebleed!~quassel@gentoo/contributor/noisebleed> has joined #yocto | 22:38 | |
*** manuel__ <manuel__!~manuel@c-24-61-43-145.hsd1.ma.comcast.net> has joined #yocto | 22:47 | |
*** anselmolsm <anselmolsm!~anselmols@192.55.55.37> has quit IRC | 22:50 | |
*** benjamirc <benjamirc!~besquive@134.134.139.70> has joined #yocto | 22:51 | |
*** nighty^ <nighty^!~nighty@hokuriku.rural-networks.com> has quit IRC | 22:54 | |
*** sjolley <sjolley!sjolley@nat/intel/x-lpuqldgvxrdtfasv> has quit IRC | 22:58 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 22:59 | |
*** sjolley <sjolley!~sjolley@134.134.137.75> has joined #yocto | 22:59 | |
*** sjolley <sjolley!~sjolley@134.134.137.75> has quit IRC | 23:00 | |
*** paulg_ <paulg_!~paulg@71-19-175-186.dedicated.allstream.net> has joined #yocto | 23:05 | |
*** lamego1 <lamego1!~jalamego@134.134.139.72> has left #yocto | 23:08 | |
*** sarahsharp <sarahsharp!sarah@nat/intel/x-jhpveyvhbunusama> has quit IRC | 23:15 | |
*** SoylentYellow <SoylentYellow!~SoylentYe@216-54-230-114.static.twtelecom.net> has quit IRC | 23:22 | |
*** aehs29 <aehs29!~aehernan@134.134.139.74> has left #yocto | 23:22 | |
*** LocutusOfBorg1 <LocutusOfBorg1!~Gianfranc@94.161.244.119> has quit IRC | 23:24 | |
*** benjamirc <benjamirc!~besquive@134.134.139.70> has quit IRC | 23:25 | |
*** moto_timo <moto_timo!~timo@72.29.171.20> has joined #yocto | 23:30 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has joined #yocto | 23:30 | |
*** moto_timo <moto_timo!~timo@72.29.171.20> has quit IRC | 23:31 | |
*** nighty^ <nighty^!~nighty@static-68-179-124-161.ptr.terago.net> has joined #yocto | 23:32 | |
*** manuel__ <manuel__!~manuel@c-24-61-43-145.hsd1.ma.comcast.net> has quit IRC | 23:32 | |
*** kanavin_ <kanavin_!ak@nat/intel/x-smiipwrvvfawubza> has joined #yocto | 23:33 | |
*** realBigfoot_ <realBigfoot_!~realBigfo@134.191.220.71> has joined #yocto | 23:34 | |
*** jchonig_ <jchonig_!~quassel@firewall.honig.net> has joined #yocto | 23:34 | |
*** ulf`_ <ulf`_!~ulf@134.134.137.71> has joined #yocto | 23:35 | |
*** stryx`__ <stryx`__!~stryx@149.255.110.134> has joined #yocto | 23:35 | |
*** hundebol1 <hundebol1!~hundeboll@open-mesh.org/catwoman/hundeboll> has joined #yocto | 23:35 | |
*** chankit1 <chankit1!~oneam@175.136.70.175> has quit IRC | 23:36 | |
*** darknighte_ <darknighte_!~darknight@pdpc/supporter/professional/darknighte> has joined #yocto | 23:38 | |
*** moto-timo <moto-timo!~timo@72.29.171.20> has quit IRC | 23:38 | |
*** nighty^_ <nighty^_!~nighty@static-68-179-124-161.ptr.terago.net> has quit IRC | 23:38 | |
*** ulf` <ulf`!~ulf@134.134.137.71> has quit IRC | 23:38 | |
*** kido <kido!~kido@unaffiliated/kido> has quit IRC | 23:38 | |
*** sgw_ <sgw_!~sgw_@134.134.139.76> has quit IRC | 23:38 | |
*** psrcode <psrcode!~ubuntu@ec2-54-68-0-84.us-west-2.compute.amazonaws.com> has quit IRC | 23:38 | |
*** hundeboll <hundeboll!~hundeboll@open-mesh.org/catwoman/hundeboll> has quit IRC | 23:38 | |
*** joraj <joraj!~ubuntu@ec2-54-68-0-84.us-west-2.compute.amazonaws.com> has joined #yocto | 23:38 | |
*** vquicksilver_ <vquicksilver_!~nobody@gentoo/contributor/vquicksilver> has joined #yocto | 23:39 | |
*** ecdhe_ <ecdhe_!~ecdhe@173-22-126-166.client.mchsi.com> has joined #yocto | 23:39 | |
*** vquicksilver <vquicksilver!~nobody@gentoo/contributor/vquicksilver> has quit IRC | 23:39 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 23:39 | |
*** abelloni <abelloni!~abelloni@128-79-216-6.hfc.dyn.abo.bbox.fr> has quit IRC | 23:39 | |
*** realBigfoot <realBigfoot!~realBigfo@134.191.220.71> has quit IRC | 23:39 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC | 23:39 | |
*** ecdhe <ecdhe!~ecdhe@173-22-126-166.client.mchsi.com> has quit IRC | 23:39 | |
*** kanavin <kanavin!ak@nat/intel/x-hsyukvwqzgbweakt> has quit IRC | 23:39 | |
*** darknighte <darknighte!~darknight@pdpc/supporter/professional/darknighte> has quit IRC | 23:39 | |
*** kido` <kido`!~kido@coruscant.placeholder.fr> has joined #yocto | 23:39 | |
*** stryx`__ <stryx`__!~stryx@149.255.110.134> has quit IRC | 23:40 | |
*** stryx`__ <stryx`__!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 23:40 | |
*** stryx`__ is now known as stryx` | 23:40 | |
*** moto-timo <moto-timo!~timo@72.29.171.20> has joined #yocto | 23:41 | |
*** abelloni <abelloni!~abelloni@128-79-216-6.hfc.dyn.abo.bbox.fr> has joined #yocto | 23:42 | |
-YoctoAutoBuilder- build #259 of nightly-ipk is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/259 | 23:47 | |
*** agust <agust!~agust@p4FC466E3.dip0.t-ipconnect.de> has quit IRC | 23:48 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 23:50 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 23:50 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 23:59 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!