*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 00:00 | |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:61a6:377d:99d6:41b5> has joined #yocto | 00:13 | |
*** vineela <vineela!~vtummala@134.134.137.77> has quit IRC | 00:19 | |
*** bluca <bluca!~bluca@88.98.246.218> has quit IRC | 00:21 | |
*** mrc3 <mrc3!~mrc3@linaro/mrc3> has quit IRC | 00:30 | |
*** mrc3 <mrc3!~mrc3@linaro/mrc3> has joined #yocto | 00:44 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has quit IRC | 00:54 | |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 01:00 | |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 01:02 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 01:20 | |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 01:59 | |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 02:02 | |
*** anujm <anujm!~anujm@134.134.139.76> has joined #yocto | 02:28 | |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 03:58 | |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 04:01 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 04:06 | |
*** anujm <anujm!~anujm@134.134.139.76> has quit IRC | 04:19 | |
*** camus <camus!~Instantbi@124.77.81.26> has joined #yocto | 04:41 | |
*** kaspter <kaspter!~Instantbi@101.93.194.160> has quit IRC | 04:41 | |
*** kaspter <kaspter!~Instantbi@222.67.188.181> has joined #yocto | 04:41 | |
*** camus <camus!~Instantbi@124.77.81.26> has quit IRC | 04:45 | |
*** ericch <ericch!~ericch@pool-108-34-251-214.prvdri.fios.verizon.net> has quit IRC | 04:55 | |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 05:58 | |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 06:01 | |
*** Sandrita <Sandrita!d0586e2e@gateway/web/cgi-irc/kiwiirc.com/ip.208.88.110.46> has quit IRC | 06:14 | |
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has joined #yocto | 06:20 | |
*** mrc3 <mrc3!~mrc3@linaro/mrc3> has quit IRC | 06:22 | |
*** mrc3 <mrc3!~mrc3@linaro/mrc3> has joined #yocto | 06:36 | |
*** rostam <rostam!~rostam@c-69-181-80-193.hsd1.ca.comcast.net> has quit IRC | 06:49 | |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 07:00 | |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 07:03 | |
*** pohly <pohly!~pohly@p54BD581F.dip0.t-ipconnect.de> has joined #yocto | 07:10 | |
*** iceaway <iceaway!~pelle@37.233.78.69> has quit IRC | 07:32 | |
*** agust <agust!~agust@pD95F104D.dip0.t-ipconnect.de> has joined #yocto | 07:35 | |
*** TobSnyder <TobSnyder!~schneider@ip5f5aa32f.dynamic.kabel-deutschland.de> has joined #yocto | 07:40 | |
*** Domin1k <Domin1k!c1669b04@193.102.155.4> has joined #yocto | 07:48 | |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 07:56 | |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 07:58 | |
*** frsc <frsc!~frsc@2003:a:e7a:6200:a427:c148:e286:fbe7> has joined #yocto | 08:02 | |
Domin1k | I would like two build a cmake project with CMAKE_BUILD_TYPE either set to Debug or Release depending on the Image i build. I've tried something like APP_BUILDTYPE = "Debug" set in debug-image.bb and in the Recipe i set EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=${APP_BUILDTYPE}". This does not work CMAKE_BUILD_TYPE was not set as i can see using cmake | 08:02 |
---|---|---|
Domin1k | message. What is the bitbake way to achieve this? | 08:02 |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 08:04 | |
*** lfa <lfa!~lfa@217.19.35.51> has joined #yocto | 08:06 | |
*** iceaway <iceaway!~pelle@37.233.78.69> has joined #yocto | 08:09 | |
erbo | Domin1k: you cannot affect how a package is built depending on image recipe | 08:19 |
erbo | When the package is built, it knows nothing about the image(s) it might end up at a later stage. | 08:21 |
LetoThe2nd | Domin1k: what you are taking about is something to be set in DISTRO | 08:21 |
erbo | And depending on your usecase, maybe RelWithDebInfo will be enough and they you'll add the -dbg package to the image where you want debug | 08:23 |
erbo | But if you really want a debug build look into what LetoThe2nd said | 08:24 |
*** guerinoni <guerinoni!~guerinoni@internet.micro-systems.it> has joined #yocto | 08:24 | |
*** mckoan|away is now known as mckoan | 08:25 | |
*** jmiehe <jmiehe!~Thunderbi@p578c106e.dip0.t-ipconnect.de> has joined #yocto | 08:28 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC | 08:31 | |
Domin1k | LetoThe2nd: so you mean defining a debug.distro with DISTRO_FEATURES_append = " app_debug" in debug_distro.conf and setting EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'app_debug', 'DEBUG', 'RELEASE', d)}" within my recipe ? | 08:32 |
LetoThe2nd | Domin1k: bingo | 08:32 |
LetoThe2nd | Domin1k: congrats, you're the first who ever had that use case and understood on first try instead of ranting "but i just want to" | 08:33 |
Domin1k | No in my usecase the "Debug" Buildtype is more than a Release with debug info. It's more a Dev-Version of the app | 08:34 |
Domin1k | LetoThe2nd: Thanks! :] | 08:34 |
LetoThe2nd | yeah, i totally understand. and yes, its a common usecase. people just fail to see that this is actually a distro switch (even philosophically correct, as it changes the image ABI/API), and keep on complaining "i just want that it works the way i want it to." | 08:35 |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 08:37 | |
*** Chrusel <Chrusel!c1669b04@193.102.155.4> has joined #yocto | 08:37 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has quit IRC | 08:42 | |
wertigon | letothe2nd: Hmm, interesting. We have that use case too, but we create two separate images from it instead | 08:43 |
wertigon | Of course, our "dev" image is more like production + a bunch of extra packets and kernel trace options :P | 08:44 |
wertigon | Learn new things every day! ^^ | 08:44 |
LetoThe2nd | wertigon: it depends certainly on the specific use case. generally, its like this: if you just want extra stuff installed, derived image. if you want to change/add debug flags to various bits and pieces, then distro. often its a combination of both. | 08:44 |
*** farnerup <farnerup!~farnerup@h-254-84-175.A137.corp.bahnhof.se> has joined #yocto | 08:45 | |
wertigon | Yeah, makes sense. So far we have a single unified distro but this might change soon as the product lineup that use spark grows | 08:45 |
wertigon | spark is our project name for the Linux distro | 08:46 |
LetoThe2nd | guessed that much | 08:48 |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 08:58 | |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 09:00 | |
*** frsc <frsc!~frsc@2003:a:e7a:6200:a427:c148:e286:fbe7> has quit IRC | 09:05 | |
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has quit IRC | 09:10 | |
*** frsc <frsc!~frsc@2003:a:e7a:6200:c01e:b8a2:2404:9513> has joined #yocto | 09:17 | |
*** JaMa <JaMa!~martin@109.238.218.228> has joined #yocto | 09:21 | |
*** lfa_ <lfa_!~lfa@217.19.35.51> has joined #yocto | 09:30 | |
*** lfa <lfa!~lfa@217.19.35.51> has quit IRC | 09:34 | |
*** BobPungartnik <BobPungartnik!~BobPungar@187.113.145.34> has joined #yocto | 09:49 | |
*** BobPungartnik <BobPungartnik!~BobPungar@187.113.145.34> has quit IRC | 09:50 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 09:54 | |
*** BobPungartnik <BobPungartnik!~BobPungar@187.113.145.34> has joined #yocto | 09:54 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 09:55 | |
*** BobPungartnik <BobPungartnik!~BobPungar@187.113.145.34> has quit IRC | 09:56 | |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 09:57 | |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-ynuwukqkpfozloit> has joined #yocto | 09:57 | |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 10:01 | |
*** leon-anavi <leon-anavi!~Leon@lan.nucleusys.com> has joined #yocto | 10:03 | |
*** bjobjo <bjobjo!~bjobjo@2a01:79d:3e81:5208::9e6> has quit IRC | 10:07 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 10:38 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 10:42 | |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 10:57 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 10:58 | |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 11:00 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 11:05 | |
*** mckoan <mckoan!~marco@unaffiliated/mckoan> has quit IRC | 11:07 | |
*** mckoan <mckoan!~marco@unaffiliated/mckoan> has joined #yocto | 11:07 | |
mckoan | how do you replace busybox shell with bash? Is there a note about that? | 11:09 |
LetoThe2nd | mckoan: there was some discussion lately about how to get rid of busybox altogether. or do you want to keep it, and just use bash the terminal itself? | 11:18 |
mckoan | LetoThe2nd: both may be interesting, however ATM I need to use bash only | 11:20 |
mckoan | LetoThe2nd: do you have any link abot such discussions? | 11:20 |
LetoThe2nd | mckoan: and just adding it to the image doesn't do the trick? for us that works nicely. | 11:20 |
mckoan | LetoThe2nd: I try | 11:20 |
*** rburton <rburton!51026a23@35.106.2.81.in-addr.arpa> has joined #yocto | 11:33 | |
rburton | RP: erm, pseudo-native won't build for me | 11:33 |
milloni | is http://downloads.yoctoproject.org/releases/opkg/ down? | 11:35 |
rburton | https://downforeveryoneorjustme.com/downloads.yoctoproject.org | 11:36 |
milloni | oops | 11:37 |
rburton | halstead: downloads.yp appears to be down | 11:37 |
mckoan | LetoThe2nd: yep, sorry for the noise | 11:38 |
milloni | can anyone recommend a mirror i could use? | 11:38 |
LetoThe2nd | mckoan: np. easy problems are the best problems :) | 11:38 |
halstead | rburton: on it. | 11:39 |
*** rcrudo <rcrudo!~rcrudo@i5387F440.versanet.de> has quit IRC | 11:39 | |
halstead | rburton, It appears that whole data center is offline at the moment. Trying to find out more. | 11:46 |
rburton | milloni: what halstead said. curious how you've been using yocto a while but don't have a copy of opkg.tar.gz in your DL_DIR! | 11:47 |
rburton | oe probably has another mirror | 11:47 |
rburton | http://sources.openembedded.org but doesn't have 0.4.1 if that's what you're after | 11:48 |
milloni | rburton: i dont know if you want to know: our CI builds everything from scratch every time because we couldn't get caching working | 11:49 |
rburton | milloni: you couldn't get it to have a persistant DL_DIR? that must be very boring | 11:50 |
rburton | some of the clones are sooooo sloooowww | 11:50 |
milloni | i wasnt around at the time, and now everything is on fire so we've got more important things to do | 11:50 |
halstead | milloni, You can grab it from http://mirrors.kernel.org/yocto/opkg/ for now. | 11:50 |
milloni | thanks | 11:51 |
rburton | kanavin: so i just sucked up your entire branch and picked up a few broken bits. what branch corresponds to the latest patchbomb? | 11:51 |
kanavin | rburton, akanavin/package-version-updates | 11:51 |
rburton | right | 11:52 |
kanavin | rburton, this branch is frequently forced pushed to, beware | 11:52 |
rburton | fwiw, acl/attr wip breaks pseudo-native | 11:52 |
kanavin | rburton, I think I have a later version of that? | 11:53 |
kanavin | and no breakages observed here :-/ | 11:53 |
rburton | probably host specific? | 11:54 |
kanavin | probably, I am on ubuntu 18.04 | 11:55 |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 11:56 | |
*** berton <berton!~berton@189.103.49.163> has joined #yocto | 11:56 | |
*** rburton_ <rburton_!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 11:59 | |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 11:59 | |
*** rburton <rburton!51026a23@35.106.2.81.in-addr.arpa> has quit IRC | 12:00 | |
*** rburton_ is now known as rburton | 12:00 | |
*** berton <berton!~berton@189.103.49.163> has quit IRC | 12:01 | |
*** berton <berton!~berton@189.103.49.163> has joined #yocto | 12:02 | |
*** rcrudo <rcrudo!~rcrudo@i5387F440.versanet.de> has joined #yocto | 12:04 | |
*** opennandra <opennandra!~marek@bband-dyn8.178-40-240.t-com.sk> has joined #yocto | 12:17 | |
opennandra | hello I have read presentation when external toolchain can be used to build yocto packages, I have such aarch64 toolchain from vendor of SoC | 12:18 |
opennandra | question is how to integrate it to yocto? I think I need to create something like meta-linaro with toolchain stuff? | 12:18 |
opennandra | I cannot use yocto toolchain as atf + kernrl won't boot when compiled with zeus 9.2 gcc | 12:18 |
opennandra | any other ideas? | 12:18 |
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto | 12:19 | |
grma | hi, is there a way to add extra disk space to only the ext4 image and not to all other images ? | 12:20 |
rburton | you can easily add more space to just a specific image name, but not type | 12:21 |
grma | rburton: thx, ok, but not from yocto direct | 12:22 |
rburton | just set IMAGE_ROOTFS_EXTRA_SPACE in the right place | 12:23 |
grma | ok, thx | 12:23 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 12:24 | |
*** lfa_ <lfa_!~lfa@217.19.35.51> has quit IRC | 12:27 | |
*** TobSnyder <TobSnyder!~schneider@ip5f5aa32f.dynamic.kabel-deutschland.de> has quit IRC | 12:29 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 12:31 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 12:32 | |
*** tgamblin <tgamblin!~tgamblin@128.224.252.2> has joined #yocto | 12:54 | |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 12:59 | |
RP | rburton: did you get it working? | 13:03 |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 13:03 | |
LetoThe2nd | ndec: ping - can you maybe put the announce on twitter? | 13:09 |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto | 13:18 | |
ndec | hi LetoThe2nd, ouch.. i thought it was done after you sent your email.. i will do it! | 13:24 |
LetoThe2nd | ndec: thanks. | 13:25 |
LetoThe2nd | ndec: sidenote, we have accumulated way over 6k view on YT alone by now. | 13:26 |
ndec | nice! | 13:26 |
ndec | LetoThe2nd: is it 4PM or 5PM? | 13:28 |
ndec | your email says 4PM, but it is usually at 5Pm, no? | 13:28 |
LetoThe2nd | ndec: even more ouch. please announce 4:30pm berlin time. | 13:29 |
LetoThe2nd | i have to shuffle around a bit, as my usual streaming place is not available currently | 13:29 |
ndec | ah, ok. | 13:29 |
LetoThe2nd | ndec: thanks a lot! | 13:32 |
*** iceaway <iceaway!~pelle@37.233.78.69> has quit IRC | 13:33 | |
ndec | LetoThe2nd: np! | 13:35 |
RP | kanavin: doesn't blacklisting nss on armv7 cause a lot of fallout? | 13:42 |
*** PaowZ <PaowZ!~Vince@193.252.149.222> has joined #yocto | 13:44 | |
*** PaowZ_ <PaowZ_!~Vince@193.252.149.222> has quit IRC | 13:46 | |
*** radsquirrel <radsquirrel!~bradleyb@mail.fuzziesquirrel.com> has quit IRC | 13:48 | |
*** radsquirrel <radsquirrel!~bradleyb@mail.fuzziesquirrel.com> has joined #yocto | 13:49 | |
*** opennandra <opennandra!~marek@bband-dyn8.178-40-240.t-com.sk> has quit IRC | 13:50 | |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 13:58 | |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 14:00 | |
*** kukela_cd <kukela_cd!ae63deca@174.99.222.202> has joined #yocto | 14:09 | |
kukela_cd | Hey does anyone know if http://downloads.yoctoproject.org/releases/ id down. My build is failing when attempting to fetch opkg-0.4.1.tar.gz. | 14:10 |
kukela_cd | sorry is down | 14:10 |
RP | kukela_cd: yes, we're trying to get it sorted | 14:11 |
halstead | kukela_cd, Yes the data center has a router down. | 14:11 |
kukela_cd | Okay thanks. I just wanted to be sure before i started digging into things | 14:11 |
halstead | kukela_cd, That file is also available at http://mirrors.kernel.org/yocto/opkg/ | 14:12 |
*** jmiehe <jmiehe!~Thunderbi@p578c106e.dip0.t-ipconnect.de> has quit IRC | 14:14 | |
rburton | kukela_cd: top tip is to ensure that your DL_DIR is shared and cached locally | 14:18 |
*** vineela <vineela!~vtummala@134.134.137.77> has joined #yocto | 14:18 | |
kukela_cd | yeah that is true | 14:20 |
milloni | how do i use the mirror at http://mirrors.kernel.org/yocto/ for everything? | 14:21 |
rburton | thats not a full mirror | 14:21 |
milloni | yeah but i hope it will at least have the things that originally come from downloads.yp | 14:21 |
milloni | it seems to mirror downloads.yp/releases | 14:22 |
rburton | look up MIRRORS in the manual | 14:22 |
*** Sandrita <Sandrita!d0586e2e@gateway/web/cgi-irc/kiwiirc.com/ip.208.88.110.46> has joined #yocto | 14:22 | |
milloni | trying that now | 14:23 |
milloni | if i just add http://mirrors.kernel.org/yocto/ will it go into each subdirectory looking for packages? | 14:23 |
rburton | note how MIRRORS is pairs of urls | 14:25 |
rburton | map one to the other | 14:25 |
rburton | dv_: am i imagining it, or did you have patches to move gstreamer to meson? | 14:27 |
dv_ | yep | 14:27 |
milloni | i'm trying this | 14:27 |
milloni | http://.*/.* http://mirrors.kernel.org/yocto/ \n \ | 14:27 |
milloni | and a similar pattern for https, ftp ,etc | 14:27 |
milloni | but that's where my understanding of the syntax ends | 14:28 |
*** hpsy <hpsy!~hpsy@217.66.60.5> has joined #yocto | 14:28 | |
milloni | so for example, opkg needs | 14:28 |
milloni | SRC_URI = "http://downloads.yoctoproject.org/releases/${BPN}/${BPN}-${PV}.tar.gz | 14:28 |
rburton | try 'http://downloads.yoctoproject.org/ https://mirrors.kernel.org/yocto/' | 14:29 |
rburton | oh, /releases/ on the first bit | 14:29 |
milloni | ok thanks | 14:29 |
*** farnerup <farnerup!~farnerup@h-254-84-175.A137.corp.bahnhof.se> has quit IRC | 14:39 | |
dv_ | rburton: I'll try to rebase them tomorrow | 14:50 |
dv_ | and send them to the mailing list | 14:50 |
rburton | dv_: awesome | 14:50 |
dv_ | there are some leftover unclear issues though | 14:50 |
rburton | dv_: wrote a little qa test to tell me when recipes use autotools but have a meson file, and gstreamer was the big obvious one | 14:50 |
dv_ | rburton: for the todos, see https://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg129383.html | 14:52 |
dv_ | yeah, I can imagine | 14:52 |
rburton | ok | 14:55 |
rburton | well rebase and post as a WIP and we can discuss further | 14:55 |
rburton | thanks! | 14:55 |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 14:56 | |
*** wertigon <wertigon!8addfa13@138.221.250.19> has quit IRC | 14:59 | |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 15:00 | |
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-102-66.dynamic.amis.hr> has joined #yocto | 15:02 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 15:06 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 15:07 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 15:08 | |
*** ericch <ericch!~ericch@50-205-235-218-static.hfc.comcastbusiness.net> has joined #yocto | 15:09 | |
*** hpsy <hpsy!~hpsy@217.66.60.5> has quit IRC | 15:12 | |
*** yates <yates!~user@rrcs-96-10-234-158.midsouth.biz.rr.com> has joined #yocto | 15:14 | |
yates | if i give bitbake a list of recipes, bitbake r1 r2 r3 ... RN, does it build them in order? | 15:14 |
mckoan | yates: no | 15:14 |
kergoth | undefined order unless there are dependencies amongst them | 15:15 |
yates | i see. ok thank you | 15:16 |
kanavin | RP: rpm will no longer build, or mozjs. I don't think there's much else? | 15:16 |
mckoan | kergoth: probably he means on command line | 15:16 |
kergoth | i know, but he didn't specify if any of those specified on the commandline depend on one another. probably not, but unless he read the recipes.. | 15:17 |
kergoth | :) | 15:17 |
RP | kanavin: rpm is probably kind of important though :( | 15:17 |
kanavin | RP: rburton has a patch to switch rpm to gnutls | 15:17 |
RP | kanavin: which has issues iirc :) | 15:21 |
RP | but seriously, that would be a good move | 15:21 |
kanavin | RP: also, armv7a only needs the disabling. qemuarm for instance still works fine. | 15:21 |
* RP thinks he's found a way to fix the performance issue when rehashing | 15:21 | |
RP | kanavin: it does sound rather like there is a bug in rpm | 15:21 |
*** vineela <vineela!~vtummala@134.134.137.77> has quit IRC | 15:30 | |
kanavin | RP: rpm also has an option use openssl, I think that should work just as well | 15:37 |
kanavin | there are no other users of nss in core at least | 15:37 |
RP | kanavin: right, I'm fine with removing nss | 15:37 |
kanavin | RP: but if we want polkit in core, it needs mozjs, which needs nss :-/ | 15:38 |
RP | kanavin: gah! :) | 15:38 |
kanavin | (also mozjs needs python2-native !) | 15:39 |
kergoth | ugh | 15:39 |
RP | kanavin: well, python2 isn't coming back... | 15:39 |
*** sveinse <sveinse!~sveinse@7.92-221-150.customer.lyse.net> has joined #yocto | 15:39 | |
kanavin | RP, yes, I have a patch to remove the recipes. Just waiting for some kind of action on copying them to a different layer. | 15:40 |
RP | kanavin: I'm just trying to get M1 sorted before I think about that :) | 15:40 |
RP | we've done the hard part for core | 15:40 |
kanavin | RP, for sure | 15:41 |
*** frsc <frsc!~frsc@2003:a:e7a:6200:c01e:b8a2:2404:9513> has quit IRC | 15:42 | |
sveinse | Is downloads.yoctoprojects.org down for the counts? | 15:43 |
sveinse | downloads.yoctoproject.org | 15:43 |
RP | sveinse: yes, its being worked on | 15:46 |
sveinse | RP, ok thanks. Will there come a notification here when it is complete? | 15:47 |
RP | sveinse: when I say worked on, I mean people are aware of the problem and working to fix it, it wasn't scheduled | 15:47 |
RP | sveinse: I'm sure halstead will mention something, yes | 15:48 |
sveinse | RP: ok, best of luck getting it up | 15:48 |
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has quit IRC | 15:52 | |
kergoth | nice, pydeps (https://github.com/thebjorn/pydeps) works with graph-easy, figured it'd be easy enough. https://gist.github.com/5a6e8e85fa53097a01e886a677b0bfb7 | 15:56 |
kergoth | shows the cycles between our bitbake modules in an ascii graph | 15:56 |
kergoth | oh right, forgot it can use unicode boxart instead. https://gist.github.com/385fc98d3e9a8018d56d6003307da3b6 | 15:57 |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 15:58 | |
opello | hi, i'm trying to backport some go recipes and there's a helper python function (go_map_arm) that seems to be failing, and when i print out the value of the arguments in that function i get things like "go_map_arm a=${TUNE_ARCH} f=${TUNE_FEATURES_tune-${DEFAULTTUNE}}" but not an expanded form | 16:02 |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 16:02 | |
RP | kergoth: all a bit circular :/ | 16:03 |
kergoth | yeah, i suspected as much :)' | 16:03 |
kergoth | not a huge deal, just something to think about refactoring someday.. | 16:03 |
RP | kergoth: sadly so did I | 16:03 |
kergoth | i'd really like the parsing to provide a nicer api at some point. it should be easy to parse an arbitrary string, not just files, for example | 16:03 |
kergoth | would have to have a break from fighting fires to do something like that htough :) | 16:04 |
kergoth | guido's articles on PEG parsing lately are rather interseting | 16:05 |
Piraty | hi folks, i want to install a bunch of *ipk into another dir, like "opkg -o /myNewRootfs install *.ipk" but that fails if a package in the set of ipk is already installed in / (because resolution of -o seems to leak to / as well)... maybe i use it wrong? | 16:05 |
RP | kergoth: right. My big worry is performance too :/ We have some real problems in various parts of the code | 16:05 |
Piraty | idea is to install a whole second installation into /NewRootfs | 16:06 |
kergoth | Piraty: you should really turn it into a package feed with opkg-utils, add it to your opkg.conf, and install them by name | 16:06 |
kergoth | then it'd also use the dependencies | 16:06 |
kergoth | opkg can use local package feeds | 16:06 |
kergoth | that'd be my suggestion, anyway | 16:07 |
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-102-66.dynamic.amis.hr> has quit IRC | 16:07 | |
Piraty | the conflict arises because package foo is to be installed which matches the same version of foo that is already installed in / (which is expected) | 16:08 |
kergoth | right, and if it's a package feed installing by name, it won't reinstall it. it assumes a local file is something you really want installed as is | 16:09 |
kergoth | afaict anyway | 16:09 |
kergoth | using a feed should sidestep the errors and just not install those | 16:09 |
Piraty | but i don't want to set --force-reinstall | 16:09 |
Piraty | you assume a feed solves my problem and will instal foo into /newRoot anyway? | 16:09 |
Piraty | that'd be ideal | 16:09 |
kergoth | hmmm | 16:10 |
kergoth | not sure, actually, just a random idea. it's odd that -o is leaking that way to begin with | 16:10 |
kergoth | it should be using a separate package database | 16:10 |
Piraty | adelcast: ^ can you provide info? | 16:10 |
kergoth | should probably start by investigating that further if possible | 16:10 |
kergoth | hmm, i guess it depends on the original purpose of offline root | 16:11 |
kergoth | using a separate rootfs or just installing a subset of packages to external media | 16:11 |
kergoth | not sure, actually | 16:11 |
Piraty | --force-reinstall indeed does the thing i intended | 16:11 |
kergoth | ah, good | 16:11 |
*** leon-anavi <leon-anavi!~Leon@lan.nucleusys.com> has quit IRC | 16:11 | |
kergoth | nevermind then :) | 16:11 |
Piraty | i gotta double check still | 16:12 |
Piraty | might leak even more | 16:12 |
Piraty | despite there's no actual reinstall | 16:12 |
Piraty | hmm i hope it doesn't write to /var but /newRoot/var for opkg db instead | 16:12 |
*** jeff_dagenais <jeff_dagenais!~jeff.dage@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has joined #yocto | 16:26 | |
Piraty | what does -o differ from -d then?? | 16:27 |
RP | JPEW: hoping these tweaks to siggen and runqueue sort the performance issue (on list) | 16:30 |
JPEW | RP: Ok, I'll take a look | 16:31 |
RP | JPEW: they're kind of obvious in hindsight | 16:31 |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 16:34 | |
jeff_dagenais | Hi guys! I've found a nice one I think... meta-xilinx-tools/conf/layer.conf has "INHERIT += xsct-tc" and in this bbclass, they mess with PATH. This has the effect that random recipes discover binaries in these XSCT paths that were obviously not mentionned in their DEPENDS. The fix appeared quite simple as changing the INHERIT to "INHERIT += xsct-tarball" which actually contains the eventHandler for | 16:37 |
jeff_dagenais | BuildStarted, the reason for all this. It does fix the unwanted discovery of binaries, but unfortunately, I have to force build these recipes. It appears that PATH's value is not part of sstate hashes! Any clues how to fix this? | 16:37 |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC | 16:46 | |
*** tgamblin <tgamblin!~tgamblin@128.224.252.2> has quit IRC | 16:49 | |
RP | JPEW: logic isn't quite right, seeing errors. Working on that... | 16:52 |
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC | 16:53 | |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 16:57 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 16:59 | |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 16:59 | |
*** vineela <vineela!~vtummala@134.134.137.77> has joined #yocto | 17:10 | |
*** nslu2-log <nslu2-log!~nslu2-log@milla.nas-admin.org> has quit IRC | 17:13 | |
*** tgamblin <tgamblin!~tgamblin@CPE64777de11593-CM64777de11590.cpe.net.cable.rogers.com> has joined #yocto | 17:18 | |
RP | JPEW: fixed the code, performance issue is back :( | 17:24 |
JPEW | RP: Hmm. OK. I haven't had a chance to look at it just yet. Do you know if its the same reason for the slow down? | 17:25 |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 17:26 | |
RP | JPEW: I know its all in process_possible_migrations :/ | 17:26 |
armpit | I noticed if the hashserve.sock exits, the server times out. Is there cleanup for this ? | 17:27 |
jeff_dagenais | Come to think of it, it is perfectly normal that PATH is not part of any sstate... anyone's build dir location would change the hashes. | 17:27 |
RP | JPEW: just realised the oecore part for the function is a performance problem too | 17:29 |
*** Domin1k <Domin1k!c1669b04@193.102.155.4> has quit IRC | 17:33 | |
*** nslu2-log <nslu2-log!~nslu2-log@milla.nas-admin.org> has joined #yocto | 17:33 | |
*** guerinoni <guerinoni!~guerinoni@internet.micro-systems.it> has quit IRC | 17:37 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 17:38 | |
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC | 17:47 | |
*** vineela <vineela!~vtummala@134.134.137.77> has quit IRC | 17:48 | |
*** mckoan is now known as mckoan|away | 17:49 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 17:52 | |
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto | 17:54 | |
*** kukela_cd <kukela_cd!ae63deca@174.99.222.202> has quit IRC | 17:57 | |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 18:00 | |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 18:02 | |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-ynuwukqkpfozloit> has quit IRC | 18:04 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto | 18:14 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 18:14 | |
*** vineela <vineela!vtummala@nat/intel/x-knldvicxacxyxuly> has joined #yocto | 18:20 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 18:22 | |
*** Sandrita <Sandrita!d0586e2e@gateway/web/cgi-irc/kiwiirc.com/ip.208.88.110.46> has quit IRC | 18:24 | |
*** jeff_dagenais <jeff_dagenais!~jeff.dage@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has quit IRC | 18:34 | |
*** rcrudo <rcrudo!~rcrudo@i5387F440.versanet.de> has quit IRC | 18:39 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 18:46 | |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 18:58 | |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 19:01 | |
*** kapare <kapare!~kapare@38.127.66.236> has joined #yocto | 19:02 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 19:10 | |
*** kapare <kapare!~kapare@38.127.66.236> has quit IRC | 19:16 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto | 19:38 | |
*** jessecureton_ <jessecureton_!d863d0fa@216.99.208.250> has joined #yocto | 20:05 | |
*** jessecureton_ is now known as jessecureton | 20:06 | |
jessecureton | Seeing failures hitting `downloads.yoctoproject.org` - known outage? downforeveryoneorjustme agrees with me | 20:08 |
jessecureton | sorry - i just checked the IRC logs. my bad | 20:09 |
*** florian_kc is now known as florian | 20:16 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 20:18 | |
*** zwelch <zwelch!~zwelch@fluffy.superlucidity.net> has joined #yocto | 20:20 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 20:22 | |
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC | 20:30 | |
*** alicef <alicef!~none@gentoo/developer/alicef> has quit IRC | 20:38 | |
halstead | downloads.yoctoproject.org is back online. | 20:39 |
*** alicef <alicef!~none@gentoo/developer/alicef> has joined #yocto | 20:39 | |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:61a6:377d:99d6:41b5> has quit IRC | 20:44 | |
denix | halstead: thank you, Michael, for your support and updates! | 20:46 |
*** jessecureton <jessecureton!d863d0fa@216.99.208.250> has quit IRC | 20:46 | |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:dd29:b8d2:59d6:df97> has joined #yocto | 20:47 | |
halstead | Thanks denix. | 20:55 |
halstead | Will need to put some thought into which resources on downloads.yoctoproject.org have to stay available to keep builds running and which don't. Split into highly available bits and archives. | 20:56 |
JPEW | halstead: Is there any mechanism (e.g. rsync) we could use to mirror the whole thing internally? | 20:58 |
denix | halstead, JPEW: aren't the builds and downloads not on the same subnet? | 20:59 |
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC | 20:59 | |
halstead | JPEW, The "whole thing" is 80TB. We can certainly have a discussion about mirrors. | 21:01 |
JPEW | halstead: Ah, well... though I would ask :) | 21:01 |
halstead | denix, Different internal subnets. The same public IP range. | 21:02 |
halstead | JPEW, The important bits are much much smaller. I think mirroring those would be great. Like we do to mirrors.kernel.org. | 21:02 |
JPEW | halstead: Hence the discussion about splitting it up? | 21:03 |
* halstead nods. | 21:03 | |
JPEW | halstead: Make sense | 21:03 |
JPEW | halstead: Whats all in there now? | 21:04 |
halstead | JPEW, All the previous release artefacts. Lots of sstate. Nightly builds. | 21:05 |
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto | 21:05 | |
JPEW | halstead: I suppose the main one that causes people issues is the source code that is mirrored? | 21:06 |
halstead | JPEW, I would guess so. As well as uninative and opkg releases. | 21:07 |
*** berton <berton!~berton@189.103.49.163> has quit IRC | 21:16 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC | 21:22 | |
*** Pharaoh_Atem <Pharaoh_Atem!~neal@fedora/ngompa> has quit IRC | 21:33 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 21:43 | |
*** tgamblin <tgamblin!~tgamblin@CPE64777de11593-CM64777de11590.cpe.net.cable.rogers.com> has quit IRC | 21:54 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 22:02 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 22:02 | |
*** dv_ <dv_!~dv@62.178.50.190> has quit IRC | 22:08 | |
*** dv_ <dv_!~dv@62.178.50.190> has joined #yocto | 22:22 | |
*** fury <fury!uid193779@gateway/web/irccloud.com/x-gprnwwwtbbbtpbbn> has quit IRC | 22:28 | |
*** fury <fury!uid193779@gateway/web/irccloud.com/x-mwrlwsampidhfccx> has joined #yocto | 22:30 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto | 22:40 | |
*** pohly <pohly!~pohly@p54BD581F.dip0.t-ipconnect.de> has quit IRC | 22:48 | |
*** JaMa <JaMa!~martin@109.238.218.228> has quit IRC | 22:50 | |
*** roussinm <roussinm!~mroussin@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has quit IRC | 22:58 | |
milloni | halstead: thanks for fixing downloads.yp! | 22:59 |
halstead | milloni: you're welcome. Apologies for the extended downtime. There were many problems the provider should have been prepared for and weren't. | 23:00 |
*** vineela <vineela!vtummala@nat/intel/x-knldvicxacxyxuly> has quit IRC | 23:01 | |
*** agust <agust!~agust@pD95F104D.dip0.t-ipconnect.de> has quit IRC | 23:03 | |
*** Pharaoh_Atem <Pharaoh_Atem!~neal@fedora/ngompa> has joined #yocto | 23:04 | |
*** tlwoerner <tlwoerner!~Trevor@unaffiliated/tlwoerner> has quit IRC | 23:11 | |
rburton | JPEW, RP: pod fix rfc posted | 23:23 |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 23:29 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 23:37 | |
*** hpsy <hpsy!~hpsy@85.203.15.119> has joined #yocto | 23:46 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!