**** BEGIN LOGGING AT Sun Dec 06 02:59:56 2020 Dec 06 14:49:37 Hey, I would like to patch a u-boot defconfig. There are other patches from other layers that are being applied before. Thus, I used the devtool to create a patch because as far as I understand devtool starts after applying all patches that are available. I then changed the defconfig I need to change, created a patch with git diff. Then I wrote a bbappend for u-boot. Unfortunately, bitbake tells me that the patch cannot Dec 06 14:49:38 be applied. Is there something wrong in this workflow? Dec 06 15:41:25 Just in case somebody reads this, I open a post on SO about that patching above :) Dec 06 15:41:27 https://stackoverflow.com/questions/65169842/patch-rejected-for-u-boot-defconfig-file Dec 06 15:55:59 kpo_: out of curiosity, are you using the bin_package class? Dec 06 18:27:41 I am using a crops/poky (ubuntu 18.04) docker image and I am trying to build the core-image-minimal in a beaglebone machine. When trying to bitbake, I get an error telling me (basically) that I should change the value of '/proc/sys/vm/mmap_min_addr' to 65536 (which I cant do while working in the container). I could change this value in my host machine and it seems this allows me to build the image in the Dec 06 18:27:47 container, but.. is there a ... Dec 06 18:27:50 ... better way to go around this? **** ENDING LOGGING AT Mon Dec 07 02:59:57 2020