WARNING: u-boot-variscite-1.0-r0 do_patch: Fuzz detected:
Applying patch local-resin-specific-env-integration-kconfig.patch
patching file include/env_default.h
Hunk #1 succeeded at 9 with fuzz 2.
The context lines in the patches can be updated with devtool:
devtool modify u-boot-variscite
devtool finish --force-patch-refresh u-boot-variscite <layer_path>
Don't forget to review changes done by devtool!
WARNING: u-boot-variscite-1.0-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]
#2
Not sure if this would cause a kernel problem?
WARNING: linux-variscite-5.4.85-r0 do_kernel_resin_checkconfig: Checking for CONFIG_HOSTAP=m in the kernel configs failed for rtl8192cu.
WARNING: linux-variscite-5.4.85-r0 do_kernel_resin_checkconfig: Checking for CONFIG_TASK_IO_ACCOUNTING=y in the kernel configs failed for task-accounting.
WARNING: linux-variscite-5.4.85-r0 do_kernel_resin_checkconfig: Checking for CONFIG_DM_CRYPT=y in the kernel configs failed for dmcrypt.
#3
Missing package data files.
WARNING: kernel-image-initramfs-1.0-r0 do_package: Manifest /home/wes8ty/Repos/balena-variscite-mx8/build/tmp/sstate-control/manifest-x86_64_x86_64-nativesdk-balena-image-initramfs.packagedata not found in imx8mm_var_dart aarch64-mx8mm cortexa53-crypto cortexa53 armv8a-crc-crypto armv8a-crypto armv8a-crc armv8a aarch64 allarch x86_64_x86_64-nativesdk (variant '')?
WARNING: kernel-modules-headers-1.0-r0 do_package: Manifest /home/wes8ty/Repos/balena-variscite-mx8/build/tmp/sstate-control/manifest-x86_64_x86_64-nativesdk-balena-image-initramfs.packagedata not found in imx8mm_var_dart aarch64-mx8mm cortexa53-crypto cortexa53 armv8a-crc-crypto armv8a-crypto armv8a-crc armv8a aarch64 allarch x86_64_x86_64-nativesdk (variant '')?
WARNING: kernel-devsrc-1.0-r0 do_package: Manifest /home/wes8ty/Repos/balena-variscite-mx8/build/tmp/sstate-control/manifest-x86_64_x86_64-nativesdk-balena-image-initramfs.packagedata not found in imx8mm_var_dart aarch64-mx8mm cortexa53-crypto cortexa53 armv8a-crc-crypto armv8a-crypto armv8a-crc armv8a aarch64 allarch x86_64_x86_64-nativesdk (variant '')?
WARNING: kernel-headers-test-1.0-r0 do_package: Manifest /home/wes8ty/Repos/balena-variscite-mx8/build/tmp/sstate-control/manifest-x86_64_x86_64-nativesdk-balena-image-initramfs.packagedata not found in imx8mm_var_dart aarch64-mx8mm cortexa53-crypto cortexa53 armv8a-crc-crypto armv8a-crypto armv8a-crc armv8a aarch64 allarch x86_64_x86_64-nativesdk (variant '')?
Thanks for reaching out. I’m going to ping our Devices and OS teams to see what the warnings indicate, but in the meantime, did the build still complete? That often is something they want to know as part of the troubleshooting process, so figured I’d ask that up front.
Thanks for letting me know. I also heard back from the OS team and it looks like those warnings shouldn’t be a problem:
#1: Applying a patch with fuzz means that the patch only applies when ignoring context lines. The patch still applies successfully, so this is just a warning to remind us that we should modify the patch file to adjust the context lines. Following the commands indicated in the warning would solve this one.
#2: These warnings are for settings that don’t apply to the kernel version used. We’re hoping to fix this eventually, and have the following GH Issues open as reminders:
#3: The missing packagedata is a warning that only happens with older versions of Yocto and which has been addressed in Poky honister. This is another one we’re hoping to fix eventually, but isn’t prioritized since it’s non-breaking. Still, you can follow along for future progress if you like here:
The short version is you should be good to go, but let me know if any of the above detail makes you think of additional questions.