I’m currently building custom balena-os for the raspberry pi zero and it triggers the following warnings:
WARNING: u-boot-1_2019.01-r0 do_generate_resin_uboot_configuration: copyfile: failed to chown/chmod /home/bruno/dev/resin-raspberrypi/build/tmp/work/raspberrypi-poky-linux-gnueabi/u-boot/1_2019.01-r0/git/include/env_resin.h ([Errno 1] Operation not permitted: '/home/bruno/dev/resin-raspberrypi/build/tmp/work/raspberrypi-poky-linux-gnueabi/u-boot/1_2019.01-r0/git/include/env_resin.h')
WARNING: linux-raspberrypi-1_4.19.71+gitAUTOINC+13ce09db83-r0 do_kernel_resin_checkconfig: Checking for CONFIG_CPUSETS=y in the kernel configs failed for balena.
WARNING: linux-raspberrypi-1_4.19.71+gitAUTOINC+13ce09db83-r0 do_kernel_resin_checkconfig: Checking for CONFIG_NF_NAT_REDIRECT=m in the kernel configs failed for misc.
WARNING: linux-raspberrypi-1_4.19.71+gitAUTOINC+13ce09db83-r0 do_kernel_resin_checkconfig: Checking for CONFIG_IP_NF_TARGET_LOG=m in the kernel configs failed for misc.
WARNING: linux-raspberrypi-1_4.19.71+gitAUTOINC+13ce09db83-r0 do_kernel_resin_checkconfig: Checking for CONFIG_CC_STACKPROTECTOR_STRONG=y in the kernel configs failed for security.
WARNING: linux-raspberrypi-1_4.19.71+gitAUTOINC+13ce09db83-r0 do_kernel_resin_checkconfig: Checking for CONFIG_CC_STACKPROTECTOR=y in the kernel configs failed for security.
WARNING: linux-raspberrypi-1_4.19.71+gitAUTOINC+13ce09db83-r0 do_kernel_resin_checkconfig: Checking for CONFIG_USB_SERIAL_GENERIC=m in the kernel configs failed for usb-serial.
WARNING: linux-raspberrypi-1_4.19.71+gitAUTOINC+13ce09db83-r0 do_kernel_resin_checkconfig: Checking for CONFIG_PWRSEQ_SD8787=y in the kernel configs failed for sd8787_pwrseq_driver.
So I was wondering if these warnings were harmless or if something needs to be fixed in my setup?
Thanks!