Wednesday, 2017-11-08

*** toanju <toanju!~toanju@x4db3df55.dyn.telefonica.de> has joined #yocto00:15
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-npzebvpaqyhlkzxt> has joined #yocto00:17
*** rburton <rburton!~textual@home.burtonini.com> has quit IRC00:22
*** User12345678 <User12345678!~User@mti-37-145.tm.net.my> has joined #yocto00:28
*** User12345678 <User12345678!~User@mti-37-145.tm.net.my> has quit IRC00:37
*** User12345678 <User12345678!~User@mti-37-145.tm.net.my> has joined #yocto00:38
*** seebs <seebs!~seebs@24.196.59.174> has joined #yocto00:38
*** sgw <sgw!swold@nat/intel/x-fkhfkxkugxtzvxtz> has quit IRC00:39
*** toanju <toanju!~toanju@x4db3df55.dyn.telefonica.de> has quit IRC00:45
moto-timomyep00:50
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC00:52
*** khem <khem!~khem@unaffiliated/khem> has quit IRC00:53
*** sgw <sgw!~swold@73.96.114.126> has joined #yocto00:55
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto00:57
*** rcw <rcw!~rwoolley@69-196-140-74.dsl.teksavvy.com> has joined #yocto00:58
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has joined #yocto01:06
*** bodangly <bodangly!~bodangly@2601:18a:c780:27a0:85e9:a1a8:953:9e38> has joined #yocto01:11
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC01:18
*** sgw <sgw!~swold@73.96.114.126> has quit IRC01:24
*** Willy-- <Willy--!63c02b9b@gateway/web/freenode/ip.99.192.43.155> has quit IRC01:26
*** dreyna <dreyna!~dreyna@rrcs-108-169-151-20.midsouth.biz.rr.com> has quit IRC01:30
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC01:30
*** bodangly <bodangly!~bodangly@2601:18a:c780:27a0:85e9:a1a8:953:9e38> has quit IRC01:30
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto01:32
*** elruk <elruk!~elruk@natasha2.familycom.org> has joined #yocto01:36
*** sgw <sgw!swold@nat/intel/x-ysrcffvvyenmiutu> has joined #yocto01:36
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC01:36
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-npzebvpaqyhlkzxt> has quit IRC01:41
*** bodangly <bodangly!~bodangly@2601:18a:c780:27a0:85e9:a1a8:953:9e38> has joined #yocto01:42
bodanglyneed some advice. I have both imx-gst1.0-plugin and gstreamer1.0-plugins-imx in a build because I need some gstreamer plugins from NXP and some from the community FSL. There is one file that conflicts doing so though. What is a way to prevent a recipe from installing a specific file?01:43
*** sgw <sgw!swold@nat/intel/x-ysrcffvvyenmiutu> has quit IRC01:43
bodanglybasically I need to remove /usr/lib/gstreamer1.0/libgstimxcompositor.so from my final image01:43
bodanglyshould I make a bbappend with a do_install() that does rm ${D}/usr/lib/gstreamer1.0/libgstimxcompositor.so?01:48
-YoctoAutoBuilder- build #563 of nightly-musl is complete: Failure [failed BuildImages] Build details are at https://autobuilder.yocto.io/builders/nightly-musl/builds/56301:52
*** King_InuYasha <King_InuYasha!~kvirc@ool-18e49ae9.dyn.optonline.net> has joined #yocto01:53
*** King_InuYasha <King_InuYasha!~kvirc@fedora/ngompa> has joined #yocto01:53
*** jaloo <jaloo!~jaloo@61.235.151.59> has joined #yocto02:06
*** sgw <sgw!~swold@c-24-21-121-142.hsd1.or.comcast.net> has joined #yocto02:07
jaloohello, is that yocotproject?02:07
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto02:08
*** jaloo <jaloo!~jaloo@61.235.151.59> has quit IRC02:09
*** falk0n <falk0n!~falk0n@a85-138-148-53.cpe.netcabo.pt> has quit IRC02:15
*** sgw <sgw!~swold@c-24-21-121-142.hsd1.or.comcast.net> has quit IRC02:16
*** sgw <sgw!~swold@134.134.139.75> has joined #yocto02:17
khembobo02:20
khembodangly: yes thats a good approach, although, I would suggest to solve it amicably between the two recipes meaning one not providing it02:21
khempermanently02:21
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-exlawpwztgcwioot> has quit IRC02:22
*** bodangly <bodangly!~bodangly@2601:18a:c780:27a0:85e9:a1a8:953:9e38> has quit IRC02:26
*** bodangly <bodangly!~bodangly@2601:18a:c780:27a0:85e9:a1a8:953:9e38> has joined #yocto02:27
*** stephano <stephano!~stephano@134.134.139.83> has quit IRC02:27
bodanglykhem: well I guess I could take that approach, but how would I really accomplish that? It isn't a mistake from upstream, its just that I am doing something a little weird in my build.02:29
bodanglykhem: I suppose I could modify the actual source to not provide it in imx-gst1.0-plugin but that will make it tricky to merge any patches from upstream in the future02:30
bodanglykhem: anyhow thanks, glad that my approach is at least viable. I will need to think about whether its worth doing something more permanent02:30
khembodangly: I was hinting to fix it upstream02:38
khemso you dont need bbappends in long run02:38
bodanglykhem: It may be worthwhile to point it out to them. What ends up happening, is if I have both recipes in the build, then gstreamer hangs when scanning for the plugins, spitting out warnings on duplicate symbols.02:39
bodanglykhem: but if I remove that file, then the two plugins play nice with each other02:39
bodanglykhem: so in theory it should be possible for them to make them compatible. but I doubt NXP will do so, so probably it would have to come from the community side. But, I am not sure if its a problem in later versions of the layers. I am building Jethro currently.02:41
bodanglyunfortunately the product uses a technexion SOM which doesn't have a BSP release later than Jethro :x02:47
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC02:50
*** User12345678 is now known as learningc03:00
*** dreyna <dreyna!~dreyna@rrcs-108-169-151-20.midsouth.biz.rr.com> has joined #yocto03:15
*** rcw <rcw!~rwoolley@69-196-140-74.dsl.teksavvy.com> has quit IRC03:34
*** Guest27896 <Guest27896!95c73efe@gateway/web/freenode/ip.149.199.62.254> has quit IRC03:43
*** thaytan <thaytan!~jan@183.11.38.203> has quit IRC03:48
*** bodangly_ <bodangly_!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto04:01
*** falk0n <falk0n!~falk0n@a85-138-148-53.cpe.netcabo.pt> has joined #yocto04:01
*** stephano <stephano!~stephano@134.134.139.82> has joined #yocto04:01
*** bodangly_ <bodangly_!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has quit IRC04:02
*** bodangly <bodangly!~bodangly@2601:18a:c780:27a0:85e9:a1a8:953:9e38> has quit IRC04:03
-YoctoAutoBuilder- build #567 of nightly-x86-64-lsb is complete: Failure [failed BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-64-lsb/builds/56704:09
*** martinkelly1 <martinkelly1!~martin@71.35.172.156> has joined #yocto04:09
-YoctoAutoBuilder- build #554 of nightly-world is complete: Failure [failed BuildImages] Build details are at https://autobuilder.yocto.io/builders/nightly-world/builds/55404:09
-YoctoAutoBuilder- build #554 of nightly-world-lsb is complete: Failure [failed BuildImages] Build details are at https://autobuilder.yocto.io/builders/nightly-world-lsb/builds/55404:09
-YoctoAutoBuilder- build #578 of nightly-ppc is complete: Failure [failed Building Toolchain Images Running SDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-ppc/builds/57804:10
-YoctoAutoBuilder- build #558 of nightly-mips is complete: Failure [failed Building Toolchain Images Running SDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-mips/builds/55804:10
-YoctoAutoBuilder- build #557 of nightly-mips64 is complete: Failure [failed Building Toolchain Images Running SDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-mips64/builds/55704:10
-YoctoAutoBuilder- build #626 of nightly-arm is complete: Failure [failed Building Toolchain Images Building Toolchain Images_2 Running SDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-arm/builds/62604:10
-YoctoAutoBuilder- build #580 of nightly-x86-64 is complete: Failure [failed Building Toolchain Images Running SDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-64/builds/58004:10
-YoctoAutoBuilder- build #589 of nightly-x86 is complete: Failure [failed Building Toolchain Images Running SDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-x86/builds/58904:10
-YoctoAutoBuilder- build #542 of nightly-arm64 is complete: Failure [failed Building Toolchain Images Running SDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-arm64/builds/54204:10
-YoctoAutoBuilder- build #567 of nightly-ppc-lsb is complete: Failure [failed BuildImages Running Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-ppc-lsb/builds/56704:10
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has quit IRC04:13
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has joined #yocto04:14
-YoctoAutoBuilder- build #553 of nightly-mips-lsb is complete: Failure [failed BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/nightly-mips-lsb/builds/55304:17
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has quit IRC04:22
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has joined #yocto04:22
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has joined #yocto04:25
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has quit IRC04:28
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has joined #yocto04:29
-YoctoAutoBuilder- build #631 of nightly is complete: Failure [failed] Build details are at https://autobuilder.yocto.io/builders/nightly/builds/63104:33
*** sgw <sgw!~swold@134.134.139.75> has quit IRC04:34
*** martinkelly1 <martinkelly1!~martin@71.35.172.156> has quit IRC04:46
*** dreyna <dreyna!~dreyna@rrcs-108-169-151-20.midsouth.biz.rr.com> has quit IRC04:49
*** sgw <sgw!~swold@c-73-180-42-186.hsd1.or.comcast.net> has joined #yocto04:50
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has quit IRC05:21
*** falk0n <falk0n!~falk0n@a85-138-148-53.cpe.netcabo.pt> has quit IRC05:24
*** falk0n <falk0n!~falk0n@a85-138-148-53.cpe.netcabo.pt> has joined #yocto05:26
*** morphis__ <morphis__!~morphis@pD9ED67C0.dip0.t-ipconnect.de> has joined #yocto05:43
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has joined #yocto05:46
*** Bretos <Bretos!~bretos@vps.tyborek.pl> has joined #yocto05:47
*** stephano <stephano!~stephano@134.134.139.82> has quit IRC05:57
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto06:02
*** aehs29 <aehs29!~aehernan@134.134.139.74> has joined #yocto06:15
*** gtristan <gtristan!~tristanva@221.147.85.171> has joined #yocto06:16
*** ranran <ranran!1fa87f8c@gateway/web/freenode/ip.31.168.127.140> has joined #yocto06:18
ranranIs it possible to use 32-bit sdk (/opt/poky) in 64 bit machine ?06:19
*** sgw <sgw!~swold@c-73-180-42-186.hsd1.or.comcast.net> has quit IRC06:28
*** ranran <ranran!1fa87f8c@gateway/web/freenode/ip.31.168.127.140> has quit IRC06:35
*** luc4 <luc4!~anonymous@2-234-130-167.ip223.fastwebnet.it> has quit IRC06:35
*** elruk <elruk!~elruk@natasha2.familycom.org> has quit IRC06:39
*** elruk <elruk!~elruk@natasha2.familycom.org> has joined #yocto06:39
*** hnje <hnje!~hnje@193.106.123.182> has joined #yocto07:16
*** pohly <pohly!~pohly@p54BD59ED.dip0.t-ipconnect.de> has joined #yocto07:19
*** agust <agust!~agust@p4FCB59C1.dip0.t-ipconnect.de> has joined #yocto07:33
diego_rranran: unless you're running on Itanium :-) and you have required 32bit libs installed it should be possible07:56
*** muppe <muppe!~Marko@ip050-115.seclan.com> has joined #yocto07:58
muppeCould anyone help me out? I have been trying to create a symbolic link to sd-card image rootfs I am bitbaking for raspberry. The link appears in the /tmp/work/raspberrypi3-poky-linux-gnueabi/xxx-image/1.0-r0/rootfs/lib but for some reason does not propagate to sd-card image. Any idea what I might be missing?08:01
*** rob_w <rob_w!~bob@93.104.205.194> has joined #yocto08:08
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto08:08
*** kaspter <kaspter!~Instantbi@183.128.184.235> has quit IRC08:09
*** rajm <rajm!~robertmar@167.98.27.226> has joined #yocto08:09
*** kaspter <kaspter!~Instantbi@183.128.184.235> has joined #yocto08:11
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto08:13
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto08:17
*** joshuagl <joshuagl!~joshuagl@192.198.151.44> has joined #yocto08:19
*** ant_work <ant_work!~ant__@host216-28-dynamic.0-87-r.retail.telecomitalia.it> has joined #yocto08:21
*** roric <roric!~roric@213.115.5.18> has joined #yocto08:26
*** joshuagl <joshuagl!~joshuagl@192.198.151.44> has quit IRC08:28
*** morphis__ <morphis__!~morphis@pD9ED67C0.dip0.t-ipconnect.de> has quit IRC08:32
*** ed21 <ed21!Adium@nat/intel/x-vesdubvvxpvoizad> has joined #yocto08:32
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-ccvbxjpyvpqjbdst> has joined #yocto08:37
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto08:40
*** Bunio_FH <Bunio_FH!~bunio@89-73-217-90.dynamic.chello.pl> has joined #yocto08:40
*** joshuagl <joshuagl!joshuagl@nat/intel/x-vnsnhwphxqqtmvlf> has joined #yocto08:44
*** morphis__ <morphis__!~morphis@pD9ED67C0.dip0.t-ipconnect.de> has joined #yocto08:44
*** Bretos <Bretos!~bretos@vps.tyborek.pl> has quit IRC08:45
*** fl0v0 <fl0v0!~fvo@p2E584CCF.dip0.t-ipconnect.de> has joined #yocto08:48
*** toscalix <toscalix!~toscalix@80.91.70.176> has joined #yocto08:48
*** mjourdan <mjourdan!~mjourdan@89.225.239.253> has quit IRC08:54
*** mjourdan <mjourdan!~mjourdan@89.225.239.253> has joined #yocto09:01
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has quit IRC09:02
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has joined #yocto09:03
*** rburton <rburton!~textual@home.burtonini.com> has joined #yocto09:08
*** mjourdan <mjourdan!~mjourdan@89.225.239.253> has quit IRC09:08
rburtonkanavin: threw your patchbomb at the ab: http://errors.yoctoproject.org/Errors/Latest/?filter=b352b0bf266f4389c0721800e45073c995bf945a&type=commit09:11
*** LetoThe2nd <LetoThe2nd!~ubuntu@unaffiliated/letothe2nd> has joined #yocto09:17
nayfemuppe>hi, maybe can you pastebin your recipe ?09:18
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto09:18
wtoI'm getting a weird error when trying to build an SDK for my image: "unable to place /home/.../sdk/image/etc/rpmrc in final SDK location" and the same for /etc/dnf/dnf.conf.09:21
wtoBut I only get this when building in my CI, which is docker/vagrant. Building locally succeeds.09:21
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has quit IRC09:21
wtoAnd I mean the error makes sense, those files does not exist, at least not in the path bitbake tries.09:21
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC09:23
muppenayfe: https://pastebin.com/KSYAHhpE, this version does not actually even create the link to to work area. But anyway, that should give u an idea what I am trying to do.09:27
*** xtron <xtron!~xtron@110.93.212.98> has quit IRC09:32
*** zero_note <zero_note!~zero@2.238.240.162> has joined #yocto09:32
*** LetoThe2nd <LetoThe2nd!~ubuntu@unaffiliated/letothe2nd> has quit IRC09:33
*** xtron <xtron!~xtron@110.93.212.98> has joined #yocto09:34
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has joined #yocto09:35
-YoctoAutoBuilder- build #554 of buildtools is complete: Failure [failed BuildImages BuildImages_1 BuildImages_2] Build details are at https://autobuilder.yocto.io/builders/buildtools/builds/55409:35
nayfemuppe> it uses wic to create sdcard ?09:35
-YoctoAutoBuilder- build #553 of poky-tiny is complete: Failure [failed BuildImages] Build details are at https://autobuilder.yocto.io/builders/poky-tiny/builds/55309:35
*** colrack <colrack!~colrack@94.126.8.166> has joined #yocto09:36
*** el_robin_ <el_robin_!~el_robin@5.39.92.155> has joined #yocto09:36
*** LetoThe2nd <LetoThe2nd!~ubuntu@unaffiliated/letothe2nd> has joined #yocto09:37
-YoctoAutoBuilder- build #555 of nightly-non-gpl3 is complete: Failure [failed BuildImages] Build details are at https://autobuilder.yocto.io/builders/nightly-non-gpl3/builds/55509:40
*** rburton <rburton!~textual@home.burtonini.com> has quit IRC09:43
*** ant_work <ant_work!~ant__@host216-28-dynamic.0-87-r.retail.telecomitalia.it> has quit IRC09:43
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-vglutplzgngeopmb> has quit IRC09:43
*** tyler-baker <tyler-baker!~tyler@unaffiliated/tyler-baker> has quit IRC09:43
*** OnkelUlla <OnkelUlla!~uol@ptx.hi.pengutronix.de> has quit IRC09:43
*** JoiF <JoiF!~jofr@193.182.166.3> has quit IRC09:43
*** rperier <rperier!~rperier@2001:41d0:52:100::44a> has quit IRC09:43
*** avalluri <avalluri!~avalluri@192.55.54.38> has quit IRC09:43
*** zeeblex <zeeblex!~zeeblex@gate-zro.freescale.com> has quit IRC09:43
*** el_robin <el_robin!~el_robin@ns3279252.ip-5-39-92.eu> has quit IRC09:43
*** robher <robher!sid20343@linaro/robher> has quit IRC09:43
*** el_robin_ <el_robin_!~el_robin@5.39.92.155> has quit IRC09:46
*** berton <berton!fabioberto@gateway/shell/matrix.org/x-cwngmoafpcverbla> has quit IRC09:46
*** dddooo <dddooo!psaavedrai@gateway/shell/matrix.org/x-rxzakkxrzogqbfao> has quit IRC09:47
*** TurBoss1 <TurBoss1!turbossjau@gateway/shell/matrix.org/x-kqasiemnryxwfjnk> has quit IRC09:47
*** jjardon <jjardon!jjardonmat@gateway/shell/matrix.org/x-kkusgtfuovgssmhp> has quit IRC09:47
*** phako[m] <phako[m]!phakomatri@gateway/shell/matrix.org/x-qyacbhtjuhnahszy> has quit IRC09:47
*** Persuader72[m] <Persuader72[m]!persuader7@gateway/shell/matrix.org/x-imdlhnlwgppnpmxh> has quit IRC09:47
*** chessnokov[m] <chessnokov[m]!chessnokov@gateway/shell/matrix.org/x-qrktvaobdljoztme> has quit IRC09:47
*** bachp <bachp!bachpmatri@gateway/shell/matrix.org/x-voksnsyndbmbkvxo> has quit IRC09:47
*** el_robin <el_robin!~el_robin@ns3279252.ip-5-39-92.eu> has joined #yocto09:48
*** rburton <rburton!~textual@home.burtonini.com> has joined #yocto09:49
*** ant_work <ant_work!~ant__@host216-28-dynamic.0-87-r.retail.telecomitalia.it> has joined #yocto09:49
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-vglutplzgngeopmb> has joined #yocto09:49
*** tyler-baker <tyler-baker!~tyler@unaffiliated/tyler-baker> has joined #yocto09:49
*** OnkelUlla <OnkelUlla!~uol@ptx.hi.pengutronix.de> has joined #yocto09:49
*** JoiF <JoiF!~jofr@193.182.166.3> has joined #yocto09:49
*** rperier <rperier!~rperier@2001:41d0:52:100::44a> has joined #yocto09:49
*** avalluri <avalluri!~avalluri@192.55.54.38> has joined #yocto09:49
*** zeeblex <zeeblex!~zeeblex@gate-zro.freescale.com> has joined #yocto09:49
*** robher <robher!sid20343@linaro/robher> has joined #yocto09:49
-YoctoAutoBuilder- build #552 of nightly-rpm-non-rpm is complete: Failure [failed BuildImages Running Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-rpm-non-rpm/builds/55209:52
-YoctoAutoBuilder- build #558 of nightly-x32 is complete: Failure [failed BuildImages Running Sanity Tests Running Sanity Tests_1] Build details are at https://autobuilder.yocto.io/builders/nightly-x32/builds/55809:53
T_UNIXhi09:54
zero_notehi all, does anyone know a "clean" way to avoid systemd-related services to start automatically on boot?09:57
*** berton <berton!fabioberto@gateway/shell/matrix.org/x-afzyzanmapukqeur> has joined #yocto09:57
zero_noteI mean services like systemd-timesyncd or systemd-timedated09:58
zero_notein the past I made a do_install_append() in a .bbappend that links some services to /dev/null, but I'm wondering if a cleaner solution exist10:00
rburtonuse systemctl10:02
zero_noterburton: does systemctl should be used only at runtime?10:04
*** bachp <bachp!bachpmatri@gateway/shell/matrix.org/x-ulsleoayjgaanmbh> has joined #yocto10:04
*** TurBoss <TurBoss!turbossjau@gateway/shell/matrix.org/x-hglaevdiewgwsraa> has joined #yocto10:04
*** jjardon <jjardon!jjardonmat@gateway/shell/matrix.org/x-hjtnaogkiisftcdq> has joined #yocto10:04
*** chessnokov[m] <chessnokov[m]!chessnokov@gateway/shell/matrix.org/x-fnlsjzvqhwpaufqc> has joined #yocto10:04
rburtonwe have a native form you can use in postinsts10:04
*** dddooo <dddooo!psaavedrai@gateway/shell/matrix.org/x-lviyjkdlelfzjrpj> has joined #yocto10:04
*** Persuader72[m] <Persuader72[m]!persuader7@gateway/shell/matrix.org/x-ynwxwxyorajteyji> has joined #yocto10:04
*** phako[m] <phako[m]!phakomatri@gateway/shell/matrix.org/x-fljdijtzjcuqcgyo> has joined #yocto10:04
-YoctoAutoBuilder- build #565 of nightly-no-x11 is complete: Failure [failed BuildImages Running Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-no-x11/builds/56510:06
zero_noterburton: ok, I'll search through the documentation and existing recipes to find more info about10:07
*** lexano <lexano!~lexano@216.151.184.86> has quit IRC10:11
-YoctoAutoBuilder- build #580 of nightly-wic is complete: Failure [failed BuildImages_1 CreateWicImages CreateWicImages_1 BuildImages_3 BuildImages_5 CreateWicImages_6 CreateWicImages_7 BuildImages_7] Build details are at https://autobuilder.yocto.io/builders/nightly-wic/builds/58010:13
*** kaspter <kaspter!~Instantbi@183.128.184.235> has quit IRC10:28
*** kaspter <kaspter!~Instantbi@183.128.184.235> has joined #yocto10:28
*** xtron <xtron!~xtron@110.93.212.98> has quit IRC10:29
*** xtron <xtron!~xtron@110.93.212.98> has joined #yocto10:30
*** rajm <rajm!~robertmar@167.98.27.226> has quit IRC10:30
-YoctoAutoBuilder- build #554 of poky-tiny is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/poky-tiny/builds/55410:30
-YoctoAutoBuilder- build #555 of buildtools is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/buildtools/builds/55510:32
-YoctoAutoBuilder- build #556 of nightly-non-gpl3 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-non-gpl3/builds/55610:32
*** ed21 <ed21!Adium@nat/intel/x-vesdubvvxpvoizad> has quit IRC10:34
*** ed21 <ed21!Adium@nat/intel/x-kioaquwqsmemojqa> has joined #yocto10:34
-YoctoAutoBuilder- build #559 of nightly-x32 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-x32/builds/55910:37
-YoctoAutoBuilder- build #566 of nightly-no-x11 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-no-x11/builds/56610:37
rburtonkhem: is '    musl: Drop the protected symbol optimization at configure time' still needed in master?10:39
*** ed21 <ed21!Adium@nat/intel/x-kioaquwqsmemojqa> has quit IRC10:44
-YoctoAutoBuilder- build #568 of nightly-deb-non-deb is complete: Failure [failed Running Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-deb-non-deb/builds/56810:44
*** fl0v01 <fl0v01!~fvo@p2E58408A.dip0.t-ipconnect.de> has joined #yocto10:45
*** fl0v0 <fl0v0!~fvo@p2E584CCF.dip0.t-ipconnect.de> has quit IRC10:45
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto10:46
-YoctoAutoBuilder- build #553 of nightly-rpm-non-rpm is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-rpm-non-rpm/builds/55310:52
-YoctoAutoBuilder- build #581 of nightly-wic is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-wic/builds/58110:56
*** clement <clement!~clement@lns-bzn-39-82-255-32-23.adsl.proxad.net> has quit IRC10:57
*** learningc <learningc!~User@mti-37-145.tm.net.my> has quit IRC11:01
hmwelhi, i'm having some trouble compiling postgress with qt for arm. in the log output i see that -I/usr/include/postgresql is used and cosing the issue how can i remove that ?11:11
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto11:11
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has quit IRC11:16
zzerooBump: Is it possible to use a library RecipeA generates while building its primary target? And if so, whats the path within my own Recipe which depends on that helper lib?11:17
rburtonzzeroo: you might want to rephrase that as i still can't understand the question11:22
zzerooRecipeA builds libA and toollibA. Is it possible to link within my own recipe to toollibA?11:23
zzeroorburton: I try to solve this issu: https://github.com/meta-rust/meta-rust/issues/17311:26
zzeroometa-rust need libclang an I try to use this libclang for my own build recipe. DEPEND on clang is not an option because it collides with meta-rust ATM11:29
rburtonof course you can link to toollibA but you'll need to depend on RecipeA to build it11:30
rburtonif you want to depend on two recipes that conflict then you'll need to make them not conflict.11:30
rburtonthat bug looks like a bug in rust-llvm-native11:31
rburtonthe problem here is that you've two versions of llvm that conflict.  if rust's llvm is usable then use that11:32
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC11:32
zzerooI've no hope the bug is solved very soon. I'll try recreate my recipe. So I can ask more precise. Thank you for first. I'll be back ><11:33
*** fischerm <fischerm!~mfischer@207-114-172-147.static.twtelecom.net> has quit IRC11:46
*** clement <clement!~clement@LStLambert-657-1-76-184.w80-13.abo.wanadoo.fr> has joined #yocto11:46
*** clement <clement!~clement@LStLambert-657-1-76-184.w80-13.abo.wanadoo.fr> has quit IRC11:50
*** fischerm <fischerm!~mfischer@207-114-172-147.static.twtelecom.net> has joined #yocto11:54
*** ed21 <ed21!Adium@nat/intel/x-xbbtydxixlmbltfs> has joined #yocto11:55
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-wgqytqitgxcghqkg> has joined #yocto11:58
*** ipuustin <ipuustin!~ipuustin@dyn9kkyrcj-m---xk12qy-3.rev.dnainternet.fi> has joined #yocto12:02
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-jmiyszmlubohnxvy> has joined #yocto12:07
*** xtron <xtron!~xtron@110.93.212.98> has quit IRC12:10
*** xtron <xtron!~xtron@110.93.212.98> has joined #yocto12:12
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC12:14
*** igor <igor!~igor@187.108.42.203> has joined #yocto12:25
-YoctoAutoBuilder- build #628 of nightly-arm is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-arm/builds/62812:29
*** diego_r <diego_r!~diego@host57-224-static.7-79-b.business.telecomitalia.it> has quit IRC12:35
*** aratiu <aratiu!~adi@80.97.64.55> has quit IRC12:43
*** fl0v01 <fl0v01!~fvo@p2E58408A.dip0.t-ipconnect.de> has quit IRC12:47
*** aratiu <aratiu!~adi@80.97.64.55> has joined #yocto12:50
muppeAny tips? I am trying to create a symbolic link to rootfs /lib but it is just not happening. I am using ROOTFS_POSTPROCESS_COMMAND and a function that tries to do this: ln -s /lib/ld-2.22.so ${IMAGE_ROOTFS}/lib/ld-linux.so.312:54
yoctiNew news from stackoverflow: How to add all files from a folder in src_uri in a bitbake file <https://stackoverflow.com/questions/46321274/how-to-add-all-files-from-a-folder-in-src-uri-in-a-bitbake-file>12:56
nayfemuppe: did you try: ln -s ld-2.22.so ${IMAGE_ROOTFS}/lib/ld-linux.so.3 ?12:59
*** fl0v0 <fl0v0!~fvo@p2E58408A.dip0.t-ipconnect.de> has joined #yocto13:00
*** morphis__ <morphis__!~morphis@pD9ED67C0.dip0.t-ipconnect.de> has quit IRC13:04
*** diego_r <diego_r!~diego@151.51.132.227> has joined #yocto13:06
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC13:07
*** wooosaiiii <wooosaiiii!5a9db45f@gateway/web/freenode/ip.90.157.180.95> has joined #yocto13:09
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto13:09
*** j241 <j241!~Adium@ns3365147.ip-37-187-75.eu> has joined #yocto13:10
j241hi13:11
j241I'm looking for a way to change the version file content13:12
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC13:15
*** ranran <ranran!1fa87f8c@gateway/web/freenode/ip.31.168.127.140> has joined #yocto13:16
*** wooosaiiii <wooosaiiii!5a9db45f@gateway/web/freenode/ip.90.157.180.95> has quit IRC13:17
otaviorburton: I sent a v7 of my patchset. Please include it on MUT so we can move this out of our plate ;-)13:19
*** wooosaiiii__ <wooosaiiii__!~smuxi@cpe-90-157-180-95.static.amis.net> has joined #yocto13:21
*** wooosaiiii__ is now known as wooosaiii13:22
*** ranran <ranran!1fa87f8c@gateway/web/freenode/ip.31.168.127.140> has quit IRC13:23
*** wooosaiiii__ <wooosaiiii__!~smuxi@cpe-90-157-180-95.static.amis.net> has joined #yocto13:25
*** suvirb <suvirb!uid16371@gateway/web/irccloud.com/x-kswdcasvwfpwmnbp> has joined #yocto13:25
*** wooos220 <wooos220!~smuxi@cpe-90-157-180-95.static.amis.net> has joined #yocto13:26
*** User12345678 <User12345678!~User@1.9.183.97> has joined #yocto13:30
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has joined #yocto13:33
*** flitjes <flitjes!541b7859@gateway/web/freenode/ip.84.27.120.89> has joined #yocto13:33
*** wooosaiiii__ <wooosaiiii__!~smuxi@cpe-90-157-180-95.static.amis.net> has quit IRC13:35
*** wooos220 <wooos220!~smuxi@cpe-90-157-180-95.static.amis.net> has quit IRC13:35
flitjesHeey guys quick question, I'm trying to figure out if this is feasible: Setup yocto in docker, and export the yocto directory including everything precompiled to a new machine load up docker and import the yocto directory and rerun without rebuilding the sstate13:35
*** wooosaiii <wooosaiii!~smuxi@cpe-90-157-180-95.static.amis.net> has quit IRC13:35
flitjesIt' s for a course and I don't want to be sitting around waiting with everyone13:36
*** wooosaiiii <wooosaiiii!~woo@cpe-90-157-180-95.static.amis.net> has joined #yocto13:36
flitjesI'd say it should work theoretically or are there any other ways to achieve the same goal?13:37
*** gtristan <gtristan!~tristanva@221.147.85.171> has quit IRC13:39
*** hnje <hnje!~hnje@193.106.123.182> has quit IRC13:40
*** thaytan <thaytan!~jan@183.11.38.203> has joined #yocto13:44
*** morphis <morphis!~morphis@pD9ED67C0.dip0.t-ipconnect.de> has joined #yocto13:49
nayfeflitjes> shared sstate ?13:49
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMf0f249028110.cpe.net.cable.rogers.com> has joined #yocto13:51
*** kaspter <kaspter!~Instantbi@183.128.184.235> has quit IRC13:51
*** kaspter <kaspter!~Instantbi@183.128.184.235> has joined #yocto13:52
*** dreyna <dreyna!~dreyna@rrcs-108-169-151-20.midsouth.biz.rr.com> has joined #yocto13:54
yoctiNew news from stackoverflow: Yocto build not including files in sdcard image <https://stackoverflow.com/questions/46833545/yocto-build-not-including-files-in-sdcard-image> || using yocto/poky to generate input to qemu to generate .img file <https://stackoverflow.com/questions/46623970/using-yocto-poky-to-generate-input-to-qemu-to-generate-img-file>13:57
*** bavery_fn <bavery_fn!bavery@nat/intel/x-gllbgpnjzhsazufn> has joined #yocto14:02
rburtonotavio: argh there's a very good chance that v6 is in master14:02
rburtonotavio: what patches did you change?14:03
*** sgw <sgw!~swold@134.134.139.76> has joined #yocto14:05
*** ant_work <ant_work!~ant__@host216-28-dynamic.0-87-r.retail.telecomitalia.it> has quit IRC14:05
*** lamego <lamego!~jose@134.134.139.82> has joined #yocto14:07
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-wgqytqitgxcghqkg> has quit IRC14:08
zzerooflitjes: https://github.com/gmacario/easy-build `docker run -ti --volume=${PWD}/shared:/home/build/shared gmacario/build-yocto`14:11
*** ed21 <ed21!Adium@nat/intel/x-xbbtydxixlmbltfs> has quit IRC14:11
zzerooflitjes: https://github.com/gmacario/easy-build/tree/master/build-yocto14:11
*** gtristan <gtristan!~tristanva@110.11.179.89> has joined #yocto14:12
*** ranran <ranran!1fa87f8c@gateway/web/freenode/ip.31.168.127.140> has joined #yocto14:12
ranranin my image i have both arm-arago-linux-gnueabi and arm-linux-gnueabihf , while in sdk arm-poky... does it make sens ?14:12
ranransense14:12
*** zarzar <zarzar!~zarzar@184.75.233.58> has joined #yocto14:13
ranranI use fsl-image-qt5 image14:13
rburtonflitjes: docker etc is overkill, use uninative and share the sstate-cache14:14
*** mano <mano!588338a8@gateway/web/freenode/ip.88.131.56.168> has joined #yocto14:15
*** mano <mano!588338a8@gateway/web/freenode/ip.88.131.56.168> has left #yocto14:15
ranranHi, in my image i have both arm-arago-linux-gnueabi and arm-linux-gnueabihf , while in sdk arm-poky... does it make sense ? I use image "fsl-image-qt5".14:16
flitjesrburton: docker is mainly because they will all bring their own system with their own setup. It's a hackatonisch yocto course to get all my colleague's familiar with yocto. I know it's overkill for getting yocto to run but I need something isolated because of everyone's custom setup.14:18
flitjesrburton: so the answere is yes it will work aslong as I share the sstate-cache14:19
*** kaspter <kaspter!~Instantbi@183.128.184.235> has quit IRC14:19
*** kaspter <kaspter!~Instantbi@183.128.184.235> has joined #yocto14:19
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto14:20
muppenayfe: holy-macaroni... it actually worked!!! No idea why but thank you very much! :)14:20
flitjesthnx rburton14:21
nayfemuppe: i had some fun with links recently :) yocto does not like absolute path linking :)14:21
muppenayfe: Seems a bit strange that it finds the file from the right place to create the link even though the path is not specified.14:22
*** j241 <j241!~Adium@ns3365147.ip-37-187-75.eu> has quit IRC14:25
rburtonflitjes: uninative abstracts the host distro so sstate is portable between debian/redhat/etc14:26
flitjesrburton: I'm going to read up, wasn't aware of this! thnx!14:27
*** User12345678 <User12345678!~User@1.9.183.97> has quit IRC14:28
*** User12345678 <User12345678!~User@1.9.183.97> has joined #yocto14:29
*** clement <clement!~clement@LStLambert-657-1-76-184.w80-13.abo.wanadoo.fr> has joined #yocto14:35
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC14:40
ranranI see in /tmp/work/lec_imx6-poky-linux-gnueabi/fsl-image-qt5/1.0-r0/rootfs arm-poky-linux-gnueabi-c++ , but in image it is missing .14:40
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto14:40
ranranI have arm-poky-linux-gnueabi-c++filt but not arm-poky-linux-gnueabi-c++14:42
*** Argylelabcoat <Argylelabcoat!~textual@rrcs-98-100-199-98.central.biz.rr.com> has joined #yocto14:48
*** rcw <rcw!~rwoolley@128.224.252.2> has joined #yocto14:51
*** hnje <hnje!~hnje@81.216.59.226> has joined #yocto14:57
*** dreyna <dreyna!~dreyna@rrcs-108-169-151-20.midsouth.biz.rr.com> has quit IRC14:58
*** nathani_ <nathani_!~nathani@mail.validmanufacturing.com> has joined #yocto15:01
*** hnje <hnje!~hnje@81.216.59.226> has quit IRC15:02
*** zarzar <zarzar!~zarzar@184.75.233.58> has quit IRC15:02
*** roric <roric!~roric@213.115.5.18> has quit IRC15:04
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto15:08
*** hamis <hamis!~irfan@host-234-net-96-160-119.mobilinkinfinity.net.pk> has joined #yocto15:10
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto15:11
*** clement <clement!~clement@LStLambert-657-1-76-184.w80-13.abo.wanadoo.fr> has quit IRC15:13
*** clement <clement!~clement@lns-bzn-39-82-255-32-23.adsl.proxad.net> has joined #yocto15:14
ranranhello.15:15
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC15:15
ranranAfter adding in local.conf CORE_IMAGE_EXTRA_INSTALL-".." , is it sufficient to just bitbake <image> ?15:16
rburtonyes15:16
ranranThanks!15:16
*** asteriusio <asteriusio!~derek@54.158.219.222> has quit IRC15:17
ranranI see that arm-poky-linux-gnueabi-c++ is missing (although strangely, other tools like arm-poky-linux-gnueabi-ld exist!) , is it just a matter of assing of "tools-sdk" ?15:18
*** aratiu <aratiu!~adi@80.97.64.55> has quit IRC15:21
*** j241 <j241!~Adium@ns3365147.ip-37-187-75.eu> has joined #yocto15:26
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-jmiyszmlubohnxvy> has quit IRC15:27
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto15:27
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC15:27
*** ed21 <ed21!~Adium@192.198.151.43> has joined #yocto15:28
*** aratiu <aratiu!~adi@80.97.64.55> has joined #yocto15:33
rburtonranran: do you want a toolchain in your image?15:34
*** nighty-_ <nighty-_!~cp@s229123.ppp.asahi-net.or.jp> has quit IRC15:35
ranranrburton_ yes, the thing is that it is strange that I have only part of it like arm-poky-linux-gnueabi-ld, while arm-poky-linux-gnueabi-g++ is missing.15:41
ranranin sdk which I have the full toolchain (including g++ ofcourse)15:42
ranranthe sdk was created after doing bitbake <image>15:42
ranranso, it is strange that sdk have toolchain while target have only part of it.15:42
ranranrburton, yes that's what I need.15:45
-YoctoAutoBuilder- build #564 of build-appliance is complete: Failure [failed BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/build-appliance/builds/56415:46
*** stephano <stephano!~stephano@134.134.139.82> has joined #yocto15:52
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has quit IRC15:53
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto15:54
*** muppe <muppe!~Marko@ip050-115.seclan.com> has left #yocto16:00
*** dv_ <dv_!~quassel@62.178.118.86> has quit IRC16:02
*** dv_ <dv_!~quassel@62.178.118.86> has joined #yocto16:02
nrossianyone else seeing "sh: 20171108155309: out of range" during boot from bootmisc? looks like a busybox shell limit?16:03
rburtonranran: image or sdk?16:03
*** rcwoolley_ <rcwoolley_!~rwoolley@128.224.252.2> has joined #yocto16:04
ranranrburton, I need it in image , I have it in sdk, but not image. But I need it in image too.16:05
rburtonadd tools-sdk to IMAGE_FEATURES16:05
ranranthanks16:05
*** rcw <rcw!~rwoolley@128.224.252.2> has quit IRC16:08
*** ojdo <ojdo!~ojdo@unaffiliated/ojdo> has quit IRC16:11
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-bfmxzgkpiyovzoub> has joined #yocto16:12
ranranrburton, I still feel like a beginner with yocto. I need help.16:12
ranranwhen a layer have dependencies, does it mean we must install that dependencies or does it install them automatically16:12
ranran?16:12
ranranfor example, I now need to integrate meta-openvivoe. and it has dependencies on net-snmp, does it mean I must explicitly install both ?16:13
rburtonlayers and recipes are different16:15
rburtona layer contains recipes16:15
rburtonrecipes have dependencies16:15
rburtonif recipe foo depends on bar, installing foo will install bar16:16
*** ojdo <ojdo!~ojdo@unaffiliated/ojdo> has joined #yocto16:18
*** diego_r <diego_r!~diego@151.51.132.227> has quit IRC16:21
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto16:21
*** stephano <stephano!~stephano@134.134.139.82> has quit IRC16:23
*** User12345678 <User12345678!~User@1.9.183.97> has quit IRC16:24
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has joined #yocto16:28
ranranrburton, thanks a lot, that make sense now !16:31
*** diego_r <diego_r!~diego@151.51.132.227> has joined #yocto16:33
otavioranran: it is not in master16:36
otaviorburton: it is not in master16:36
otaviorburton: so I sent v716:36
rburtonotavio: i sent a message to RP this morning saying "merge mut" about an hour before you sent v716:37
rburtonripped the patches out of mut and v7 is in the queue again :)16:37
otaviorburton: thx16:42
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC16:43
*** zarzar <zarzar!~zarzar@184.75.233.58> has joined #yocto16:48
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto16:49
*** anselmolsm <anselmolsm!~anselmols@192.55.54.41> has joined #yocto16:51
*** JaMa <JaMa!~martin@217.30.68.212> has joined #yocto16:54
*** grma <grma!~gruberm@80.93.38.128> has quit IRC16:54
yoctiNew news from stackoverflow: How to connect recipes in bitbake <https://stackoverflow.com/questions/47184922/how-to-connect-recipes-in-bitbake>16:57
ranranI get error ERROR: No recipes available for:   /lec_imx6/build_yocto/sources/meta-openvivoe/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.8.2.bbappend16:59
ranranthe image already have gstreamer 1.6 , maybe that's the problem ?17:00
*** stephano <stephano!~stephano@134.134.139.73> has joined #yocto17:02
rburtonthe problem is that you have a bbappend for gst 1.8.2 but it can't find gst 1.8.2 recipes to append17:02
rburtongenerally that means you're mixing releases badly17:02
ranranright. I started with fsl-image-qt5 , and added openvivoe layer. Is it too complex to mix between these too ?17:04
ranrantwo (not too)17:04
rburtonsounds like the oenvivoe layer wants a newer release of oe-core than you are using17:05
rburtonbut gst 1.6 is OOOLD so thats worrying17:05
ranranCan I fix the old 1.6 recipe to be newer ?17:06
ranranupdate17:06
rburtonupdate your oe-core/fsl bsp17:06
ranranok, just another question, I will get latest freescale image-qt5.17:08
ranranYet, I worry that it will yet somewhere in one of the layer/recipes asks for a certain gstreamer version, right ?17:08
*** fl0v0 <fl0v0!~fvo@p2E58408A.dip0.t-ipconnect.de> has quit IRC17:09
ranranrecipe,17:09
*** tavish <tavish!~tavish@unaffiliated/tavish> has joined #yocto17:09
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC17:09
*** martinkelly1 <martinkelly1!~martin@71-35-172-156.tukw.qwest.net> has joined #yocto17:14
*** martinkelly <martinkelly!~martin@65-122-179-226.dia.static.qwest.net> has quit IRC17:14
*** Bunio_FH <Bunio_FH!~bunio@89-73-217-90.dynamic.chello.pl> has quit IRC17:15
*** toscalix <toscalix!~toscalix@80.91.70.176> has quit IRC17:15
nrossilooks like for some reason busybox on master is now building with CONFIG_FEATURE_TEST_64 disabled despite it being in the defconfig :(. Thats whats causing the error im seeing17:18
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC17:22
*** armpit <armpit!~armpit@2601:202:4001:9ea0:a54b:f983:3094:c1b6> has quit IRC17:23
yoctiNew news from stackoverflow: Yocto - Try to use Realtime Kernel Version <https://stackoverflow.com/questions/47185572/yocto-try-to-use-realtime-kernel-version>17:27
*** hamis <hamis!~irfan@host-234-net-96-160-119.mobilinkinfinity.net.pk> has quit IRC17:28
*** christner <christner!~dchristne@50-76-27-165-static.hfc.comcastbusiness.net> has joined #yocto17:39
j241I'm looking for a way to change the version file content17:41
j241the /etc/version17:41
*** zero_note <zero_note!~zero@2.238.240.162> has quit IRC17:45
sa2ajj_joshuagl: i heard that you are somehow working on reproducible (if that's a word) builds...17:47
TurBossHello, I'm trying to build core-image-minimal-r, I have setupt my kernel provider to linux-yocto-rt, but when I burn the hddimg to the hard disk it throws a kernel panic17:47
sa2ajj_joshuagl: i wonder what is the state you are in...17:47
TurBoss[    1.552029] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)17:48
*** sa2ajj_ is now known as sa2ajj17:48
joshuaglsa2ajj: a colleague is working on some stuff, various bits have landed in OE-Core. His latest is http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=jurob/reproducible_binaries_417:49
joshuagl(not merged yet)17:49
joshuaglsome possibly out of date docs here https://wiki.yoctoproject.org/wiki/Reproducible_Builds17:50
joshuaglsa2ajj: sorry, in meetings so don't have time to discuss right now17:50
*** ranran <ranran!1fa87f8c@gateway/web/freenode/ip.31.168.127.140> has quit IRC17:51
sa2ajjmeetings are good: they are a way to turn hours to minutes :P17:51
TurBoss*core-image-rt17:51
* sa2ajj is checking the wiki pagd..17:52
sa2ajjs/pagd/page/17:52
sa2ajjjoshuagl: thx17:52
joshuaglthe wiki page was written before various patches were merged, the OE-Core list archives will help determine current status17:52
joshuaglthere's been some great progress17:53
sa2ajjprogress != there yes, right?17:53
sa2ajjs/yes/yet/17:54
sa2ajj:(17:54
*** morphis <morphis!~morphis@pD9ED67C0.dip0.t-ipconnect.de> has quit IRC17:54
joshuaglyou can create a fairly reproducible image if you aren't using certain features17:54
joshuagli.e. don't use -ptest and -dev packages, use deb package manager, etc17:55
*** christner <christner!~dchristne@50-76-27-165-static.hfc.comcastbusiness.net> has quit IRC17:56
rburtonsa2ajj: truely reproducable is non-trivial17:56
rburtonapart from his branch, a lot of the remaining fixes are package-specific ie bash does something stupid, perl does something stupid17:57
*** suvirb <suvirb!uid16371@gateway/web/irccloud.com/x-kswdcasvwfpwmnbp> has quit IRC17:57
sa2ajjrburton: somehow i got to that conclusion :(17:57
rburtonlike, curl-config embeds build-time paths17:58
sa2ajjjoshuagl: deb stuff is not on the table right now... :(17:58
joshuaglsa2ajj: we'd welcome some help17:59
sa2ajji'm sure you'd do ;)17:59
sa2ajjthe thing is yocto (poky) is a bit too complicated...18:00
*** sgw <sgw!~swold@134.134.139.76> has quit IRC18:00
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC18:00
sa2ajje.g. we are moving from morty to pyro and then we have some binary size increase...18:00
joshuaglbuildhistory can help you understand where the size increased18:01
joshuagliirc you're using that?18:01
sa2ajjhan, it won't help there :/18:01
sa2ajj(we do use build history)18:01
sa2ajjthe size increase seems to be a result of "relro" thingie...18:02
sa2ajjhowever it's not so easy to see in the git history18:03
joshuaglif relro isn't desirable, it's easy to disable18:03
joshuaglI can see how that would be hard to track down18:04
sa2ajjit's not "undesireable", it's hard to track down :)18:04
sa2ajjthe on-disk size is 10% higher without clear indication why this happenned :/18:05
sa2ajjanyway, my original topic is about reproducible builds18:06
joshuaglI don't recall how much of that work made it into pyro, probably not much18:07
joshuaglrocko will be better, sumo better still18:07
sa2ajjany information/suggestions about how to achieve it would be welcome18:07
sa2ajjobviously anything that we'd improve is going to be upstreamed...18:07
joshuaglbest bet would be to mail the list and ask for status and how to help, then the engineer working on it can discuss current status18:08
sa2ajjwell... rocko/sumo are probably even bigger step forward :(18:08
joshuaglsorry, gtg18:08
sa2ajje.g. gcc version18:09
* sa2ajj is going to bed anyway... :)18:09
sa2ajjjoshuagl: no need to apologise ;)18:10
*** melonipoika <melonipoika!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has joined #yocto18:11
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-iafnhdpaxxyokdzc> has quit IRC18:12
*** christner <christner!~dchristne@50-76-27-165-static.hfc.comcastbusiness.net> has joined #yocto18:14
*** dreyna <dreyna!~dreyna@rrcs-108-169-151-20.midsouth.biz.rr.com> has joined #yocto18:16
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-bfmxzgkpiyovzoub> has quit IRC18:21
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto18:23
-YoctoAutoBuilder- build #40 of nightly-musl-x86-64 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-musl-x86-64/builds/4018:23
-YoctoAutoBuilder- build #568 of nightly-musl is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-musl/builds/56818:25
*** Bretos <Bretos!~bretos@vps.tyborek.pl> has joined #yocto18:26
-YoctoAutoBuilder- build #559 of nightly-world is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-world/builds/55918:28
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto18:31
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC18:32
*** stephano <stephano!~stephano@134.134.139.73> has quit IRC18:32
-YoctoAutoBuilder- build #559 of nightly-world-lsb is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-world-lsb/builds/55918:33
*** stephano <stephano!~stephano@134.134.139.73> has joined #yocto18:34
-YoctoAutoBuilder- build #565 of build-appliance is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/build-appliance/builds/56518:38
*** sgw <sgw!~swold@134.134.139.73> has joined #yocto18:40
*** christner <christner!~dchristne@50-76-27-165-static.hfc.comcastbusiness.net> has quit IRC18:44
*** christner <christner!~dchristne@c-73-132-178-13.hsd1.md.comcast.net> has joined #yocto18:46
*** ed21 <ed21!~Adium@192.198.151.43> has quit IRC18:46
TurBossI'm trying to boot core-image-rt for genericx86-64/linux-yocto-rt18:46
TurBossbut it gives me kernel panic with unable to mount rootfs18:47
TurBosstryed rocko and master18:47
TurBossI want to use preempt real time kernel18:50
*** christner <christner!~dchristne@c-73-132-178-13.hsd1.md.comcast.net> has quit IRC18:51
*** christner <christner!~dchristne@50-76-27-165-static.hfc.comcastbusiness.net> has joined #yocto18:54
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has quit IRC18:55
*** tavish_ <tavish_!~tavish@unaffiliated/tavish> has joined #yocto18:58
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto18:59
*** ranran <ranran!4fb3156a@gateway/web/freenode/ip.79.179.21.106> has joined #yocto19:00
*** bluelightning <bluelightning!~paul@2406:e001:3d9d:1:5e51:4fff:febb:401d> has joined #yocto19:00
*** bluelightning <bluelightning!~paul@2406:e001:3d9d:1:5e51:4fff:febb:401d> has quit IRC19:00
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto19:00
ranranIs it possible to have apt-get in yocto ?19:00
ranranIs it just by adding "package_deb19:01
ranran'PACKAGE_CLASSES = "package_deb"19:01
*** tavish <tavish!~tavish@unaffiliated/tavish> has quit IRC19:02
*** anselmolsm <anselmolsm!~anselmols@192.55.54.41> has quit IRC19:04
*** colrack <colrack!~colrack@94.126.8.166> has quit IRC19:07
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-jvjnqlohdmifoyvs> has joined #yocto19:10
*** armpit <armpit!~armpit@50-233-148-156-static.hfc.comcastbusiness.net> has joined #yocto19:15
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-jvjnqlohdmifoyvs> has quit IRC19:22
*** gtristan_ <gtristan_!~tristanva@110.11.179.89> has joined #yocto19:23
*** gtristan <gtristan!~tristanva@110.11.179.89> has quit IRC19:23
*** diego_r <diego_r!~diego@151.51.132.227> has quit IRC19:24
RPalimon: around?19:25
RPalimon: curious on your thoughts on the top 8 patches of http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=rpurdie/wip919:26
*** lithium <lithium!1882d1d0@gateway/web/freenode/ip.24.130.209.208> has joined #yocto19:26
*** dreyna_ <dreyna_!~dreyna@rrcs-108-169-151-20.midsouth.biz.rr.com> has joined #yocto19:26
*** lelithium <lelithium!1882d1d0@gateway/web/freenode/ip.24.130.209.208> has joined #yocto19:26
lelithiumHi !19:26
rburtonranran: that and ensuring package-management is in IMAGE_FEATURES19:27
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC19:27
yoctiNew news from stackoverflow: Where is the linux sysroot placed? <https://stackoverflow.com/questions/47187893/where-is-the-linux-sysroot-placed>19:28
*** dreyna <dreyna!~dreyna@rrcs-108-169-151-20.midsouth.biz.rr.com> has quit IRC19:28
ranranrburton, does it also required to add CORE_IMAGE_EXTRA_INSTALL += "apt" ?19:31
ranranI seen this post , and I am not sure https://community.nxp.com/thread/32538419:32
*** abelal <abelal!~quassel@110.93.212.98> has quit IRC19:34
*** xtron <xtron!~xtron@110.93.212.98> has quit IRC19:34
*** xtron <xtron!~xtron@110.93.212.98> has joined #yocto19:34
*** abelal <abelal!~quassel@110.93.212.98> has joined #yocto19:35
lelithiumI'm having an odd error as of recently when building, is this the right place to ask for a hand ?19:37
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-vglutplzgngeopmb> has quit IRC19:37
khemrburton: I thought that patch was applied to master isnt it19:45
RPlelithium: you can ask a question and if anyone has an answer they will likely respond19:46
*** j241 <j241!~Adium@ns3365147.ip-37-187-75.eu> has quit IRC19:56
lelithiumGreat !19:58
lelithiumSimple issue really, I haven't been able to build my usual raspi3 images since Nov 3rd, and I keep getting this error :20:02
lelithiumhttps://pastebin.com/vB656iwj20:02
lelithiumJust want to confirm that it looks like the machine runs out of RAM before I order some more20:02
lelithium(it's a 3Gb machine)20:02
alimonRP: hi, yes let me give a look20:03
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-ccvbxjpyvpqjbdst> has quit IRC20:06
*** christner is now known as christner_home20:11
*** rburton <rburton!~textual@home.burtonini.com> has quit IRC20:11
alimonRP: looks good, only a comment here http://git.yoctoproject.org/cgit.cgi/poky-contrib/diff/meta/lib/oeqa/utils/commands.py?h=rpurdie/wip9&id=6a9a54c11442ffdb32a4aa2bbb434fa06f0536a720:11
*** rburton <rburton!~textual@home.burtonini.com> has joined #yocto20:11
alimonthe logger is available on the testcase via self.logger may be will be good to pass runqemu(self.logger) in the testcases instead of create other one20:11
alimonanother*20:12
*** christner_home <christner_home!~dchristne@50-76-27-165-static.hfc.comcastbusiness.net> has quit IRC20:12
*** christner_home <christner_home!~dchristne@50-76-27-165-static.hfc.comcastbusiness.net> has joined #yocto20:13
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto20:15
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC20:18
*** dreyna_ <dreyna_!~dreyna@rrcs-108-169-151-20.midsouth.biz.rr.com> has quit IRC20:19
*** jku <jku!~jku@dyj-skyyyyyyyyyyyyybt-3.rev.dnainternet.fi> has joined #yocto20:25
rburtonkhem: no, so if it is still valid then i can requeue it20:26
yoctiNew news from stackoverflow: Yocto/OpenEmbedded Recipe Including library paths from host <https://stackoverflow.com/questions/47189010/yocto-openembedded-recipe-including-library-paths-from-host>20:28
*** brian__ <brian__!6055685d@gateway/web/freenode/ip.96.85.104.93> has joined #yocto20:28
rburtonkhem: ah, it was added then 82c0f16dbdd1a44438e8536a598277efed909b3c removed it again.  i'll drop it as that was recent20:29
*** christner_home <christner_home!~dchristne@50-76-27-165-static.hfc.comcastbusiness.net> has quit IRC20:32
*** christner_home <christner_home!~dchristne@c-73-132-178-13.hsd1.md.comcast.net> has joined #yocto20:34
*** jku <jku!~jku@dyj-skyyyyyyyyyyyyybt-3.rev.dnainternet.fi> has quit IRC20:37
*** tavish_ <tavish_!~tavish@unaffiliated/tavish> has quit IRC20:49
*** vbanea <vbanea!18258172@gateway/web/freenode/ip.24.37.129.114> has joined #yocto20:50
*** igor <igor!~igor@187.108.42.203> has quit IRC20:53
rewittwhoa I didn't know the bot monitored stack overflow20:55
*** dreyna <dreyna!~dreyna@rrcs-98-101-157-58.midsouth.biz.rr.com> has joined #yocto20:56
*** stephano <stephano!~stephano@134.134.139.73> has quit IRC20:59
*** stephano <stephano!~stephano@134.134.139.75> has joined #yocto21:00
*** anselmolsm <anselmolsm!~anselmols@192.55.54.45> has joined #yocto21:01
rburtonrewitt: its rather new21:03
rewittrburton: I always want to be helpful, but he didn't even take the time to read the message that says Please check the log '/media/rob/a72581e8-3ca3-4dc1-b3b8-6db5464de098/qc_openEmbedded/apps_proc/build/tmp-glibc/work/aarch64-linaro-linux/rem/1.0-r0/temp/log.do_compile' for more information. [compile-host-path]21:05
*** anselmolsm <anselmolsm!~anselmols@192.55.54.45> has quit IRC21:07
*** hnje <hnje!~hnje@static-5-186-55-130.ip.fibianet.dk> has joined #yocto21:08
*** melonipoika <melonipoika!~quassel@dsl-hkibng22-54f8db-14.dhcp.inet.fi> has quit IRC21:08
rburtonstandard SO: FIX MY THING FOR ME21:09
rewittrburton: And then the recipe doesn't use shared library versioning, so that will also bite him when he pays attention to the other message warning him his files weren't packaged21:10
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-xttmhkovtezoteoi> has joined #yocto21:10
rburtonyes21:11
rewittrburton: Do we have a page for "gotchas for non-standard Makefiles and installation?"21:11
rburtonyes! :)21:11
rburtonhttps://wiki.yoctoproject.org/wiki/TipsAndTricks/Packaging_Prebuilt_Libraries#Non-versioned_Libraries21:12
rewitthaha, yay!! for once it exists ;)21:12
*** kpo_ <kpo_!~bob@user-94-254-248-17.play-internet.pl> has joined #yocto21:16
lelithiumJust FIY, issue was indeed running out of RAM. So, if that ever happens to you, get more ram, or set git ram limits accordingly21:19
*** lelithium <lelithium!1882d1d0@gateway/web/freenode/ip.24.130.209.208> has quit IRC21:19
*** flitjes <flitjes!541b7859@gateway/web/freenode/ip.84.27.120.89> has quit IRC21:20
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has quit IRC21:20
*** ranran <ranran!4fb3156a@gateway/web/freenode/ip.79.179.21.106> has quit IRC21:26
*** ranran <ranran!4fb3156a@gateway/web/freenode/ip.79.179.21.106> has joined #yocto21:26
ranranCan rpm be used to install from internet or does it only work with files (offline_ ?21:27
*** Bretos <Bretos!~bretos@vps.tyborek.pl> has quit IRC21:30
*** anselmolsm <anselmolsm!~anselmols@134.134.139.74> has joined #yocto21:31
tcpdumpHas anyone seen this in DMESG before:  I/O error, dev mmcblk0rpmb, sector 0  ?21:40
tcpdumpIf so, any idea what it's eluding to?21:40
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has quit IRC21:56
khemrburton: I am confused. I remember to submit such a patch and I think it was applied but then subsequently it was unbolted when upstream took care of it21:59
*** rcwoolley_ <rcwoolley_!~rwoolley@128.224.252.2> has quit IRC21:59
khemsee 82c0f16dbdd1a44438e8536a598277efed909b3c which dropped it at the same time upgrading musl22:01
khemand this 5490efb7446196dce6a4be678263e8a73648446a was where it was added22:01
khemso we should be good22:01
khemonly musl pending patch is this one https://patchwork.openembedded.org/patch/145369/22:02
*** andycooper_ <andycooper_!~Andrew_Co@216.21.169.52> has joined #yocto22:03
*** stephano <stephano!~stephano@134.134.139.75> has quit IRC22:03
*** stephano <stephano!~stephano@134.134.139.75> has joined #yocto22:07
*** armpit <armpit!~armpit@50-233-148-156-static.hfc.comcastbusiness.net> has quit IRC22:08
*** stephano <stephano!~stephano@134.134.139.75> has quit IRC22:10
*** khem <khem!~khem@unaffiliated/khem> has quit IRC22:10
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto22:11
*** brian__ <brian__!6055685d@gateway/web/freenode/ip.96.85.104.93> has quit IRC22:13
khemtcpdump: which kernel version are you on ?22:15
tcpdumpkhem:  4.9.34+linaro #1 SMP PREEMPT Thu Nov 2 11:25:26 CDT 2017 aarch64 aarch64 aarch64 GNU/Linux22:15
khemranran: rpm can be used in conjuction with dnf to install from internet but some distro has to publish the feeds22:15
khemtcpdump: thats prettty ne22:15
khemw22:15
khemtcpdump: I wonder if you have a mmc signal issue22:16
tcpdumpkhem: as in a hardware issue?22:16
khemyes22:16
khemI am s/w guy :)22:16
*** luc4 <luc4!~anonymous@2-234-130-167.ip223.fastwebnet.it> has joined #yocto22:19
andycooper_ssh buildbot22:19
andycooper_docker help22:20
*** hnje <hnje!~hnje@static-5-186-55-130.ip.fibianet.dk> has quit IRC22:20
andycooper_dockerocker swarm22:20
*** stephano <stephano!stephano@nat/intel/x-olvezpbxzdtrlhvm> has joined #yocto22:20
*** stephano <stephano!stephano@nat/intel/x-olvezpbxzdtrlhvm> has quit IRC22:20
bluelightningandycooper_: permission denied ;)22:20
*** stephano <stephano!~stephano@134.134.139.75> has joined #yocto22:21
*** agust <agust!~agust@p4FCB59C1.dip0.t-ipconnect.de> has quit IRC22:22
*** martinkelly1 <martinkelly1!~martin@71-35-172-156.tukw.qwest.net> has quit IRC22:23
*** stephano <stephano!~stephano@134.134.139.75> has quit IRC22:24
andycooper_cd nova22:24
andycooper_cd develnov22:24
andycooper_ls22:24
andycooper_git status22:24
andycooper_git gui &22:25
*** ant_home <ant_home!~ant__@host85-184-dynamic.58-82-r.retail.telecomitalia.it> has joined #yocto22:25
andycooper_stg ref--patbbnte22:27
andycooper_git mergetool22:27
andycooper_stg show multiconfig22:29
andycooper_stg ser22:29
andycooper_stg show multi-config22:29
andycooper_ qstg undo22:29
andycooper_git reset --hard22:29
andycooper_ qstg undo22:29
andycooper_stg ser22:29
andycooper_stg squmultiref22:30
andycooper_:wq22:30
andycooper_stg squbb-nteadd-bitb22:30
JaMawtf is this?22:30
andycooper_:wq22:30
andycooper_stg ser22:31
RPalimon: I did try that but it runs into threading issues :(22:31
andycooper_git show HEAD22:31
alimonRP: :/22:31
andycooper_stg rename sstate-cache-server22:31
andycooper_stg ser22:31
andycooper_stg show prserve22:31
alimonRP: weird, as i know the logger is thread safe...22:32
bluelightningsomeone should kick him for his own good before he types a password22:32
andycooper_   holy crap22:34
bluelightningandycooper_: yeah ;)22:34
bluelightningterminal muxing ?22:34
andycooper_so apparently the new terminal emulator I installed is mirroring everything in both instances22:34
bluelightningnice... luckily no password yet ;)22:34
andycooper_not muxed, but not thrilled with terminator at the moment22:34
andycooper_yeah, thankfully my ssh connections use keys, not passwords22:36
*** dreyna <dreyna!~dreyna@rrcs-98-101-157-58.midsouth.biz.rr.com> has quit IRC22:37
bluelightningvery sensible22:50
*** JaMa <JaMa!~martin@217.30.68.212> has quit IRC22:51
tcpdumpThx khem22:55
*** Argylelabcoat <Argylelabcoat!~textual@rrcs-98-100-199-98.central.biz.rr.com> has quit IRC22:58
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has quit IRC22:59
*** dreyna <dreyna!~dreyna@rrcs-108-169-151-20.midsouth.biz.rr.com> has joined #yocto22:59
*** stephano <stephano!~stephano@134.134.139.74> has joined #yocto23:01
TurBossHello, I'm trying to build core-image-rt, I have setupt my kernel provider to linux-yocto-rt, but when I burn the hddimg to the hard disk it throws a kernel panic23:02
TurBoss[    1.552029] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)23:02
TurBosswhat Can I do?23:02
TurBossmachine is genericx86-6423:04
*** diego_r <diego_r!~diego@151.51.132.227> has joined #yocto23:12
TurBossI'm on rockco23:14
*** tgraydon <tgraydon!~tgraydon@134.134.139.76> has joined #yocto23:22
*** joshuagl <joshuagl!joshuagl@nat/intel/x-vnsnhwphxqqtmvlf> has quit IRC23:27
*** martinkelly <martinkelly!~martin@205.175.118.34> has joined #yocto23:28
TurBosslinux-yocto provider works fine23:29
TurBossis the linux-yocto-rt that fails to boo23:29
TurBosst23:29
TurBoss*boot23:29
*** sgw <sgw!~swold@134.134.139.73> has quit IRC23:31
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-mgaimthrtnpavtry> has joined #yocto23:35
*** anselmolsm <anselmolsm!~anselmols@134.134.139.74> has quit IRC23:35
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC23:39
*** kpo_ <kpo_!~bob@user-94-254-248-17.play-internet.pl> has quit IRC23:43
*** nathani_ <nathani_!~nathani@mail.validmanufacturing.com> has quit IRC23:47
*** luc4 <luc4!~anonymous@2-234-130-167.ip223.fastwebnet.it> has quit IRC23:51
*** darknighte <darknighte!~darknight@pdpc/supporter/professional/darknighte> has quit IRC23:55
*** anselmolsm <anselmolsm!~anselmols@134.134.139.83> has joined #yocto23:57
*** sgw <sgw!~swold@c-24-21-121-142.hsd1.or.comcast.net> has joined #yocto23:59

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!