Monday, 2018-04-02

*** agust <agust!~agust@p4FCB48EA.dip0.t-ipconnect.de> has quit IRC00:05
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto00:13
seebsheh, i think i have an SL-5500 around the house somewhere.00:13
seebssharp took down all their SDKs at one point.00:13
JPEWhackerseebs: I think I know why your syscall() test case succeeded but that build failed00:14
seebsooh00:14
*** Sir_Gallantmon is now known as Son_Goku00:15
JPEWhackerThe build was calling syscall() during the shared-library initialization (before main()), which must have been before pseudo shared library initialization00:15
seebshmm. maybe, but i *thought* pseudo initialized on first call to a wrapper.00:15
seebs... come to think of it, no, i think there's a couple cases where we try to do it earlier.00:16
JPEWhackerNo I check, pseudo does it on library initalization00:16
seebs... i had apparently forgotten this.00:16
seebsahh, yeah, back in _libpseudo_init(). which is, it turns out, not *sufficiently* reliably early, which is why all the wrappers have to check for initialization anyway.00:17
seebswe probably don't strictly need to do it, even, but it seems like a good plan.00:17
JPEWhackerI think you want to.... it could be a pain if it tried to initialize after threading is started00:18
seebsYeah.00:18
seebsI mean, someone will probably eventually hit that anyway.00:18
seebsI sorta wanna go study the cross-localedef failure and see if I can find out where the issue was.00:18
seebsBecause my guess is it's an actual bug in cross-localedef, just one which is usually-harmless.00:18
seebsAlthough it's *possible* that they're using one of the rare calls which actually promises not to set errno unless there's an error.00:19
JPEWhackerYa, I wasn't paying any attention to that one :)00:19
seebsThe immediate cause was that the reworked path computation had an error in the initial logic for determining the starting state of the "what kind of thing are we looking at" stat buf.00:20
seebsWhich could cause it to call lstat("", &buf), which would set errno.00:20
seebsOtherwise, you only get errno set by that code if you're resolving a path which actually contains a nonexistent file.00:20
seebsone of the places i sent an application to had a thing saying "oh, and if you have an existing open source project, you can use that instead of doing this little programming exercise"...00:22
seebsbut it turns out they want something under 2k lines of code so they have any hope of jumping in and understanding it usefully. and that seems fair.00:22
seebs... I did, however, have one person tell me that they were just skipping the technical side of interviewing entirely because they knew what pseudo was.00:22
JPEWhackerYa... pseudo is not something I would necessarily want for an application example00:23
seebsIt is not pretty code.00:23
neverpanicReally? I don't think that's fair, because what's their goal in understanding? Don't they just want to see how you work?00:23
seebsI try to fix it up, but there's a lot of mandatory cruft.00:23
JPEWhackerNo... it necessarily has to do very not-pretty things00:23
seebsWell, they wanted to be able to, say, ask questions about the thing, and see whether my answers made sense.00:23
neverpanicIt all depends on the job, really. I'd love to see somebody apply that wrote something similar to pseudo.00:23
seebsAnd with something like pseudo, none of their people would necessarily have the background to know whether my answers were sensible.00:24
neverpanicOh, OK, I guess that makes sense.00:24
seebsMy favorite, though, was the time some people lectured me on how I shouldn't be doing string handling in C, I should be writing in Python.00:24
JPEWhackerrecruiting is hard00:24
seebsAnd I said that, for the app in question, I didn't think Python would be a good fit, but they assured me Python would be fine for it.00:24
seebsYeah.00:24
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC00:26
JPEWhackerI know people hate them, but the "off the wall" interview questions really are good at getting context-free problem solving00:27
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto00:27
JPEWhackerI wish there was something that could provide that sort of thing that, you know, actually applies to Software00:27
*** jkridner|pd <jkridner|pd!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto00:28
seebsI was super impressed by Triplebyte's interview process, honestly. Doesn't really check for context-free problem solving, exactly, but it does get over a lot of ground.00:28
seebsMy observation is that I'm a very good debugger. But more interestingly/usefully, I'm *especially* good at "things other people get stuck on".00:28
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC00:28
seebsWith the counterpoint being that other people are likely to be good at things I get stuck on.00:29
seebsBut that means that, in a collaborative environment, I'm more useful than my "raw" ability would indicate, as long as other people have different... whatever the term should be. Polarity or something.00:29
*** jkridner|pd <jkridner|pd!~jkridner@pdpc/supporter/active/jkridner> has quit IRC00:29
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto00:30
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC00:32
JPEWhackerIt takes a team. Sometimes my best coworkers almost *never* agreed with me... made me had to be *really* sure I was right :)00:33
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC00:34
JPEWhackers/Sometimes/Some of/00:34
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has joined #yocto00:38
*** JPEWhacker <JPEWhacker!~JPEW__@2605:a601:a83:3700:10fb:b4c1:2c33:798c> has quit IRC00:51
*** flying_sausages <flying_sausages!~flying_sa@2a01:4f8:161:610b::2> has quit IRC01:06
*** flying_sausages <flying_sausages!~flying_sa@2a01:4f8:161:610b::2> has joined #yocto01:08
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has quit IRC01:24
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has joined #yocto01:25
*** dengke_1990 <dengke_1990!~dengke@106.120.101.38> has quit IRC01:25
*** Willy-- <Willy--!~william@156.34.80.156> has quit IRC01:49
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has quit IRC02:01
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has joined #yocto02:01
*** JPEWhacker <JPEWhacker!~JPEW__@2605:a601:a83:3700:10fb:b4c1:2c33:798c> has joined #yocto02:03
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto02:09
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has quit IRC02:13
*** JPEWhacker <JPEWhacker!~JPEW__@2605:a601:a83:3700:10fb:b4c1:2c33:798c> has quit IRC02:13
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has joined #yocto02:13
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has quit IRC02:21
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has joined #yocto02:21
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC02:36
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-phwswfhdmjquivgk> has quit IRC03:59
*** asteriusio <asteriusio!~derek@104-179-196-18.lightspeed.brhmal.sbcglobal.net> has quit IRC04:01
*** asteriusio <asteriusio!~derek@104-179-196-18.lightspeed.brhmal.sbcglobal.net> has joined #yocto04:01
*** ctlnwr <ctlnwr!~catalin@89.121.200.102> has joined #yocto04:02
*** dreyna <dreyna!~dreyna@2601:646:4201:b1a0:de0:a1e9:1844:a703> has joined #yocto04:26
*** ctlnwr <ctlnwr!~catalin@89.121.200.102> has quit IRC04:32
*** ctlnwr <ctlnwr!~catalin@89.121.200.102> has joined #yocto04:53
*** Jamal <Jamal!c07f5e07@gateway/web/freenode/ip.192.127.94.7> has joined #yocto05:24
JamalWhere is the configuration file stored in Yocto. So I can check whether the bootloader is either grub or uboot05:25
*** driftingblues <driftingblues!uid270243@gateway/web/irccloud.com/x-gmhmwzqvcqztxmvz> has joined #yocto05:26
JamalI am getting the following error: ERROR: Nothing PROVIDES 'u-boot-fw-utils' (but /home/jamal/Yocto/poky/meta-swupdate/recipes-support/swupdate/swupdate_2018.03.bb DEPENDS on or otherwise requires it) When I compile for Intel Board, all the repos are master branch05:33
yoctiNew news from stackoverflow: Is there any .config file in Yocto similar to buildroot <https://stackoverflow.com/questions/49605611/is-there-any-config-file-in-yocto-similar-to-buildroot>05:38
*** gtristan <gtristan!~tristanva@221.147.85.22> has joined #yocto05:54
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto06:01
*** dengke <dengke!~dengke@106.120.101.38> has joined #yocto06:21
*** gtristan <gtristan!~tristanva@221.147.85.22> has quit IRC06:40
*** gtristan <gtristan!~tristanva@221.147.85.22> has joined #yocto06:45
*** learningc <learningc!~User@mti-37-145.tm.net.my> has joined #yocto06:49
*** dreyna <dreyna!~dreyna@2601:646:4201:b1a0:de0:a1e9:1844:a703> has quit IRC07:03
*** rovanceo <rovanceo!~rovanceo@80.97.64.55> has joined #yocto07:04
*** abelal <abelal!~quassel@110.93.212.98> has quit IRC07:27
*** Noor <Noor!~quassel@110.93.212.98> has quit IRC07:27
*** abelal <abelal!~quassel@110.93.212.98> has joined #yocto07:28
*** Noor <Noor!~quassel@110.93.212.98> has joined #yocto07:29
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto08:05
*** xtron <xtron!~xtron@110.93.212.98> has joined #yocto08:25
xtronwhat parameter defines the arrangement of layers in conf/bblayers.conf ?? for example a layer should be parsed after oe-core layer, but it is place before oe-core in BBLAYERS. I tried to make it dependent on "core" but arrangement of layers is same08:30
*** minimaxwell <minimaxwell!~minimaxwe@204.ip-51-254-215.eu> has quit IRC08:44
*** minimaxwell <minimaxwell!~minimaxwe@204.ip-51-254-215.eu> has joined #yocto08:44
*** agust <agust!~agust@p4FCB48EA.dip0.t-ipconnect.de> has joined #yocto08:46
*** adca <adca!~adca@193.202.22.66> has quit IRC09:12
*** ladidadida <ladidadida!~ladidadid@ipbcc2211a.dynamic.kabel-deutschland.de> has joined #yocto09:16
*** xtron <xtron!~xtron@110.93.212.98> has quit IRC09:28
*** ladidadida <ladidadida!~ladidadid@ipbcc2211a.dynamic.kabel-deutschland.de> has quit IRC09:29
*** skz81 <skz81!~SKZ@ptr-got7aufrhabzng3c8nz.18120a2.ip6.access.telenet.be> has joined #yocto09:31
*** xtron <xtron!~xtron@110.93.212.98> has joined #yocto09:42
yoctiNew news from stackoverflow: Steps for using swupdate in Yocto Project <https://stackoverflow.com/questions/49609225/steps-for-using-swupdate-in-yocto-project>10:08
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto10:10
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC10:25
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has quit IRC10:32
*** adca <adca!~adca@193.202.22.66> has joined #yocto10:34
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC10:39
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto10:44
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has joined #yocto10:46
*** aratiu <aratiu!~adi@80.97.64.55> has joined #yocto10:47
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto11:11
*** skz81 <skz81!~SKZ@ptr-got7aufrhabzng3c8nz.18120a2.ip6.access.telenet.be> has quit IRC11:11
*** bluelightning <bluelightning!~paul@2406:e007:6d3e:1:5e51:4fff:febb:401d> has joined #yocto11:12
*** bluelightning <bluelightning!~paul@2406:e007:6d3e:1:5e51:4fff:febb:401d> has quit IRC11:12
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto11:12
*** kpo__ <kpo__!~bob@178-37-132-154.adsl.inetia.pl> has joined #yocto11:12
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has quit IRC11:32
*** Pharaoh_Atem <Pharaoh_Atem!~neal@fedora/ngompa> has quit IRC11:38
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC11:39
*** [Sno] <[Sno]!~sno@b2b-78-94-80-58.unitymedia.biz> has joined #yocto11:43
*** sno <sno!~sno@b2b-78-94-80-58.unitymedia.biz> has quit IRC11:45
*** skz81 <skz81!~SKZ@ptr-got7aufrhabzng3c8nz.18120a2.ip6.access.telenet.be> has joined #yocto11:54
*** skz81 <skz81!~SKZ@ptr-got7aufrhabzng3c8nz.18120a2.ip6.access.telenet.be> has quit IRC11:55
itsfemme[m]Are there instructions for using https://github.com/schnitzeltony/meta-qt5-extra somewhere?12:01
itsfemme[m]I get qmake errors12:01
*** learningc <learningc!~User@mti-37-145.tm.net.my> has quit IRC12:10
*** Willy-- <Willy--!~william@156.34.80.156> has joined #yocto12:13
*** JPEWhacker <JPEWhacker!~JPEW__@2605:a601:a83:3700:10fb:b4c1:2c33:798c> has joined #yocto12:29
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto12:31
*** JPEWhacker <JPEWhacker!~JPEW__@2605:a601:a83:3700:10fb:b4c1:2c33:798c> has quit IRC12:34
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC12:36
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto12:38
*** zloy <zloy!~user@unaffiliated/zloy> has joined #yocto12:39
zloyhello :)12:39
zloyis there a way to get commit hash of the package but not parsing the package recipe?12:40
*** Pharaoh_Atem <Pharaoh_Atem!~neal@fedora/ngompa> has joined #yocto12:59
*** marka <marka!~masselst@184.175.21.48> has joined #yocto13:00
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has joined #yocto13:01
*** oob <oob!~paulg@d24-146-21-90.home1.cgocable.net> has joined #yocto13:06
*** oob <oob!~paulg@d24-146-21-90.home1.cgocable.net> has quit IRC13:11
*** laplante <laplante!~laplante@4.59.252.60> has joined #yocto13:18
*** andycooper <andycooper!uid246432@gateway/web/irccloud.com/x-fuizdgaeufrhejae> has joined #yocto13:18
*** paulg <paulg!~paulg@198-84-204-211.cpe.teksavvy.com> has quit IRC13:18
RPzloy: that question doesn't really make sense I'm afraid13:31
-YoctoAutoBuilder- build #901 of build-appliance is complete: Failure [failed BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/build-appliance/builds/90113:48
-YoctoAutoBuilder- build #384 of nightly-musl-x86-64 is complete: Failure [failed BuildImages Running Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-musl-x86-64/builds/38413:48
-YoctoAutoBuilder- build #928 of nightly-musl is complete: Failure [failed BuildImages Running Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-musl/builds/92813:49
-YoctoAutoBuilder- build #895 of buildtools is complete: Failure [failed BuildImages BuildImages_1 BuildImages_2] Build details are at https://autobuilder.yocto.io/builders/buildtools/builds/89513:50
-YoctoAutoBuilder- build #908 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/90813:50
-YoctoAutoBuilder- build #893 of poky-tiny is complete: Failure [failed BuildImages] Build details are at https://autobuilder.yocto.io/builders/poky-tiny/builds/89313:50
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has quit IRC13:50
-YoctoAutoBuilder- build #899 of nightly-non-gpl3 is complete: Failure [failed BuildImages] Build details are at https://autobuilder.yocto.io/builders/nightly-non-gpl3/builds/89913:51
-YoctoAutoBuilder- build #924 of nightly-x86-64-lsb is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-64-lsb/builds/92413:55
-YoctoAutoBuilder- build #900 of nightly-world is complete: Failure [failed BuildImages] Build details are at https://autobuilder.yocto.io/builders/nightly-world/builds/90013:55
-YoctoAutoBuilder- build #914 of nightly-deb-non-deb is complete: Failure [failed BuildImages Running Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-deb-non-deb/builds/91413:56
-YoctoAutoBuilder- build #898 of nightly-world-lsb is complete: Failure [failed BuildImages] Build details are at https://autobuilder.yocto.io/builders/nightly-world-lsb/builds/89813:57
-YoctoAutoBuilder- build #922 of nightly-x86-lsb is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-lsb/builds/92214:00
-YoctoAutoBuilder- build #912 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/91214:00
-YoctoAutoBuilder- build #899 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/89914:02
-YoctoAutoBuilder- build #563 of nightly-packagemanagers is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Running Sanity Tests_1 BuildImages_2 Running Sanity Tests_2] Build details are at https://autobuilder.yocto.io/builders/nightly-packagemanagers/builds/56314:02
*** phatina <phatina!~phatina@213.215.123.228> has joined #yocto14:03
-YoctoAutoBuilder- build #903 of nightly-mips-lsb is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/nightly-mips-lsb/builds/90314:03
-YoctoAutoBuilder- build #905 of nightly-mips64 is complete: Failure [failed BuildImages Running Sanity Tests Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 BuildImages_1 Running SDK Sanity Tests_1] Build details are at https://autobuilder.yocto.io/builders/nightly-mips64/builds/90514:04
-YoctoAutoBuilder- build #914 of nightly-arm-lsb is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/nightly-arm-lsb/builds/91414:04
-YoctoAutoBuilder- build #928 of nightly-ppc is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 BuildImages_2 Running ESDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-ppc/builds/92814:06
-YoctoAutoBuilder- build #891 of nightly-arm64 is complete: Failure [failed BuildImages Running Sanity Tests Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 BuildImages_1 Running ESDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-arm64/builds/89114:06
*** gtristan <gtristan!~tristanva@221.147.85.22> has quit IRC14:06
-YoctoAutoBuilder- build #914 of nightly-ppc-lsb is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/nightly-ppc-lsb/builds/91414:07
-YoctoAutoBuilder- build #907 of nightly-mips is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 BuildImages_2 Running ESDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-mips/builds/90714:07
-YoctoAutoBuilder- build #940 of nightly-x86 is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 Running SDK Sanity Tests_1 BuildImages_2 Running ESDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-x86/builds/94014:07
-YoctoAutoBuilder- build #978 of nightly-arm is complete: Failure [failed BuildImages Running Sanity Tests Building Toolchain Images BuildImages_1 Building Toolchain Images_1 BuildImages_2 Building Toolchain Images_2 Running SDK Sanity Tests Building Toolchain Images_3 BuildImages_3 Running ESDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-arm/builds/97814:07
-YoctoAutoBuilder- build #945 of nightly-x86-64 is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 Running SDK Sanity Tests_1 BuildImages_2 Running ESDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-64/builds/94514:08
-YoctoAutoBuilder- build #927 of nightly-wic is complete: Failure [failed BuildImages BuildImages_1 CreateWicImages CreateWicImages_1 CreateWicImages_2 BuildImages_2 BuildImages_3 CreateWicImages_3 CreateWicImages_4 CreateWicImages_5 BuildImages_4 BuildImages_5 CreateWicImages_6 CreateWicImages_7 BuildImages_6 BuildImages_7 CreateWicImages_8 CreateWicImages_9 CreateWicImages_10] Build details are at https://autobuilder.yocto.io/builders/nightly-wic/builds/92714:10
-YoctoAutoBuilder- build #930 of nightly-multilib is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Running Sanity Tests_1 BuildImages_2 Running Sanity Tests_2 BuildImages_3 Running Sanity Tests_3 BuildImages_4 BuildImages_5 Running Sanity Tests_4 BuildImages_6 Running SDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-multilib/builds/93014:11
*** Han <Han!~han@unaffiliated/han> has left #yocto14:11
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC14:11
-YoctoAutoBuilder- build #998 of nightly is complete: Failure [failed] Build details are at https://autobuilder.yocto.io/builders/nightly/builds/99814:17
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has joined #yocto14:19
*** tlwoerner <tlwoerner!~Trevor@206.248.190.95> has joined #yocto14:19
*** tlwoerner <tlwoerner!~Trevor@unaffiliated/tlwoerner> has joined #yocto14:19
*** kaspter <kaspter!~Instantbi@60.176.170.140> has quit IRC14:21
*** kaspter <kaspter!~Instantbi@60.176.170.140> has joined #yocto14:22
-YoctoAutoBuilder- build #918 of nightly-qa-extras is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Running Sanity Tests_1 BuildImages_2 BuildImages_3 BuildImages_4 BuildImages_5 BuildImages_7 BuildImages_8 BuildImages_9 Running Sanity Tests_2 BuildImages_10 Running Sanity Tests_3 BuildImages_11 Running Sanity Tests_4 BuildImages_12 Running Sanity Tests_5 BuildImages_13 Running Sanity Tests_6 BuildImages_14 Running Sanity Tests_7] Build de14:22
*** gtristan <gtristan!~tristanva@110.11.179.89> has joined #yocto14:22
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has joined #yocto14:26
*** armpit <armpit!~armpit@2601:202:4000:1184:8867:b1c6:143:cb38> has quit IRC14:30
*** armpit <armpit!~armpit@2601:202:4000:1184:5c16:1135:7539:66e4> has joined #yocto14:42
*** laplante_ <laplante_!~laplante@4.14.114.132> has joined #yocto14:46
*** majuk_ is now known as majuk14:48
*** laplante <laplante!~laplante@4.59.252.60> has quit IRC14:50
*** AbleBacon_ <AbleBacon_!~AbleBacon@unaffiliated/ablebacon> has joined #yocto14:56
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has quit IRC14:58
*** AbleBacon_ is now known as AbleBacon14:58
armpitRP, rocko-next fyi, those sec passed build over the weekend14:59
*** phatina <phatina!~phatina@213.215.123.228> has quit IRC15:00
* armpit sign.. what it is the point in backporting and running builds when stuff just ends up in *-next 15:01
*** kpo__ <kpo__!~bob@178-37-132-154.adsl.inetia.pl> has quit IRC15:02
*** stephano <stephano!~stephano@134.134.139.72> has joined #yocto15:03
* armpit lots of wasted time15:03
*** JPEWhacker <JPEWhacker!cc4da371@gateway/web/freenode/ip.204.77.163.113> has joined #yocto15:07
*** zloy <zloy!~user@unaffiliated/zloy> has left #yocto15:11
AbleBacon"alright--looks like everything's set up. i'll just set off this build and it'll finish over the weekend" i come back on monday:  2 errors Build time: 00:00:1315:13
-YoctoAutoBuilder- build #962 of nightly-oe-selftest is complete: Failure [failed Running oe-selftest] Build details are at https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/96215:14
armpitRP, what should I make my pull request from pyro or pyro-next?15:35
RParmpit: is pyro-next ready to merge?15:55
RParmpit: you didn't waste time as those patches needed testing. We now know they work15:56
RParmpit: I just put them there so they didn't get forgotten as a reminder to me that they needed testing15:56
*** michael_e_brown <michael_e_brown!~michaeleb@143.166.116.80> has joined #yocto16:03
armpityes stable/pyro-next can be merged. it was rebased against pyro-next16:04
armpitso its the last 4 commits16:05
RParmpit: rocko is ok too?16:05
armpityes16:06
armpitboth ran clean this weekend16:06
RParmpit: great, that helps a lot, thanks!16:06
RParmpit: just saw the email, thanks!16:07
RParmpit: any further idea what was up with morty?16:08
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC16:10
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC16:11
armpitno.. I am integrating the  "fixup" changes into the appropriate backport and testing to see which one is causing the issue.16:11
armpitI just remembered morty is "smart" based16:12
RParmpit: right, this is the challenge, making this work under smart :(16:12
rozacharhow can i make a recipe to drop 3rd party binary files on the rfs and make it ignore all qa checks and dependancy related checks16:18
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto16:25
*** martinkelly1 <martinkelly1!~martin@71-212-16-149.tukw.qwest.net> has joined #yocto16:28
-YoctoAutoBuilder- build #894 of poky-tiny is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/poky-tiny/builds/89416:30
* armpit cool 4.16 is out, 4.15 should be out soon16:30
* armpit time to move my kernels16:31
laplante_rozachar: a good place to start: https://wiki.yoctoproject.org/wiki/TipsAndTricks/Packaging_Prebuilt_Libraries16:34
*** clopez_ <clopez_!~tau@neutrino.es> has quit IRC16:41
laplante_rozachar: and you can use INHIBIT_DEFAULT_DEPS for the latter part of your question: https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-INHIBIT_DEFAULT_DEPS16:45
*** clopez <clopez!~tau@neutrino.es> has joined #yocto16:45
-YoctoAutoBuilder- build #896 of buildtools is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/buildtools/builds/89616:52
-YoctoAutoBuilder- build #900 of nightly-non-gpl3 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-non-gpl3/builds/90016:54
*** jcstach <jcstach!~jcstach@4.14.114.132> has joined #yocto16:56
*** DU18 <DU18!~DU18@95.232.228.127> has joined #yocto16:57
*** DU18 <DU18!~DU18@95.232.228.127> has left #yocto16:57
*** JPEWhacker <JPEWhacker!cc4da371@gateway/web/freenode/ip.204.77.163.113> has quit IRC16:59
*** skz81 <skz81!~SKZ@ptr-got7aucp64t83i7a793.18120a2.ip6.access.telenet.be> has joined #yocto17:11
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC17:13
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto17:21
-YoctoAutoBuilder- build #909 of nightly-x32 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-x32/builds/90917:22
*** paulg <paulg!~paulg@198-84-204-211.cpe.teksavvy.com> has joined #yocto17:28
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto17:30
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC17:42
*** Martinheterjag <Martinheterjag!~Martiii@81-234-144-87-no29.tbcn.telia.com> has joined #yocto17:52
khemarmpit: 4.16 is released on 1/4 be careful :)17:52
-YoctoAutoBuilder- build #915 of nightly-deb-non-deb is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-deb-non-deb/builds/91517:56
*** dev1990 <dev1990!~dev@78.10.91.128> has joined #yocto17:57
JPEWI would also expect 4.16 to have many more easter eggs that usual17:57
-YoctoAutoBuilder- build #385 of nightly-musl-x86-64 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-musl-x86-64/builds/38518:02
khemgcc is becoming more like my mom https://developers.redhat.com/blog/2018/03/15/gcc-8-usability-improvements/18:07
khemwhich is good. I think AI/ML should be next step for compilers, where they can autocorrect the intention of developers in code on fly18:08
khemwe might only need one liner DWIM ( Do what I mean )18:09
JaMa~:)18:11
*** JPEW <JPEW!cc4da337@gateway/web/freenode/ip.204.77.163.55> has quit IRC18:11
kergothkhem: nice18:12
-YoctoAutoBuilder- build #564 of nightly-packagemanagers is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-packagemanagers/builds/56418:14
* armpit why is it when I see the pkg lowpan I think of "Big trouble in Little China movie??"18:20
-YoctoAutoBuilder- build #902 of build-appliance is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/build-appliance/builds/90218:26
*** dev1990_ <dev1990_!~dev@dynamic-78-8-143-107.ssp.dialog.net.pl> has joined #yocto18:30
*** dev1990 <dev1990!~dev@78.10.91.128> has quit IRC18:32
-YoctoAutoBuilder- build #928 of nightly-wic is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-wic/builds/92818:33
-YoctoAutoBuilder- build #925 of nightly-x86-64-lsb is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-64-lsb/builds/92518:36
*** martinkelly <martinkelly!~martin@65-122-179-226.dia.static.qwest.net> has quit IRC18:51
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto19:00
-YoctoAutoBuilder- build #906 of nightly-mips64 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-mips64/builds/90619:00
rozacharlaplante_, thanks -  I also needed to add SKIP_FILEDEPS_ and EXCLUDE_FROM_SHLIBS , but it now seems to work19:02
-YoctoAutoBuilder- build #941 of nightly-x86 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-x86/builds/94119:04
-YoctoAutoBuilder- build #946 of nightly-x86-64 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-64/builds/94619:18
*** JPEW <JPEW!cc4da337@gateway/web/freenode/ip.204.77.163.55> has joined #yocto19:28
-YoctoAutoBuilder- build #908 of nightly-mips is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-mips/builds/90819:36
*** [Sno] <[Sno]!~sno@b2b-78-94-80-58.unitymedia.biz> has quit IRC19:44
*** kpo__ <kpo__!~bob@178-37-132-154.adsl.inetia.pl> has joined #yocto19:46
*** jerwood <jerwood!32cb77fb@gateway/web/freenode/ip.50.203.119.251> has joined #yocto19:49
-YoctoAutoBuilder- build #900 of nightly-rpm-non-rpm is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-rpm-non-rpm/builds/90019:51
-YoctoAutoBuilder- build #913 of nightly-no-x11 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-no-x11/builds/91319:52
-YoctoAutoBuilder- build #929 of nightly-musl is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-musl/builds/92919:54
*** phatina <phatina!~phatina@92-52-40-226.dynamic.orange.sk> has joined #yocto19:55
-YoctoAutoBuilder- build #892 of nightly-arm64 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-arm64/builds/89219:57
-YoctoAutoBuilder- build #929 of nightly-ppc is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-ppc/builds/92919:58
*** kpo__ <kpo__!~bob@178-37-132-154.adsl.inetia.pl> has quit IRC20:05
*** bluelightning <bluelightning!~paul@243.21.255.123.dynamic.snap.net.nz> has joined #yocto20:06
*** bluelightning <bluelightning!~paul@243.21.255.123.dynamic.snap.net.nz> has quit IRC20:06
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto20:06
-YoctoAutoBuilder- build #915 of nightly-ppc-lsb is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-ppc-lsb/builds/91520:10
aehs29khem: cool20:12
-YoctoAutoBuilder- build #915 of nightly-arm-lsb is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-arm-lsb/builds/91520:17
*** willdye <willdye!~willdye@cpe-108-167-39-135.neb.res.rr.com> has joined #yocto20:26
*** skz81 <skz81!~SKZ@ptr-got7aucp64t83i7a793.18120a2.ip6.access.telenet.be> has quit IRC20:29
-YoctoAutoBuilder- build #979 of nightly-arm is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-arm/builds/97920:32
-YoctoAutoBuilder- build #923 of nightly-x86-lsb is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-lsb/builds/92320:33
*** scottrif <scottrif!~scottrif@47-40-108-60.dhcp.knwc.wa.charter.com> has joined #yocto20:37
-YoctoAutoBuilder- build #901 of nightly-world is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-world/builds/90120:40
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC20:44
*** kpo__ <kpo__!~bob@178-37-132-154.adsl.inetia.pl> has joined #yocto20:47
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto20:49
-YoctoAutoBuilder- build #899 of nightly-world-lsb is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-world-lsb/builds/89920:51
*** gtristan <gtristan!~tristanva@110.11.179.89> has quit IRC20:56
*** laplante_ <laplante_!~laplante@4.14.114.132> has quit IRC21:02
*** scottrif <scottrif!~scottrif@47-40-108-60.dhcp.knwc.wa.charter.com> has quit IRC21:10
*** scottrif <scottrif!~scottrif@47-40-108-60.dhcp.knwc.wa.charter.com> has joined #yocto21:14
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC21:18
hastakehello21:21
hastakei am trying to execute some bitbake thing in the google container builder. unfortunately after the setup-env, the cmd "bitbake <target img>" output "ERROR: Unable to start bitbake server" and stop21:22
hastakeit works localy. by any chance, does someone know something about this?21:22
*** MiskaX <MiskaX!n9xraa7rd4@rankki.sonarnerd.net> has joined #yocto21:27
hastakeeven with bitbake -DD there is not more error msg21:30
clsullivhastake: maybe a missing host package?21:35
clsullivhttps://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#packages21:35
-YoctoAutoBuilder- build #904 of nightly-mips-lsb is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-mips-lsb/builds/90421:36
*** marka <marka!~masselst@184.175.21.48> has quit IRC21:37
-YoctoAutoBuilder- build #963 of nightly-oe-selftest is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/96321:41
*** klynn <klynn!~kristi@47-40-108-60.dhcp.knwc.wa.charter.com> has joined #yocto21:41
*** phatina <phatina!~phatina@92-52-40-226.dynamic.orange.sk> has quit IRC21:42
hastakeclsulliv: unfortunalty no, i checked that the package are installed in the building image21:52
hastakeit seems to be generated by that https://github.com/openembedded/bitbake/blob/master/lib/bb/server/process.py#L404 line21:53
hastakewhat are the network requirements of this bitbake server?21:54
*** dreyna_ <dreyna_!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto22:03
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC22:07
RPseebs: good news, pseudo master is looking much happier in a test build. Not completed yet but looking good22:12
RPseebs: thanks! :)22:12
*** Martinheterjag <Martinheterjag!~Martiii@81-234-144-87-no29.tbcn.telia.com> has quit IRC22:13
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC22:13
*** kpo__ <kpo__!~bob@178-37-132-154.adsl.inetia.pl> has quit IRC22:16
*** dreyna_ <dreyna_!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC22:20
AbleBaconhow do i go about eliminating this error?22:30
AbleBacon. /home/user/poky/_toaster_clones/_https___git.yoctoproject.org_git_meta-freescale_rocko/recipes-graphics/wayland/weston_2.0.0.bbappend22:30
AbleBaconi have no idea what wayland or weston are22:30
AbleBaconi need to give it something, but i don't know how to go about getting what it's looking for22:31
AbleBaconis there a way to remove whatever feature it's trying to make so the error will go away?22:32
*** Willy-- <Willy--!~william@156.34.80.156> has quit IRC22:33
-YoctoAutoBuilder- build #931 of nightly-multilib is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-multilib/builds/93122:34
aehs29AbleBacon: wayland is a DISRTO_FEATURE IIRC22:34
aehs29AbleBacon: you may remove it but idk if its actually what you want22:34
aehs29AbleBacon: what was the actual error that was shown22:34
AbleBaconoh, i'm using toaster so that's all i could see of it22:35
aehs29AbleBacon: Im sure theres a way to see that on toaster I just dont remember22:35
AbleBaconwell, i did the "DISTRO_remove" thing or whatever it was so it's gone now22:36
*** scottrif <scottrif!~scottrif@47-40-108-60.dhcp.knwc.wa.charter.com> has left #yocto22:37
-YoctoAutoBuilder- build #999 of nightly is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly/builds/99922:40
*** klynn <klynn!~kristi@47-40-108-60.dhcp.knwc.wa.charter.com> has quit IRC22:52
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto23:01
*** martinkelly1 <martinkelly1!~martin@71-212-16-149.tukw.qwest.net> has quit IRC23:05
*** dreyna <dreyna!~dreyna@198.217.64.131> has joined #yocto23:07
*** martinkelly <martinkelly!~martin@71-212-16-149.tukw.qwest.net> has joined #yocto23:15
AbleBaconsomething called "quilt" is just kicking my ass... ugh23:21
AbleBaconkilling every build no matter what i try23:21
seebsyay, glad it's working better.23:22
seebsi think the path code may be slightly cleaner/faster now, in general.23:22
*** martinkelly <martinkelly!~martin@71-212-16-149.tukw.qwest.net> has joined #yocto23:24
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC23:32
*** agust <agust!~agust@p4FCB48EA.dip0.t-ipconnect.de> has quit IRC23:36
-YoctoAutoBuilder- build #919 of nightly-qa-extras is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-qa-extras/builds/91923:41
*** martinkelly <martinkelly!~martin@71-212-16-149.tukw.qwest.net> has quit IRC23:49
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-mzmbxoaqwgwmkncj> has joined #yocto23:51
*** dreyna <dreyna!~dreyna@198.217.64.131> has quit IRC23:58

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