RP | halstead: we're ready for another try with ross/mut | 00:00 |
---|---|---|
halstead | RP, Okay starting one presently. | 00:02 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:453f:f279:59ff:fe64:3a8> has quit IRC | 00:04 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@yocto-www.yoctoproject.org> has quit IRC | 00:04 | |
RP | halstead: thanks | 00:04 |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@yocto-www.yoctoproject.org> has joined #yocto | 00:05 | |
*** dmikulin <dmikulin!4c4d4102@gateway/web/freenode/ip.76.77.65.2> has joined #yocto | 00:08 | |
dmikulin | Hi gurus! | 00:08 |
dmikulin | I am trying to use qemux86-64 and can't get past the following error during a bitbake of core-image-rt: | 00:09 |
dmikulin | ERROR: User requested feature sdl | configure was not able to find it. | Install SDL devel | | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at /home/dmikulin/dev/yocto/poky/build-q64/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/log.do_configure.13632) ERROR: Task 72 (virtual:native:/home/dmikulin/dev/yocto/poky/meta/recipes-devtools/qemu/qemu_2.4.0.bb, do_config | 00:09 |
RP | dmikulin: do you have the sdl libraries installed? | 00:10 |
RP | dmikulin: if you don't need qemu graphics, you could disable sdl (see local.conf) | 00:10 |
dmikulin | ERROR: User requested feature sdl | 00:10 |
dmikulin | configure was not able to find it. | 00:11 |
dmikulin | Install SDL devel | 00:11 |
RP | halstead: this build looks better. the fsl-ppc issues are sad but not surprising with the udev change in that branch | 00:11 |
dmikulin | libsdl1.2-dev is installed as is libsdl2-dev | 00:11 |
RP | dmikulin: sdl1.2 != sdl2 | 00:12 |
halstead | RP, I was just about to ask if those had to do with the build hosts or not. | 00:12 |
RP | halstead: no, they're that branch for sure | 00:12 |
dmikulin | Okay, but libsdl1.2 is what is needed (I think) and it is definitely installed in my host. | 00:12 |
dmikulin | I don't need graphics. | 00:12 |
dmikulin | Are there other sdl libraries that I need installed? | 00:13 |
RP | dmikulin: you need libsdl1.2-dev | 00:13 |
RP | dmikulin: or remove PACKAGECONFIG_append_pn-qemu-native from local.conf | 00:13 |
RP | (the append of sdl) | 00:13 |
dmikulin | sudo apt-get install libsdl1.2-dev [sudo] password for dmikulin: Reading package lists... Done Building dependency tree Reading state information... Done libsdl1.2-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | 00:14 |
dmikulin | If libsdl1.2-dev is already installed, why am I getting this error message? | 00:14 |
RP | dmikulin: which distro and which version of the project are you using? | 00:14 |
dmikulin | Ubuntu 15.10, Yocto Project 2.0 (jethro) | 00:14 |
RP | dmikulin: can you share tmp/work/x86_64-linux/qemu-native/2.5.0-r1/build/config.log somewhere? | 00:15 |
*** alimon <alimon!~alimon@187-176-43-14.dynamic.axtel.net> has quit IRC | 00:16 | |
RP | dmikulin: I'm guessing there is an error in there which might better help show what is going on. I use ubuntu15.10 myself so it should work... | 00:16 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:453f:f279:59ff:fe64:3a8> has joined #yocto | 00:16 | |
RP | dmikulin: oh, hang on. There is a problem with jethro | 00:16 |
dmikulin | hanging on... | 00:17 |
RP | dmikulin: https://bugzilla.yoctoproject.org/show_bug.cgi?id=8553 | 00:17 |
yocti | Bug 8553: normal, Medium+, 2.1, ross.burton, VERIFIED FIXED, qemu-native to build on Ubuntu 15.10 | 00:17 |
RP | dmikulin: workaround add BUILD_LDFLAGS_prepend_pn-qemu-native = "-Wl,-rpath-link,/lib/x86_64-linux-gnu " to local.conf | 00:17 |
RP | dmikulin: its fixed in master but not in jethro yet :/ | 00:18 |
dmikulin | I will try that. | 00:18 |
RP | halstead: looks like that build is working so I'm getting some sleep :) | 00:20 |
RP | halstead: the updated set of distros looks good! | 00:20 |
*** sgw_ <sgw_!~sgw_@134.134.139.76> has quit IRC | 00:20 | |
halstead | RP, Alright. I'm around tomorrow if anything sticks. | 00:20 |
* halstead waves. | 00:21 | |
dmikulin | RP: that seems to be working. I'm passed do_configure and onto do_compile | 00:21 |
dmikulin | Thanks! | 00:21 |
halstead | And thank you. | 00:21 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:453f:f279:59ff:fe64:3a8> has quit IRC | 00:24 | |
dmikulin | BTW, I found a typo in one of the Yocto manuals with respect to using qemu for X86-64... it could trip others up. Trying to find it again. | 00:24 |
*** rewitt_ <rewitt_!c0373729@gateway/web/freenode/ip.192.55.55.41> has quit IRC | 00:29 | |
dmikulin | RP: Okay, it might not be a problem, but in section 6.2.2 "Using the runqemu command", it says that the QEMU machine architecture should be qemux86_64. For MACHINE, further down it says qemux86-64. Are these supposed to be different (one using underscore, the other using a dash)? | 00:35 |
dmikulin | RP: this is in the 2.0 version of the manual. | 00:35 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:453f:f279:59ff:fe64:3a8> has joined #yocto | 00:36 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:453f:f279:59ff:fe64:3a8> has quit IRC | 00:37 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 00:38 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 00:38 | |
*** dmikulin <dmikulin!4c4d4102@gateway/web/freenode/ip.76.77.65.2> has quit IRC | 00:49 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 00:56 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 00:57 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 01:04 | |
*** ftonello <ftonello!~felipe@82-71-26-47.dsl.in-addr.zen.co.uk> has quit IRC | 01:10 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 01:21 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 01:22 | |
*** fledermaus <fledermaus!~vivek@78.32.176.249> has quit IRC | 01:49 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 01:50 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 01:53 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 01:53 | |
-YoctoAutoBuilder- build #652 of nightly-ipk is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/652 | 02:11 | |
-YoctoAutoBuilder- build #318 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/318 | 02:17 | |
*** melonipoika <melonipoika!~jose@194.9.252.238> has joined #yocto | 02:21 | |
*** hanthings_ <hanthings_!~nandor@194.9.252.238> has joined #yocto | 02:21 | |
*** melonipoika_ <melonipoika_!~jose@194.9.252.237> has quit IRC | 02:24 | |
*** nandi_ge___ <nandi_ge___!~nandor@194.9.252.237> has quit IRC | 02:24 | |
-YoctoAutoBuilder- build #216 of nightly-wic is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-wic/builds/216 | 02:30 | |
-YoctoAutoBuilder- build #96 of nightly-uclibc is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-uclibc/builds/96 | 02:31 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 02:31 | |
-YoctoAutoBuilder- build #647 of nightly-rpm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/647 | 02:32 | |
-YoctoAutoBuilder- build #661 of nightly-qa-skeleton is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-skeleton/builds/661 | 02:35 | |
-YoctoAutoBuilder- build #656 of nightly-qa-extras is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-extras/builds/656 | 02:40 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 02:46 | |
*** melonipoika_ <melonipoika_!~jose@194.9.252.237> has joined #yocto | 02:46 | |
*** nandi_ge___ <nandi_ge___!~nandor@194.9.252.237> has joined #yocto | 02:46 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 02:46 | |
*** hanthings_ <hanthings_!~nandor@194.9.252.238> has quit IRC | 02:49 | |
*** melonipoika <melonipoika!~jose@194.9.252.238> has quit IRC | 02:49 | |
-YoctoAutoBuilder- build #321 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/321 | 02:53 | |
-YoctoAutoBuilder- build #658 of nightly-qa-logrotate is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-logrotate/builds/658 | 03:05 | |
-YoctoAutoBuilder- build #653 of nightly-intel-gpl is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-intel-gpl/builds/653 | 03:10 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 03:11 | |
*** coolmouse <coolmouse!~coolmouse@113.201.103.42> has joined #yocto | 03:21 | |
-YoctoAutoBuilder- build #674 of poky-tiny is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/poky-tiny/builds/674 | 03:24 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 03:58 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 03:59 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 04:39 | |
-YoctoAutoBuilder- build #655 of buildtools is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/buildtools/builds/655 | 04:52 | |
*** pcglue <pcglue!~pcglue@cpe-104-175-108-43.socal.res.rr.com> has joined #yocto | 05:05 | |
-YoctoAutoBuilder- build #311 of nightly-arm64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds/311 | 05:21 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 05:22 | |
*** coolmouse <coolmouse!~coolmouse@113.201.103.42> has quit IRC | 05:30 | |
*** sameo <sameo!~samuel@192.55.54.36> has joined #yocto | 05:34 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 05:38 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 05:51 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 06:13 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 06:16 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 06:21 | |
*** agust <agust!~agust@pD9E2F23A.dip0.t-ipconnect.de> has joined #yocto | 06:36 | |
-YoctoAutoBuilder- build #662 of nightly-fsl-arm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-arm/builds/662 | 06:40 | |
-YoctoAutoBuilder- build #663 of nightly-qa-systemd is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/663 | 06:52 | |
*** Noor <Noor!~quassel@110.93.212.98> has quit IRC | 06:53 | |
*** Noor <Noor!~quassel@110.93.212.98> has joined #yocto | 06:53 | |
*** sameo <sameo!~samuel@192.55.54.36> has quit IRC | 07:02 | |
-YoctoAutoBuilder- build #313 of nightly-mips64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips64/builds/313 | 07:05 | |
*** coolmouse <coolmouse!~coolmouse@113.201.243.188> has joined #yocto | 07:12 | |
*** rburton <rburton!~Adium@home.burtonini.com> has joined #yocto | 07:29 | |
rburton | argh sea of red on the AB | 07:30 |
-YoctoAutoBuilder- build #656 of build-appliance is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/656 | 07:30 | |
rburton | grrr | 07:31 |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 07:35 | |
*** Noor <Noor!~quassel@110.93.212.98> has quit IRC | 07:37 | |
*** Noor <Noor!~quassel@110.93.212.98> has joined #yocto | 07:38 | |
*** Noor <Noor!~quassel@110.93.212.98> has quit IRC | 07:47 | |
*** Noor <Noor!~quassel@110.93.212.98> has joined #yocto | 07:47 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 07:58 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 07:59 | |
RP | rburton: ? | 08:01 |
RP | ah, hmm | 08:01 |
*** Noor <Noor!~quassel@110.93.212.98> has quit IRC | 08:34 | |
*** yann|work <yann|work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto | 08:41 | |
*** paulg_ <paulg_!~paulg@198-84-239-75.cpe.teksavvy.com> has joined #yocto | 08:46 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 09:30 | |
*** coolmouse <coolmouse!~coolmouse@113.201.243.188> has quit IRC | 10:04 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@host170-213-dynamic.14-87-r.retail.telecomitalia.it> has joined #yocto | 10:35 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 10:35 | |
-YoctoAutoBuilder- build #658 of nightly-x32 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/658 | 11:01 | |
-YoctoAutoBuilder- build #653 of nightly-ipk is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/653 | 11:04 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 11:14 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 11:20 | |
-YoctoAutoBuilder- build #322 of nightly-deb-non-deb is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb-non-deb/builds/322 | 11:21 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 11:34 | |
-YoctoAutoBuilder- build #638 of nightly-deb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb/builds/638 | 11:35 | |
-YoctoAutoBuilder- build #648 of nightly-rpm is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/648 | 11:37 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 11:38 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 11:43 | |
*** coolmouse <coolmouse!~coolmouse@124.89.111.6> has joined #yocto | 12:09 | |
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto | 12:20 | |
*** chris___ <chris___!~chris@37-33-115-68.bb.dnainternet.fi> has quit IRC | 12:31 | |
-YoctoAutoBuilder- build #670 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/670 | 12:34 | |
*** roccof <roccof!~rocco@151.48.167.148> has joined #yocto | 12:47 | |
*** yann||work <yann||work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto | 12:48 | |
*** yann|work <yann|work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC | 12:50 | |
*** csmart_ is now known as csmart | 12:53 | |
RP | halstead: looks like fedora22/fedora23 might have network issues stopping runqemu working right? | 13:09 |
-YoctoAutoBuilder- build #659 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/659 | 13:11 | |
-YoctoAutoBuilder- build #668 of nightly-non-gpl3 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-non-gpl3/builds/668 | 13:15 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 13:16 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 13:21 | |
*** roccof <roccof!~rocco@151.48.167.148> has quit IRC | 13:28 | |
*** pohly <pohly!~pohly@p5DE8F2AA.dip0.t-ipconnect.de> has joined #yocto | 13:33 | |
-YoctoAutoBuilder- build #662 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/662 | 13:43 | |
*** fledermaus <fledermaus!~vivek@78.32.176.249> has joined #yocto | 14:06 | |
-YoctoAutoBuilder- build #312 of nightly-arm64 is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds/312 | 14:21 | |
-YoctoAutoBuilder- build #314 of nightly-mips64 is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips64/builds/314 | 14:22 | |
-YoctoAutoBuilder- build #676 of nightly-multilib is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/676 | 14:22 | |
-YoctoAutoBuilder- build #662 of nightly-oecore is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-oecore/builds/662 | 14:30 | |
-YoctoAutoBuilder- build #665 of nightly-x86-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-lsb/builds/665 | 14:37 | |
*** fledermaus <fledermaus!~vivek@78.32.176.249> has quit IRC | 14:39 | |
-YoctoAutoBuilder- build #654 of nightly-fsl-ppc is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc/builds/654 | 14:50 | |
*** Nilesh__ <Nilesh__!uid116340@gateway/web/irccloud.com/x-iodifnpfpmpqpcnc> has joined #yocto | 14:50 | |
*** wenzong <wenzong!~wfan@106.120.101.38> has quit IRC | 14:57 | |
*** ftonello <ftonello!~felipe@82-71-26-47.dsl.in-addr.zen.co.uk> has joined #yocto | 14:57 | |
*** wenzong <wenzong!~wfan@106.120.101.38> has joined #yocto | 14:57 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 15:02 | |
halstead | RP: the setup scripts didn't disable networkmanager which is know to cause trouble. I'll get that changed. Thank you! | 15:05 |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 15:14 | |
-YoctoAutoBuilder- build #649 of nightly-arm-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm-lsb/builds/649 | 15:36 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 15:38 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 15:40 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 15:43 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 15:43 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 15:50 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 15:51 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ecd5-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 16:01 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 16:02 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 16:03 | |
*** wenzong <wenzong!~wfan@106.120.101.38> has quit IRC | 16:16 | |
*** wenzong <wenzong!~wfan@106.120.101.38> has joined #yocto | 16:17 | |
*** alimon <alimon!~alimon@187.176.43.14> has joined #yocto | 16:43 | |
*** dlan_ <dlan_!~dennis@gentoo/developer/dlan> has quit IRC | 16:51 | |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto | 16:51 | |
*** fledermaus <fledermaus!~vivek@78.32.176.249> has joined #yocto | 16:55 | |
*** Nilesh__ <Nilesh__!uid116340@gateway/web/irccloud.com/x-iodifnpfpmpqpcnc> has quit IRC | 16:57 | |
*** grma <grma!~gruberm@80.93.38.128> has quit IRC | 16:59 | |
*** simfir <simfir!~quassel@mail.f9s.eu> has joined #yocto | 17:05 | |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC | 17:09 | |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto | 17:09 | |
*** ftonello <ftonello!~felipe@82-71-26-47.dsl.in-addr.zen.co.uk> has quit IRC | 17:14 | |
*** fledermaus <fledermaus!~vivek@78.32.176.249> has quit IRC | 17:45 | |
*** zz_ka6sox is now known as ka6sox | 17:52 | |
*** alimon <alimon!~alimon@187.176.43.14> has quit IRC | 18:08 | |
-YoctoAutoBuilder- build #656 of nightly-ppc-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/builds/656 | 18:58 | |
*** ka6sox is now known as zz_ka6sox | 19:22 | |
*** coolmouse <coolmouse!~coolmouse@124.89.111.6> has quit IRC | 19:36 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ecd5-CM00195edd810c.cpe.net.cable.rogers.com> has quit IRC | 19:42 | |
*** tlab <tlab!~tlab@104.235.20.192> has joined #yocto | 19:42 | |
rburton | halstead: around? | 20:56 |
*** rburton <rburton!~Adium@home.burtonini.com> has quit IRC | 21:06 | |
*** bluelightning <bluelightning!~paul@2406:e007:5383:1:5e51:4fff:febb:401d> has joined #yocto | 21:18 | |
*** bluelightning <bluelightning!~paul@2406:e007:5383:1:5e51:4fff:febb:401d> has quit IRC | 21:18 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 21:18 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 21:18 | |
*** pohly <pohly!~pohly@p5DE8F2AA.dip0.t-ipconnect.de> has quit IRC | 21:18 | |
*** psadro2 <psadro2!~Thunderbi@2620:0:ed0:800a:72f3:95ff:fe1d:9866> has joined #yocto | 21:36 | |
*** nslu2-log_ <nslu2-log_!~nslu2-log@140.211.169.184> has joined #yocto | 21:36 | |
*** vmesons <vmesons!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 21:36 | |
*** glfernando_ <glfernando_!~fernando@134.134.139.77> has joined #yocto | 21:36 | |
*** mario-go` <mario-go`!~user@email.parenteses.org> has joined #yocto | 21:37 | |
*** aurele_ <aurele_!~aurele@srvmail.castel.fr> has joined #yocto | 21:37 | |
*** hodapp <hodapp!~hodapp@ns508885.ip-142-4-208.net> has quit IRC | 21:37 | |
*** rahc <rahc!rah@pasanda.collabora.co.uk> has quit IRC | 21:37 | |
*** dshwang_ <dshwang_!~dshwang@134.134.139.70> has joined #yocto | 21:37 | |
*** stefans__ <stefans__!stefans@nat/intel/x-htvkaftxyielipnb> has joined #yocto | 21:37 | |
*** mario-goulart <mario-goulart!~user@email.parenteses.org> has quit IRC | 21:37 | |
*** Saur <Saur!pkj@nat/axis/x-ogdnoprnqibwqsyk> has quit IRC | 21:37 | |
*** fray_ <fray_!~mhatle@192.40.192.95> has joined #yocto | 21:37 | |
*** icanicant <icanicant!~icanicant@195.88.236.129> has quit IRC | 21:37 | |
*** cesdv <cesdv!~cesdv@client-188-168-43-165.spb-teleport.ru> has quit IRC | 21:37 | |
*** kjokinie <kjokinie!~kjokinie@145.247.15.238> has quit IRC | 21:41 | |
*** yocti <yocti!~supybot@yocto-www.yoctoproject.org> has joined #yocto | 21:46 | |
*** Tenhi_0 <Tenhi_0!~tenhi@static-ip-69-64-50-196.inaddr.ip-pool.com> has joined #yocto | 21:46 | |
*** roxell_ <roxell_!~roxell@c-932171d5.07-21-73746f28.cust.bredbandsbolaget.se> has joined #yocto | 21:46 | |
*** wyrm <wyrm!~wyrm@73.151.217.0> has joined #yocto | 21:46 | |
*** marquiz_ <marquiz_!~marquiz@134.134.137.71> has joined #yocto | 21:47 | |
*** neverpan1c <neverpan1c!~clemens@towel.neverpanic.de> has joined #yocto | 21:47 | |
*** flihp <flihp!~flihp@c-50-185-54-102.hsd1.ca.comcast.net> has joined #yocto | 21:47 | |
*** mario-go` <mario-go`!~user@email.parenteses.org> has quit IRC | 21:48 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC | 21:48 | |
*** csmart <csmart!~quassel@45.55.219.131> has quit IRC | 21:48 | |
*** halstead <halstead!~halstead@drupal.org/user/301087/view> has quit IRC | 21:48 | |
*** tmcguire__ <tmcguire__!~tmcguire@185.28.184.2> has quit IRC | 21:48 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-drhlujvwhkkgtyzp> has quit IRC | 21:48 | |
*** hsychla <hsychla!~hsychla@2001:6f8:12d9:13:a2b3:ccff:fefb:967b> has quit IRC | 21:48 | |
*** armpit <armpit!~akuster@2601:202:4000:1239:accf:8dd4:88cc:265c> has quit IRC | 21:48 | |
*** LoganG <LoganG!~LoganG@2607:5300:60:47bc:dead:beef:dead:beef> has quit IRC | 21:48 | |
*** roxell <roxell!~roxell@linaro/roxell> has quit IRC | 21:48 | |
*** tismith <tismith!~toby@203.62.184.110> has quit IRC | 21:48 | |
*** aratiu <aratiu!~adi@80.97.64.55> has quit IRC | 21:48 | |
*** marquiz <marquiz!marquiz@nat/intel/x-whbtvddhhvzvtzre> has quit IRC | 21:48 | |
*** Marex <Marex!~Marex@195.140.253.167> has quit IRC | 21:48 | |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has quit IRC | 21:48 | |
*** evanp <evanp!~evan@134.134.139.72> has quit IRC | 21:48 | |
*** fitzsim <fitzsim!~user@2001:420:284a:1300:6e0b:84ff:fe09:4e9f> has quit IRC | 21:48 | |
*** robher <robher!sid20343@gateway/web/irccloud.com/x-lyukhacrtgfktczo> has quit IRC | 21:48 | |
*** rperier <rperier!~quassel@ubuntu/member/rperier> has quit IRC | 21:48 | |
*** kjokinie <kjokinie!~kjokinie@145.247.15.238> has quit IRC | 21:48 | |
*** andrewsh <andrewsh!~andrewsh@shadura.me> has quit IRC | 21:48 | |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has joined #yocto | 21:49 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 21:49 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 21:49 | |
*** maciejjo_ <maciejjo_!~maciejjo@fireball.maciejjo.pl> has quit IRC | 21:49 | |
*** neverpanic <neverpanic!~clemens@towel.neverpanic.de> has quit IRC | 21:49 | |
*** cpo <cpo!~cpo@helix.mybll.net> has quit IRC | 21:49 | |
*** falstaff <falstaff!~quassel@83.150.42.223> has quit IRC | 21:49 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 21:49 | |
*** rodgort` <rodgort`!~rodgort@105.ip-167-114-152.net> has joined #yocto | 21:49 | |
*** zeddii_home <zeddii_home!~zeddii_ho@CPEe8de27b71faa-CMbcc810032faf.cpe.net.cable.rogers.com> has joined #yocto | 21:49 | |
*** halstead_ <halstead_!~halstead@crown.incitedev.com> has joined #yocto | 21:49 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@yocto-www.yoctoproject.org> has joined #yocto | 21:49 | |
*** daro <daro!~daro@88.131.56.168> has joined #yocto | 21:49 | |
*** sa2ajj <sa2ajj!~quassel@dsl-espbrasgw1-50de2f-243.dhcp.inet.fi> has joined #yocto | 21:49 | |
*** tripzero <tripzero!tripzero@nat/intel/x-lfdwaxkneunnvtdj> has joined #yocto | 21:49 | |
*** ionte_ <ionte_!~ionte@94.245.24.57> has joined #yocto | 21:49 | |
*** Jeena <Jeena!~Jeena@jugulator.defunced.de> has joined #yocto | 21:49 | |
*** michaelw_ <michaelw_!~michael@thos.me.uk> has joined #yocto | 21:49 | |
*** cp- <cp-!~cp@www.taiyolabs.com> has joined #yocto | 21:49 | |
*** dholland <dholland!~quassel@vpn.pelagicore.de> has joined #yocto | 21:49 | |
*** reanguiano <reanguiano!~devnull@godel.ricardoanguiano.com> has joined #yocto | 21:49 | |
*** sledges <sledges!~sleleiva@unaffiliated/sledgeas> has joined #yocto | 21:49 | |
*** zub <zub!~zub@212.111.31.147> has joined #yocto | 21:49 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-091-089-223-103.hsi2.kabel-badenwuerttemberg.de> has joined #yocto | 21:49 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 21:49 | |
*** xerent <xerent!xerent@compose.lokalen.org> has joined #yocto | 21:49 | |
*** Hauke <Hauke!~Hauke@hauke-m.de> has joined #yocto | 21:49 | |
*** georgem <georgem!~georgem@216-21-169-52.slc.googlefiber.net> has joined #yocto | 21:49 | |
*** Bryanstein <Bryanstein!~Bryanstei@shellium/admin/bryanstein> has joined #yocto | 21:49 | |
*** JEEB <JEEB!~jeeb@unaffiliated/jeeb> has joined #yocto | 21:49 | |
*** blueness_ <blueness_!~blueness@cpe-74-77-145-97.buffalo.res.rr.com> has joined #yocto | 21:49 | |
*** mckoan|away <mckoan|away!~marco@unaffiliated/mckoan> has joined #yocto | 21:49 | |
*** atenart <atenart!~atenart@nat1.foo.tf> has joined #yocto | 21:49 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has joined #yocto | 21:49 | |
*** paulbarker <paulbarker!~quassel@newmail.betafive.co.uk> has joined #yocto | 21:49 | |
*** evanp <evanp!~evan@192.55.55.41> has joined #yocto | 21:49 | |
*** csmart_ <csmart_!~quassel@45.55.219.131> has joined #yocto | 21:49 | |
*** Seekha2 <Seekha2!~seekha__@70.52.113.64> has joined #yocto | 21:49 | |
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has joined #yocto | 21:49 | |
*** kergoth <kergoth!~kergoth@107.170.225.75> has joined #yocto | 21:49 | |
*** Crofton|work <Crofton|work!~balister@pool-71-171-15-136.ronkva.east.verizon.net> has joined #yocto | 21:49 | |
*** cp-- <cp--!~cp@s229123.ppp.asahi-net.or.jp> has joined #yocto | 21:49 | |
*** fishey1 <fishey1!~jmesmon@50.115.172.73> has joined #yocto | 21:49 | |
*** mastier <mastier!~mastier@mastier.pl> has joined #yocto | 21:49 | |
*** Rootert_ is now known as Rootert | 21:50 | |
*** stryx`_ <stryx`_!~stryx@87.117.231.25> has quit IRC | 21:50 | |
*** stryx`_ <stryx`_!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 21:50 | |
*** stryx`_ is now known as stryx` | 21:50 | |
*** icanicant <icanicant!~icanicant@195.88.236.129> has joined #yocto | 21:51 | |
*** Rootert is now known as Guest18563 | 21:51 | |
*** joseppc <joseppc!~Josep@192.36.1.252> has joined #yocto | 21:51 | |
*** warthog9 <warthog9!~warthog9@149.20.54.19> has joined #yocto | 21:51 | |
*** andrewsh <andrewsh!~andrewsh@shadura.me> has joined #yocto | 21:52 | |
*** tismith <tismith!~toby@203.62.184.110> has joined #yocto | 21:54 | |
*** Marex <Marex!~Marex@195.140.253.167> has joined #yocto | 21:54 | |
*** Tenhi <Tenhi!~tenhi@static.100.25.4.46.clients.your-server.de> has quit IRC | 21:54 | |
*** hsychla <hsychla!~hsychla@2001:6f8:12d9:13:a2b3:ccff:fefb:967b> has joined #yocto | 21:54 | |
*** vmesons <vmesons!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 21:56 | |
-YoctoAutoBuilder- build #671 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/671 | 21:56 | |
*** LetoThe2nd <LetoThe2nd!~jd@s15387740.onlinehome-server.info> has joined #yocto | 21:57 | |
*** Tenhi <Tenhi!~tenhi@static.100.25.4.46.clients.your-server.de> has joined #yocto | 22:00 | |
*** Tenhi_0 is now known as Tenhi_ | 22:00 | |
*** mrtuborg <mrtuborg!58592b94@gateway/web/freenode/ip.88.89.43.148> has joined #yocto | 22:01 | |
mrtuborg | Hi everyone | 22:01 |
*** cbzx <cbzx!~cbzx@CPE0015f275ecd5-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 22:01 | |
mrtuborg | I writing a recipe based on cmake buildsystem | 22:02 |
mrtuborg | and this cmake uses inside patch, unzip and tar, that should run natively | 22:02 |
*** tlab_ <tlab_!~tlab@104.235.20.192> has quit IRC | 22:02 | |
mrtuborg | How can I add them into sysroot? | 22:02 |
kergoth | DEPENDS += "unzip-native". tar and patch are required already on the host afaik | 22:03 |
mrtuborg | @kergoth, it will add unzip to target, not to sysroot, am I right? | 22:04 |
kergoth | no | 22:04 |
kergoth | unzip is target, unzip-native runs on the host | 22:04 |
*** vmesons <vmesons!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 22:04 | |
mrtuborg | I have this: "DEPENDS += " mercurial-native patch-native tar-native"" | 22:05 |
mrtuborg | At least your recommendation for unzip-native is works | 22:05 |
mrtuborg | but still cmake do not see tar and patch | 22:06 |
*** stefans_ <stefans_!stefans@nat/intel/x-myzkckeiwshubwin> has joined #yocto | 22:06 | |
mrtuborg | should I write my own recipes for patch and tar based on unzip-native? | 22:06 |
*** moto-timo <moto-timo!ttorling@nat/intel/x-urpqboytysjgwmzq> has joined #yocto | 22:07 | |
bluelightning | no | 22:07 |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 22:07 | |
bluelightning | you need to fix whatever check it's doing for those things, because they will be in PATH | 22:07 |
*** moto-timo is now known as Guest24086 | 22:07 | |
bluelightning | to verify you can run bitbake -c devshell <recipename> | 22:07 |
*** wenzong <wenzong!~wfan@106.120.101.38> has quit IRC | 22:07 | |
*** RP <RP!~richard@5751f4a1.skybroadband.com> has quit IRC | 22:07 | |
*** deception <deception!~deception@unaffiliated/deception> has quit IRC | 22:07 | |
*** andrewsh <andrewsh!~andrewsh@shadura.me> has quit IRC | 22:07 | |
*** moto-tim1 <moto-tim1!~ttorling@134.134.139.74> has quit IRC | 22:07 | |
*** ribalda <ribalda!~ribalda@198.50.150.76> has quit IRC | 22:07 | |
*** ribalda_ <ribalda_!~ribalda@198.50.150.76> has joined #yocto | 22:07 | |
bluelightning | that will give you a shell with an environment close to the one the task is running in | 22:07 |
*** wfan_ <wfan_!~wfan@106.120.101.38> has joined #yocto | 22:08 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC | 22:08 | |
*** stefans__ <stefans__!stefans@nat/intel/x-htvkaftxyielipnb> has quit IRC | 22:08 | |
*** balister_ <balister_!~balister@pool-71-171-15-136.ronkva.east.verizon.net> has quit IRC | 22:08 | |
*** seezer <seezer!quassel@quassel/developer/seezer> has quit IRC | 22:08 | |
*** jynik <jynik!~bragg@cpe-67-253-219-41.rochester.res.rr.com> has quit IRC | 22:08 | |
*** clopez <clopez!~tau@neutrino.es> has quit IRC | 22:08 | |
*** focus <focus!~Doug@164.39.177.154> has quit IRC | 22:08 | |
*** tyler-baker <tyler-baker!tyler-bake@gateway/shell/linaro/x-qxkmqpbyjkcymzsy> has quit IRC | 22:08 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 22:08 | |
*** dl9pf <dl9pf!~quassel@opensuse/member/dl9pf> has quit IRC | 22:08 | |
*** seezer <seezer!seezer@quassel/developer/seezer> has joined #yocto | 22:08 | |
*** focus <focus!~Doug@164.39.177.154> has joined #yocto | 22:08 | |
*** balister_ <balister_!~balister@pool-71-171-15-136.ronkva.east.verizon.net> has joined #yocto | 22:08 | |
*** dgm816 <dgm816!~dgm816@unaffiliated/orkim> has quit IRC | 22:09 | |
*** andrewsh <andrewsh!~andrewsh@shadura.me> has joined #yocto | 22:09 | |
*** jynik <jynik!~bragg@cpe-67-253-219-41.rochester.res.rr.com> has joined #yocto | 22:09 | |
*** falstaff <falstaff!~quassel@83.150.42.223> has joined #yocto | 22:09 | |
*** RP <RP!~richard@5751f4a1.skybroadband.com> has joined #yocto | 22:09 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 22:09 | |
*** dl9pf <dl9pf!~quassel@static.88-198-106-157.clients.your-server.de> has joined #yocto | 22:10 | |
*** dl9pf <dl9pf!~quassel@static.88-198-106-157.clients.your-server.de> has quit IRC | 22:10 | |
*** dl9pf <dl9pf!~quassel@opensuse/member/dl9pf> has joined #yocto | 22:10 | |
mrtuborg | @bluelightning, Yes, I have checked which patch and which tar in devshell, seems they are on the place. But there is no such files in tmp/sysroots/x86_64-linux/usr/bin/ | 22:10 |
mrtuborg | except unzip | 22:10 |
bluelightning | mrtuborg: there shouldn't be | 22:10 |
bluelightning | mrtuborg: tar and patch are expected to be installed in the host distro | 22:11 |
-YoctoAutoBuilder- build #669 of nightly-non-gpl3 is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-non-gpl3/builds/669 | 22:11 | |
*** dgm816 <dgm816!~dgm816@97-64-167-34.client.mchsi.com> has joined #yocto | 22:11 | |
*** dgm816 <dgm816!~dgm816@unaffiliated/orkim> has joined #yocto | 22:11 | |
*** deception <deception!~deception@unaffiliated/deception> has joined #yocto | 22:11 | |
mrtuborg | bluelightning: yes they are exist in host distro, and tasks do_patch works, but not from inside cmake :( | 22:12 |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 22:12 | |
bluelightning | the check that your cmake setup is using needs to be fixed | 22:12 |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto | 22:12 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 22:13 | |
mrtuborg | bluelightning: thanks for clarification. At least I know where to look | 22:13 |
*** clopez <clopez!~tau@neutrino.es> has joined #yocto | 22:14 | |
*** evanp_ <evanp_!~evan@134.134.139.72> has joined #yocto | 22:16 | |
*** vmeson <vmeson!~rmacleod@24.212.184.107> has joined #yocto | 22:17 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ecd5-CM00195edd810c.cpe.net.cable.rogers.com> has quit IRC | 22:17 | |
*** Seekha <Seekha!~seekha__@70.52.113.64> has joined #yocto | 22:18 | |
*** Marex <Marex!~Marex@195.140.253.167> has quit IRC | 22:18 | |
*** evanp <evanp!~evan@192.55.55.41> has quit IRC | 22:18 | |
*** ribalda_ <ribalda_!~ribalda@198.50.150.76> has quit IRC | 22:19 | |
*** warthog9 <warthog9!~warthog9@149.20.54.19> has quit IRC | 22:19 | |
*** Seekha2 <Seekha2!~seekha__@70.52.113.64> has quit IRC | 22:19 | |
*** kergoth <kergoth!~kergoth@107.170.225.75> has quit IRC | 22:19 | |
*** Crofton|work <Crofton|work!~balister@pool-71-171-15-136.ronkva.east.verizon.net> has quit IRC | 22:19 | |
*** mastier <mastier!~mastier@mastier.pl> has quit IRC | 22:19 | |
*** amboar_ <amboar_!~amboar@orion.jms.id.au> has joined #yocto | 22:19 | |
*** ribalda <ribalda!~ribalda@198.50.150.76> has joined #yocto | 22:19 | |
*** tanuk_ <tanuk_!~tanu@a91-152-158-222.elisa-laajakaista.fi> has joined #yocto | 22:19 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC | 22:19 | |
*** csmart_ <csmart_!~quassel@45.55.219.131> has quit IRC | 22:19 | |
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has quit IRC | 22:19 | |
*** cp-- <cp--!~cp@s229123.ppp.asahi-net.or.jp> has quit IRC | 22:19 | |
*** fishey1 <fishey1!~jmesmon@50.115.172.73> has quit IRC | 22:19 | |
-YoctoAutoBuilder- build #63 of nightly-checkuri is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-checkuri/builds/63 | 22:20 | |
*** demonimin <demonimin!~demonimin@5.51.222.165> has joined #yocto | 22:21 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 22:21 | |
*** tobiash_ <tobiash_!~quassel@mail.bmw-carit.de> has joined #yocto | 22:21 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto | 22:21 | |
*** csmart <csmart!~quassel@45.55.219.131> has joined #yocto | 22:22 | |
*** falstaff_ <falstaff_!~quassel@83.150.42.223> has joined #yocto | 22:22 | |
*** fray__ <fray__!~mhatle@192.40.192.95> has joined #yocto | 22:25 | |
*** deception <deception!~deception@unaffiliated/deception> has quit IRC | 22:25 | |
*** awaisb <awaisb!~quassel@110.93.212.98> has joined #yocto | 22:26 | |
*** clsulliv <clsulliv!~clsulliv@134.134.139.77> has joined #yocto | 22:26 | |
*** stryx`_ <stryx`_!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 22:27 | |
*** kergoth <kergoth!~kergoth@107.170.225.75> has joined #yocto | 22:28 | |
*** rburton <rburton!~Adium@home.burtonini.com> has joined #yocto | 22:28 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 22:28 | |
*** stryx`_ is now known as stryx` | 22:28 | |
*** falstaff <falstaff!~quassel@83.150.42.223> has quit IRC | 22:29 | |
*** joseppc <joseppc!~Josep@192.36.1.252> has quit IRC | 22:29 | |
*** neverpan1c <neverpan1c!~clemens@towel.neverpanic.de> has quit IRC | 22:29 | |
*** fmeerkoetter_ <fmeerkoetter_!~quassel@144.76.148.71> has quit IRC | 22:29 | |
*** Guest18563 <Guest18563!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 22:29 | |
*** aratiu1 <aratiu1!~adi@80.97.64.55> has quit IRC | 22:29 | |
*** RagBal_ <RagBal_!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 22:29 | |
*** abelal <abelal!~quassel@110.93.212.98> has quit IRC | 22:29 | |
*** fray_ <fray_!~mhatle@192.40.192.95> has quit IRC | 22:29 | |
*** paulg_ <paulg_!~paulg@198-84-239-75.cpe.teksavvy.com> has quit IRC | 22:29 | |
*** mago_ <mago_!~mago@88.131.56.168> has quit IRC | 22:29 | |
*** amboar <amboar!~amboar@orion.jms.id.au> has quit IRC | 22:29 | |
*** sdh11 <sdh11!~sdh11@yorktown.backskatter.com> has quit IRC | 22:29 | |
*** clsulliv1 <clsulliv1!~clsulliv@134.134.139.77> has quit IRC | 22:29 | |
*** tanuk <tanuk!~tanu@91.152.158.222> has quit IRC | 22:29 | |
*** ajtag- <ajtag-!~ajtag@cpc10-lee211-2-0-cust124.7-1.cable.virginm.net> has quit IRC | 22:29 | |
*** chep <chep!~chep@77.146.165.149> has quit IRC | 22:29 | |
*** ndec <ndec!~ndec@linaro/ndec> has quit IRC | 22:29 | |
*** lexano <lexano!~lexano@99.245.144.244> has quit IRC | 22:29 | |
*** rocsorva <rocsorva!~arnold@80.97.64.55> has quit IRC | 22:29 | |
*** MWelchUK <MWelchUK!~martyn@86.139.247.248> has quit IRC | 22:29 | |
*** evanmeagher <evanmeagher!~evanmeagh@52.27.172.86> has quit IRC | 22:29 | |
*** MiskaX <MiskaX!~jussi@rankki.sonarnerd.net> has quit IRC | 22:29 | |
*** tobiash <tobiash!~quassel@mail.bmw-carit.de> has quit IRC | 22:29 | |
*** jaeckel <jaeckel!~jaeckel@unaffiliated/jaeckel> has quit IRC | 22:29 | |
*** gabrbedd <gabrbedd!~beddingfi@li680-65.members.linode.com> has quit IRC | 22:29 | |
*** tripzero_ <tripzero_!~tripzero@134.134.137.73> has joined #yocto | 22:29 | |
*** deception <deception!~deception@unaffiliated/deception> has joined #yocto | 22:29 | |
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMf0f249028110.cpe.net.cable.rogers.com> has joined #yocto | 22:30 | |
*** seebs_ <seebs_!~seebs@home.seebs.net> has joined #yocto | 22:30 | |
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has joined #yocto | 22:31 | |
*** fray__ <fray__!~mhatle@192.40.192.95> has quit IRC | 22:31 | |
*** sdh11 <sdh11!~sdh11@yorktown.backskatter.com> has joined #yocto | 22:32 | |
*** zeddii_home_ <zeddii_home_!~zeddii_ho@CPEe8de27b71faa-CMbcc810032faf.cpe.net.cable.rogers.com> has joined #yocto | 22:32 | |
*** rodgort` <rodgort`!~rodgort@105.ip-167-114-152.net> has quit IRC | 22:32 | |
*** Bryanstein <Bryanstein!~Bryanstei@shellium/admin/bryanstein> has quit IRC | 22:32 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 22:33 | |
*** Jeena_ <Jeena_!~Jeena@2a00:1828:2000:774::5> has joined #yocto | 22:33 | |
*** zeddii_home <zeddii_home!~zeddii_ho@CPEe8de27b71faa-CMbcc810032faf.cpe.net.cable.rogers.com> has quit IRC | 22:33 | |
*** zeddii_home_ is now known as zeddii_home | 22:33 | |
*** ionte_ <ionte_!~ionte@94.245.24.57> has quit IRC | 22:33 | |
*** michaelw_ <michaelw_!~michael@thos.me.uk> has quit IRC | 22:33 | |
*** zub <zub!~zub@212.111.31.147> has quit IRC | 22:33 | |
*** Hauke <Hauke!~Hauke@hauke-m.de> has quit IRC | 22:33 | |
*** mckoan|away <mckoan|away!~marco@unaffiliated/mckoan> has quit IRC | 22:33 | |
*** atenart <atenart!~atenart@nat1.foo.tf> has quit IRC | 22:33 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has quit IRC | 22:33 | |
*** paulg_ <paulg_!~paulg@198-84-239-75.cpe.teksavvy.com> has joined #yocto | 22:33 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 22:33 | |
*** balister_ <balister_!~balister@pool-71-171-15-136.ronkva.east.verizon.net> has quit IRC | 22:33 | |
*** halstead_ <halstead_!~halstead@crown.incitedev.com> has quit IRC | 22:33 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@yocto-www.yoctoproject.org> has quit IRC | 22:33 | |
*** daro <daro!~daro@88.131.56.168> has quit IRC | 22:33 | |
*** sa2ajj <sa2ajj!~quassel@dsl-espbrasgw1-50de2f-243.dhcp.inet.fi> has quit IRC | 22:33 | |
*** tripzero <tripzero!tripzero@nat/intel/x-lfdwaxkneunnvtdj> has quit IRC | 22:33 | |
*** Jeena <Jeena!~Jeena@jugulator.defunced.de> has quit IRC | 22:33 | |
*** dholland <dholland!~quassel@vpn.pelagicore.de> has quit IRC | 22:33 | |
*** cp- <cp-!~cp@www.taiyolabs.com> has quit IRC | 22:33 | |
*** reanguiano <reanguiano!~devnull@godel.ricardoanguiano.com> has quit IRC | 22:33 | |
*** sledges <sledges!~sleleiva@unaffiliated/sledgeas> has quit IRC | 22:33 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-091-089-223-103.hsi2.kabel-badenwuerttemberg.de> has quit IRC | 22:34 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 22:34 | |
*** xerent <xerent!xerent@compose.lokalen.org> has quit IRC | 22:34 | |
*** georgem <georgem!~georgem@216-21-169-52.slc.googlefiber.net> has quit IRC | 22:34 | |
*** JEEB <JEEB!~jeeb@unaffiliated/jeeb> has quit IRC | 22:34 | |
*** blueness_ <blueness_!~blueness@cpe-74-77-145-97.buffalo.res.rr.com> has quit IRC | 22:34 | |
*** paulbarker <paulbarker!~quassel@newmail.betafive.co.uk> has quit IRC | 22:34 | |
*** Jeena_ is now known as Jeena | 22:34 | |
*** rperier_ <rperier_!~quassel@2001:41d0:52:100::44a> has joined #yocto | 22:34 | |
*** fitzsim <fitzsim!~user@2001:420:284a:1300:6e0b:84ff:fe09:4e9f> has joined #yocto | 22:36 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-drhlujvwhkkgtyzp> has joined #yocto | 22:36 | |
*** armpit <armpit!~akuster@2601:202:4000:1239:accf:8dd4:88cc:265c> has joined #yocto | 22:36 | |
*** LoganG <LoganG!~LoganG@2607:5300:60:47bc:dead:beef:dead:beef> has joined #yocto | 22:36 | |
*** robher <robher!sid20343@gateway/web/irccloud.com/x-lyukhacrtgfktczo> has joined #yocto | 22:36 | |
*** rperier <rperier!~quassel@ubuntu/member/rperier> has joined #yocto | 22:36 | |
*** LoganG <LoganG!~LoganG@2607:5300:60:47bc:dead:beef:dead:beef> has quit IRC | 22:38 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-091-089-223-103.hsi2.kabel-badenwuerttemberg.de> has joined #yocto | 22:38 | |
*** cp- <cp-!~cp@www.taiyolabs.com> has joined #yocto | 22:39 | |
*** michaelw_ <michaelw_!~michael@thos.me.uk> has joined #yocto | 22:39 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 22:39 | |
*** rocsorva <rocsorva!~arnold@80.97.64.55> has joined #yocto | 22:40 | |
*** sa2ajj <sa2ajj!~quassel@dsl-espbrasgw1-50de2f-243.dhcp.inet.fi> has joined #yocto | 22:40 | |
*** jaeckel <jaeckel!~jaeckel@unaffiliated/jaeckel> has joined #yocto | 22:40 | |
*** LoganG <LoganG!~LoganG@2607:5300:60:47bc:dead:beef:dead:beef> has joined #yocto | 22:40 | |
*** ndec <ndec!~ndec@linaro/ndec> has joined #yocto | 22:40 | |
*** Rootert_ <Rootert_!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 22:40 | |
*** MiskaX <MiskaX!~jussi@rankki.sonarnerd.net> has joined #yocto | 22:41 | |
*** neverpanic <neverpanic!~clemens@towel.neverpanic.de> has joined #yocto | 22:41 | |
*** dholland <dholland!~quassel@vpn.pelagicore.de> has joined #yocto | 22:41 | |
*** cp-- <cp--!~cp@s229123.ppp.asahi-net.or.jp> has joined #yocto | 22:41 | |
*** fishey1 <fishey1!~jmesmon@turntable.einic.org> has joined #yocto | 22:41 | |
*** paulbarker <paulbarker!~quassel@newmail.betafive.co.uk> has joined #yocto | 22:42 | |
*** Marex <Marex!~Marex@195.140.253.167> has joined #yocto | 22:42 | |
*** joseppc <joseppc!~Josep@sestofw01.enea.se> has joined #yocto | 22:42 | |
*** Crofton|work <Crofton|work!~balister@pool-71-171-15-136.ronkva.east.verizon.net> has joined #yocto | 22:42 | |
*** sledges <sledges!~sleleiva@unaffiliated/sledgeas> has joined #yocto | 22:44 | |
*** rodgort <rodgort!~rodgort@105.ip-167-114-152.net> has joined #yocto | 22:44 | |
*** reanguiano <reanguiano!~devnull@godel.ricardoanguiano.com> has joined #yocto | 22:45 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 22:45 | |
*** mago__ <mago__!~mago@88.131.56.168> has joined #yocto | 22:45 | |
*** zub <zub!~zub@212.111.31.147> has joined #yocto | 22:45 | |
*** JEEB <JEEB!~jeeb@unaffiliated/jeeb> has joined #yocto | 22:45 | |
*** aratiu <aratiu!~adi@80.97.64.55> has joined #yocto | 22:45 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 22:46 | |
*** mastier <mastier!~mastier@mastier.pl> has joined #yocto | 22:46 | |
*** ajtag <ajtag!~ajtag@cpc10-lee211-2-0-cust124.7-1.cable.virginm.net> has joined #yocto | 22:46 | |
*** ionte <ionte!~ionte@94.245.24.57> has joined #yocto | 22:47 | |
*** fitzsim <fitzsim!~user@2001:420:284a:1300:6e0b:84ff:fe09:4e9f> has quit IRC | 22:47 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-drhlujvwhkkgtyzp> has quit IRC | 22:47 | |
*** armpit <armpit!~akuster@2601:202:4000:1239:accf:8dd4:88cc:265c> has quit IRC | 22:47 | |
*** robher <robher!sid20343@gateway/web/irccloud.com/x-lyukhacrtgfktczo> has quit IRC | 22:47 | |
*** rperier <rperier!~quassel@ubuntu/member/rperier> has quit IRC | 22:47 | |
*** georgem <georgem!~georgem@216-21-169-52.slc.googlefiber.net> has joined #yocto | 22:47 | |
*** Hauke <Hauke!~Hauke@hauke-m.de> has joined #yocto | 22:47 | |
*** daro <daro!~daro@88.131.56.168> has joined #yocto | 22:47 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has joined #yocto | 22:47 | |
*** armpit <armpit!~akuster@2601:202:4000:1239:18de:e90b:3df8:6456> has joined #yocto | 22:47 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@yocto-www.yoctoproject.org> has joined #yocto | 22:48 | |
*** Bryanstein <Bryanstein!~Bryanstei@shellium/admin/bryanstein> has joined #yocto | 22:48 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-ihhjmtkijikitpst> has joined #yocto | 22:48 | |
*** blueness_ <blueness_!~blueness@cpe-74-77-145-97.buffalo.res.rr.com> has joined #yocto | 22:49 | |
*** sledges <sledges!~sleleiva@unaffiliated/sledgeas> has quit IRC | 22:49 | |
*** focus <focus!~Doug@164.39.177.154> has quit IRC | 22:49 | |
*** clopez <clopez!~tau@neutrino.es> has quit IRC | 22:49 | |
*** sledges <sledges!~sleleiva@unaffiliated/sledgeas> has joined #yocto | 22:49 | |
*** halstead <halstead!~halstead@66.175.220.195> has joined #yocto | 22:49 | |
*** focus <focus!~Doug@164.39.177.154> has joined #yocto | 22:49 | |
*** Rootert_ is now known as Rootert | 22:49 | |
*** JEEB <JEEB!~jeeb@unaffiliated/jeeb> has quit IRC | 22:50 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 22:50 | |
*** balister_ <balister_!~balister@pool-71-171-15-136.ronkva.east.verizon.net> has joined #yocto | 22:50 | |
*** rdenis <rdenis!sid16562@gateway/web/irccloud.com/x-rcndcvrqtrbfzplb> has quit IRC | 22:50 | |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto | 22:50 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 22:50 | |
*** ant_home <ant_home!~ant__@host225-252-dynamic.0-87-r.retail.telecomitalia.it> has joined #yocto | 22:51 | |
mrtuborg | bluelighting: I found problem. Yocto makes CMAKE_FIND_ROOT_PATH_MODE_PROGRAM = ONLY, that forbids to look on host directories. Could you please take alook on this: http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/classes/cmake.bbclass | 22:52 |
mrtuborg | How can I invoke this: OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM_class-native = "BOTH" | 22:52 |
mrtuborg | ? | 22:52 |
*** JEEB <JEEB!~jeeb@unaffiliated/jeeb> has joined #yocto | 22:53 | |
*** seezer <seezer!seezer@quassel/developer/seezer> has quit IRC | 22:54 | |
*** fray__ <fray__!~mhatle@192.40.192.95> has joined #yocto | 22:54 | |
*** kergoth <kergoth!~kergoth@107.170.225.75> has quit IRC | 22:54 | |
*** sledges <sledges!~sleleiva@unaffiliated/sledgeas> has quit IRC | 22:54 | |
*** sledges <sledges!~sleleiva@192.194.199.35> has joined #yocto | 22:54 | |
*** sledges <sledges!~sleleiva@unaffiliated/sledgeas> has joined #yocto | 22:54 | |
*** kergoth <kergoth!~kergoth@107.170.225.75> has joined #yocto | 22:55 | |
*** seezer <seezer!quassel@quassel/developer/seezer> has joined #yocto | 22:56 | |
*** clopez <clopez!~tau@neutrino.es> has joined #yocto | 22:58 | |
-YoctoAutoBuilder- build #64 of nightly-checkuri is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-checkuri/builds/64 | 22:58 | |
*** robher <robher!sid20343@gateway/web/irccloud.com/x-zslvehusqdhheusw> has joined #yocto | 22:59 | |
*** LetoThe2nd <LetoThe2nd!~jd@s15387740.onlinehome-server.info> has quit IRC | 22:59 | |
*** cesdv <cesdv!~cesdv@client-188-168-43-165.spb-teleport.ru> has quit IRC | 22:59 | |
*** rdenis <rdenis!sid16562@gateway/web/irccloud.com/x-lvijpnejksajlxph> has joined #yocto | 23:00 | |
*** paulg <paulg!~paulg@128.224.252.2> has quit IRC | 23:00 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 23:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC | 23:01 | |
*** paulg <paulg!~paulg@128.224.252.2> has joined #yocto | 23:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto | 23:01 | |
*** xerent <xerent!xerent@compose.lokalen.org> has joined #yocto | 23:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 23:01 | |
*** mckoan|away <mckoan|away!~marco@host56-7-static.30-87-b.business.telecomitalia.it> has joined #yocto | 23:02 | |
*** atenart <atenart!~atenart@nat1.foo.tf> has joined #yocto | 23:02 | |
*** LetoThe2nd <LetoThe2nd!~jd@s15387740.onlinehome-server.info> has joined #yocto | 23:02 | |
*** tripzero_ <tripzero_!~tripzero@134.134.137.73> has quit IRC | 23:04 | |
*** tripzero <tripzero!tripzero@nat/intel/x-ljfjmgqlochqldax> has joined #yocto | 23:04 | |
*** Saur <Saur!pkj@nat/axis/x-xowsfmmhoewjfood> has quit IRC | 23:05 | |
*** dv_ <dv_!~quassel@chello062178118086.5.14.vie.surfer.at> has quit IRC | 23:05 | |
*** dv <dv!~quassel@chello062178118086.5.14.vie.surfer.at> has joined #yocto | 23:05 | |
*** Saur <Saur!pkj@nat/axis/x-xqblanaxsxbiefxe> has joined #yocto | 23:05 | |
*** atenart is now known as Guest85468 | 23:06 | |
-YoctoAutoBuilder- build #665 of nightly-qa-pam is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-pam/builds/665 | 23:18 | |
-YoctoAutoBuilder- build #672 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/672 | 23:19 | |
rburton | success! | 23:20 |
* rburton does his happy dance | 23:20 | |
*** stwcx <stwcx!~stwcx@172.110.7.206> has quit IRC | 23:20 | |
*** stwcx <stwcx!~stwcx@2604:880:a:6::c9c> has joined #yocto | 23:24 | |
*** rburton <rburton!~Adium@home.burtonini.com> has quit IRC | 23:27 | |
*** cesdv <cesdv!~cesdv@client-188-168-43-165.spb-teleport.ru> has joined #yocto | 23:28 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ecd5-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 23:30 | |
*** fray__ is now known as fray | 23:33 | |
*** fledermaus <fledermaus!~vivek@78.32.176.249> has joined #yocto | 23:39 | |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has quit IRC | 23:40 | |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has joined #yocto | 23:41 | |
*** halstead <halstead!~halstead@66.175.220.195> has quit IRC | 23:50 | |
*** Guest85468 <Guest85468!~atenart@nat1.foo.tf> has quit IRC | 23:50 | |
*** halstead_ <halstead_!~halstead@crown.incitedev.com> has joined #yocto | 23:50 | |
*** atenart <atenart!~atenart@nat1.foo.tf> has joined #yocto | 23:51 | |
*** warthog9 <warthog9!~warthog9@149.20.54.19> has joined #yocto | 23:53 | |
*** wfan_ <wfan_!~wfan@106.120.101.38> has quit IRC | 23:57 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!