**** BEGIN LOGGING AT Thu May 23 03:00:36 2019 **** BEGIN LOGGING AT Thu May 23 06:09:56 2019 May 23 08:12:35 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 May 23 08:12:42 first boot May 23 08:40:00 Ad0: Yeah if you want it to fill the card regardless of size it must be done on target. May 23 08:40:33 thanks. is there a definitive method to do this? like a one-off script May 23 08:40:43 is it resize2fs or something May 23 08:41:27 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 May 23 08:43:50 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 May 23 08:44:50 That's how they chose to do it, which could at least give some inspiration May 23 08:45:03 thanks May 23 08:45:18 I thought I was good at googling heh May 23 08:46:19 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 May 23 08:46:28 :) haha May 23 08:46:51 every yocto project looks different in structure too May 23 08:47:40 New news from stackoverflow: Remove packages from Gstreamer in Yocto May 23 08:52:50 https://github.com/96boards/96boards-tools/blob/master/resize-disk May 23 09:00:51 you also have .wks files May 23 10:48:00 New news from stackoverflow: requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC May 23 11:02:38 erbo, meta-raspberrypi/wic/sdimage-raspberrypi.wks May 23 11:05:30 how do you override a .wks file? May 23 11:13:00 ah WKS_FILE May 23 11:18:05 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 May 23 11:30:01 how can I export varibale from one recipe to another? May 23 11:30:42 I unsiccessfully try python() { d.setVar("CGA5EXT_PREFIX", "variablevalue") } May 23 11:48:11 New news from stackoverflow: Yocto minimal image with package management May 23 11:52:11 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 May 23 11:55:20 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 May 23 11:56:23 why do they call it "canned-wks" ? May 23 11:57:08 Dvorkin: Not sure I understand you. Can you share that example? May 23 12:03:34 paulbarker, https://pastebin.com/dJr0eGT6 May 23 12:09:57 You'll probably need to set CGA5EXT_HOST_PREFIX in a common .inc or .bbclass file, or set it separately in each recipe May 23 12:10:24 I just want to set path variable for the additional compiler like its done for GCC May 23 12:18:16 New news from stackoverflow: SMALLEST YOCTO IMAGE || yocto preempt rt kernel: printf "%0.0f\n" 123.4567 kill the parent process May 23 12:48:22 New news from stackoverflow: SMALLEST YOCTO IMAGE DISTRO FEATURES May 23 13:05:10 I created compiler recipe, how can I make variable from this recipe available to others? May 23 13:09:20 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 May 23 13:24:59 paulbarker, can I read variable from the recipe in the .bbclass file and export it to all others? May 23 13:25:39 Sadly not, the data essentially flows one-way May 23 17:19:12 New news from stackoverflow: Testing Linux Kernel for an embedded device with diferent Debug options May 23 17:50:28 is there a way to print the final value of IMAGE_INSTALL? May 23 17:50:51 bitbake -e yourrecipe May 23 17:53:57 ta May 23 17:54:06 i mean thank you May 23 23:01:00 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? May 24 00:20:25 New news from stackoverflow: How can I boot my sama5d27 som1 ek1 board from an external QSPI flash memory that i have placed on the board May 24 00:50:30 New news from stackoverflow: How can I boot my sama5d27 som1 ek1 board from an external QSPI flash memory that i have placed on the board [on hold] May 24 00:57:33 I ended up just doing the bbappend to add an /etc/init.d script. It seemed to be the correct thing to do. May 24 02:50:49 New news from stackoverflow: Add same files to multiple PACKAGES **** ENDING LOGGING AT Fri May 24 03:00:35 2019