*** Cbast <Cbast!~sfrigon@107.190.38.187> has quit IRC | 00:05 | |
*** NU-Slacker <NU-Slacker!~NU-Slacke@24.13.72.71> has joined #yocto | 00:06 | |
*** dl9pf22 <dl9pf22!~dl9pf2@221x245x165x21.ap221.ftth.ucom.ne.jp> has quit IRC | 00:14 | |
*** maudat <maudat!~moda@64.18.88.250> has quit IRC | 00:15 | |
*** dl9pf2 <dl9pf2!~dl9pf2@70.250.149.210.rev.vmobile.jp> has joined #yocto | 00:15 | |
khem | armpit: play some pubg | 00:20 |
---|---|---|
*** phragment <phragment!~blubb@jabber.htu.tugraz.at> has joined #yocto | 00:21 | |
*** la_croix_ <la_croix_!05470484@gateway/web/freenode/ip.5.71.4.132> has joined #yocto | 00:26 | |
la_croix_ | Hi, I'm new to this, and I have a few questions about the best way to load modules in a yocto build | 00:26 |
la_croix_ | Would anybody have a minute to give me some advice? | 00:27 |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has joined #yocto | 00:28 | |
*** NU-Slacker <NU-Slacker!~NU-Slacke@24.13.72.71> has quit IRC | 00:30 | |
*** NU-Slacker <NU-Slacker!~NU-Slacke@24.13.72.71> has joined #yocto | 00:30 | |
la_croix_ | Anybody around? | 00:34 |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has quit IRC | 00:34 | |
*** NU-Slacker <NU-Slacker!~NU-Slacke@24.13.72.71> has quit IRC | 00:34 | |
*** kpo <kpo!~bob@piq58.internetdsl.tpnet.pl> has quit IRC | 00:44 | |
*** scottrif <scottrif!~scottrif@47.40.108.60> has left #yocto | 00:49 | |
*** lfa <lfa!~lfa@217.19.35.51> has quit IRC | 01:00 | |
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has joined #yocto | 01:03 | |
*** dl9pf2 <dl9pf2!~dl9pf2@70.250.149.210.rev.vmobile.jp> has quit IRC | 01:05 | |
*** dl9pf22 <dl9pf22!~dl9pf2@p1477104-ipngn12501hodogaya.kanagawa.ocn.ne.jp> has joined #yocto | 01:06 | |
*** dl9pf22 <dl9pf22!~dl9pf2@p1477104-ipngn12501hodogaya.kanagawa.ocn.ne.jp> has quit IRC | 01:17 | |
*** dl9pf2 <dl9pf2!~dl9pf2@p1477104-ipngn12501hodogaya.kanagawa.ocn.ne.jp> has joined #yocto | 01:22 | |
khem | la_croix_: sure, is it a in-kernel module or external | 01:28 |
*** awe00 <awe00!~awe00@unaffiliated/awe00> has quit IRC | 01:31 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has joined #yocto | 01:35 | |
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has joined #yocto | 01:35 | |
*** kpo <kpo!~bob@217.97.93.91.ipv4.supernova.orange.pl> has joined #yocto | 01:40 | |
la_croix_ | It's i2s support. Essentially I want to follow these instructions: https://learn.adafruit.com/adafruit-i2s-mems-microphone-breakout/raspberry-pi-wiring-and-test | 01:59 |
la_croix_ | khem sorry I only just saw this | 02:01 |
khem | is it for rpi ? | 02:03 |
la_croix_ | Yes | 02:04 |
khem | la_croix_: set ENABLE_I2C = "1" in local.conf | 02:05 |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 02:05 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 02:06 | |
la_croix_ | This is i2s, not i2c... Does that matter? | 02:06 |
khem | ah it would | 02:07 |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has quit IRC | 02:07 | |
la_croix_ | Yes, it seems as though i2s is not included in standard raspbian distro (which I believe yocto replicates for this board), hence the patch | 02:10 |
khem | la_croix_: I think the module is already part of rootfs | 02:13 |
la_croix_ | In that case wouldn't lsmod reveal it? Currently it doesn't list it | 02:14 |
khem | can you create a file /etc/modules-load.d/snd.conf with content | 02:17 |
khem | snd-soc-bcm2835-i2s | 02:17 |
khem | and reboot the box ? | 02:17 |
khem | then do lsmod | grep i2s | 02:17 |
la_croix_ | rebooting | 02:18 |
*** kpo <kpo!~bob@217.97.93.91.ipv4.supernova.orange.pl> has quit IRC | 02:19 | |
la_croix_ | That comes back empty | 02:19 |
la_croix_ | In fact, lsmod only contanis nfsd and ipv6 | 02:20 |
khem | can you try find /lib/modules/ -name "*i2s*" | 02:20 |
la_croix_ | empty again | 02:21 |
khem | ok so it seems your build has not included modules at all | 02:21 |
khem | how did you build this image ? | 02:21 |
la_croix_ | Following the instructions on the mender site: https://docs.mender.io/1.6/artifacts/building-mender-yocto-image | 02:22 |
la_croix_ | It is build on core-img-full-cmdline, with a couple of layers for rpi and mender, as well as one for activating dhcp | 02:23 |
khem | did you build core-image-full-cmdline? | 02:23 |
khem | ok | 02:23 |
*** tgraydon <tgraydon!~textual@134.134.139.83> has joined #yocto | 02:24 | |
khem | can you add IMAGE_INSTALL_append = " kernel-modules " in local.conf and rebuild the image ? | 02:25 |
khem | once you do that then it will include all modules in image | 02:25 |
la_croix_ | yep, one minute | 02:26 |
khem | then you can follow the instructions I gave above to autoload the module | 02:26 |
la_croix_ | Ok, so if I then want to push these out to a load or rpis as mender artifacts, should I be activating i2s in a layer, or do I need to edit the rootfs following the instructions that you have above? | 02:30 |
OutBackDingo | anyoone done initramffs with a pi 3 ? | 02:33 |
khem | la_croix_: you can enable it in meta-data | 02:36 |
khem | la_croix_: in local.conf add KERNEL_MODULE_AUTOLOAD_append = " snd-soc-bcm2835-i2s " | 02:38 |
khem | that will ensure that its automatically inserted on boot | 02:38 |
khem | OutBackDingo: yes | 02:38 |
OutBackDingo | khem: ok im seriously struggling with initramfs on a pi ... so whhats the hhint | 02:39 |
*** chandana73 <chandana73!~ckalluri@149.199.62.129> has quit IRC | 02:39 | |
OutBackDingo | ive read a bunch or raspbian docs oin it... but doesnt seem to be much in the way of yoccto docs | 02:39 |
la_croix_ | Great, thanks | 02:40 |
OutBackDingo | khem: basically i have uboot enabled on a core-image-weston boots fine | 02:40 |
khem | OutBackDingo: did you go through https://meta-raspberrypi.readthedocs.io/en/latest/extra-build-config.html#image-with-initramfs | 02:40 |
OutBackDingo | now id like to get initramffs uup for ccryptffs | 02:40 |
OutBackDingo | yes and thhats not whats clear | 02:41 |
khem | whats not clear | 02:41 |
OutBackDingo | whats needed for config.txt and cmdline.txt ? | 02:42 |
OutBackDingo | khem: as in i get an initrd | 02:42 |
OutBackDingo | well initramfs | 02:42 |
khem | nothing | 02:42 |
khem | did you follow the intructions as listed ? | 02:43 |
khem | it wont build a final SD card image with just kernel+initramfs | 02:44 |
khem | but it will build SD-card image with kernel+inittramfs+rootfs | 02:44 |
khem | you can use that to flash the SD card | 02:44 |
khem | when you boot it will ignore rootfs on SD card | 02:45 |
OutBackDingo | khem: this ERROR: ParseError at /home/dingo/WESTON/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi.inc:23: unparsed line: 'kernel_configure_variable BLK_DEV_INITRD y' | 02:47 |
khem | add it to do_configure_prepend() function | 02:48 |
OutBackDingo | fsck me..... unclear in the doc | 02:50 |
* OutBackDingo thhinks his brain is fried | 02:50 | |
OutBackDingo | khem: still failing | 02:53 |
khem | OutBackDingo: yeah the doc needs some update I have sent a patch | 02:53 |
OutBackDingo | https://pastebin.com/qNnUAP9M | 02:53 |
khem | yeah the second change about adding INITRAMFS variable should be done in local.conf and not in linux-raspberrypi.inc | 02:55 |
OutBackDingo | #$@%^$#^@$%#$% | 02:56 |
* OutBackDingo thinks OMG | 02:56 | |
OutBackDingo | i should have knoown this | 02:57 |
OutBackDingo | quite diffferent then innitramfs on moosst other devices | 02:57 |
khem | https://github.com/agherzan/meta-raspberrypi/commit/7c649bf0dab6c9334401422a98dc148073abbc3c | 02:57 |
OutBackDingo | khem: so... do i need to generate thhe image first ? | 02:59 |
khem | OutBackDingo: once you set the vars correctly just do bitbake core-image-base | 02:59 |
OutBackDingo | `INITRAMFS_IMAGE = "<name for your initramfs image>"` < is looking for a path to an already generated image ? | 02:59 |
OutBackDingo | Missing or unbuildable dependency chain was: ['kernel-initramfs', 'virtual/kernel', 'initramfs'] | 03:00 |
OutBackDingo | ERROR: Required build target 'core-image-base' has no buildable providers. | 03:00 |
OutBackDingo | Missing or unbuildable dependency chain was: ['core-image-base', 'kernel-initramfs', 'virtual/kernel', 'initramfs'] | 03:00 |
OutBackDingo | Summary: There were 2 ERROR messages shown, returning a non-zero exit code. | 03:00 |
khem | No that just means a variable | 03:00 |
OutBackDingo | do we need meta-initramfs | 03:01 |
khem | INITRAMFS_IMAGE = "core-image-weston" | 03:01 |
OutBackDingo | ahhhhhh | 03:01 |
khem | the name should be proper image name | 03:01 |
khem | that you want to bundle | 03:01 |
OutBackDingo | and thats whats missing | 03:02 |
OutBackDingo | the secret sauuce to naming convetntions | 03:02 |
*** la_croix_ <la_croix_!05470484@gateway/web/freenode/ip.5.71.4.132> has quit IRC | 03:02 | |
khem | I think <> denotes a variable | 03:02 |
khem | we are compiler people so we think whole world knows BNF | 03:03 |
OutBackDingo | so then bitbake core-image-weston | 03:04 |
OutBackDingo | after i set NITRAMFS_IMAGE = "core-image-weston" | 03:04 |
khem | actually if you want to bundle core-image-weston then bitbake some other image | 03:04 |
OutBackDingo | khem: great lets see | 03:04 |
OutBackDingo | so itll inherit it | 03:05 |
khem | bitbake core-image-base may be | 03:05 |
khem | yes core-image-weston will get bundled into kernel | 03:05 |
OutBackDingo | which means remoove my dependency loop now :) | 03:05 |
khem | right | 03:05 |
OutBackDingo | ughhhh | 03:06 |
OutBackDingo | LOOL | 03:06 |
khem | ideally you dont want same images in initrd and real rootfs | 03:06 |
khem | thats not usual | 03:06 |
OutBackDingo | ughhh Identifying dependency loops (this may take a short while)... | 03:07 |
khem | add IMAGE_FSTYPES_pn-core-image-weston = "${INITRAMFS_FSTYPES}" in local.conf | 03:09 |
khem | core-image-weston is not a common initrd image | 03:09 |
OutBackDingo | i get it so far now, buut now time to backtrack from my meta-build and remove the "dependency loops" as my image name is core-imaage-build-weston which inhherits core-image and core-image-weston ... YAY | 03:09 |
khem | OutBackDingo: Do me a favor once it works write it down stepwise | 03:10 |
OutBackDingo | :P | 03:10 |
OutBackDingo | rewrite the book huuhh | 03:10 |
OutBackDingo | khem: done anything withh enncrypted rootfs ? hahhahhahahha | 03:10 |
khem | yes but I have to leave now | 03:11 |
OutBackDingo | khem: if youu can catch up with me lateer, meantime lets see if i can get thhrough a initramfs | 03:12 |
*** derek_ <derek_!d05b0202@gateway/web/freenode/ip.208.91.2.2> has quit IRC | 03:57 | |
*** dl9pf2 <dl9pf2!~dl9pf2@p1477104-ipngn12501hodogaya.kanagawa.ocn.ne.jp> has quit IRC | 04:11 | |
*** dl9pf2 <dl9pf2!~dl9pf2@2001:240:2422:7f17:b5e:ce8e:3cf4:ad72> has joined #yocto | 04:14 | |
*** dl9pf2 <dl9pf2!~dl9pf2@2001:240:2422:7f17:b5e:ce8e:3cf4:ad72> has quit IRC | 04:38 | |
*** dl9pf2 <dl9pf2!~dl9pf2@2001:240:2422:7f17:74cd:bc5b:41ab:df50> has joined #yocto | 04:39 | |
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has quit IRC | 04:55 | |
*** TobSnyder <TobSnyder!~schneider@ip5f5aa32f.dynamic.kabel-deutschland.de> has quit IRC | 04:57 | |
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has joined #yocto | 04:57 | |
*** TobSnyder <TobSnyder!~schneider@ip5f5aa32f.dynamic.kabel-deutschland.de> has joined #yocto | 04:59 | |
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has quit IRC | 05:10 | |
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has joined #yocto | 05:12 | |
*** dl9pf22 <dl9pf22!~dl9pf2@p1477104-ipngn12501hodogaya.kanagawa.ocn.ne.jp> has joined #yocto | 05:24 | |
*** dl9pf22 <dl9pf22!~dl9pf2@p1477104-ipngn12501hodogaya.kanagawa.ocn.ne.jp> has quit IRC | 05:27 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-plfmwparhaqwckwf> has quit IRC | 05:27 | |
*** dl9pf2 <dl9pf2!~dl9pf2@2001:240:2422:7f17:74cd:bc5b:41ab:df50> has quit IRC | 05:28 | |
*** dl9pf2 <dl9pf2!~dl9pf2@p1477104-ipngn12501hodogaya.kanagawa.ocn.ne.jp> has joined #yocto | 05:31 | |
OutBackDingo | khem: i dont see an sdimg ? i do see a core-image-weston-raspberrypi3-20181108052912.rootfs.cpio.gz | 05:32 |
*** AndersD <AndersD!~AndersD@194.237.220.218> has joined #yocto | 06:13 | |
*** tprrt <tprrt!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto | 06:14 | |
OutBackDingo | khem: bootlooping with ERROR Image tooo large consider increasing CONFIG_SYS_BOOTM_LEN | 06:26 |
*** morphis__ <morphis__!~morphis@p5DCC3778.dip0.t-ipconnect.de> has quit IRC | 06:31 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 06:33 | |
*** dl9pf2 <dl9pf2!~dl9pf2@p1477104-ipngn12501hodogaya.kanagawa.ocn.ne.jp> has quit IRC | 06:36 | |
*** dl9pf2 <dl9pf2!~dl9pf2@p1477104-ipngn12501hodogaya.kanagawa.ocn.ne.jp> has joined #yocto | 06:37 | |
*** morphis <morphis!~morphis@p5DCC3778.dip0.t-ipconnect.de> has joined #yocto | 06:38 | |
*** tgoodwin <tgoodwin!~tgoodwin@static-108-40-78-74.bltmmd.fios.verizon.net> has quit IRC | 07:11 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto | 07:17 | |
*** fl0v0 <fl0v0!~fvo@mue-88-130-106-238.dsl.tropolys.de> has joined #yocto | 07:27 | |
OutBackDingo | apears u-boot on the pi 3 doessnt like initramfs | 07:32 |
*** fsdun <fsdun!~fsdun@62.154.245.74> has joined #yocto | 07:44 | |
*** frsc <frsc!~frsc@200116b8249d7a008a6c6034be11bba0.dip.versatel-1u1.de> has joined #yocto | 07:44 | |
fsdun | Moin | 07:44 |
*** Carton__ <Carton__!~jo@213.55.211.27> has joined #yocto | 07:47 | |
*** rondo-de <rondo-de!543e9474@gateway/web/freenode/ip.84.62.148.116> has quit IRC | 07:52 | |
*** lusus <lusus!~lusus@62.91.23.180> has joined #yocto | 08:02 | |
*** tgoodwin <tgoodwin!~tgoodwin@static-108-40-78-74.bltmmd.fios.verizon.net> has joined #yocto | 08:30 | |
*** lfa <lfa!~lfa@217.19.35.51> has joined #yocto | 08:34 | |
*** roxell <roxell!~roxell@unaffiliated/roxell> has quit IRC | 08:35 | |
*** rajm <rajm!~robertmar@148.252.241.226> has joined #yocto | 08:36 | |
*** mckoan|away is now known as mckoan | 08:37 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 08:40 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto | 08:44 | |
*** florian_kc is now known as florian | 08:45 | |
*** dl9pf2 <dl9pf2!~dl9pf2@p1477104-ipngn12501hodogaya.kanagawa.ocn.ne.jp> has quit IRC | 08:47 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 08:50 | |
*** Bunio_FH1 <Bunio_FH1!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 08:50 | |
*** ant_work <ant_work!~ant__@a-ii1-78.tin.it> has joined #yocto | 08:54 | |
*** dl9pf2 <dl9pf2!~dl9pf2@59.250.149.210.rev.vmobile.jp> has joined #yocto | 08:55 | |
*** tgraydon <tgraydon!~textual@134.134.139.83> has quit IRC | 09:00 | |
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has quit IRC | 09:01 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 09:12 | |
yocti | New news from stackoverflow: version node not found for symbol <https://stackoverflow.com/questions/53204342/version-node-not-found-for-symbol> | 09:19 |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has quit IRC | 09:21 | |
*** joaocfernandes <joaocfernandes!~Joao@88.157.236.36> has joined #yocto | 09:22 | |
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto | 09:33 | |
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto | 09:53 | |
*** kpo <kpo!~bob@217.97.93.91.ipv4.supernova.orange.pl> has joined #yocto | 10:01 | |
*** andrey_utkin <andrey_utkin!~andrey_ut@gentoo/developer/andrey-utkin> has joined #yocto | 10:06 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 10:24 | |
*** tprrt <tprrt!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC | 10:25 | |
*** Carton__ <Carton__!~jo@213.55.211.27> has quit IRC | 10:27 | |
*** Carton__ <Carton__!~jo@213.55.211.27> has joined #yocto | 10:28 | |
*** awe00 <awe00!~awe00@unaffiliated/awe00> has joined #yocto | 10:30 | |
*** kpo <kpo!~bob@217.97.93.91.ipv4.supernova.orange.pl> has quit IRC | 10:30 | |
*** dl9pf2 <dl9pf2!~dl9pf2@59.250.149.210.rev.vmobile.jp> has quit IRC | 10:36 | |
*** dl9pf2 <dl9pf2!~dl9pf2@100.208.138.210.rev.vmobile.jp> has joined #yocto | 10:39 | |
zagor | what is the policy for backporting fixes to old releases? do you accept gcc-8 fixes for rocko? | 10:41 |
zagor | specifically, I'm getting alignment crashes in elfutils and python-native. these are fixed in sumo but not rocko. | 10:50 |
zagor | I'm using bbappend recipes to add the patches locally so it's not a problem for me. just wondering what the project policy is. | 10:51 |
*** Kitsok <Kitsok!~kitsok@2a02:6b8:0:506:d681:d7ff:fe6d:d499> has joined #yocto | 11:06 | |
Kitsok | Hi all! I'm trying to add a custom user to the target system. For this I added "useradd admin;" to the EXTRA_USERS_PARAMS var in local.conf.sample, but it fails. I've tried it with different parameters, finally it fails even with the username only. I've also tried groupadd with the same result. The error is " groupadd command did not succeed" without any other info. What am I doing wrong? | 11:08 |
ant_work | zagor, gcc-8 was introduced with thud some months ago. I don't think it will be backported. | 11:09 |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 11:25 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 11:25 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 11:28 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 11:29 | |
*** rburton_ <rburton_!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 11:30 | |
*** mckoan is now known as mckoan|away | 11:32 | |
*** lpapp <lpapp!~lpapp@kde/lpapp> has joined #yocto | 11:44 | |
lpapp | hi, why do I need get a prompt when I boot up runlevel one, single user mode? | 11:44 |
zagor | ant_work: I mean when the host machine runs gcc-8 | 11:44 |
*** dv_ <dv_!~dv@62.178.50.190> has quit IRC | 11:45 | |
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has joined #yocto | 11:47 | |
prabhakarlad | Hi all, what is the difference between standard and extensible SDK ? | 11:57 |
*** dv_ <dv_!~dv@62.178.50.190> has joined #yocto | 11:59 | |
*** dl9pf2 <dl9pf2!~dl9pf2@100.208.138.210.rev.vmobile.jp> has quit IRC | 12:03 | |
*** morphis_ <morphis_!~morphis@pD9E2FDFE.dip0.t-ipconnect.de> has joined #yocto | 12:15 | |
*** morphis <morphis!~morphis@p5DCC3778.dip0.t-ipconnect.de> has quit IRC | 12:18 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 12:21 | |
RP | prabhakarlad: one is a fairly typical standalone toolchain, the other gives access to more tools like devtool | 12:27 |
*** tgoodwin <tgoodwin!~tgoodwin@static-108-40-78-74.bltmmd.fios.verizon.net> has quit IRC | 12:29 | |
*** tgoodwin <tgoodwin!~tgoodwin@static-108-40-78-74.bltmmd.fios.verizon.net> has joined #yocto | 12:32 | |
*** joaocfernandes <joaocfernandes!~Joao@88.157.236.36> has quit IRC | 12:34 | |
OutBackDingo | ok, anyyone know whats thhe secret to initramfs size on a PI ?? the build keeps failing | 12:37 |
RP | OutBackDingo: it sounded like your build worked but it failed to boot? Did you try doing what the error said? | 12:38 |
OutBackDingo | RP: https://pastebin.com/tnLTNcQT | 12:40 |
OutBackDingo | its seems the disk is ful;l | 12:41 |
OutBackDingo | its not creating images | 12:41 |
OutBackDingo | ive even had to remove u-boot | 12:41 |
OutBackDingo | where thhe initramfs image should be soore-image-minimal | 12:43 |
OutBackDingo | core-image-minimal | 12:43 |
RP | OutBackDingo: you could try INHERIT += "rm_work" | 12:44 |
OutBackDingo | RP: inherit it where ? | 12:46 |
OutBackDingo | iver already had to set The initramfs size 245760(K) overrides INITRAMFS_MAXSIZE: 131072(K) | 12:46 |
RP | OutBackDingo: I guess it depends if your image is full or your host system, its hard to tell from that pastebin | 12:47 |
OutBackDingo | RP: the host disk isnt the issue | 12:48 |
OutBackDingo | its when its trying to create the images | 12:48 |
OutBackDingo | /dev/mapper/newdebian--vg-root 885G 284G 556G 34% / | 12:48 |
RP | OutBackDingo: sorry, my advice won't help then | 12:48 |
RP | OutBackDingo: it sounds like its trying to write the whole rootfs into the initramfs which would be why its out of space | 12:49 |
RP | hmm, maybe not | 12:50 |
OutBackDingo | RP: and thats what im thinking.... when it shhould only be trying to write core-image-minimal | 12:50 |
RP | OutBackDingo: best guess is the do_rpi_sdiimge itself doesn't know to include the initramfs size in its size of the sd image it builds | 12:51 |
prabhakarlad | RP: thank you :) | 12:52 |
OutBackDingo | my config https://pastebin.com/c9zTk7dA | 12:53 |
OutBackDingo | and im thhen bitbake core-image-weston | 12:53 |
*** lpapp <lpapp!~lpapp@kde/lpapp> has left #yocto | 12:55 | |
OutBackDingo | i cant believe its this difficult to generate a weston image with initramffs | 12:57 |
RP | OutBackDingo: likely something simple but I'm not able to page in the right data to help :( | 13:04 |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 13:07 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has quit IRC | 13:10 | |
*** oorezz is now known as zzeroo | 13:16 | |
fsdun | OutBackDingo, do you want to have core-image-weston as initramfs? | 13:17 |
*** joaocfernandes <joaocfernandes!~Joao@88.157.236.36> has joined #yocto | 13:21 | |
OutBackDingo | fsdun: no i want core image minimal as initrams with encryptfs and ssh | 13:21 |
OutBackDingo | so i can encrypt rootfs and then boot to weston | 13:22 |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 13:23 | |
*** joaocfernandes <joaocfernandes!~Joao@88.157.236.36> has quit IRC | 13:29 | |
fsdun | OutBackDingo, do you have SDIMG_SIZE set?. could you paste /home/dingo/INITRAMFS/rpi-build/tmp/work/raspberrypi3-poky-linux-gnueabi/core-image-weston/1.0-r0/temp/run.do_image_rpi_sdimg.24666 | 13:30 |
OutBackDingo | fsdun: https://pastebin.com/7FDkrgaf | 13:34 |
OutBackDingo | fsdun: SDIMG_SIZE ? | 13:36 |
OutBackDingo | i literally think... its trying to pack it all inside initramffs where i only want core-image-minimal in initramfs | 13:40 |
OutBackDingo | if i literally strip my config down it build core-image-base withh core image-minimal as initramfs | 13:41 |
OutBackDingo | itll complete i can dd the sdimg and it boots, though no networking... as soon as i tryy to add thhings for the config to get weston, ort my custom packages it fails | 13:42 |
fsdun | what's the size of /home/dingo/INITRAMFS/rpi-build/tmp/deploy/images/raspberrypi3/bcm2835-bootfiles/ ? | 13:45 |
fsdun | I think it's failing in line 141 of you pastebin which is line 121 in sdcard_image-rpi.bbclass | 13:46 |
OutBackDingo | du -h /home/dingo/INITRAMFS/rpi-build/tmp/deploy/images/raspberrypi3/bcm2835-bootfiles/ | 13:46 |
OutBackDingo | 13M/home/dingo/INITRAMFS/rpi-build/tmp/deploy/images/raspberrypi3/bcm2835-bootfiles/ | 13:46 |
OutBackDingo | i cant be the only one whos done this | 13:47 |
OutBackDingo | LOL :) | 13:47 |
fsdun | are you aware that IMAGE_INSTALL_append also applies for core-image-minimal? | 13:49 |
OutBackDingo | fsdun: it shhould be what, to not install / append to initramfs but to install in rootfs ? | 13:49 |
fsdun | core-image-minimal is a normal image which also uses IMAGE_INSTALL (as core-image-weston does), but is packaged as INITRAMFS_FSTYPES. | 13:52 |
jofr | I'll probably need to different image recipes. | 13:53 |
jofr | *facepalm* | 13:53 |
jofr | You'll probably need to different image recipes. | 13:53 |
khem | OutBackDingo: set INITRAMFS_MAXSIZE = "262144" | 13:54 |
*** marka <marka!~masselst@128.224.252.2> has joined #yocto | 13:54 | |
khem | in local.conf, the image that is being bundled is big | 13:54 |
OutBackDingo | khem: i know you said youve done this beforee but i really cant see how | 13:56 |
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has quit IRC | 13:57 | |
*** yates <yates!~user@rrcs-96-10-234-158.midsouth.biz.rr.com> has joined #yocto | 13:58 | |
yates | does a filesystem exist for eeproms? | 13:58 |
jofr | yates: Does cpio fit your bill? :p | 13:59 |
OutBackDingo | khem: why is it big, if i only want core-image-minimal to be initramfs with encryptfs to unlock mmcblkk0p2 and then boot to weston ? | 14:00 |
OutBackDingo | so whhats the secret that im missing hhere | 14:01 |
khem | I thought you were using core-image-weston | 14:01 |
*** morphis_ <morphis_!~morphis@pD9E2FDFE.dip0.t-ipconnect.de> has quit IRC | 14:02 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 14:02 | |
*** ant_work <ant_work!~ant__@a-ii1-78.tin.it> has quit IRC | 14:02 | |
*** lfa <lfa!~lfa@217.19.35.51> has quit IRC | 14:02 | |
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has quit IRC | 14:02 | |
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC | 14:02 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 14:02 | |
*** ant_home <ant_home!~ant__@host211-58-dynamic.14-87-r.retail.telecomitalia.it> has quit IRC | 14:02 | |
*** lazyape_home <lazyape_home!~lazyape2@athedsl-4549662.home.otenet.gr> has quit IRC | 14:02 | |
*** dqx <dqx!~dqx@unaffiliated/dqx> has quit IRC | 14:02 | |
*** sa2ajj <sa2ajj!~quassel@dsl-hkibng21-54f864-131.dhcp.inet.fi> has quit IRC | 14:02 | |
*** rovanceo <rovanceo!~rovanceo@80.97.64.55> has quit IRC | 14:02 | |
*** joseppc <joseppc!~josep@unaffiliated/joseppc> has quit IRC | 14:02 | |
*** RP <RP!~RP@5751f4a1.skybroadband.com> has quit IRC | 14:02 | |
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has quit IRC | 14:02 | |
*** Guest83748 <Guest83748!~brianleu@cpe-24-211-134-4.nc.res.rr.com> has quit IRC | 14:02 | |
*** ski7777 <ski7777!~quassel@ip5b437013.dynamic.kabel-deutschland.de> has quit IRC | 14:02 | |
*** henriknj <henriknj!~hnje@193.106.123.182> has quit IRC | 14:02 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has quit IRC | 14:02 | |
*** mcfrisk <mcfrisk!~mcfrisk@kapsi.fi> has quit IRC | 14:02 | |
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC | 14:02 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has quit IRC | 14:02 | |
*** fray <fray!~fray@kernel.crashing.org> has quit IRC | 14:02 | |
*** rettichschnidi <rettichschnidi!~reto@pdpc/supporter/student/rettichschnidi> has quit IRC | 14:02 | |
*** denix <denix!~denix@pool-100-15-91-218.washdc.fios.verizon.net> has quit IRC | 14:02 | |
*** dkc <dkc!~dkc@55.ip-158-69-215.net> has quit IRC | 14:02 | |
*** fray <fray!~fray@kernel.crashing.org> has joined #yocto | 14:02 | |
*** mcfrisk <mcfrisk!mcfrisk@kapsi.fi> has joined #yocto | 14:02 | |
*** ski7777 <ski7777!~quassel@ip5b437013.dynamic.kabel-deutschland.de> has joined #yocto | 14:02 | |
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has joined #yocto | 14:02 | |
*** denix0 <denix0!~denix@pool-100-15-91-218.washdc.fios.verizon.net> has joined #yocto | 14:02 | |
*** morphis_ <morphis_!~morphis@pD9E2FDFE.dip0.t-ipconnect.de> has joined #yocto | 14:02 | |
*** rettichschnidi <rettichschnidi!~reto@212-51-141-71.fiber7.init7.net> has joined #yocto | 14:02 | |
*** dkc <dkc!~dkc@55.ip-158-69-215.net> has joined #yocto | 14:02 | |
*** denix0 is now known as denix | 14:02 | |
*** sa2ajj <sa2ajj!~quassel@84.248.100.131> has joined #yocto | 14:02 | |
*** micka <micka!~micka@80.67.176.75> has joined #yocto | 14:02 | |
*** silviof <silviof!~silviof@HSI-KBW-078-043-040-050.hsi4.kabel-badenwuerttemberg.de> has joined #yocto | 14:02 | |
*** Guest83748 <Guest83748!~brianleu@cpe-24-211-134-4.nc.res.rr.com> has joined #yocto | 14:02 | |
*** henriknj <henriknj!~hnje@193.106.123.182> has joined #yocto | 14:02 | |
*** rovanceo <rovanceo!~rovanceo@80.97.64.55> has joined #yocto | 14:02 | |
*** stryx` <stryx`!~stryx@185.164.136.111> has joined #yocto | 14:03 | |
*** silviof <silviof!~silviof@HSI-KBW-078-043-040-050.hsi4.kabel-badenwuerttemberg.de> has quit IRC | 14:03 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has joined #yocto | 14:03 | |
*** joseppc <joseppc!~josep@80.252.166.18> has joined #yocto | 14:03 | |
*** moto-timo <moto-timo!~ttorling@192.55.54.39> has joined #yocto | 14:03 | |
*** stryx` <stryx`!~stryx@185.164.136.111> has quit IRC | 14:03 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 14:03 | |
*** joseppc <joseppc!~josep@80.252.166.18> has quit IRC | 14:03 | |
*** joseppc <joseppc!~josep@unaffiliated/joseppc> has joined #yocto | 14:03 | |
*** moto-timo <moto-timo!~ttorling@192.55.54.39> has quit IRC | 14:03 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has joined #yocto | 14:03 | |
*** lfa <lfa!~lfa@217.19.35.51> has joined #yocto | 14:04 | |
*** ant_work <ant_work!~ant__@a-ii1-78.tin.it> has joined #yocto | 14:04 | |
*** lazyape <lazyape!~lazyape2@athedsl-4549662.home.otenet.gr> has joined #yocto | 14:04 | |
*** lfa <lfa!~lfa@217.19.35.51> has quit IRC | 14:04 | |
*** ant_home <ant_home!~ant__@host211-58-dynamic.14-87-r.retail.telecomitalia.it> has joined #yocto | 14:04 | |
*** RP <RP!~RP@5751f4a1.skybroadband.com> has joined #yocto | 14:04 | |
*** lfa <lfa!~lfa@217.19.35.51> has joined #yocto | 14:04 | |
OutBackDingo | khem: i fails to buildd the image | 14:05 |
*** tprrt <tprrt!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto | 14:06 | |
*** dqx <dqx!~dqx@unaffiliated/dqx> has joined #yocto | 14:07 | |
nrossi | OutBackDingo: I used wic last time i did an initramfs boot with the raspi bootloader. One initramfs rootfs image packed onto the filesystem of p1 (via IMAGE_BOOT_FILES), and one disk image. In your case the disk image could include your encrypted root on p2 of the disk. Just a suggestion if the sdcard image type doesn't pan out for you. | 14:07 |
khem | I see you have IMAGE_INSTALL_append which could be bloating the image quite a bit | 14:08 |
khem | SD card has two paritions one for boot files where kernel lives and its relatively small | 14:09 |
khem | now when you pack initramfs into kernel the size of bootfiles will grow too | 14:09 |
khem | so you might need to adjust the size of boot partition | 14:09 |
khem | something like BOOT_SPACE ?= "40960" makes is 40M | 14:10 |
OutBackDingo | khem: thats the default | 14:10 |
khem | you might need to set it bigger than that | 14:10 |
khem | whats the size of cpio.xz | 14:10 |
jofr | I have recipeFoo that DEPENDS on recipeBar-native. I thought that if I did a "cleanall" on recipeBar-native, it would cause recipeFoo to get rebuilt the next time. Well, it doesn't. But how can I enforce it? | 14:11 |
khem | jofr: if nothing changed then it should not since signatures wont change | 14:12 |
khem | clean both | 14:13 |
*** ak77 <ak77!c12e4b03@gateway/web/freenode/ip.193.46.75.3> has quit IRC | 14:14 | |
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto | 14:14 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto | 14:15 | |
jofr | khem: It is changing, but all the changes are in recipe-sysroot-native because recipeBar-native is.. well.. native. :p | 14:17 |
jofr | I think I managed to fix it by changing recipeBar to a non"-native", BBEXTENDing native and defining a FILES_ section | 14:21 |
OutBackDingo | khem: must be the appends | 14:22 |
OutBackDingo | i have a weston image now im testing | 14:22 |
OutBackDingo | khem: nope blank screen, not booting | 14:26 |
*** morphis_ <morphis_!~morphis@pD9E2FDFE.dip0.t-ipconnect.de> has quit IRC | 14:28 | |
OutBackDingo | khem ok wait... i can ssh into it | 14:29 |
*** morphis <morphis!~morphis@pD9E2FDFE.dip0.t-ipconnect.de> has joined #yocto | 14:29 | |
OutBackDingo | devtmpfs 171.3M 0 171.3M 0% /dev | 14:29 |
OutBackDingo | tmpfs 304.8M 92.0K 304.7M 0% /run | 14:29 |
OutBackDingo | tmpfs 304.8M 48.0K 304.7M 0% /var/volatile | 14:29 |
OutBackDingo | its booted to tmpfs not rootfs on sdcard though | 14:29 |
OutBackDingo | guys | 14:29 |
OutBackDingo | ughhhhh | 14:29 |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 14:35 | |
OutBackDingo | noow, hhot to get it to continue to boot rootfs | 14:37 |
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC | 14:38 | |
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto | 14:38 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 14:38 | |
*** varjag <varjag!~user@ti0040a400-6464.bb.online.no> has joined #yocto | 14:41 | |
*** peacememories <peacememories!~textual@t192-187.demo.tuwien.ac.at> has joined #yocto | 14:42 | |
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC | 14:43 | |
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has quit IRC | 14:49 | |
*** maudat <maudat!~moda@64.18.88.250> has joined #yocto | 14:53 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 14:54 | |
*** phragment <phragment!~blubb@jabber.htu.tugraz.at> has quit IRC | 14:56 | |
*** paulg <paulg!~paulg@24-246-7-167.cable.teksavvy.com> has quit IRC | 14:56 | |
*** AndersD <AndersD!~AndersD@194.237.220.218> has quit IRC | 15:02 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 15:03 | |
*** lucaceresoli <lucaceresoli!~lucaceres@37.160.98.75> has joined #yocto | 15:04 | |
*** lucaceresoli_ <lucaceresoli_!~lucaceres@37.160.93.170> has joined #yocto | 15:05 | |
*** lucaceresoli <lucaceresoli!~lucaceres@37.160.98.75> has quit IRC | 15:09 | |
prabhakarlad | Hi , I have built and SDK, and now when extracting I get this ERROR: Sstate artifact unavailable for package, any thought what could be missing ? | 15:10 |
*** lucaceresoli_ <lucaceresoli_!~lucaceres@37.160.93.170> has quit IRC | 15:12 | |
*** lucaceresoli <lucaceresoli!~lucaceres@37.160.93.170> has joined #yocto | 15:14 | |
*** peacememories <peacememories!~textual@t192-187.demo.tuwien.ac.at> has quit IRC | 15:18 | |
*** stephano <stephano!~stephano@134.134.139.76> has joined #yocto | 15:18 | |
*** peacememories <peacememories!~textual@t192-187.demo.tuwien.ac.at> has joined #yocto | 15:25 | |
*** paulg <paulg!~paulg@24-246-7-167.cable.teksavvy.com> has joined #yocto | 15:29 | |
*** rajm <rajm!~robertmar@148.252.241.226> has quit IRC | 15:29 | |
*** chandana73 <chandana73!~ckalluri@149.199.62.130> has joined #yocto | 15:29 | |
*** morphis <morphis!~morphis@pD9E2FDFE.dip0.t-ipconnect.de> has quit IRC | 15:30 | |
*** morphis_ <morphis_!~morphis@pD9E2FDFE.dip0.t-ipconnect.de> has joined #yocto | 15:30 | |
*** peacememories <peacememories!~textual@t192-187.demo.tuwien.ac.at> has quit IRC | 15:38 | |
*** rajm <rajm!~robertmar@148.252.241.226> has joined #yocto | 15:40 | |
*** phragment <phragment!~blubb@jabber.htu.tugraz.at> has joined #yocto | 15:51 | |
*** ant_work <ant_work!~ant__@a-ii1-78.tin.it> has quit IRC | 15:53 | |
kergoth | RP: hmm, now that getVar defaults to expansion, indexing and .get() should be expanded, so we should be good to change things like (d.getVar('FOO') or '').split() to d.get('FOO', '').split(), more like a regular mapping, yes? | 15:56 |
*** rajm <rajm!~robertmar@148.252.241.226> has quit IRC | 16:05 | |
*** rajm <rajm!~robertmar@148.252.241.226> has joined #yocto | 16:08 | |
*** berton[m] <berton[m]!fabioberto@gateway/shell/matrix.org/x-sbacfemkrkimhpyp> has left #yocto | 16:09 | |
*** berton <berton!~berton@181.220.65.91> has joined #yocto | 16:15 | |
*** toanju <toanju!~toanju@x5ce7b6bd.dyn.telefonica.de> has joined #yocto | 16:15 | |
*** Bunio_FH1 <Bunio_FH1!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 16:24 | |
*** dmoseley <dmoseley!472c9d28@gateway/web/cgi-irc/kiwiirc.com/ip.71.44.157.40> has joined #yocto | 16:25 | |
*** dmoseley <dmoseley!472c9d28@gateway/web/cgi-irc/kiwiirc.com/ip.71.44.157.40> has joined #yocto | 16:27 | |
*** lucaceresoli_ <lucaceresoli_!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has joined #yocto | 16:27 | |
*** lucaceresoli <lucaceresoli!~lucaceres@37.160.93.170> has quit IRC | 16:31 | |
RP | kergoth: I guess in theory but my preference is to leave getVar as a) its clearer to read somehow and b) the patch churn and conflicts such changes generate make life a nightmare | 16:38 |
kergoth | true. i also wonder how it would affect checksum generation, i don't remember if the signature generation checks indexing and .get and friends | 16:39 |
kergoth | probably *should*, but.. | 16:39 |
kergoth | definitely easier to do ast analysis when we don't have to differentiate dicts from datasmart objects | 16:40 |
*** Carton__ <Carton__!~jo@213.55.211.27> has quit IRC | 16:41 | |
kergoth | Hmm, I wonder if there'd be an interest in https://github.com/MentorEmbedded/meta-mentor/blob/master/meta-mentor-staging/classes/win_sdk_cull.bbclass going upstream | 16:42 |
RP | kergoth: getVar is a much nicer expression for the magic ast code to spot | 16:45 |
RP | kergoth: that might be a good one for meta-mingw | 16:46 |
kergoth | ah, good point | 16:46 |
JPEW | kergoth: I agree (on win_sdk_cull.bbclass). We do something like that already... but I can't find it atm | 16:47 |
kergoth | ah, k. will add to my list to check | 16:47 |
kergoth | thanks | 16:47 |
JPEW | I should probably see if anyone is interested in our self extracting python script for mingw SDKs some day too.... | 16:48 |
*** chandana73 <chandana73!~ckalluri@149.199.62.130> has quit IRC | 16:50 | |
*** Kitsok <Kitsok!~kitsok@2a02:6b8:0:506:d681:d7ff:fe6d:d499> has quit IRC | 16:53 | |
RP | JPEW: yes, as a patch to meta-mingw :) | 16:55 |
RP | mingw really needs to get some maintainers who use that stuff | 16:55 |
JPEW | RP: Ya I've noticed. We use it pretty heavily, I *might* be convinced to voluteer for that ;) | 16:56 |
* RP quicks fires up an editor on the README | 16:58 | |
kergoth | :) | 17:03 |
fray | self extrasking mingw SDKs? confused | 17:04 |
fray | we just create a zip file using the post processing stuff.. and the user extracts the zip and it 'all just works' | 17:04 |
*** frsc <frsc!~frsc@200116b8249d7a008a6c6034be11bba0.dip.versatel-1u1.de> has quit IRC | 17:04 | |
fray | (seems to be what our customers have expected at least...) | 17:05 |
*** fl0v0 <fl0v0!~fvo@mue-88-130-106-238.dsl.tropolys.de> has quit IRC | 17:09 | |
JPEW | fray: There are some post processing steps that we have found necessary (just like on Linux SDKs) | 17:25 |
JPEW | fray: I don't remember what atm, we've been using it for years | 17:25 |
*** lusus <lusus!~lusus@62.91.23.180> has quit IRC | 17:32 | |
*** chandana73 <chandana73!~ckalluri@149.199.62.129> has joined #yocto | 17:34 | |
*** kaspter <kaspter!~Instantbi@115.206.63.55> has quit IRC | 17:35 | |
*** chandana73 <chandana73!~ckalluri@149.199.62.129> has quit IRC | 17:36 | |
*** rcw <rcw!~rcw@104-195-246-183.cpe.teksavvy.com> has joined #yocto | 17:45 | |
*** awe00 <awe00!~awe00@unaffiliated/awe00> has quit IRC | 17:46 | |
*** dmoseley <dmoseley!472c9d28@gateway/web/cgi-irc/kiwiirc.com/ip.71.44.157.40> has quit IRC | 17:48 | |
yocti | New news from stackoverflow: AOT compile system assemblies using Yocto meta-mono <https://stackoverflow.com/questions/53213420/aot-compile-system-assemblies-using-yocto-meta-mono> | 17:51 |
*** andrunko <andrunko!andrunko@nat/collabora/x-gqpzszmfbebzigfs> has joined #yocto | 17:55 | |
*** TobSnyder <TobSnyder!~schneider@ip5f5aa32f.dynamic.kabel-deutschland.de> has quit IRC | 17:55 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 17:55 | |
*** lucaceresoli_ <lucaceresoli_!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has quit IRC | 17:57 | |
*** lucaceresoli_ <lucaceresoli_!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has joined #yocto | 17:58 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 17:59 | |
*** andrey_utkin <andrey_utkin!~andrey_ut@gentoo/developer/andrey-utkin> has left #yocto | 18:06 | |
*** andrey_utkin <andrey_utkin!~andrey_ut@gentoo/developer/andrey-utkin> has joined #yocto | 18:06 | |
*** andrunko <andrunko!andrunko@nat/collabora/x-gqpzszmfbebzigfs> has quit IRC | 18:10 | |
*** andrunko <andrunko!andrunko@nat/collabora/x-ezidavozllvifneh> has joined #yocto | 18:10 | |
*** _sgw <_sgw!~sgw@192.55.54.39> has joined #yocto | 18:11 | |
*** chandana73 <chandana73!~ckalluri@149.199.62.129> has joined #yocto | 18:14 | |
*** rburton_ <rburton_!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 18:16 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 18:17 | |
RP | armpit: fixed the 2.4.4 artefact publishing and resent the qa email with help from halstead | 18:25 |
RP | kergoth: did you want to take 12987? | 18:26 |
kergoth | yeah i can do that | 18:26 |
RP | kergoth: its yours! (thanks0 | 18:26 |
kergoth | np | 18:27 |
kergoth | sorry i havent' had more time to help with core work recently, been busy at work and at home. looking to improve that again soon | 18:27 |
RP | kergoth: np, I've been having my own sets of challenges too... | 18:28 |
* RP is getting frustrated with doing QA stuff all the time | 18:29 | |
*** andrey_utkin <andrey_utkin!~andrey_ut@gentoo/developer/andrey-utkin> has left #yocto | 18:31 | |
*** andrey_utkin <andrey_utkin!~andrey_ut@gentoo/developer/andrey-utkin> has joined #yocto | 18:31 | |
*** sa2ajj <sa2ajj!~quassel@84.248.100.131> has quit IRC | 18:32 | |
*** sa2ajj <sa2ajj!~quassel@dsl-hkibng21-54f864-131.dhcp.inet.fi> has joined #yocto | 18:33 | |
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has joined #yocto | 18:58 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 18:59 | |
kroon | Hi. I have a layer that I use together with yocto rocko, sumo and to-be thud. In there I have a linux-yocto_4.12.bbappend, but in oe-core thud there is no longer a linux-yocto_4.12 recipe to append to, which results in errors. Is there a way to have a .bbappend apply only if the recipe exists, and not error otherwise ? | 19:01 |
kroon | maybe some trickey with the layer.conf ? | 19:04 |
*** awe00 <awe00!~awe00@unaffiliated/awe00> has joined #yocto | 19:08 | |
*** _sgw is now known as sgw | 19:14 | |
*** vmeson <vmeson!~rmacleod@24-52-238-240.cable.teksavvy.com> has quit IRC | 19:39 | |
*** tprrt <tprrt!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC | 19:41 | |
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has quit IRC | 19:55 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 20:05 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 20:06 | |
*** varjag <varjag!~user@ti0040a400-6464.bb.online.no> has left #yocto | 20:12 | |
*** berton <berton!~berton@181.220.65.91> has quit IRC | 20:16 | |
khem | kroon see the concept of dynamic-layers https://github.com/YoeDistro/meta-wpe/tree/master/dynamic-layers | 20:19 |
khem | layer.conf https://github.com/YoeDistro/meta-wpe/blob/master/conf/layer.conf | 20:19 |
kergoth | you should really be using branches | 20:24 |
*** tgraydon <tgraydon!~textual@134.134.139.72> has joined #yocto | 20:27 | |
kergoth | i'm rather annoyed i had to homeroll checking for shell parameter expansion modifiers because pysh never got around to implementing them.. | 20:35 |
* kergoth rolls eyes | 20:35 | |
*** chandana73 <chandana73!~ckalluri@149.199.62.129> has quit IRC | 20:35 | |
kergoth | ended up pretty easy though: https://github.com/openembedded/bitbake/compare/master...kergoth:yocto-12987 | 20:35 |
*** chandana73 <chandana73!~ckalluri@149.199.62.129> has joined #yocto | 20:37 | |
*** lucaceresoli_ <lucaceresoli_!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has quit IRC | 20:38 | |
*** lucaceresoli_ <lucaceresoli_!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has joined #yocto | 20:39 | |
*** vmeson <vmeson!~rmacleod@24-52-238-240.cable.teksavvy.com> has joined #yocto | 20:47 | |
RP | kergoth: not bad | 20:48 |
RP | kergoth: as ever I worry about performance and memory storage size of the objects but I'm paranoid | 20:48 |
kergoth | yep, that was my first thought after doing it as well, we do a hell of a lot of shell and python parsing, any changes to it affect performance. no statistically significant impact on parse time, still need to test a few builds | 20:50 |
kergoth | unexpanded ${} in shell is likely pretty rare to begin with, so the # of times it even has to enter this block is pretty low | 20:51 |
kergoth | there were 12 instances where modified_expansions was non-empty across all of oe-core and meta-oe | 20:52 |
*** vmeson <vmeson!~rmacleod@24-52-238-240.cable.teksavvy.com> has quit IRC | 20:53 | |
RP | kergoth: fair enough. A non-obvious issue is that even an empty set() has memory storage size. Where things were rare, I did notice a big difference elsewhere by using hasattr() and leaving the entry missing | 20:58 |
kergoth | huh, that's interesting, this would be a good candidate | 20:59 |
kergoth | i'll look into t hat, thanks | 20:59 |
RP | kergoth: http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=a9dc2ac9e00e3bbea872c8d22568e3acfb9ba3d4 - the removes | 20:59 |
*** chandana73 <chandana73!~ckalluri@149.199.62.129> has quit IRC | 21:00 | |
*** vmeson <vmeson!~rmacleod@24-52-238-240.cable.teksavvy.com> has joined #yocto | 21:02 | |
kergoth | i'm getting spoiled using f-strings in my other projects, looking forward to the next python 3 version requirement bump :) | 21:02 |
*** chandana73 <chandana73!~ckalluri@149.199.62.129> has joined #yocto | 21:03 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 21:12 | |
*** dmoseley <dmoseley!48b86a4a@gateway/web/cgi-irc/kiwiirc.com/ip.72.184.106.74> has joined #yocto | 21:17 | |
RP | kergoth: Is that 3.5? I'm looking forward to getting to that | 21:25 |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 21:25 | |
*** marka <marka!~masselst@128.224.252.2> has quit IRC | 21:25 | |
*** rcw <rcw!~rcw@104-195-246-183.cpe.teksavvy.com> has quit IRC | 21:33 | |
*** rcw <rcw!~rcw@104-195-246-183.cpe.teksavvy.com> has joined #yocto | 21:34 | |
*** rcw <rcw!~rcw@104-195-246-183.cpe.teksavvy.com> has quit IRC | 21:36 | |
*** rcw <rcw!~rcw@104-195-246-183.cpe.teksavvy.com> has joined #yocto | 21:36 | |
*** tlwoerner <tlwoerner!~trevor@unaffiliated/tlwoerner> has joined #yocto | 21:48 | |
*** andrey_utkin <andrey_utkin!~andrey_ut@gentoo/developer/andrey-utkin> has left #yocto | 21:59 | |
*** rewitt <rewitt!~rewitt@134.134.139.76> has quit IRC | 22:00 | |
*** rewitt <rewitt!~rewitt@134.134.139.76> has joined #yocto | 22:00 | |
*** rcw <rcw!~rcw@104-195-246-183.cpe.teksavvy.com> has quit IRC | 22:29 | |
*** maudat <maudat!~moda@64.18.88.250> has quit IRC | 22:42 | |
*** lukma <lukma!~lukma@85-222-111-42.dynamic.chello.pl> has quit IRC | 23:17 | |
yocti | New news from stackoverflow: Using PREMIRRORS in Bitbake configuration <https://stackoverflow.com/questions/52940431/using-premirrors-in-bitbake-configuration> | 23:22 |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-sljofkpikkxqoinn> has joined #yocto | 23:25 | |
*** tlwoerner <tlwoerner!~trevor@unaffiliated/tlwoerner> has quit IRC | 23:25 | |
*** awe00 <awe00!~awe00@unaffiliated/awe00> has quit IRC | 23:29 | |
*** toanju <toanju!~toanju@x5ce7b6bd.dyn.telefonica.de> has quit IRC | 23:38 | |
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has joined #yocto | 23:45 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!