*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 00:02 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 00:07 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 00:56 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 01:01 | |
*** otavio <otavio!~otavio@debian/developer/otavio> has quit IRC | 01:09 | |
*** rcw <rcw!~rcw@45.72.241.84> has quit IRC | 01:24 | |
*** roussinm <roussinm!~mroussin@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has joined #yocto | 01:28 | |
*** roussinm <roussinm!~mroussin@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has quit IRC | 01:29 | |
*** roussinm <roussinm!~mroussin@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has joined #yocto | 01:30 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has joined #yocto | 01:36 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has joined #yocto | 01:37 | |
*** stephano <stephano!~stephano@c-73-164-244-205.hsd1.or.comcast.net> has quit IRC | 01:40 | |
*** ericch <ericch!~ericch@pool-108-34-251-214.prvdri.fios.verizon.net> has quit IRC | 01:41 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 01:51 | |
*** vdehors <vdehors!~vdehors@91-162-62-2.subs.proxad.net> has quit IRC | 01:52 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 01:55 | |
zeddii | khem: around ? | 02:17 |
---|---|---|
khem | zeddii: yes | 02:17 |
khem | for another 5 or so mins | 02:18 |
zeddii | I'm trying to finalize my 5.8 headers + kernel, and I was re-running the on target build tests and arm 32bit broke. It's something you might have an idea about, since it's a compiler provided file that is missing. | 02:18 |
zeddii | when I do the "make scripts prepare" (insert your favorite incantation here) | 02:19 |
zeddii | I get: | 02:19 |
zeddii | scripts/gcc-plugins/gcc-common.h:5:10: fatal error: bversion.h: No such file or directory | 02:19 |
zeddii | 5 | #include "bversion.h" | 02:19 |
zeddii | and searching around from posts, etc, show that's a compiler file and others have seen it in the past. | 02:19 |
zeddii | do you know if it's packaged up ? and if so, what should I have added to my image to have it in place ? | 02:20 |
zeddii | I see it in my sysroot for the kernel build: | 02:20 |
zeddii | find . -name 'bversion.h' | 02:20 |
zeddii | ./recipe-sysroot-native/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/10.1.0/plugin/include/bversion.h | 02:20 |
khem | zeddii: are you in tip of oe-core master | 02:21 |
zeddii | from this morning. yah. | 02:22 |
khem | ok | 02:22 |
khem | and only arm shows this issue ? | 02:22 |
zeddii | so far, yah. I'm building x86 to test. But something has tweaked gcc in the past week, since I also had to fix some gmp.h issues earlier today .. only on arm32 | 02:23 |
zeddii | I had run all these tests a while ago, and the passed, but I'm re-running and seeing some things. not an issue, I expect it. this one was justa bit out of my wheel house though. | 02:23 |
khem | dce28d8ac7fbae487cb6674b91fe2b574036b26d was an attemp to fix plugin headers | 02:24 |
*** mranostay <mranostay!~mranostay@pdpc/supporter/active/mranostay> has joined #yocto | 02:24 | |
zeddii | checking. and yah, I just did another find and I see it is packaged in gcc-plugins. | 02:24 |
zeddii | ./10.1.0-r0/packages-split/gcc-plugins/usr/lib/gcc/arm-poky-linux-gnueabi/10.1.0/plugin/include/bversion.h | 02:24 |
khem | so we need to add this to DEPENDS | 02:25 |
zeddii | ah. this one [gcc: Fix mangled patch] | 02:25 |
zeddii | yah, I have it. | 02:25 |
zeddii | and yes, I'll do the depends update and re-test. | 02:25 |
khem | k | 02:25 |
zeddii | I'll let you know, but apparently I just needed to type it out to figure it out :D | 02:26 |
khem | sounds good | 02:26 |
* khem is in deep C++ template land | 02:26 | |
zeddii | ouch. | 02:26 |
khem | la la land | 02:26 |
*** alicef <alicef!~none@gentoo/developer/alicef> has quit IRC | 02:29 | |
*** mranostay <mranostay!~mranostay@pdpc/supporter/active/mranostay> has quit IRC | 02:29 | |
*** mranosta1 <mranosta1!~mranostay@pdpc/supporter/active/mranostay> has joined #yocto | 02:29 | |
*** alicef <alicef!~none@gentoo/developer/alicef> has joined #yocto | 02:30 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 02:45 | |
zeddii | gcc-plugins fixes the bversion.h issue .. now, mpc.h is missing. | 02:50 |
zeddii | hmmm | 02:50 |
zeddii | /usr/lib/gcc/arm-poky-linux-gnueabi/10.1.0/plugin/include/builtins.h:23:10: fatal error: mpc.h: No such file or directory | 02:51 |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 02:51 | |
*** otavio <otavio!~otavio@181.220.75.161> has joined #yocto | 02:54 | |
*** otavio <otavio!~otavio@debian/developer/otavio> has joined #yocto | 02:54 | |
zeddii | ahah. gmp. | 02:54 |
* zeddii adds more depends | 02:54 | |
*** robert_yang <robert_yang!~robert@60.247.85.82> has joined #yocto | 02:58 | |
*** |Sno| <|Sno|!~sno@p5b25b74d.dip0.t-ipconnect.de> has joined #yocto | 03:06 | |
*** [Sno] <[Sno]!~sno@p5b25b5e7.dip0.t-ipconnect.de> has quit IRC | 03:09 | |
*** mranostay <mranostay!~mranostay@pdpc/supporter/active/mranostay> has joined #yocto | 03:09 | |
*** sno <sno!~sno@p5b25b1ce.dip0.t-ipconnect.de> has joined #yocto | 03:10 | |
*** |Sno| <|Sno|!~sno@p5b25b74d.dip0.t-ipconnect.de> has quit IRC | 03:11 | |
*** mranosta1 <mranosta1!~mranostay@pdpc/supporter/active/mranostay> has quit IRC | 03:11 | |
*** sno <sno!~sno@p5b25b1ce.dip0.t-ipconnect.de> has quit IRC | 03:14 | |
*** sno <sno!~sno@p5b25b03a.dip0.t-ipconnect.de> has joined #yocto | 03:15 | |
*** paulg <paulg!~paulg@198-84-145-15.cpe.teksavvy.com> has quit IRC | 03:15 | |
*** otavio <otavio!~otavio@debian/developer/otavio> has quit IRC | 03:27 | |
*** otavio <otavio!~otavio@debian/developer/otavio> has joined #yocto | 03:28 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 03:39 | |
zeddii | RP: I chased issues in circles all day with 5.8 and gcc 10 interacting. I have a final run on the AB now, and will send the series in the morning .. I wanted to see it go green before sending it. | 03:42 |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 03:44 | |
zeddii | poky-contrib zedd/kernel has the changes, since you'll be up before me and might notice if my last quick AB run was good. | 03:47 |
*** robert_yang <robert_yang!~robert@60.247.85.82> has quit IRC | 03:57 | |
*** robert_yang <robert_yang!~robert@60.247.85.82> has joined #yocto | 03:58 | |
*** camus1 <camus1!~Instantbi@58.246.136.202> has joined #yocto | 04:04 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 04:05 | |
*** camus1 is now known as kaspter | 04:05 | |
*** robert_yang <robert_yang!~robert@60.247.85.82> has quit IRC | 04:09 | |
*** robert_yang <robert_yang!~robert@60.247.85.82> has joined #yocto | 04:10 | |
*** maldrich <maldrich!4995ca45@c-73-149-202-69.hsd1.ma.comcast.net> has joined #yocto | 04:14 | |
*** maldrich <maldrich!4995ca45@c-73-149-202-69.hsd1.ma.comcast.net> has quit IRC | 04:20 | |
OutBackDingo | whats the trick to getting mount -t devtmpfs none /dev to run on boot, seems udevd is broken | 04:30 |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 04:33 | |
khem | OutBackDingo: add it to inittab file see meta/recipes-core/sysvinit/sysvinit-inittab if you are using sysvinit | 04:38 |
khem | if you are using systemd then you have to fix udev otherwise there will be more trouble down the line | 04:38 |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 04:38 | |
OutBackDingo | khem: yeah systemsd there in lies the problem, though i can mount it manually | 04:40 |
khem | perhaps debug it to find why udev is failing | 04:46 |
*** robert_yang <robert_yang!~robert@60.247.85.82> has quit IRC | 04:48 | |
*** robert_yang <robert_yang!~robert@60.247.85.82> has joined #yocto | 04:49 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 04:55 | |
*** camus1 <camus1!~Instantbi@58.246.136.202> has joined #yocto | 04:55 | |
*** camus1 is now known as kaspter | 04:57 | |
*** robert_yang <robert_yang!~robert@60.247.85.82> has quit IRC | 05:04 | |
*** robert_yang <robert_yang!~robert@60.247.85.82> has joined #yocto | 05:05 | |
*** vineela <vineela!~vtummala@134.134.137.75> has quit IRC | 05:07 | |
*** fray <fray!~fray@kernel.crashing.org> has quit IRC | 05:09 | |
OutBackDingo | khem: well odd thing is it states systemd-udev-trigger.service loaded active exited Coldplug All udev Devices | 05:12 |
OutBackDingo | but its literally not creating devices | 05:12 |
OutBackDingo | if i run mount -t devtmpfs none /dev manually all devices are created | 05:12 |
OutBackDingo | kind of odd to me | 05:12 |
*** fray <fray!~fray@kernel.crashing.org> has joined #yocto | 05:13 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 05:20 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has joined #yocto | 05:20 | |
khem | do you have all needed options enabled in kernel ? | 05:25 |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 05:27 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 05:28 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 05:32 | |
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has joined #yocto | 05:34 | |
*** agust <agust!~agust@p508b6ab0.dip0.t-ipconnect.de> has joined #yocto | 05:46 | |
*** mbulut_ <mbulut_!~nameclash@ip1f126b1a.dynamic.kabel-deutschland.de> has joined #yocto | 05:47 | |
*** roussinm <roussinm!~mroussin@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has quit IRC | 05:47 | |
sno | I don't find libressl packaged in Yocto - wouldn't it be reasonable to have this one, too? If yes, which would be the best place? oe-core? meta-oe? meta-security? | 05:49 |
*** rcoote <rcoote!~rcoote@221-224-024-217.ip-addr.vsenet.de> has joined #yocto | 05:50 | |
*** beneth <beneth!~beneth@irc.beneth.fr> has joined #yocto | 05:53 | |
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has quit IRC | 06:10 | |
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has joined #yocto | 06:11 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 06:22 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 06:26 | |
*** frsc <frsc!~frsc@i59F729E5.versanet.de> has joined #yocto | 06:27 | |
khem | sno: its good to have, perhaps in meta-oe | 06:29 |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 06:39 | |
*** jrdn <jrdn!~jrdn@S010668ff7b6b7383.ok.shawcable.net> has quit IRC | 06:45 | |
*** fatalhalt <fatalhalt!~fatalhalt@2601:244:4d01:52df:225:90ff:feda:2428> has quit IRC | 06:53 | |
*** fl0v0 <fl0v0!~fvo@i59F44DC1.versanet.de> has joined #yocto | 06:54 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto | 06:57 | |
OutBackDingo | khem: its meta-overc so i would think so... but guess ill check | 06:58 |
*** gsalazar <gsalazar!5e3dbd6b@gateway/web/cgi-irc/kiwiirc.com/ip.94.61.189.107> has joined #yocto | 07:06 | |
*** kroon <kroon!~kroon@213.185.29.22> has joined #yocto | 07:13 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 07:16 | |
*** rcrudo <rcrudo!~rcrudo@i5387F440.versanet.de> has joined #yocto | 07:18 | |
*** fbre <fbre!91fdde45@145.253.222.69> has joined #yocto | 07:22 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 07:22 | |
*** osullivan99 <osullivan99!~osullivan@host-82-135-4-50.static.customer.m-online.net> has joined #yocto | 07:25 | |
*** robert_yang <robert_yang!~robert@60.247.85.82> has quit IRC | 07:31 | |
*** robert_yang <robert_yang!~robert@60.247.85.82> has joined #yocto | 07:31 | |
*** gsalazar <gsalazar!5e3dbd6b@gateway/web/cgi-irc/kiwiirc.com/ip.94.61.189.107> has quit IRC | 07:35 | |
*** robert_yang <robert_yang!~robert@60.247.85.82> has quit IRC | 07:38 | |
*** gtristan <gtristan!~tristanva@175.211.69.194> has quit IRC | 07:39 | |
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has joined #yocto | 07:43 | |
*** gsalazar <gsalazar!5e3dbd6b@gateway/web/cgi-irc/kiwiirc.com/ip.94.61.189.107> has joined #yocto | 07:43 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC | 07:45 | |
fbre | Hi! How can I find out which image is used as initramfs | 07:45 |
*** lucaceresoli <lucaceresoli!~lucaceres@78-134-86-56.v4.ngi.it> has joined #yocto | 07:47 | |
fbre | and how can I control which initramfs (of all the poky/meta/recipes-core/initrdscripts) is used in my yocto Linux? | 07:48 |
fbre | In other words: How do I configure which one of the several setups for the initramfs is used? | 07:52 |
gsalazar | Hi, is there a way to safely clean old downloads from yocto_dl? | 07:52 |
khem | gsalazar: you might want to check access time on files and sort them and delete the older than a date you think is old enough | 07:54 |
khem | there is no tool which will do it for you out of box | 07:55 |
gsalazar | khem: thank you for the input | 07:55 |
khem | fbre: you want to look at INITRAMFS_IMAGE variable it should point to the image you are using for initramfs then you can check IMAGE_INSTALL section of that image recipe to see which iniramfs framework it is using | 07:58 |
fbre | khem: thanx! How do I check variables? Is there a bitbake command or do I recursively search the scripts for assignments? | 08:03 |
*** gtristan <gtristan!~tristanva@1.232.31.74> has joined #yocto | 08:10 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 08:10 | |
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has quit IRC | 08:13 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 08:15 | |
*** GeGo <GeGo!9cd70d32@156.215.13.50> has joined #yocto | 08:24 | |
*** GeGo <GeGo!9cd70d32@156.215.13.50> has quit IRC | 08:28 | |
*** goliath <goliath!~goliath@82.150.214.1> has joined #yocto | 08:30 | |
*** rubdos_ <rubdos_!~rubdos@2a02:578:859d:700:8b44:5716:382d:a7da> has quit IRC | 08:32 | |
*** rubdos_ <rubdos_!~rubdos@2a02:578:859d:700:8b44:5716:382d:a7da> has joined #yocto | 08:39 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 08:45 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 08:46 | |
*** speeced <speeced!c24ea3a2@162.163-78-194.adsl-static.isp.belgacom.be> has joined #yocto | 09:03 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 09:04 | |
*** wak-work <wak-work!wak-workma@gateway/shell/matrix.org/x-ddlrtlyfincsqsrb> has quit IRC | 09:05 | |
*** hmw1 <hmw1!hmwmatrixo@gateway/shell/matrix.org/x-opiaeqjajoznglyn> has quit IRC | 09:05 | |
*** kidon[m] <kidon[m]!kidonmatri@gateway/shell/matrix.org/x-hlgooqmxfoacgbhk> has quit IRC | 09:05 | |
*** henriknj <henriknj!hnjematrix@gateway/shell/matrix.org/x-dggakcxiyguuwowo> has quit IRC | 09:05 | |
*** yangm <yangm!yanyetanot@gateway/shell/matrix.org/x-gchkvjyvknrkaeuz> has quit IRC | 09:05 | |
*** crazoes[m] <crazoes[m]!crazoesmat@gateway/shell/matrix.org/x-sqxbodujzffdjxsp> has quit IRC | 09:05 | |
*** clementp[m] <clementp[m]!cperonmatr@gateway/shell/matrix.org/x-hjkufgamcejpvldj> has quit IRC | 09:05 | |
*** GonZo2k <GonZo2k!gonzo2000m@gateway/shell/matrix.org/x-uxxtsdmgefqewhrr> has quit IRC | 09:05 | |
*** RichterDirk[m] <RichterDirk[m]!rrdsofting@gateway/shell/matrix.org/x-icrksgwakjeaujef> has quit IRC | 09:05 | |
*** xicopitz[m] <xicopitz[m]!xicopitzma@gateway/shell/matrix.org/x-jbcrkhtfagwftxmc> has quit IRC | 09:05 | |
*** silviof <silviof!silv-iomat@gateway/shell/matrix.org/x-mhfendexokaiteny> has quit IRC | 09:05 | |
*** bachp <bachp!bachpmatri@gateway/shell/matrix.org/x-lwfriocwvptutmbt> has quit IRC | 09:06 | |
*** nrossi <nrossi!nrossimatr@gateway/shell/matrix.org/x-ykcutdwpgbbamacy> has quit IRC | 09:06 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 09:09 | |
*** crazoes[m] <crazoes[m]!crazoesmat@gateway/shell/matrix.org/x-crxafulqxatbpzki> has joined #yocto | 09:12 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 09:13 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 09:16 | |
sno | khem: ok | 09:30 |
*** gaston53 <gaston53!669ddc43@102.157.220.67> has joined #yocto | 09:31 | |
gaston53 | how can I add mysql to yocto image ? | 09:31 |
*** kidon[m] <kidon[m]!kidonmatri@gateway/shell/matrix.org/x-sgaqosyepyhlgvki> has joined #yocto | 09:37 | |
*** bachp <bachp!bachpmatri@gateway/shell/matrix.org/x-qbsnjmwxggdeursb> has joined #yocto | 09:37 | |
*** edrex <edrex!edrexmatri@gateway/shell/matrix.org/x-kzdggfbatlziafmi> has joined #yocto | 09:37 | |
*** henriknj <henriknj!hnjematrix@gateway/shell/matrix.org/x-beexbvtjkpcudqek> has joined #yocto | 09:37 | |
*** clementp[m] <clementp[m]!cperonmatr@gateway/shell/matrix.org/x-dwewolydlfglomur> has joined #yocto | 09:37 | |
*** hmw1 <hmw1!hmwmatrixo@gateway/shell/matrix.org/x-xvvnygvwaawuzalt> has joined #yocto | 09:37 | |
*** nrossi <nrossi!nrossimatr@gateway/shell/matrix.org/x-nqyxpjtcoetqeefp> has joined #yocto | 09:37 | |
*** yangm <yangm!yanyetanot@gateway/shell/matrix.org/x-lqlzvnxhkrpnrwqf> has joined #yocto | 09:37 | |
*** GonZo2k <GonZo2k!gonzo2000m@gateway/shell/matrix.org/x-obnwkeghehqxgcsy> has joined #yocto | 09:37 | |
*** xicopitz[m] <xicopitz[m]!xicopitzma@gateway/shell/matrix.org/x-hmnmleeubjgbrzgq> has joined #yocto | 09:37 | |
*** wak-work <wak-work!wak-workma@gateway/shell/matrix.org/x-fgpyymfnmwskzrog> has joined #yocto | 09:37 | |
*** silviof <silviof!silv-iomat@gateway/shell/matrix.org/x-urhcggveoazstbyh> has joined #yocto | 09:37 | |
*** RichterDirk[m] <RichterDirk[m]!rrdsofting@gateway/shell/matrix.org/x-gvmmbjtpjskftkoo> has joined #yocto | 09:37 | |
*** fbre <fbre!91fdde45@145.253.222.69> has quit IRC | 09:47 | |
*** gaston53 <gaston53!669ddc43@102.157.220.67> has quit IRC | 09:52 | |
*** gaston53 <gaston53!669ddc43@102.157.220.67> has joined #yocto | 09:54 | |
gaston53 | IMAGE_INSTALL_append += " mysql-python" | 09:54 |
gaston53 | does it add mysqldb or mariadb ? | 09:54 |
*** gsalazar <gsalazar!5e3dbd6b@gateway/web/cgi-irc/kiwiirc.com/ip.94.61.189.107> has quit IRC | 09:56 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 09:58 | |
*** thenon42 <thenon42!5862c42d@88.98.196.45> has quit IRC | 10:03 | |
qschulz | gaston53: AFAICT, mysql-python is just a python client for connecting to a mysql database? | 10:03 |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 10:03 | |
qschulz | gaston53: I could only find mariadb in openembedded officially compatible layers (layers.openembedded.org) | 10:04 |
gaston53 | qschulz see here https://layers.openembedded.org/layerindex/recipe/82253/ | 10:05 |
gaston53 | dependencies | 10:05 |
gaston53 | mysql5 | 10:05 |
gaston53 | but while building the image he is only showing mariadb | 10:06 |
qschulz | gaston53: PREFERRED_PRODIVER_mysql5 = "mysql5" if you really want mysql and not mariadb | 10:08 |
gaston53 | qschulz I add this to local.conf ? | 10:09 |
gaston53 | with IMAGE_INSTALL_append += " mysql-python" | 10:09 |
gaston53 | ? | 10:09 |
qschulz | gaston53: or your distro.conf | 10:09 |
*** gtristan <gtristan!~tristanva@1.232.31.74> has quit IRC | 10:10 | |
gaston53 | qschulz ok thanks | 10:10 |
qschulz | gaston53: local.conf should be used rarely | 10:11 |
qschulz | most of the time, you want an image recipe and/or a machine configuration file. Once you want something a bit more tailored to your needs, probably a distro will be needed. Remember that local.conf is... for local configuration and shouldn't be shared ideally | 10:12 |
*** edrex <edrex!edrexmatri@gateway/shell/matrix.org/x-kzdggfbatlziafmi> has left #yocto | 10:14 | |
gaston53 | qschulz sorry but I don't get your answer | 10:15 |
gaston53 | I have added a new layer to my image | 10:15 |
gaston53 | where should I add what I need ? | 10:16 |
gaston53 | instead of local.conf | 10:16 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 10:25 | |
qschulz | gaston53: any configuration file will work. So a machine conf file would work but it's not really meaningful. Best is a distro configuration file. | 10:28 |
gaston53 | qschulz can you see here https://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html#var-PREFERRED_PROVIDER | 10:29 |
gaston53 | said that If multiple recipes provide an item, this variable determines which recipe should be given preference. | 10:30 |
qschulz | gaston53: yes? what's your question? | 10:30 |
gaston53 | in my case, the multiple recipes are mysql5, python, python-distribute-native, python-native | 10:30 |
gaston53 | right ? | 10:30 |
qschulz | what? no | 10:31 |
qschulz | mysql5 or mariadb | 10:31 |
*** foouser42 <foouser42!5862c42d@88.98.196.45> has joined #yocto | 10:31 | |
gaston53 | mysql-python and mariadb provide mysql | 10:34 |
gaston53 | qschulz ^ | 10:34 |
qschulz | gaston53: where have you read mysql-python provides mysql? | 10:35 |
foouser42 | Hi. Having bitbaked, I now have an ext3 file. However, this is on a remote VM. I don't have wic on my local machine (Windows). How can I write this ext3 file to SD card? Or, is there any other format I can convert this file into that could be helpful to me? (I'm not exactly sure what that file is - is it raw blocks?) | 10:35 |
qschulz | foouser42: why would you need wic on your local machine? If you want a wic image, you ask yocto to create one for you | 10:38 |
gaston53 | qschulz I am confused, if mysql5 provides mysql , than why I use this variable ? preferred .. | 10:38 |
qschulz | otherwise, dd'ing the ext3 directly on your mmcblk device should work? | 10:38 |
qschulz | gaston53: mysql5 provides mysql5. mariadb can also provide mysql5. mysql-python is a client, totally different thing. | 10:39 |
qschulz | Yocto just give you the choice to pick between mariadb and mysql5 | 10:39 |
qschulz | since mysql5 has a less "free" license than mariadb IIRC, usually mariadb is preferred? | 10:40 |
gaston53 | qschulz I got it, thanks, for my work I should use mysql | 10:40 |
foouser42 | qschulz thanks - I'll give that a go. (when would I actually need wic then?) | 10:40 |
qschulz | basically, the point of having multiple recipes PROVIDES'ing the same "recipe" is for allowing a quick switch between different compatible providers instead of having to rework all recipes using mysql5 to use mariadb | 10:41 |
qschulz | foouser42: wic is for multipartition images? | 10:41 |
foouser42 | gotcha, thanks. | 10:41 |
qschulz | gaston53: a prime example being the kernel. You want "a" kernel to be compiled. Your machine defines which one it needs. If you had to modify all instances of "mainline-kernel" to "my-kernel" that'd be a nightmare | 10:42 |
gaston53 | i see | 10:43 |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 10:49 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has joined #yocto | 10:50 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 10:53 | |
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has joined #yocto | 10:53 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 10:57 | |
*** mihai <mihai!~mihai@unaffiliated/mihai> has joined #yocto | 11:00 | |
*** lucaceresoli <lucaceresoli!~lucaceres@78-134-86-56.v4.ngi.it> has quit IRC | 11:03 | |
gaston53 | qschulz after I add PREFERRED_PROVIDER_mysql5 = "mysql5" to local.conf, I dont find MYSQL in packages.manifest file | 11:10 |
qschulz | gaston53: well, have you asked Yocto to install mysql5 in your image? | 11:11 |
gaston53 | IMAGE_INSTALL_append mysql5 | 11:11 |
gaston53 | right ? | 11:12 |
qschulz | gaston53: indeed, don't forget the leading space | 11:12 |
gaston53 | oh I think that's the space mistake | 11:12 |
qschulz | gaston53: and actually, if nothing depends on mysql5, I think the PREFERRED_PROVIDER isn't necessary | 11:12 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 11:12 | |
qschulz | gaston53: you'd have an error about a weird package not being found, so I'm not sure that's the issue | 11:13 |
gaston53 | qschulz have a question, why when I search for the mysql5 recipe here : https://layers.openembedded.org/layerindex/branch/sumo/layer/openembedded-core/ | 11:15 |
gaston53 | i don't find it | 11:15 |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 11:21 | |
gaston53 | this is what was added after bitbake the image : mariadbmariadb-client, mariadb-server, mariadb-setupdb, libdbd-mysql-perl, libmysqlclient18 qschulz | 11:21 |
gaston53 | and other things | 11:21 |
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has quit IRC | 11:23 | |
*** paulg <paulg!~paulg@198-84-145-15.cpe.teksavvy.com> has joined #yocto | 11:24 | |
gaston53 | IMAGE_INSTALL_append = " mysql5" // PREFERRED_PROVIDER_mysql5 = "mysql5" | 11:24 |
foouser42 | qschulz just FYI, used hddrawcopy to write that ext3 to SDcard - didn't work - in that the SD wasn't bootable it would seem - rpi ignores it entirely | 11:28 |
*** fbre <fbre!91fdde45@145.253.222.69> has joined #yocto | 11:28 | |
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has joined #yocto | 11:30 | |
fbre | Which initramfs is used in yocto by default? The images are in sources/poky/meta/recipes-core/images. https://www.yoctoproject.org/docs/2.0/ref-manual/ref-manual.html writes about INITRAMFS_IMAGE: "By default, the kernel class sets this variable to a null string". | 11:30 |
fbre | But what is behind that null string? | 11:31 |
fbre | I bitbake a core-image-minimal as rootfs. | 11:32 |
fbre | But what is the initramfs in that case? | 11:33 |
*** NiksDev <NiksDev!~NiksDev@192.91.75.12> has quit IRC | 11:37 | |
*** NiksDev <NiksDev!~NiksDev@192.91.101.32> has joined #yocto | 11:38 | |
*** kroon <kroon!~kroon@213.185.29.22> has quit IRC | 11:40 | |
*** berton <berton!~berton@181.220.75.161> has joined #yocto | 11:42 | |
*** jmiehe <jmiehe!~Thunderbi@p578c106e.dip0.t-ipconnect.de> has joined #yocto | 11:46 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 11:47 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 11:50 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 11:53 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 12:00 | |
fbre | Now I've set INITRAMFS = "core-image-minimal-initramfs" and started: bitbake core-image-minimal. The build stops with error "Nothing PROVIDES 'core-image-minimal-initramfs" | 12:04 |
fbre | "core-image-minimal-initramfs was skipped: incompatible with host aarch64-poky-linux (not in COMPATIBLE_HOST)" is the next error message. | 12:05 |
fbre | ;( yocto does not work for me ;( | 12:06 |
fbre | Anybody has an idea what is going on here? | 12:06 |
RP | fbre: the initramfs you've selected only works for x86 targets? | 12:07 |
fbre | core-image-minimal-initramfs.bb contains a line: COMPATIBLE_HOST = "(i.86|x86_64).*-linux" | 12:09 |
mihai | guessing that's not dunfell | 12:10 |
fbre | sumo | 12:11 |
RP | fbre: master did change things a little: http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=7e7f0478079b7374afda0043943cfe5f98f9f3dc | 12:14 |
fbre | OK, hacking aarch64 into this line leads to success. Now I have such additional initramfs files in tmp/deploy/images/mymachine | 12:18 |
fbre | thanx | 12:18 |
*** gsalazar <gsalazar!5e3dbd6b@gateway/web/cgi-irc/kiwiirc.com/ip.94.61.189.107> has joined #yocto | 12:19 | |
fbre | Usually, I'm not proceeding with: bunzip2 -dk -f core-image-minimal-mymachine.sdcard.bz2 and sudo dd if=core-image-minimal-mymachine.sdcard of=/dev/sdb ... to write the build Yocto to sdcard. | 12:22 |
fbre | How do I have to handle that new additional file for core-image-minimal-initramfs? | 12:22 |
fbre | Do I have to copy it to sdcard as well and the kernel loads it from there, automatically? | 12:23 |
*** luneff <luneff!~yury@80.72.17.178> has joined #yocto | 12:24 | |
fbre | aaah there is INITRAMFS_IMAGE_BUNDLE=1 | 12:40 |
mihai | fbre: that will bundle the initramfs with the kernel | 12:41 |
fbre | I hope I will see now how this initramfs is loaded | 12:43 |
*** lucaceresoli <lucaceresoli!~lucaceres@78-134-86-56.v4.ngi.it> has joined #yocto | 12:49 | |
*** Sandrita <Sandrita!b8a36cf4@gateway/web/cgi-irc/kiwiirc.com/ip.184.163.108.244> has joined #yocto | 12:53 | |
*** Sandrita <Sandrita!b8a36cf4@gateway/web/cgi-irc/kiwiirc.com/ip.184.163.108.244> has quit IRC | 12:58 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 12:58 | |
*** lucaceresoli <lucaceresoli!~lucaceres@78-134-86-56.v4.ngi.it> has quit IRC | 12:59 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 13:04 | |
fbre | argh, error: "cannot open .../build/tmp/work/mymachine-poky-linux/linux-imx/4.14.78-r0/build/usr/core-image-minimal-initramfs-mymachine.cpio | 13:06 |
fbre | Instead I can see just initramfs_data.cpio of 512B there in that directory | 13:07 |
*** champagneg <champagneg!~gchamp@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has quit IRC | 13:10 | |
*** ericch <ericch!~ericch@pool-108-34-251-214.prvdri.fios.verizon.net> has joined #yocto | 13:11 | |
*** champagneg <champagneg!~gchamp@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has joined #yocto | 13:12 | |
*** mbulut_ <mbulut_!~nameclash@ip1f126b1a.dynamic.kabel-deutschland.de> has quit IRC | 13:22 | |
*** matthewzmd <matthewzmd!~user@216-58-109-18.cpe.distributel.net> has quit IRC | 13:29 | |
*** matthewzmd <matthewzmd!~user@216-58-109-18.cpe.distributel.net> has joined #yocto | 13:29 | |
*** Sandrita <Sandrita!d0586e2e@gateway/web/cgi-irc/kiwiirc.com/ip.208.88.110.46> has joined #yocto | 13:31 | |
*** foouser42 <foouser42!5862c42d@88.98.196.45> has quit IRC | 13:34 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 13:42 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 13:47 | |
*** jrdn <jrdn!~jrdn@S010668ff7b6b7383.ok.shawcable.net> has joined #yocto | 13:52 | |
*** fbre <fbre!91fdde45@145.253.222.69> has quit IRC | 13:55 | |
*** kaspter <kaspter!~Instantbi@112.65.52.229> has joined #yocto | 13:59 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 13:59 | |
*** gaston53 <gaston53!669ddc43@102.157.220.67> has quit IRC | 14:01 | |
*** WillMiles <WillMiles!~Will@209.87.231.80> has joined #yocto | 14:05 | |
*** fatalhalt <fatalhalt!~fatalhalt@2601:244:4d01:52df:225:90ff:feda:2428> has joined #yocto | 14:08 | |
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has quit IRC | 14:18 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 14:36 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 14:41 | |
*** luneff <luneff!~yury@80.72.17.178> has quit IRC | 14:48 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 14:55 | |
*** goliath <goliath!~goliath@82.150.214.1> has quit IRC | 15:00 | |
armpit | RP. could this be buildtools related failure? rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 | 15:02 |
RP | armpit: I'm not seeing it with that context | 15:03 |
armpit | building on Centos7 all the rpm packaging is failing | 15:06 |
armpit | so would this be a case where we may need rpm in extended build tools? | 15:07 |
armpit | its possible I hosed my build env | 15:09 |
*** gtristan <gtristan!~tristanva@175.211.69.194> has joined #yocto | 15:12 | |
fray | rpm from the host should never be used... | 15:14 |
RP | armpit: as fray says, it shouldn't be using host rpm at all | 15:17 |
*** mbulut_ <mbulut_!~nameclash@ip1f126b1a.dynamic.kabel-deutschland.de> has joined #yocto | 15:19 | |
armpit | hmm, I must have hosed something then | 15:20 |
RP | armpit: think so, but blaming buildtools is easier :) | 15:26 |
*** mihai <mihai!~mihai@unaffiliated/mihai> has quit IRC | 15:29 | |
*** mihai <mihai!~mihai@unaffiliated/mihai> has joined #yocto | 15:44 | |
*** stephano <stephano!~stephano@c-73-164-244-205.hsd1.or.comcast.net> has joined #yocto | 15:45 | |
*** goliath <goliath!~goliath@212-186-38-205.cable.dynamic.surfer.at> has joined #yocto | 15:47 | |
*** jmiehe <jmiehe!~Thunderbi@p578c106e.dip0.t-ipconnect.de> has quit IRC | 15:49 | |
*** NiksDev <NiksDev!~NiksDev@192.91.101.32> has quit IRC | 15:59 | |
*** NiksDev <NiksDev!~NiksDev@192.91.101.31> has joined #yocto | 16:00 | |
*** luneff <luneff!~yury@95.174.106.201> has joined #yocto | 16:21 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 16:21 | |
*** frsc <frsc!~frsc@i59F729E5.versanet.de> has quit IRC | 16:22 | |
*** luneff <luneff!~yury@95.174.106.201> has quit IRC | 16:22 | |
*** roussinm <roussinm!~mroussin@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has joined #yocto | 16:25 | |
*** rcrudo <rcrudo!~rcrudo@i5387F440.versanet.de> has quit IRC | 16:25 | |
*** marex <marex!~marex@83.167.232.23> has joined #yocto | 16:29 | |
marex | hi, is there some way to make WIC rawcopy plugin write the first sector of the target image ? The --align operates on 1 kiB units, but sector size is 512 B, hence this is not usable | 16:30 |
*** fl0v0 <fl0v0!~fvo@i59F44DC1.versanet.de> has quit IRC | 16:33 | |
*** mattsm <mattsm!~mattsm@76-205-175-243.lightspeed.austtx.sbcglobal.net> has joined #yocto | 16:37 | |
khem | marex: there was a fix to this effect in master recently, check the master history in oe-core | 16:39 |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 16:56 | |
marex | khem: is that the --offset patch ? | 17:03 |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 17:03 | |
*** vineela <vineela!vtummala@nat/intel/x-fiqvnoobudjmhjtx> has joined #yocto | 17:25 | |
*** ssajal <ssajal!~ssajal@bras-base-otwaon1146w-grc-11-174-88-220-58.dsl.bell.ca> has quit IRC | 17:28 | |
*** ssajal <ssajal!~ssajal@bras-base-otwaon1146w-grc-11-174-88-220-58.dsl.bell.ca> has joined #yocto | 17:29 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 17:30 | |
*** gsalazar <gsalazar!5e3dbd6b@gateway/web/cgi-irc/kiwiirc.com/ip.94.61.189.107> has quit IRC | 17:32 | |
*** matthewzmd <matthewzmd!~user@216-58-109-18.cpe.distributel.net> has quit IRC | 17:33 | |
*** matthewzmd <matthewzmd!~user@216-58-109-18.cpe.distributel.net> has joined #yocto | 17:33 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 17:35 | |
*** osullivan99 <osullivan99!~osullivan@host-82-135-4-50.static.customer.m-online.net> has quit IRC | 17:35 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 17:36 | |
*** WillMiles <WillMiles!~Will@209.87.231.80> has quit IRC | 17:36 | |
*** WillMiles <WillMiles!~Will@209.87.231.80> has joined #yocto | 17:39 | |
*** kaspter <kaspter!~Instantbi@112.65.52.229> has quit IRC | 17:55 | |
*** matthewzmd <matthewzmd!~user@216-58-109-18.cpe.distributel.net> has quit IRC | 17:57 | |
*** matthewzmd <matthewzmd!~user@216-58-109-18.cpe.distributel.net> has joined #yocto | 17:59 | |
*** vdehors <vdehors!~vdehors@91-162-62-2.subs.proxad.net> has joined #yocto | 18:00 | |
*** rhadye_ <rhadye_!sid217449@gateway/web/irccloud.com/x-jawqqxeyiojljezi> has joined #yocto | 18:12 | |
*** Hauke1 <Hauke1!~weechat@2a01:4f8:c0c:80d9::1> has joined #yocto | 18:16 | |
*** rcoote <rcoote!~rcoote@221-224-024-217.ip-addr.vsenet.de> has quit IRC | 18:19 | |
*** nrossi <nrossi!nrossimatr@gateway/shell/matrix.org/x-nqyxpjtcoetqeefp> has quit IRC | 18:20 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 18:20 | |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:55c1:46f3:d779:a05c> has quit IRC | 18:20 | |
*** rhadye <rhadye!sid217449@gateway/web/irccloud.com/x-kwusspgqeaneacdg> has quit IRC | 18:20 | |
*** Hauke <Hauke!~weechat@2a01:4f8:c0c:80d9::1> has quit IRC | 18:20 | |
*** bradfa <bradfa!sid297668@gateway/web/irccloud.com/x-nwfztbdgqxwtejio> has quit IRC | 18:20 | |
*** rhadye_ is now known as rhadye | 18:20 | |
*** clementp[m] <clementp[m]!cperonmatr@gateway/shell/matrix.org/x-dwewolydlfglomur> has quit IRC | 18:21 | |
*** GonZo2k <GonZo2k!gonzo2000m@gateway/shell/matrix.org/x-obnwkeghehqxgcsy> has quit IRC | 18:21 | |
*** yangm <yangm!yanyetanot@gateway/shell/matrix.org/x-lqlzvnxhkrpnrwqf> has quit IRC | 18:21 | |
*** henriknj <henriknj!hnjematrix@gateway/shell/matrix.org/x-beexbvtjkpcudqek> has quit IRC | 18:21 | |
*** RichterDirk[m] <RichterDirk[m]!rrdsofting@gateway/shell/matrix.org/x-gvmmbjtpjskftkoo> has quit IRC | 18:21 | |
*** hmw1 <hmw1!hmwmatrixo@gateway/shell/matrix.org/x-xvvnygvwaawuzalt> has quit IRC | 18:21 | |
*** crazoes[m] <crazoes[m]!crazoesmat@gateway/shell/matrix.org/x-crxafulqxatbpzki> has quit IRC | 18:21 | |
*** kidon[m] <kidon[m]!kidonmatri@gateway/shell/matrix.org/x-sgaqosyepyhlgvki> has quit IRC | 18:21 | |
*** silviof <silviof!silv-iomat@gateway/shell/matrix.org/x-urhcggveoazstbyh> has quit IRC | 18:21 | |
*** bachp <bachp!bachpmatri@gateway/shell/matrix.org/x-qbsnjmwxggdeursb> has quit IRC | 18:21 | |
*** wak-work <wak-work!wak-workma@gateway/shell/matrix.org/x-fgpyymfnmwskzrog> has quit IRC | 18:21 | |
*** xicopitz[m] <xicopitz[m]!xicopitzma@gateway/shell/matrix.org/x-hmnmleeubjgbrzgq> has quit IRC | 18:21 | |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:ec65:5988:f99d:4f4a> has joined #yocto | 18:22 | |
*** bradfa <bradfa!sid297668@gateway/web/irccloud.com/x-squoorldndaiuqhs> has joined #yocto | 18:22 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 18:23 | |
*** NiksDev <NiksDev!~NiksDev@192.91.101.31> has quit IRC | 18:24 | |
*** NiksDev <NiksDev!~NiksDev@192.91.101.32> has joined #yocto | 18:24 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 18:24 | |
*** xicopitz[m] <xicopitz[m]!xicopitzma@gateway/shell/matrix.org/x-jeuwzjfopfxkfwnq> has joined #yocto | 18:27 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 18:29 | |
khem | marex:seems so | 18:33 |
marex | khem: that operates with 1 kiB granularity, like the rest :-) | 18:48 |
marex | khem: but block device sector size is 512 Bytes | 18:49 |
*** wak-work <wak-work!wak-workma@gateway/shell/matrix.org/x-wrzzvikkhfubzofg> has joined #yocto | 18:52 | |
*** clementp[m] <clementp[m]!cperonmatr@gateway/shell/matrix.org/x-wiaamukphzmppjue> has joined #yocto | 18:52 | |
*** bachp <bachp!bachpmatri@gateway/shell/matrix.org/x-waseaesragmsprof> has joined #yocto | 18:52 | |
*** henriknj <henriknj!hnjematrix@gateway/shell/matrix.org/x-mrxsuvbsuwcdcgfi> has joined #yocto | 18:52 | |
*** kidon[m] <kidon[m]!kidonmatri@gateway/shell/matrix.org/x-jyjemgsyvqmlyptz> has joined #yocto | 18:52 | |
*** nrossi <nrossi!nrossimatr@gateway/shell/matrix.org/x-vxosuzhwqtuznlvp> has joined #yocto | 18:52 | |
*** yangm <yangm!yanyetanot@gateway/shell/matrix.org/x-ihmutgablpottujh> has joined #yocto | 18:52 | |
*** crazoes[m] <crazoes[m]!crazoesmat@gateway/shell/matrix.org/x-jootgeixiwnxvplw> has joined #yocto | 18:52 | |
*** GonZo2k <GonZo2k!gonzo2000m@gateway/shell/matrix.org/x-jffqyrwmjwjcdwwa> has joined #yocto | 18:52 | |
*** hmw1 <hmw1!hmwmatrixo@gateway/shell/matrix.org/x-ahxinikrvsugcijt> has joined #yocto | 18:52 | |
*** silviof <silviof!silv-iomat@gateway/shell/matrix.org/x-sxxpzesyiuzwhzbt> has joined #yocto | 18:52 | |
*** RichterDirk[m] <RichterDirk[m]!rrdsofting@gateway/shell/matrix.org/x-hvzavcedxczaonye> has joined #yocto | 18:52 | |
*** JEEB <JEEB!~jeeb@kuroko.fushizen.eu> has joined #yocto | 19:16 | |
*** JEEB <JEEB!~jeeb@unaffiliated/jeeb> has joined #yocto | 19:17 | |
khem | ah perhaps improve it ? | 19:19 |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 19:19 | |
*** JEEB <JEEB!~jeeb@unaffiliated/jeeb> has left #yocto | 19:21 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 19:23 | |
*** WillMiles <WillMiles!~Will@209.87.231.80> has quit IRC | 19:27 | |
*** rcw <rcw!~rcw@45.72.241.84> has joined #yocto | 19:36 | |
*** mbulut_ <mbulut_!~nameclash@ip1f126b1a.dynamic.kabel-deutschland.de> has quit IRC | 19:48 | |
*** goliath <goliath!~goliath@212-186-38-205.cable.dynamic.surfer.at> has quit IRC | 19:52 | |
*** vineela <vineela!vtummala@nat/intel/x-fiqvnoobudjmhjtx> has quit IRC | 20:03 | |
*** vineela <vineela!~vtummala@134.134.137.73> has joined #yocto | 20:08 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 20:13 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 20:19 | |
*** marka <marka!~marka@198-84-181-245.cpe.teksavvy.com> has quit IRC | 20:25 | |
*** vineela <vineela!~vtummala@134.134.137.73> has quit IRC | 20:25 | |
*** vineela <vineela!vtummala@nat/intel/x-xdpcighsfvgnmets> has joined #yocto | 20:25 | |
*** Sandrita <Sandrita!d0586e2e@gateway/web/cgi-irc/kiwiirc.com/ip.208.88.110.46> has quit IRC | 20:40 | |
*** Sandrita <Sandrita!d0586e2e@gateway/web/cgi-irc/kiwiirc.com/ip.208.88.110.46> has joined #yocto | 20:41 | |
marex | khem: I kinda have to wonder why would 1kiB be picked as block size in the first place :) | 20:43 |
marex | khem: so uh, since I want to use it in dunfell, because LTS, can I somehow fix that also in BSP layer ? | 20:44 |
marex | I guess a WIC plugin could be a way to go, although I hoped to avoid custom stuff as much as possible, grumb | 20:44 |
khem | yeah plugin I would think is way | 20:48 |
marex | khem: btw while I still have your attention, another completely different question -- does it make sense to try and get YP compatible stamp for vendor BSP layer ? | 20:49 |
marex | khem: SoM vendor, not chip vendor, to be precise | 20:50 |
RP | kergoth: http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=rpurdie/t222&id=0ce16e08f7c182ab4a1d31af51d69e5c57caea73 - we have just a tangled web from legacy stuff :( | 20:50 |
RP | s/just/such/ | 20:51 |
*** vineela <vineela!vtummala@nat/intel/x-xdpcighsfvgnmets> has quit IRC | 20:52 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 21:07 | |
*** otavio <otavio!~otavio@debian/developer/otavio> has quit IRC | 21:11 | |
*** berton <berton!~berton@181.220.75.161> has quit IRC | 21:12 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 21:12 | |
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has quit IRC | 21:20 | |
mischief | is it safe to assume /bin/sh exists? eg are explicit RDEPENDS on something providing it needed? | 21:25 |
marex | mischief: you can assume it exists, look at e.g. dash recipe which sets up alternatives for /bin/sh | 21:27 |
marex | so does busybox, bash etc | 21:27 |
mischief | i know about the alternatives system, but what allows me to assume sh exists? | 21:29 |
*** vineela <vineela!~vtummala@134.134.137.73> has joined #yocto | 21:36 | |
marex | mischief: nope, but that is where I would look if I wanted to figure out who exactly pulls sh in | 21:38 |
marex | mischief: but I do not have a 100% answer for you, sorry | 21:39 |
*** creich <creich!~creich@p200300f6af272610000000000000039b.dip0.t-ipconnect.de> has quit IRC | 21:41 | |
*** creich <creich!~creich@p200300f6af272610000000000000039b.dip0.t-ipconnect.de> has joined #yocto | 21:42 | |
khem | marex: I think usually it is preferred, since it will show confidence in the given BSP layer and will be rated highly | 21:47 |
*** beneth <beneth!~beneth@irc.beneth.fr> has left #yocto | 21:48 | |
*** matetuske <matetuske!b2a4fdb3@178-164-253-179.pool.digikabel.hu> has joined #yocto | 21:48 | |
*** otavio <otavio!~otavio@181.220.78.182> has joined #yocto | 21:48 | |
*** otavio <otavio!~otavio@debian/developer/otavio> has joined #yocto | 21:48 | |
*** matetuske <matetuske!b2a4fdb3@178-164-253-179.pool.digikabel.hu> has quit IRC | 21:49 | |
*** thorn77 <thorn77!b2a4fdb3@178-164-253-179.pool.digikabel.hu> has joined #yocto | 21:49 | |
khem | mischief: busybox provides /bin/sh and image builder will automatically pull in a /bin/sh provided if there is a package needing /bin/sh in image | 21:51 |
*** thorn77 is now known as linums | 21:56 | |
*** beneth <beneth!~beneth@irc.beneth.fr> has joined #yocto | 21:57 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 22:01 | |
*** rcw <rcw!~rcw@45.72.241.84> has quit IRC | 22:02 | |
*** thorn88 <thorn88!~thorn88@2a01-036d-0109-8578-8183-03dc-d0bd-026d.pool6.digikabel.hu> has joined #yocto | 22:03 | |
*** thorn88 <thorn88!~thorn88@2a01-036d-0109-8578-8183-03dc-d0bd-026d.pool6.digikabel.hu> has joined #yocto | 22:03 | |
mischief | khem: can you point me to where that happens? | 22:04 |
mischief | i tried to tell my coworker that you don't need to RDEPENDS on bash when your c program uses system(3), but i want some more proof :-) | 22:05 |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 22:06 | |
*** Hauke1 is now known as Hauke | 22:06 | |
*** linums <linums!b2a4fdb3@178-164-253-179.pool.digikabel.hu> has left #yocto | 22:06 | |
*** linums <linums!~linums@2a01-036d-0109-8578-8183-03dc-d0bd-026d.pool6.digikabel.hu> has joined #yocto | 22:07 | |
khem | well bash is a different story | 22:08 |
*** linums <linums!~linums@2a01-036d-0109-8578-8183-03dc-d0bd-026d.pool6.digikabel.hu> has quit IRC | 22:08 | |
*** linums <linums!~linums@2a01-036d-0109-8578-8183-03dc-d0bd-026d.pool6.digikabel.hu> has joined #yocto | 22:08 | |
khem | since bash is not /bin/sh so if a script asks for bash then it should be in RDEPENDS | 22:08 |
mischief | right, but system(3) doesn't invoke bash, it invokes /bin/sh. | 22:11 |
RP | mischief: the build system can't know what you call in system() calls | 22:11 |
RP | mischief: the detection of /bin/sh dependencies only happens where scripts have #!/bin/sh at the start of them | 22:11 |
RP | mischief: the code is RPMDEPS in package.bbclass | 22:12 |
RP | mischief: we use rpm's scanner | 22:13 |
*** matthewzmd <matthewzmd!~user@216-58-109-18.cpe.distributel.net> has quit IRC | 22:13 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto | 22:16 | |
*** dv <dv!~dv@5.167.98.73> has joined #yocto | 22:23 | |
marex | khem: and how do I get that stamp of approval ? | 22:29 |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC | 22:33 | |
mischief | RP: i know that the build system cant look in system, but system itself is known to invoke /bin/sh | 22:34 |
mischief | e.g. in man 3 system | 22:34 |
dv | I need my image with initramfs with fsck inside. Is there any example in Yocto? | 22:37 |
RP | mischief: we don't look at which functions a program calls like that though | 22:38 |
*** linums <linums!~linums@2a01-036d-0109-8578-8183-03dc-d0bd-026d.pool6.digikabel.hu> has quit IRC | 22:38 | |
*** linums <linums!~linums@apn-94-44-229-146.vodafone.hu> has joined #yocto | 22:38 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 22:56 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 23:00 | |
*** ericch <ericch!~ericch@pool-108-34-251-214.prvdri.fios.verizon.net> has quit IRC | 23:00 | |
*** lukma <lukma!~lukma@85-222-111-42.dynamic.chello.pl> has quit IRC | 23:03 | |
*** vineela <vineela!~vtummala@134.134.137.73> has quit IRC | 23:03 | |
*** vineela <vineela!~vtummala@134.134.137.73> has joined #yocto | 23:11 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-ooadlibxvslwoemy> has quit IRC | 23:13 | |
mischief | RP: i know that. my original question is: what allows recipes to assume /bin/sh exists? | 23:17 |
RP | mischief: its hard to build a system without some script with "#!/bin/sh" at the start which adds a dependency on /bin/sh which pulls it in | 23:18 |
RP | mischief: if you have a recipe which wants /bin/sh and doesn't have such a script, it should really specify it. Nobody does since its so common though | 23:19 |
* RP -> Zzzz | 23:20 | |
*** agust <agust!~agust@p508b6ab0.dip0.t-ipconnect.de> has quit IRC | 23:23 | |
*** linums <linums!~linums@apn-94-44-229-146.vodafone.hu> has quit IRC | 23:32 | |
*** linums <linums!~linums@2a01-036d-0109-8578-8183-03dc-d0bd-026d.pool6.digikabel.hu> has joined #yocto | 23:34 | |
*** beneth <beneth!~beneth@irc.beneth.fr> has left #yocto | 23:48 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has joined #yocto | 23:50 | |
*** sukbeom <sukbeom!~sukbeom@211.222.84.48> has quit IRC | 23:54 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!