*** vineela <vineela!~vtummala@134.134.139.75> has quit IRC | 00:12 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 00:21 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 00:31 | |
*** kaspter <kaspter!~Instantbi@115.195.43.46> has joined #yocto | 01:37 | |
*** camus <camus!~Instantbi@115.195.43.46> has joined #yocto | 01:39 | |
*** kaspter <kaspter!~Instantbi@115.195.43.46> has quit IRC | 01:41 | |
*** camus is now known as kaspter | 01:41 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 02:36 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 03:08 | |
*** kaspter <kaspter!~Instantbi@115.195.43.46> has quit IRC | 03:50 | |
*** kaspter <kaspter!~Instantbi@183.156.65.21> has joined #yocto | 03:51 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-ehqupljebypchttz> has quit IRC | 03:55 | |
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has joined #yocto | 05:13 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 05:15 | |
*** agust <agust!~agust@p508B6FD6.dip0.t-ipconnect.de> has joined #yocto | 05:23 | |
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has quit IRC | 05:47 | |
*** TobSnyder <TobSnyder!~schneider@ip5f5aa32f.dynamic.kabel-deutschland.de> has joined #yocto | 06:04 | |
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has joined #yocto | 06:09 | |
*** fl0v0 <fl0v0!~fvo@88.130.216.22> has joined #yocto | 06:11 | |
*** frsc <frsc!~frsc@200116b82469d50014f5f937693d59a4.dip.versatel-1u1.de> has joined #yocto | 06:21 | |
*** kaspter <kaspter!~Instantbi@183.156.65.21> has quit IRC | 06:37 | |
*** kaspter <kaspter!~Instantbi@183.156.65.21> has joined #yocto | 06:38 | |
*** kanavin_ <kanavin_!~kanavin@141.113.67.170> has quit IRC | 06:43 | |
*** kanavin_ <kanavin_!~kanavin@141.113.67.170> has joined #yocto | 06:43 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 06:44 | |
*** tprrt <tprrt!~tprrt@217.114.201.133> has joined #yocto | 06:46 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 06:46 | |
*** jmiehe <jmiehe!~Thunderbi@p578c106e.dip0.t-ipconnect.de> has joined #yocto | 06:48 | |
*** jeanba <jeanba!~jbl@77.243.63.34> has joined #yocto | 06:55 | |
*** jeanba <jeanba!~jbl@77.243.63.34> has left #yocto | 06:55 | |
*** yacar_ <yacar_!~yacar@80.215.175.41> has joined #yocto | 07:12 | |
*** mcfrisk <mcfrisk!mcfrisk@kapsi.fi> has joined #yocto | 07:29 | |
*** yann <yann!~yann@lfbn-1-3372-5.w90-127.abo.wanadoo.fr> has quit IRC | 07:29 | |
*** cvasilak <cvasilak!~cvasilak@2a02:587:8110:4000:cd8c:f1ef:dd9a:279e> has joined #yocto | 07:30 | |
*** kaspter <kaspter!~Instantbi@183.156.65.21> has quit IRC | 07:32 | |
*** kaspter <kaspter!~Instantbi@183.156.65.21> has joined #yocto | 07:34 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has quit IRC | 07:47 | |
Ad0 | how would I add a partition that takes up rest of the microsd on a raspberrypi 3? does this have to be done at runtime perhaps | 08:12 |
---|---|---|
Ad0 | first boot | 08:12 |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 08:21 | |
erbo | Ad0: Yeah if you want it to fill the card regardless of size it must be done on target. | 08:40 |
Ad0 | thanks. is there a definitive method to do this? like a one-off script | 08:40 |
Ad0 | is it resize2fs or something | 08:40 |
erbo | If you want to be able to create the partition at build time, so that it can be populated with some files during image build, I think you need to create a new image type based on http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/tree/classes/sdcard_image-rpi.bbclass | 08:41 |
erbo | Ad0: A quick google search resulted in this: https://github.com/96boards/96boards-tools and https://github.com/96boards/meta-96boards/blob/master/recipes-bsp/96boards-tools/96boards-tools_0.12.bb | 08:43 |
erbo | That's how they chose to do it, which could at least give some inspiration | 08:44 |
Ad0 | thanks | 08:45 |
Ad0 | I thought I was good at googling heh | 08:45 |
erbo | It wasn't meant as a snarky comment, just as a "I just found this so I don't know the details or quality of it"-disclamer :D | 08:46 |
Ad0 | :) haha | 08:46 |
Ad0 | every yocto project looks different in structure too | 08:46 |
yocti | New news from stackoverflow: Remove packages from Gstreamer in Yocto <https://stackoverflow.com/questions/56271273/remove-packages-from-gstreamer-in-yocto> | 08:47 |
Ad0 | https://github.com/96boards/96boards-tools/blob/master/resize-disk | 08:52 |
Ad0 | you also have .wks files | 09:00 |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-vfeubrjxpkmuugzx> has joined #yocto | 09:25 | |
*** cquast_ <cquast_!~cquast@81.145.148.228> has joined #yocto | 09:49 | |
*** yacar_ <yacar_!~yacar@80.215.175.41> has quit IRC | 09:54 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 10:26 | |
*** vineela <vineela!vtummala@nat/intel/x-yinorjqjfmaatmvh> has joined #yocto | 10:35 | |
*** sstabellini <sstabellini!sstabellin@gateway/shell/xshellz/x-keehyenwutvjiwqz> has quit IRC | 10:42 | |
yocti | New news from stackoverflow: requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC <https://stackoverflow.com/questions/42003633/requires-unsupported-dynamic-reloc-r-arm-rel32-recompile-with-fpic> | 10:48 |
Ad0 | erbo, meta-raspberrypi/wic/sdimage-raspberrypi.wks | 11:02 |
Ad0 | how do you override a .wks file? | 11:05 |
Ad0 | ah WKS_FILE | 11:13 |
yocti | New news from stackoverflow: work/cl_som_imx7-poky-linux-gnueabi/u-boot-fw-utils/1_2017.09-r0/git/tools/env/fw_printenv': No such file or directory <https://stackoverflow.com/questions/56273848/work-cl-som-imx7-poky-linux-gnueabi-u-boot-fw-utils-1-2017-09-r0-git-tools-env-f> | 11:18 |
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has quit IRC | 11:19 | |
*** yacar_ <yacar_!~yacar@80.215.175.41> has joined #yocto | 11:20 | |
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has quit IRC | 11:22 | |
*** Dvorkin <Dvorkin!b072cc0c@gateway/web/freenode/ip.176.114.204.12> has joined #yocto | 11:29 | |
Dvorkin | how can I export varibale from one recipe to another? | 11:30 |
Dvorkin | I unsiccessfully try python() { d.setVar("CGA5EXT_PREFIX", "variablevalue") } | 11:30 |
*** berton <berton!~berton@181.220.86.53> has joined #yocto | 11:32 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 11:33 | |
*** dv_ <dv_!~dv@62.178.50.190> has joined #yocto | 11:36 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 11:37 | |
yocti | New news from stackoverflow: Yocto minimal image with package management <https://stackoverflow.com/questions/28765494/yocto-minimal-image-with-package-management> | 11:48 |
paulbarker | Dvorkin: You can't do that. You'll need to define a .inc file or .bbclass file which sets the variable then include/inherit into both recipes | 11:52 |
Dvorkin | paulbarker, I see in ICC recipe example, some value (path) go from local.conf. I want to get rid of it and use the default varibale from recipe as the path globally | 11:55 |
Ad0 | why do they call it "canned-wks" ? | 11:56 |
paulbarker | Dvorkin: Not sure I understand you. Can you share that example? | 11:57 |
Dvorkin | paulbarker, https://pastebin.com/dJr0eGT6 | 12:03 |
*** camus <camus!~Instantbi@183.156.65.21> has joined #yocto | 12:09 | |
paulbarker | You'll probably need to set CGA5EXT_HOST_PREFIX in a common .inc or .bbclass file, or set it separately in each recipe | 12:09 |
Dvorkin | I just want to set path variable for the additional compiler like its done for GCC | 12:10 |
*** kaspter <kaspter!~Instantbi@183.156.65.21> has quit IRC | 12:13 | |
*** camus is now known as kaspter | 12:13 | |
yocti | New news from stackoverflow: SMALLEST YOCTO IMAGE <https://stackoverflow.com/questions/56275007/smallest-yocto-image> || yocto preempt rt kernel: printf "%0.0f\n" 123.4567 kill the parent process <https://stackoverflow.com/questions/56274955/yocto-preempt-rt-kernel-printf-0-0f-n-123-4567-kill-the-parent-process> | 12:18 |
*** cvasilak <cvasilak!~cvasilak@2a02:587:8110:4000:cd8c:f1ef:dd9a:279e> has quit IRC | 12:24 | |
*** berton_ <berton_!~berton@181.220.86.53> has joined #yocto | 12:39 | |
*** berton <berton!~berton@181.220.86.53> has quit IRC | 12:41 | |
*** tprrt <tprrt!~tprrt@217.114.201.133> has quit IRC | 12:46 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 12:46 | |
yocti | New news from stackoverflow: SMALLEST YOCTO IMAGE DISTRO FEATURES <https://stackoverflow.com/questions/56275007/smallest-yocto-image-distro-features> | 12:48 |
*** tprrt <tprrt!~tprrt@217.114.201.133> has joined #yocto | 12:55 | |
*** vineela <vineela!vtummala@nat/intel/x-yinorjqjfmaatmvh> has quit IRC | 12:59 | |
Dvorkin | I created compiler recipe, how can I make variable from this recipe available to others? | 13:05 |
paulbarker | Dvorkin: Each recipe is parsed independently. You'll need to set the variable in an appropriate .conf file, .inc file or .bbclass file if you want it to be visible to more than one recipe | 13:09 |
*** frsc <frsc!~frsc@200116b82469d50014f5f937693d59a4.dip.versatel-1u1.de> has quit IRC | 13:14 | |
*** frsc <frsc!~frsc@200116b82469d50014f5f937693d59a4.dip.versatel-1u1.de> has joined #yocto | 13:20 | |
Dvorkin | paulbarker, can I read variable from the recipe in the .bbclass file and export it to all others? | 13:24 |
paulbarker | Sadly not, the data essentially flows one-way | 13:25 |
*** justanotherboy <justanotherboy!~justanoth@THOUSAND-EY.bear1.Houston1.Level3.net> has joined #yocto | 13:31 | |
*** berton_ <berton_!~berton@181.220.86.53> has quit IRC | 13:42 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 13:45 | |
*** berton <berton!~berton@181.220.86.53> has joined #yocto | 13:47 | |
*** sk_tandt <sk_tandt!~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it> has joined #yocto | 13:53 | |
*** kaspter <kaspter!~Instantbi@183.156.65.21> has quit IRC | 13:59 | |
*** learning <learning!~learningc@121.122.98.52> has joined #yocto | 14:00 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 14:18 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 14:19 | |
*** iokill <iokill!~dave@static.16.105.130.94.clients.your-server.de> has joined #yocto | 14:44 | |
*** cquast_ <cquast_!~cquast@81.145.148.228> has quit IRC | 14:47 | |
*** justanotherboy <justanotherboy!~justanoth@THOUSAND-EY.bear1.Houston1.Level3.net> has quit IRC | 14:50 | |
*** justanotherboy <justanotherboy!~justanoth@192.150.160.69> has joined #yocto | 14:50 | |
*** cquast_ <cquast_!~cquast@81.168.94.182> has joined #yocto | 14:54 | |
*** kaspter <kaspter!~Instantbi@2409:8928:612:32b2:ac19:d125:6332:46b5> has joined #yocto | 15:06 | |
*** yacar_ <yacar_!~yacar@80.215.175.41> has quit IRC | 15:25 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 15:43 | |
*** sk_tandt <sk_tandt!~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it> has quit IRC | 16:11 | |
*** jmiehe <jmiehe!~Thunderbi@p578c106e.dip0.t-ipconnect.de> has quit IRC | 16:14 | |
*** tprrt <tprrt!~tprrt@217.114.201.133> has quit IRC | 16:16 | |
*** TobSnyder <TobSnyder!~schneider@ip5f5aa32f.dynamic.kabel-deutschland.de> has quit IRC | 16:17 | |
*** cquast_ <cquast_!~cquast@81.168.94.182> has quit IRC | 16:19 | |
*** jrdn__ <jrdn__!b8477076@gateway/web/freenode/ip.184.71.112.118> has joined #yocto | 16:20 | |
*** armpit <armpit!~armpit@2601:202:4180:c33:d444:4478:b886:fd80> has joined #yocto | 16:24 | |
*** armpit <armpit!~armpit@2601:202:4180:c33:d444:4478:b886:fd80> has quit IRC | 16:25 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 16:31 | |
*** kaspter <kaspter!~Instantbi@2409:8928:612:32b2:ac19:d125:6332:46b5> has quit IRC | 16:32 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has quit IRC | 16:36 | |
*** jofr <jofr!~jof@90.184.86.154.1.fullrate.ninja> has joined #yocto | 16:36 | |
*** Crofton <Crofton!~balister@2601:5c0:c100:b84:c22d:c40:ab44:9e37> has quit IRC | 16:50 | |
*** Crofton <Crofton!~balister@2601:5c0:c100:b84:c22d:c40:ab44:9e37> has joined #yocto | 16:52 | |
*** User__ <User__!~learningc@121.122.98.52> has joined #yocto | 17:01 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 17:04 | |
*** learning <learning!~learningc@121.122.98.52> has quit IRC | 17:04 | |
*** justanotherboy <justanotherboy!~justanoth@192.150.160.69> has quit IRC | 17:04 | |
*** vineela <vineela!vtummala@nat/intel/x-zgffqrcswctafkpq> has joined #yocto | 17:10 | |
yocti | New news from stackoverflow: Testing Linux Kernel for an embedded device with diferent Debug options <https://stackoverflow.com/questions/56279831/testing-linux-kernel-for-an-embedded-device-with-diferent-debug-options> | 17:19 |
*** justanotherboy <justanotherboy!~justanoth@THOUSAND-EY.bear1.Houston1.Level3.net> has joined #yocto | 17:21 | |
*** jofr <jofr!~jof@90.184.86.154.1.fullrate.ninja> has quit IRC | 17:23 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has quit IRC | 17:24 | |
*** frsc <frsc!~frsc@200116b82469d50014f5f937693d59a4.dip.versatel-1u1.de> has quit IRC | 17:29 | |
*** jofr <jofr!~jof@90.184.86.154.1.fullrate.ninja> has joined #yocto | 17:39 | |
*** jofr <jofr!~jof@90.184.86.154.1.fullrate.ninja> has quit IRC | 17:43 | |
*** jofr <jofr!~jof@90.184.86.154.1.fullrate.ninja> has joined #yocto | 17:44 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 17:45 | |
milloni | is there a way to print the final value of IMAGE_INSTALL? | 17:50 |
kergoth | bitbake -e yourrecipe | 17:50 |
milloni | ta | 17:53 |
milloni | i mean thank you | 17:54 |
*** JPEW <JPEW!cc4da337@gateway/web/freenode/ip.204.77.163.55> has quit IRC | 17:56 | |
*** florian_kc is now known as florian | 17:58 | |
*** JPEW <JPEW!cc4da337@gateway/web/freenode/ip.204.77.163.55> has joined #yocto | 18:02 | |
*** fl0v0 <fl0v0!~fvo@88.130.216.22> has quit IRC | 18:04 | |
*** awe00 <awe00!~awe00@unaffiliated/awe00> has joined #yocto | 18:14 | |
*** fl0v0 <fl0v0!~fvo@88.130.216.22> has joined #yocto | 18:15 | |
*** fl0v0 <fl0v0!~fvo@88.130.216.22> has quit IRC | 18:17 | |
*** fl0v0 <fl0v0!~fvo@88.130.216.22> has joined #yocto | 18:24 | |
*** cpo <cpo!cpo@helix.mybll.net> has quit IRC | 18:27 | |
*** jrdn__ <jrdn__!b8477076@gateway/web/freenode/ip.184.71.112.118> has quit IRC | 18:30 | |
*** cpo <cpo!cpo@helix.mybll.net> has joined #yocto | 18:31 | |
*** User__ <User__!~learningc@121.122.98.52> has quit IRC | 18:43 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto | 19:03 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 19:13 | |
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has quit IRC | 20:05 | |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-vfeubrjxpkmuugzx> has quit IRC | 20:10 | |
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto | 20:16 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 20:21 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 20:26 | |
*** jofr <jofr!~jof@90.184.86.154.1.fullrate.ninja> has quit IRC | 20:49 | |
*** alicef <alicef!~none@gentoo/developer/alicef> has quit IRC | 20:52 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC | 20:53 | |
*** agust <agust!~agust@p508B6FD6.dip0.t-ipconnect.de> has quit IRC | 21:03 | |
*** berton <berton!~berton@181.220.86.53> has quit IRC | 21:14 | |
*** alicef <alicef!~none@gentoo/developer/alicef> has joined #yocto | 21:43 | |
*** justanotherboy <justanotherboy!~justanoth@THOUSAND-EY.bear1.Houston1.Level3.net> has quit IRC | 22:06 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-kctjzbkaymkrvufq> has joined #yocto | 22:22 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 22:44 | |
*** sudobash1 <sudobash1!~sudobash1@96-95-138-177-static.hfc.comcastbusiness.net> has joined #yocto | 22:53 | |
sudobash1 | Where can I setup a default iptables firewall? Is there a way this is done in Yocto, or will I have to bbappend the iptable recipe and add an `/etc/init.d' script to it? | 23:01 |
*** justanotherboy <justanotherboy!~justanoth@136.49.196.186> has joined #yocto | 23:20 | |
*** JaMa <JaMa!~martin@ip-217-030-068-212.aim-net.cz> has quit IRC | 23:30 | |
*** justanotherboy <justanotherboy!~justanoth@136.49.196.186> has quit IRC | 23:34 | |
*** la_croix <la_croix!~la_croix@cpc97624-walt24-2-0-cust98.13-2.cable.virginm.net> has quit IRC | 23:46 | |
*** la_croix <la_croix!~la_croix@cpc97624-walt24-2-0-cust98.13-2.cable.virginm.net> has joined #yocto | 23:47 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!