Tool/software:
I am following the steps outlined here:
To build the tisdk-adas-image.
At first I could not even run bitbake because of Windows Line endings in the "sources/bitbake/bin" directory. I sorted that out but when I run the recommended command line
MACHINE="j721e-evm" bitbake -k tisdk-adas-image
I get many erros similiar to those below:
ERROR: qtbase-native-6.9.1-r0 do_patch: Applying patch '0001-Add-linux-oe-g-platform.patch' on target directory '/home/rstjohn/Repos/NTS2/ti-processor-sdk-linux-adas-evm-11_00_00_08/yocto-build/build/arago-tmp-default-glibc/work/x86_64-linux/qtbase-native/6.9.1/git'
CmdError('quilt --quiltrc /home/rstjohn/Repos/NTS2/ti-processor-sdk-linux-adas-evm-11_00_00_08/yocto-build/build/arago-tmp-default-glibc/work/x86_64-linux/qtbase-native/6.9.1/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0001-Add-linux-oe-g-platform.patch
patching file mkspecs/features/qt.prf
Hunk #1 FAILED at 164 (different line endings).
Hunk #2 FAILED at 319 (different line endings).
2 out of 2 hunks FAILED -- rejects in file mkspecs/features/qt.prf
patching file mkspecs/features/qt_functions.prf
Hunk #1 FAILED at 95 (different line endings).
Hunk #2 FAILED at 140 (different line endings).
2 out of 2 hunks FAILED -- rejects in file mkspecs/features/qt_functions.prf
patching file mkspecs/linux-oe-g++/qmake.conf
patching file mkspecs/linux-oe-g++/qplatformdefs.h
patching file mkspecs/oe-device-extra.pri
Patch 0001-Add-linux-oe-g-platform.patch does not apply (enforce with -f)
This may be related to line endings as well.
Why am I getting this and is there a way to fix it?