*** jacques <jacques!~jacques@nslu2-linux/jacques> has joined #yocto | 00:01 | |
*** jacques is now known as linuxjacques | 00:01 | |
*** abelal <abelal!~quassel@110.93.212.98> has quit IRC | 00:07 | |
*** abelal <abelal!~quassel@110.93.212.98> has joined #yocto | 00:08 | |
*** ant_home <ant_home!~ant__@host55-101-dynamic.58-82-r.retail.telecomitalia.it> has quit IRC | 00:18 | |
*** martinkelly <martinkelly!~martin@64.124.55.74> has quit IRC | 00:44 | |
*** lus_ito <lus_ito!cb8dc8cc@gateway/web/freenode/ip.203.141.200.204> has joined #yocto | 00:49 | |
*** lus_ito <lus_ito!cb8dc8cc@gateway/web/freenode/ip.203.141.200.204> has quit IRC | 00:50 | |
*** anujm <anujm!~anujm@192.55.54.42> has joined #yocto | 00:59 | |
junland | Getting this weird error with running bitbake using Icecream, I got both my config and the error in this gist: https://gist.github.com/junland/d932bd63ca2c871b99e64eda543ca2fe | 01:11 |
---|---|---|
junland | wait maybe it has todo with this create icecc env script thing. hm | 01:14 |
*** anujm <anujm!~anujm@192.55.54.42> has quit IRC | 01:24 | |
*** anujm <anujm!~anujm@192.55.54.42> has joined #yocto | 01:25 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has joined #yocto | 01:31 | |
learningc | After sourcing the environment of the sdk and typing "make myfile.c" , I get the message "Nothing to do". I removed the binary and repeated agaion. Why is it not working? | 01:38 |
khem | learningc: make operates on a Makefile, do you have a Makefile in your project ? | 01:55 |
learningc | Apparently, there is a way to use make without a makefile when using the sdk | 02:01 |
learningc | See this page: https://github.com/gumstix/yocto-manifest/wiki/Cross-Compile-with-Yocto-SDK | 02:01 |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 02:02 | |
khem | learningc: yes you can do one offs so say if you want to compile foo.c into a binary you could do 'make foo' in same dir as foo.c | 02:07 |
learningc | khem, I used to get it to work before. But somehow it got broken and I'm not sure why. | 02:09 |
learningc | How can I get it to work again? | 02:09 |
learningc | I want to use this method to create some one off tests of apis | 02:10 |
learningc | Ah! I did not notice that I should not write the filename with .c. I removed .c and now works | 02:13 |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has quit IRC | 02:18 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has joined #yocto | 02:18 | |
gnac | Is there something that would affect the setting / resolution of our clock timers? | 02:29 |
gnac | When running our image in VirtualBox, /proc/timer_list shows 1 ns resolutions. | 02:29 |
gnac | when running on hardware, latest atom, we are seeing .resolution: 1000000 nsecs | 02:30 |
gnac | atom = e3950 | 02:30 |
learningc | I have a shared library binary that I would like to use with the sdk create with Yocto. Is it sufficient to just copy mylib.so to my sdk sysroot/usr/lib/ folder? | 02:54 |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has quit IRC | 03:17 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has joined #yocto | 03:18 | |
robbawebba | gnac: might it be a Linux kernel issue related to your SoC? I'm currently working on an Atom (CherryTrail) platform and /proc/timer_list shows resolution of 1 nsecs. I'm on a 4.9.% kernel. Built with Yocto. | 03:22 |
robbawebba | gnac: cherrytrail z8550 | 03:23 |
robbawebba | gnac: possibly a BIOS issue as well? I'm not sure if the BIOS handles initialization of the clock timers, but that's another difference I can think of between running in VirtualBox and running on hardware | 03:26 |
*** Guma <Guma!~Guma@50.235.185.2> has quit IRC | 03:56 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has quit IRC | 04:17 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has joined #yocto | 04:18 | |
*** tlwoerner <tlwoerner!~Trevor@unaffiliated/tlwoerner> has quit IRC | 04:31 | |
*** tlwoerner <tlwoerner!~Trevor@unaffiliated/tlwoerner> has joined #yocto | 04:33 | |
*** djoot22 <djoot22!~djoot@216-67-9-149-radius.dynamic.acsalaska.net> has joined #yocto | 05:07 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has quit IRC | 05:17 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has joined #yocto | 05:18 | |
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has quit IRC | 05:22 | |
*** gtristan <gtristan!~tristanva@110.11.179.2> has quit IRC | 05:24 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 05:28 | |
gnac | robbawebba: yeah, I was thinking along those two lines as well. We have a patch to apply related to the platform and debugging support, might address other issues as well. | 05:33 |
gnac | Also going to look at the BIOS in the morning. thanks. | 05:34 |
*** gtristan <gtristan!~tristanva@110.11.179.72> has joined #yocto | 05:44 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has quit IRC | 06:18 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has joined #yocto | 06:18 | |
*** AndersD <AndersD!~AndersD@194.237.220.218> has joined #yocto | 06:25 | |
*** AndersD <AndersD!~AndersD@194.237.220.218> has quit IRC | 06:31 | |
*** AndersD <AndersD!~AndersD@194.237.220.218> has joined #yocto | 06:33 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-sxpvnivlrumjhktu> has quit IRC | 06:48 | |
*** cvasilak <cvasilak!~cvasilak@ppp-94-66-25-27.home.otenet.gr> has joined #yocto | 06:54 | |
*** kaspter <kaspter!~Instantbi@116.16.22.108> has joined #yocto | 06:58 | |
*** anujm <anujm!~anujm@192.55.54.42> has quit IRC | 07:04 | |
*** OpenSorceress <OpenSorceress!~opensorce@unaffiliated/screamingbanshee> has quit IRC | 07:12 | |
*** OpenSorceress <OpenSorceress!~opensorce@unaffiliated/screamingbanshee> has joined #yocto | 07:13 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has quit IRC | 07:18 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has joined #yocto | 07:18 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has joined #yocto | 07:20 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has joined #yocto | 07:21 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 07:26 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 07:27 | |
*** lusus <lusus!~lusus@62.91.23.180> has joined #yocto | 07:35 | |
*** webreformer <webreformer!~ABHIJEET@116.75.139.95> has joined #yocto | 07:38 | |
*** tprrt <tprrt!~tprrt@217.114.201.133> has joined #yocto | 07:43 | |
webreformer | I want to do remote debugging using gdbserver. I tried to generate SDK environment and used remote debugging but debug symbols are around 14GB and even on host machine it is not loading it. | 07:44 |
*** frsc <frsc!~frsc@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has joined #yocto | 07:45 | |
*** balister_ <balister_!~balister@2601:5c0:c100:b84:c22d:c40:ab44:9e37> has joined #yocto | 07:46 | |
webreformer | > Reading symbols from /usr/lib/libcbe.so... | 07:46 |
webreformer | warning: the debug information found in "/usr/lib/.debug/libcbe.so" does not match "/usr/lib/libcbe.so" (CRC mismatch). | 07:46 |
webreformer | I would like to know exact steps for cross remote debugging. | 07:47 |
webreformer | Any suggestion or resources will be helpful. Thanks. | 07:47 |
*** Crofton <Crofton!~balister@2601:5c0:c100:b84:c22d:c40:ab44:9e37> has quit IRC | 07:49 | |
pepijndevos | Can I make changes to a git recipe? Or do I have to push them first... | 07:51 |
LetoThe2nd | pepijndevos: you can, as usual, just use EXTERNALSRC respectively the devtool magic that wraps it. | 07:53 |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has quit IRC | 07:54 | |
*** varjag <varjag!~user@122.62-97-226.bkkb.no> has joined #yocto | 07:59 | |
*** gtristan <gtristan!~tristanva@110.11.179.72> has quit IRC | 07:59 | |
webreformer | pepijndevos : devtool modify <receipe-name> | 08:01 |
*** fl0v0 <fl0v0!~fvo@i577B9F98.versanet.de> has joined #yocto | 08:02 | |
*** kristoiv <kristoiv!~kristoiv@245.90-149-61.nextgentel.com> has joined #yocto | 08:12 | |
*** [Sno] <[Sno]!~sno@p5B01A4A1.dip0.t-ipconnect.de> has joined #yocto | 08:17 | |
*** LowLander <LowLander!~erwin@ip51ce2bef.speed.planet.nl> has quit IRC | 08:18 | |
*** kaspter <kaspter!~Instantbi@116.16.22.108> has quit IRC | 08:20 | |
*** armpit <armpit!~armpit@2601:202:4180:c33:1bc:1269:79d4:2659> has quit IRC | 08:21 | |
*** [Sno] <[Sno]!~sno@p5B01A4A1.dip0.t-ipconnect.de> has quit IRC | 08:23 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has joined #yocto | 08:26 | |
*** cquast <cquast!~cquast@90.85.130.193> has joined #yocto | 08:27 | |
*** zagor <zagor!~zagor@rockbox/developer/Zagor> has joined #yocto | 08:27 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto | 08:28 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has left #yocto | 08:28 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto | 08:29 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 08:32 | |
*** LowLander <LowLander!~erwin@ip51ce2bef.speed.planet.nl> has joined #yocto | 08:33 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 08:36 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has quit IRC | 08:37 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has joined #yocto | 08:38 | |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-ydnzeyxdbhmdwwpe> has joined #yocto | 08:38 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has quit IRC | 08:38 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has joined #yocto | 08:39 | |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has joined #yocto | 08:40 | |
T_UNIX | hi | 08:40 |
*** learningc <learningc!~learningc@mti-37-145.tm.net.my> has quit IRC | 08:41 | |
T_UNIX | I assume that the official buildbot/ci runs massively parallel? | 08:41 |
*** armpit <armpit!~armpit@c-67-181-203-136.hsd1.ca.comcast.net> has joined #yocto | 08:45 | |
pepijndevos | oh, thanks. I was unaware of devtool magic. The one time I tried to use devtool it failed, so I've been doing normal builds. | 08:48 |
*** kristoiv <kristoiv!~kristoiv@245.90-149-61.nextgentel.com> has quit IRC | 08:53 | |
*** kristoiv <kristoiv!~kristoiv@245.90-149-61.nextgentel.com> has joined #yocto | 08:54 | |
*** kristoiv <kristoiv!~kristoiv@245.90-149-61.nextgentel.com> has quit IRC | 08:57 | |
*** kristoiv <kristoiv!~kristoiv@245.90-149-61.nextgentel.com> has joined #yocto | 08:57 | |
*** gtristan <gtristan!~tristanva@114.207.54.40> has joined #yocto | 08:58 | |
Marex | OK, so I updated to linux-yocto 4.19 and now scc marks CONFIG_SOC_IMX53 in invalid.cfg | 09:03 |
Marex | that doesn't make any sense, since that config option ends up in the kernel .config | 09:03 |
*** AndersD_ <AndersD_!~AndersD@194-237-220-218.customer.telia.com> has joined #yocto | 09:05 | |
*** AndersD <AndersD!~AndersD@194.237.220.218> has quit IRC | 09:08 | |
*** ak77 <ak77!c12e4b03@gateway/web/freenode/ip.193.46.75.3> has quit IRC | 09:13 | |
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has joined #yocto | 09:23 | |
*** yann <yann!~yann@lfbn-1-515-227.w86-245.abo.wanadoo.fr> has quit IRC | 09:25 | |
*** AndersD_ <AndersD_!~AndersD@194-237-220-218.customer.telia.com> has quit IRC | 09:28 | |
*** AndersD <AndersD!~AndersD@194-237-220-218.customer.telia.com> has joined #yocto | 09:29 | |
*** kristoiv <kristoiv!~kristoiv@245.90-149-61.nextgentel.com> has quit IRC | 09:31 | |
*** kristoiv <kristoiv!~kristoiv@245.90-149-61.nextgentel.com> has joined #yocto | 09:31 | |
*** RemedyTomm <RemedyTomm!~cslcm@185.44.76.121> has quit IRC | 09:33 | |
*** kristoiv <kristoiv!~kristoiv@245.90-149-61.nextgentel.com> has quit IRC | 09:36 | |
*** kristoiv <kristoiv!~kristoiv@245.90-149-61.nextgentel.com> has joined #yocto | 09:36 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 09:48 | |
*** ant_home <ant_home!~ant__@host184-22-dynamic.15-87-r.retail.telecomitalia.it> has joined #yocto | 09:54 | |
*** clementben is now known as clement | 10:03 | |
*** webreformer <webreformer!~ABHIJEET@116.75.139.95> has quit IRC | 10:05 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 10:08 | |
*** yourfate <yourfate!~yourfate@unaffiliated/yourfate> has quit IRC | 10:11 | |
*** webreformer <webreformer!~ABHIJEET@116.75.139.95> has joined #yocto | 10:16 | |
*** yann <yann!~yann@lfbn-idf1-1-33-83.w82-124.abo.wanadoo.fr> has joined #yocto | 10:26 | |
kanavin | rburton: yep, I'm still at a loss as to how systemtap-native should be fixed - hints welcome | 10:31 |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 10:32 | |
kanavin | RP: right :) | 10:33 |
*** berton <berton!~berton@181.220.65.91> has joined #yocto | 10:36 | |
*** armpit <armpit!~armpit@c-67-181-203-136.hsd1.ca.comcast.net> has quit IRC | 10:40 | |
*** armpit <armpit!~armpit@2601:202:4180:c33:c581:7922:30ab:3279> has joined #yocto | 10:41 | |
*** yourfate <yourfate!~yourfate@unaffiliated/yourfate> has joined #yocto | 10:49 | |
*** andrey_utkin <andrey_utkin!~andrey_ut@gentoo/developer/andrey-utkin> has joined #yocto | 10:57 | |
eduardas_m | hello, what is the proper way to deal with setting the license and doing a check with LIC_FILES_CHKSUM when the original source tarball does not come with a COPYING type license file? | 10:59 |
eduardas_m | I am currently trying to properly define the licensing information for the mksh shell 56 release | 10:59 |
LetoThe2nd | eduardas_m: look into the sources, usually there are some copyright notices in the header | 11:00 |
LetoThe2nd | then you can checksum those snippets | 11:00 |
eduardas_m | LetoThe2nd: makes sense, but that kinda does not cover the case if someone changes the license for some source files and not others | 11:02 |
eduardas_m | though that might be very unlikely for some projects | 11:02 |
LetoThe2nd | eduardas_m: alternatively, you can checksum a part of README, INSTALL, whatever, that states the projects license as a whole | 11:02 |
LetoThe2nd | i mean, it must be noted somewhere | 11:03 |
LetoThe2nd | because if not, it must be considered proprietary. | 11:03 |
rburton | eduardas_m: if you're genuinely concerned that the licensing will vary per-file then the solution is to checksum all the source headers | 11:03 |
eduardas_m | LetoThe2nd: funny thing is in the case of mksh it has neither, closest thing is the mksh.1 file | 11:04 |
rburton | otherwise i tend to just checksums the 'main' sources | 11:04 |
rburton | well, that's what you'll have to checksum then. might want to tell them to add a proper license statement too :) | 11:04 |
LetoThe2nd | l | 11:05 |
eduardas_m | rburton: main.c it is then for now :) I probably should mail the maintainer about this | 11:06 |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 11:08 | |
kanavin | this is the license for mksh https://www.mirbsd.org/TaC-mksh.txt | 11:09 |
kanavin | it's basically bsd | 11:09 |
eduardas_m | kanavin: poky common-licenses actually contains a MirOS license | 11:09 |
eduardas_m | that is what I intend to mark the recipe as | 11:10 |
eduardas_m | though the stuff on the main website lists more licensing info | 11:10 |
eduardas_m | not sure how that should be handled | 11:10 |
eduardas_m | well, the UCB and ISC licenses are also among common-licenses. I expect I can use multiple licenses for a recipe in Yocto? | 11:13 |
eduardas_m | I do not ship the icons, so I guess I do not need to worry about those | 11:13 |
kanavin | rburton: can you give this a spin on AB? http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/perl-sanity | 11:14 |
rburton | sire | 11:14 |
rburton | sure | 11:14 |
rburton | kanavin: as a sanity run, just fired it on x86-64. when that goes green we can hit the entire AB. https://autobuilder.yoctoproject.org/typhoon/#/builders/73/builds/56 | 11:16 |
rburton | kanavin: still concerned about the lack of perl-native though | 11:17 |
kanavin | rburton: yes, a lot of places assume that, but I like having a single recipe | 11:17 |
rburton | using it less is good, so the dpkg change is probably a good thing anyway | 11:17 |
rburton | but intltool needs non-standard C perl modules | 11:17 |
kanavin | there is a perl-native, just not as a separate recipe file | 11:17 |
*** OpenSorceress <OpenSorceress!~opensorce@unaffiliated/screamingbanshee> has quit IRC | 11:20 | |
rburton | kanavin: oh right, so why was stuff breaking then? | 11:22 |
*** andrey_utkin <andrey_utkin!~andrey_ut@gentoo/developer/andrey-utkin> has quit IRC | 11:23 | |
rburton | (didn't really pay a huge amount of attention obviously) | 11:23 |
kanavin | rburton: because RDEPENDS = "perl" only works for native recipes, when perl-native is a separate recipe | 11:24 |
kanavin | rburton: otherwise you need to set RDEPENDS_class-native = "" and DEPENDS = "perl" | 11:25 |
rburton | huh | 11:25 |
kanavin | we do it in many places for python modules as well | 11:25 |
rburton | i thought the py stuff should have been sorted when the provides were syncronised | 11:25 |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 11:26 | |
*** OpenSorceress <OpenSorceress!~opensorce@unaffiliated/screamingbanshee> has joined #yocto | 11:26 | |
rburton | well the less we build perl-native the better | 11:31 |
kanavin | it's not a heavy build though | 11:35 |
kanavin | Error: | 11:35 |
kanavin | Problem: package packagegroup-core-sdk-1.0-r9.0.qemux86_64 requires perl-module-text-wrap, but none of the providers can be installed | 11:35 |
kanavin | - conflicting requests | 11:35 |
kanavin | - nothing provides perl-module-strict needed by perl-module-text-wrap-5.28.0-r0.0.core2_64 | 11:35 |
kanavin | - nothing provides perl-module-vars needed by perl-module-text-wrap-5.28.0-r0.0.core2_64 | 11:35 |
kanavin | - nothing provides perl-module-warnings-register needed by perl-module-text-wrap-5.28.0-r0.0.core2_64 | 11:35 |
kanavin | :( | 11:35 |
*** parthi <parthi!~parthi@62.91.23.180> has quit IRC | 11:46 | |
*** kristoiv <kristoiv!~kristoiv@245.90-149-61.nextgentel.com> has quit IRC | 11:46 | |
*** kristoiv <kristoiv!~kristoiv@245.90-149-61.nextgentel.com> has joined #yocto | 11:46 | |
*** kristoiv <kristoiv!~kristoiv@245.90-149-61.nextgentel.com> has quit IRC | 11:49 | |
*** kristoiv <kristoiv!~kristoiv@245.90-149-61.nextgentel.com> has joined #yocto | 11:50 | |
*** berton <berton!~berton@181.220.65.91> has quit IRC | 11:52 | |
*** berton <berton!~berton@181.220.65.91> has joined #yocto | 11:52 | |
*** balister_ <balister_!~balister@2601:5c0:c100:b84:c22d:c40:ab44:9e37> has quit IRC | 12:15 | |
*** Crofton <Crofton!~balister@2601:5c0:c100:b84:c22d:c40:ab44:9e37> has joined #yocto | 12:15 | |
*** epistax <epistax!40de621a@gateway/web/freenode/ip.64.222.98.26> has joined #yocto | 12:16 | |
*** andrey_utkin <andrey_utkin!~andrey_ut@gentoo/developer/andrey-utkin> has joined #yocto | 12:20 | |
epistax | Hey there I am use some direction. After going from a 3.x kernel on buildroot to a 4.x kernel on yocto, we can no longer get trace functional on an i.MX 6. We've double checked the device tree and we're unaware of anything that may need to be enabled in the linux config. If anyone could provide a link to a resource that'd be awesome. | 12:20 |
Crofton | What kin dof trace? | 12:32 |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-pcctkxctfgjmhrgf> has joined #yocto | 12:32 | |
epistax | I don't know what it's called exactly. The hardware trace. We're on the trace pins on the iMX RT with a Lauterbach EDM Trace debugger. | 12:34 |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 12:34 | |
epistax | Sorry, IMX 6 | 12:34 |
LetoThe2nd | ARM ETM. embedded trace macrocell | 12:35 |
epistax | Thank you for that, knowledge is power! | 12:35 |
LetoThe2nd | ignorance is bliss! | 12:35 |
LetoThe2nd | :-D | 12:36 |
LetoThe2nd | but yes, AFAIK it needs to be enabled in the kernel config | 12:36 |
epistax | We have PID_IN_CONTEXTIDR enabled, I'll poke around some more. | 12:37 |
LetoThe2nd | CONFIG_CORESIGHT, CONFIG_CORESIGHT_SOURCE_ETM3X and friends | 12:38 |
LetoThe2nd | even moreso: https://github.com/torvalds/linux/blob/master/Documentation/trace/coresight.txt | 12:39 |
epistax | Thanks a bunch. | 12:42 |
LetoThe2nd | good luck && have fun | 12:42 |
rokm | Hi, Do I need add something more than KERNEL_MODULE_AUTOLOAD to make module to be loaded on during startup ? | 12:45 |
LetoThe2nd | rokm: besides having it installed, usually not. | 12:46 |
rokm | I added this but there are nothin in /etc/modulles-load.d | 12:46 |
rokm | maybe place is bad | 12:46 |
rokm | I did it in core-image-base.bbappend | 12:46 |
LetoThe2nd | should rather go into your MACHINE conf file, IMHO. | 12:47 |
rokm | but it should not be any difference where I will add this | 12:48 |
rokm | but I will try in machine conf | 12:48 |
LetoThe2nd | oh, it is a difference. things in recipes or recipe appends are only visible during that recipes tasks. whereas things in .conf files are globally visible | 12:48 |
rokm | ah | 12:49 |
rokm | ok I will chec | 12:49 |
rokm | check | 12:49 |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 12:55 | |
*** pn <pn!~parthi@62.91.23.180> has joined #yocto | 13:04 | |
eduardas_m | rburton: do you know who is responsible for ACKing first-time posters to openembedded-devel? the mksh recipe I tried to post there for inclusion in meta-openembedded did not appear | 13:14 |
*** aratiu <aratiu!~adi@80.97.64.55> has quit IRC | 13:17 | |
*** TobSnyder <TobSnyder!~schneider@89.106.219.34> has joined #yocto | 13:17 | |
*** epistax <epistax!40de621a@gateway/web/freenode/ip.64.222.98.26> has quit IRC | 13:19 | |
*** sveinse <sveinse!~sveinse@156.92-221-160.customer.lyse.net> has joined #yocto | 13:23 | |
sveinse | If I change a variable in local.conf, does this have the effect that the signatures for all recipes change? Or only the ones that have used this var? | 13:24 |
sveinse | Likewise for in a distro.conf, and for vars coming from the environment | 13:25 |
*** _mac13_ <_mac13_!bc79005e@gateway/web/freenode/ip.188.121.0.94> has joined #yocto | 13:31 | |
_mac13_ | Hi, I've been trying to build minimal eSDK but on the last task I have this error Exception: FileNotFoundError: [Errno 2] No such file or directory: '/work/build/tmp-musl/work/my-arm-machine-oe-linux-musleabi/priva-image-minimal/1.0-r0/recipe-sysroot/world-pkgdata/locked-sigs-pkgdata.inc' this occurs during do_populate_sdk_ext task | 13:33 |
_mac13_ | and my private-image-minimal.bb : IMAGE_INSTALL = "packagegroup-core-boot ${CORE_IMAGE_EXTRA_INSTALL}" IMAGE_LINGUAS = " " LICENSE = "MIT" inherit core-image IMAGE_ROOTFS_SIZE ?= "8192" IMAGE_INSTALL_append = " u-boot-fw-utils" | 13:36 |
*** jostor <jostor!55a495f3@gateway/web/freenode/ip.85.164.149.243> has joined #yocto | 13:37 | |
*** TobSnyder <TobSnyder!~schneider@89.106.219.34> has quit IRC | 13:42 | |
*** _mac13_ <_mac13_!bc79005e@gateway/web/freenode/ip.188.121.0.94> has quit IRC | 13:55 | |
*** _mac13_ <_mac13_!bc79005e@gateway/web/freenode/ip.188.121.0.94> has joined #yocto | 13:59 | |
_mac13_ | to build eSDK I use bitbake private-image-minimal -c populate_sdk_ext and I put this SDK_EXT_TYPE = "minimal" SDK_INCLUDE_PKGDATA = "1" to my local.conf | 14:01 |
*** _mac13_ <_mac13_!bc79005e@gateway/web/freenode/ip.188.121.0.94> has quit IRC | 14:06 | |
jostor | I am trying to build node-red 0.19.5 for raspberrypi3. I am using this recipe: https://layers.openembedded.org/layerindex/recipe/67980/. I have modified the version from 0.18.5 to 0.19.5. This is working fine in sumo, but on thud I get an error: | 14:09 |
jostor | ERROR: Fatal errors occurred in subprocesses, tracebacks printed above | 14:09 |
jostor | ERROR: Function failed: sysroot_strip | 14:10 |
jostor | If I use version 0.18.5 node-red builds fine on both sumo and thud | 14:11 |
jostor | Complete error log can be found here: https://gist.github.com/jostor/d0318ee399ced56b0ae168ae8a72d1a7 | 14:13 |
jostor | Does anyone know why this is failing on thud and not on sumo? | 14:13 |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 14:17 | |
*** marka <marka!~masselst@184.175.21.100> has joined #yocto | 14:25 | |
*** gtristan <gtristan!~tristanva@114.207.54.40> has quit IRC | 14:44 | |
*** varjag <varjag!~user@122.62-97-226.bkkb.no> has quit IRC | 14:48 | |
*** yates <yates!~user@rrcs-96-10-234-158.midsouth.biz.rr.com> has quit IRC | 14:51 | |
*** aratiu <aratiu!~adi@80.97.64.55> has joined #yocto | 14:51 | |
*** cvasilak <cvasilak!~cvasilak@ppp-94-66-25-27.home.otenet.gr> has quit IRC | 15:02 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-pcctkxctfgjmhrgf> has quit IRC | 15:12 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 15:15 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 15:16 | |
*** TobSnyder <TobSnyder!~schneider@89.106.219.34> has joined #yocto | 15:16 | |
*** ant_home <ant_home!~ant__@host184-22-dynamic.15-87-r.retail.telecomitalia.it> has quit IRC | 15:17 | |
*** gtristan <gtristan!~tristanva@110.11.179.2> has joined #yocto | 15:24 | |
*** TobSnyder <TobSnyder!~schneider@89.106.219.34> has quit IRC | 15:33 | |
*** DuClare <DuClare!~duclare@freenet/Freetalk/developer/DuClare> has joined #yocto | 15:37 | |
kergoth | wonder if we should look at pysh alternatives. oilshell's osh could be of interest. or https://github.com/idank/bashlex or https://github.com/colis-anr/morbig perhaps | 15:42 |
rburton | not the last one, the depends are huge | 15:44 |
rburton | kanavin: well that perl build got a lot further | 15:47 |
rburton | kanavin: notably the galculator test is failing on testimage, maybe that needs a working perl | 15:49 |
*** rcw <rcw!~rcw@157.52.11.16> has joined #yocto | 15:51 | |
*** frsc <frsc!~frsc@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has quit IRC | 15:52 | |
*** alim <alim!c0c692ab@gateway/web/freenode/ip.192.198.146.171> has joined #yocto | 15:53 | |
armpit | YPTM: armpit is on | 15:57 |
RP | jostor: thud probably had error handling added. There is a patch in master-next which improves that error message btw | 15:58 |
*** sjolley1 <sjolley1!86868b4a@gateway/web/freenode/ip.134.134.139.74> has joined #yocto | 15:58 | |
RP | armpit: you're early? :) | 15:58 |
sjolley1 | YPTM: Bridge is with Zoom at: https://zoom.us/j/990892712 | 15:58 |
armpit | 2 minutes | 15:58 |
sjolley1 | YPTM: Stephen Joined | 15:58 |
*** JPEW_ <JPEW_!cc4da372@gateway/web/freenode/ip.204.77.163.114> has joined #yocto | 15:58 | |
JPEW_ | YPTM: Joshua Watt here | 15:59 |
Tartarus | YPTM: Tom Rini here | 15:59 |
vmeson | YPTM: Randy MacLeod est la. | 16:00 |
*** Lewis_ <Lewis_!a5e1203c@gateway/web/freenode/ip.165.225.32.60> has joined #yocto | 16:00 | |
*** nickpongratz <nickpongratz!93cacfc1@gateway/web/freenode/ip.147.202.207.193> has joined #yocto | 16:00 | |
RP | YPTM: Richard joined | 16:00 |
denix | YPTM: Denys joined | 16:02 |
nickpongratz | YPTM: Nick joined | 16:02 |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 16:03 | |
*** richardg <richardg!~richard@45.56.150.143> has joined #yocto | 16:04 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has joined #yocto | 16:05 | |
* RP notes he needs crossing/dotting :/ | 16:05 | |
moto-timo | YPTM: Tim O. | 16:05 |
RP | https://autobuilder.yoctoproject.org/typhoon/#/console | 16:06 |
*** NeilSh <NeilSh!6140a676@gateway/web/freenode/ip.97.64.166.118> has joined #yocto | 16:07 | |
aehs29 | YPTM: Alejandro joined | 16:08 |
NeilSh | HI | 16:10 |
richardg | YPTM Richard G. | 16:10 |
NeilSh | i'm seeing this error "Error running gcc --version:" which seems to come form def host_gcc_version(d): in utlils.py | 16:11 |
NeilSh | it doens't print the error proprerly first of all and then when i try to fix it it says it returned and error code 111 | 16:12 |
vmeson | NeilSh: have you installed gcc on your host as per: https://www.yoctoproject.org/docs/2.0/yocto-project-qs/yocto-project-qs.html | 16:13 |
NeilSh | any ideas? | 16:13 |
NeilSh | yea gcc is installed i had 5.4 I updated to 7.3 yesterday | 16:13 |
vmeson | search for, "The Build Host Packages" for your distro | 16:14 |
vmeson | YPTM: Randy MacLeod est la. | 16:14 |
NeilSh | all of this works with krogoth. I'm trying to update to sumo and i'm seeing this issue | 16:14 |
vmeson | NeilSh: hmmmm, that's odd. | 16:15 |
*** cquast <cquast!~cquast@90.85.130.193> has quit IRC | 16:16 | |
denix | NeilSh: HOSTTOOLS was added in between those, but native gcc should be whitelisted... | 16:17 |
*** Lewis_ <Lewis_!a5e1203c@gateway/web/freenode/ip.165.225.32.60> has quit IRC | 16:18 | |
NeilSh | anything I can try? | 16:20 |
vmeson | NeilSh: does the same thing happen on thud? | 16:22 |
denix | only Intel and Linaro test on real hw? | 16:25 |
jonmason | YPTM: Jon joined (better late than never) | 16:25 |
yocti | New news from stackoverflow: Add custom splash screen image in Yocto (the best way) <https://stackoverflow.com/questions/53616788/add-custom-splash-screen-image-in-yocto-the-best-way> | 16:25 |
NeilSh | actually I believe I even saw it happen on morty. I can re-test and come back | 16:26 |
rburton | oh nuts yptm | 16:26 |
rburton | is it still on? | 16:26 |
NeilSh | i kind of just jumped to sumo. I'll check | 16:26 |
vmeson | rburton: yes | 16:26 |
rburton | that will teach me to sort the garden furniture out without looking at the calendar | 16:26 |
* moto-timo snickers at rburton | 16:26 | |
rburton | yptm: on, but can't be around for long | 16:30 |
armpit | rburton, you got all the actions | 16:31 |
eduardas_m | just wondering, how many other people using usrmerge actively for their distros? | 16:31 |
eduardas_m | do standard images get tested with this distro features enabled? | 16:32 |
rburton | the yocto autobuilder doesn't test it, no | 16:32 |
eduardas_m | also, to me it appears the feature lacks documentation in the megamanual | 16:32 |
rburton | patches welcome! | 16:33 |
rburton | whoever added the feature didn't document it, presumably | 16:33 |
vmeson | eduardas_m: usrmerge testing is only done occasional at WR, I should add it as a standard item... | 16:33 |
eduardas_m | vmeson: some things that use hardcoded paths instead of variables might get broken when usrmerge is enabled | 16:34 |
eduardas_m | vmeson: it broke toybox for example for me | 16:34 |
sjolley1 | YPTM is over. | 16:35 |
*** nickpongratz <nickpongratz!93cacfc1@gateway/web/freenode/ip.147.202.207.193> has quit IRC | 16:35 | |
*** lusus <lusus!~lusus@62.91.23.180> has quit IRC | 16:35 | |
*** martinkelly <martinkelly!~martin@hq.xevo.com> has joined #yocto | 16:35 | |
*** sjolley1 <sjolley1!86868b4a@gateway/web/freenode/ip.134.134.139.74> has quit IRC | 16:35 | |
eduardas_m | vmeson: http://lists.openembedded.org/pipermail/openembedded-devel/2018-December/197773.html | 16:35 |
eduardas_m | submitted fix to do it more properly for that recipe... does anyone go through meta-openembedded to check whether that is not the case for other stuff? | 16:37 |
vmeson | eduardas_m: I don't know of anyone doing that. It hasn't been a priority yet so if you're keen, go for it. | 16:37 |
eduardas_m | vmeson: thank you for letting me know. That clarifies the situation a bit. | 16:41 |
NeilSh | Ok never mind.. morty is parsing at least. I'm going to incrementally move up and see which version it blows up. | 16:48 |
vmeson | NeilSh: yay! | 16:48 |
*** vmeson <vmeson!~rmacleod@24-52-238-240.cable.teksavvy.com> has quit IRC | 16:49 | |
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has quit IRC | 16:55 | |
*** alim <alim!c0c692ab@gateway/web/freenode/ip.192.198.146.171> has quit IRC | 16:58 | |
*** AndersD <AndersD!~AndersD@194-237-220-218.customer.telia.com> has quit IRC | 17:01 | |
*** vmeson <vmeson!~rmacleod@24-52-238-240.cable.teksavvy.com> has joined #yocto | 17:01 | |
*** tprrt <tprrt!~tprrt@217.114.201.133> has quit IRC | 17:01 | |
*** seebs <seebs!~seebs@24.196.59.174> has quit IRC | 17:02 | |
*** fl0v0 <fl0v0!~fvo@i577B9F98.versanet.de> has quit IRC | 17:05 | |
*** kristoiv <kristoiv!~kristoiv@245.90-149-61.nextgentel.com> has quit IRC | 17:08 | |
*** clement <clement!~clementbe@lneuilly-657-1-4-190.w81-250.abo.wanadoo.fr> has quit IRC | 17:09 | |
NeilSh | quick question.. what are the -next branches? | 17:24 |
halstead | moto-timo, I'll watch for your ping here. | 17:26 |
*** seebs <seebs!~seebs@24.196.59.174> has joined #yocto | 17:32 | |
Crofton | NeilSh, i assume work that is under test before merging to master | 17:32 |
NeilSh | thanks | 17:33 |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto | 17:34 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 17:34 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 17:34 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 17:39 | |
RP | armpit, vmeson: https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/50 needs a bug filing and someone to look into it :/ | 17:39 |
RP | (new unseen failure) | 17:39 |
RP | The other selftest failure was one I thought I'd fixed but seems the patch isn't in -next for reasons I need to figure out | 17:40 |
*** yann <yann!~yann@lfbn-idf1-1-33-83.w82-124.abo.wanadoo.fr> has quit IRC | 17:49 | |
*** rcw <rcw!~rcw@157.52.11.16> has quit IRC | 17:49 | |
*** [Sno] <[Sno]!~sno@b2b-78-94-80-58.unitymedia.biz> has joined #yocto | 17:51 | |
*** armpit <armpit!~armpit@2601:202:4180:c33:c581:7922:30ab:3279> has quit IRC | 17:56 | |
*** junland <junland!~junland@142.93.201.46> has quit IRC | 18:00 | |
*** junland <junland!~junland@142.93.201.46> has joined #yocto | 18:01 | |
*** martinkelly <martinkelly!~martin@hq.xevo.com> has quit IRC | 18:11 | |
*** martinkelly <martinkelly!~martin@hq.xevo.com> has joined #yocto | 18:12 | |
khem | virtualbox | 18:14 |
khem | nm wrong window | 18:14 |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 18:27 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 18:27 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 18:32 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 18:33 | |
*** tprrt <tprrt!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto | 18:38 | |
*** webreformer <webreformer!~ABHIJEET@116.75.139.95> has quit IRC | 18:44 | |
*** yumaikas|away <yumaikas|away!~yumaikas|@121.145.36.120> has joined #yocto | 18:50 | |
*** richardg <richardg!~richard@45.56.150.143> has left #yocto | 18:55 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 18:59 | |
*** yann <yann!~yann@lfbn-1-515-227.w86-245.abo.wanadoo.fr> has joined #yocto | 19:18 | |
*** naopross <naopross!~naopross@19.153.1.85.dynamic.wline.res.cust.swisscom.ch> has joined #yocto | 19:24 | |
*** naopross <naopross!~naopross@19.153.1.85.dynamic.wline.res.cust.swisscom.ch> has left #yocto | 19:24 | |
*** nihzm <nihzm!~nihzm@19.153.1.85.dynamic.wline.res.cust.swisscom.ch> has joined #yocto | 19:27 | |
*** nihzm <nihzm!~nihzm@19.153.1.85.dynamic.wline.res.cust.swisscom.ch> has left #yocto | 19:27 | |
*** nate02 <nate02!~nate02@mail.validmanufacturing.com> has joined #yocto | 19:40 | |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-ydnzeyxdbhmdwwpe> has quit IRC | 20:07 | |
*** stephano2 <stephano2!stephano@nat/intel/x-visznuwgwotgptdl> has joined #yocto | 20:12 | |
*** sgw <sgw!sgw@nat/intel/x-ywaunitcekzjnyko> has quit IRC | 20:13 | |
*** moto-tim1 <moto-tim1!~ttorling@192.55.54.38> has joined #yocto | 20:13 | |
*** stephano <stephano!~stephano@134.134.139.72> has quit IRC | 20:14 | |
*** rewitt4 <rewitt4!~rewitt@134.134.139.76> has quit IRC | 20:14 | |
*** rewitt <rewitt!~rewitt@134.134.139.76> has joined #yocto | 20:14 | |
*** sgw <sgw!~sgw@134.134.139.75> has joined #yocto | 20:15 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has quit IRC | 20:15 | |
*** berton <berton!~berton@181.220.65.91> has quit IRC | 20:20 | |
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has quit IRC | 20:21 | |
*** ak77 <ak77!b92c3567@gateway/web/freenode/ip.185.44.53.103> has joined #yocto | 20:27 | |
ak77 | hello!, I did EXTRA_IMAGE_FEATURES += " package-management ", rebuild the image, but Packages.gz are not there, what am I missing? | 20:27 |
*** dv_ <dv_!~dv@62.178.50.190> has joined #yocto | 20:35 | |
rburton | ak77: what package manager did you pick? | 20:36 |
ak77 | rburton: ipk, ... now i found out about package-index | 20:37 |
ak77 | rburton: this is not done automagically | 20:37 |
rburton | well, package-index builds the indexes in the work directory, not on the target | 20:37 |
ak77 | rburton: this is what I needed | 20:38 |
ak77 | rburton: so that, opkg update, okpg install will work | 20:38 |
ak77 | rburton: thank you, none the less | 20:41 |
*** finman <finman!~finman@50-27-217-206.stjocmtk01.res.dyn.suddenlink.net> has joined #yocto | 20:41 | |
*** gtristan <gtristan!~tristanva@110.11.179.2> has quit IRC | 20:42 | |
*** Guma <Guma!~Guma@50.235.185.2> has joined #yocto | 20:43 | |
*** finman <finman!~finman@50-27-217-206.stjocmtk01.res.dyn.suddenlink.net> has quit IRC | 20:43 | |
*** martinkelly <martinkelly!~martin@hq.xevo.com> has quit IRC | 21:07 | |
*** bluelightning_ is now known as bluelightning | 21:15 | |
*** armpit <armpit!~armpit@45.19.219.177> has joined #yocto | 21:16 | |
*** marka <marka!~masselst@184.175.21.100> has quit IRC | 21:20 | |
*** scottrif <scottrif!~scottrif@47-40-108-60.dhcp.knwc.wa.charter.com> has joined #yocto | 21:22 | |
*** martinkelly <martinkelly!~martin@hq.xevo.com> has joined #yocto | 21:25 | |
*** stephano <stephano!stephano@nat/intel/x-lxtjswxvgrlqdepw> has joined #yocto | 21:29 | |
*** gurmble is now known as grumble | 21:37 | |
scottrif | What meta-intel release is associated with upcoming Sumo (2.5.2)? | 21:40 |
scottrif | 19.0.0 ??? | 21:51 |
scottrif | 9.2 ?? | 21:53 |
cdgarren | I'm trying to build chromium-x11. It was working previously, and I'm not sure what I did to break it, but I'm getting this error in do_prepare_recipe_sysroot: | 21:55 |
cdgarren | Exception: FileExistsError: [Errno 17] File exists: '/home/cdgarren/yocto/build/tmp/sysroots-components/cortexa9hf-neon-mx6qdl/wayland-protocols/usr/share/wayland-protocols/unstable/alpha-compositing/alpha-compositing-unstable-v1.xml' -> '/home/cdgarren/yocto/build/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/chromium-x11/67.0.3396.99-r0/recipe-sysroot/usr/share/wayland-protocols/unstable/alpha-compositing/alpha-compositing-unstable | 21:55 |
cdgarren | -v1.xml' | 21:55 |
cdgarren | Any ideas? | 21:55 |
*** alicef <alicef!~none@gentoo/developer/alicef> has quit IRC | 21:57 | |
*** armpit <armpit!~armpit@45.19.219.177> has quit IRC | 22:01 | |
*** alicef <alicef!~none@www1392ue.sakura.ne.jp> has joined #yocto | 22:02 | |
*** alicef <alicef!~none@www1392ue.sakura.ne.jp> has quit IRC | 22:02 | |
*** alicef <alicef!~none@gentoo/developer/alicef> has joined #yocto | 22:02 | |
*** andrey_utkin <andrey_utkin!~andrey_ut@gentoo/developer/andrey-utkin> has quit IRC | 22:06 | |
*** kristoiv <kristoiv!~kristoiv@245.90-149-61.nextgentel.com> has joined #yocto | 22:09 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC | 22:09 | |
*** kristoiv <kristoiv!~kristoiv@245.90-149-61.nextgentel.com> has quit IRC | 22:09 | |
*** AndersD <AndersD!~AndersD@89-160-32-242.cust.bredband2.com> has joined #yocto | 22:09 | |
*** AndersD_ <AndersD_!~AndersD@194-237-220-218.customer.telia.com> has joined #yocto | 22:12 | |
*** ant_home <ant_home!~ant__@host55-101-dynamic.58-82-r.retail.telecomitalia.it> has joined #yocto | 22:14 | |
*** AndersD <AndersD!~AndersD@89-160-32-242.cust.bredband2.com> has quit IRC | 22:15 | |
ak77 | i am looking at pypi class, but can't find if python package installer determines that the package is allarch ? | 22:21 |
linuxjacques | this looks bad (thud): "checking sysdep dirs... configure: error: The e5500 subspecies of powerpc64 is not supported." | 22:22 |
fray | you want PPC64 support, work with GCC community.. they're slowly removing support due to NXP | 22:24 |
yocti | New news from stackoverflow: How to restrict a recipe to native and nativesdk only? <https://stackoverflow.com/questions/53622305/how-to-restrict-a-recipe-to-native-and-nativesdk-only> | 22:26 |
*** AndersD_ <AndersD_!~AndersD@194-237-220-218.customer.telia.com> has quit IRC | 22:35 | |
rburton | ak77: if you want a package to be allarch then set that yourself | 22:44 |
ak77 | rburton: ok | 22:46 |
rburton | the class doesn't decide that for you because it can't | 22:46 |
*** JPEW_ <JPEW_!cc4da372@gateway/web/freenode/ip.204.77.163.114> has quit IRC | 22:57 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 22:58 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 23:10 | |
*** jaeckel <jaeckel!~jaeckel@unaffiliated/jaeckel> has quit IRC | 23:14 | |
*** tgraydon <tgraydon!~textual@134.134.139.75> has joined #yocto | 23:18 | |
*** tgraydon <tgraydon!~textual@134.134.139.75> has quit IRC | 23:19 | |
ak77 | if i want to PACKAGECONFIG something to all machines, but not qemu, is first PACKAGECONFIG_append = "xy" and next line PACKAGECONFIG_remove_qemuall = "xy" correct way? | 23:30 |
*** jaeckel <jaeckel!~jaeckel@unaffiliated/jaeckel> has joined #yocto | 23:31 | |
*** tprrt <tprrt!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC | 23:45 | |
*** kristoiv <kristoiv!~kristoiv@245.90-149-61.nextgentel.com> has joined #yocto | 23:49 | |
*** Guest49918 <Guest49918!~kristoiv@245.90-149-61.nextgentel.com> has joined #yocto | 23:49 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-toizpyomrbvthzlw> has joined #yocto | 23:54 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!