...
This effects BSP v3.0.6, v3.0.6-update1, v3.0.6-update2
This issue has been fixed for v3.0.6-update3.
Below are instructions to download and apply patches to fix those issues for update1 or update 2.
cd meta-renesas
# Change deb10u2 to dev10u3
wget https://github.com/renesas-rz/meta-renesas/commit/a56169f6642d.patch
patch -p1 -i a56169f6642d.patch
# Change deb10u3 to dev10u4
wget https://github.com/renesas-rz/meta-renesas/commit/6c11ae542069.patch
patch -p1 -i 6c11ae542069.patch
...