Here is an example dump of commands and error messages.
LSDK v19.06 succeeds:
kkramb@ENG-LT-KKRAMB:/mnt/c/Users/kkramb/Documents/junk2$ git clone https://github.com/buildroot/buildroot.git rfs_lsdk1906
Cloning into 'rfs_lsdk1906'...
remote: Enumerating objects: 9, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 407380 (delta 2), reused 3 (delta 1), pack-reused 407371
Receiving objects: 100% (407380/407380), 120.93 MiB | 5.06 MiB/s, done.
Resolving deltas: 100% (270840/270840), done.
Checking out files: 100% (12180/12180), done.
kkramb@ENG-LT-KKRAMB:/mnt/c/Users/kkramb/Documents/junk2$ cd rfs_lsdk1906/
kkramb@ENG-LT-KKRAMB:/mnt/c/Users/kkramb/Documents/junk2/rfs_lsdk1906$ git checkout 2019.02 -b 2019.02
Checking out files: 100% (8907/8907), done.
Switched to a new branch '2019.02'
kkramb@ENG-LT-KKRAMB:/mnt/c/Users/kkramb/Documents/junk2/rfs_lsdk1906$ git am ../../Eval/flexbuild_lsdk1906_update_290719/configs/buildroot/patch/*.patch
Applying: package: fmlib: Add fmlib support for layerscape platform
Applying: package: fmc: Add fmc support for layerscape platform
LSDK v20.04 fails:
kkramb@ENG-LT-KKRAMB:/mnt/c/Users/kkramb/Documents/junk2/rfs_lsdk1906$ cd ..
kkramb@ENG-LT-KKRAMB:/mnt/c/Users/kkramb/Documents/junk2$ git clone https://github.com/buildroot/buildroot.git rfs_lsdk2004
Cloning into 'rfs_lsdk2004'...
remote: Enumerating objects: 9, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 407380 (delta 2), reused 3 (delta 1), pack-reused 407371
Receiving objects: 100% (407380/407380), 120.94 MiB | 4.36 MiB/s, done.
Resolving deltas: 100% (270836/270836), done.
Checking out files: 100% (12180/12180), done.
kkramb@ENG-LT-KKRAMB:/mnt/c/Users/kkramb/Documents/junk2$ cd rfs_lsdk2004/
kkramb@ENG-LT-KKRAMB:/mnt/c/Users/kkramb/Documents/junk2/rfs_lsdk2004$ git checkout 2020.02 -b 2020.02
Checking out files: 100% (5503/5503), done.
Switched to a new branch '2020.02'
kkramb@ENG-LT-KKRAMB:/mnt/c/Users/kkramb/Documents/junk2/rfs_lsdk2004$ git am ../../Eval/flexbuild_lsdk2004_update_290520/configs/buildroot/patch/*.patch
Applying: package: fmlib: Add fmlib support for layerscape platform
error: patch failed: package/fmlib/fmlib.hash:1
error: package/fmlib/fmlib.hash: patch does not apply
Patch failed at 0001 package: fmlib: Add fmlib support for layerscape platform
Use 'git am --show-current-patch' to see the failed patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".