I have a System which installed Ubuntu 20.04 LTS and working as a Host system, here I am trying to Build yocto image and installing our Rock Pi s hardware. I was using it for the past 1 year, but suddenly I am facing an issue which showing ERROR: ExpansionError during parsing. I didn't made any config changes, Please find below logs and kindly help me through this.
elmpc-247@elmpc247:~/yocto_sources/rockpis_yocto/build$ bitbake -k radxa-minimal-image
WARNING: Host distribution "ubuntu-20.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Loading cache: 100% |#####################################################################################################################################| Time: 0:00:00
Loaded 3882 entries from dependency cache.
WARNING: /home/elmpc-247/yocto_sources/rockpis_yocto/sources/poky/meta/../meta-radxa/recipes-kernel/rkwifibt-firmware/rkwifibt-firmware.bb: Exception during build_dependencies for AUTOREV
WARNING: /home/elmpc-247/yocto_sources/rockpis_yocto/sources/poky/meta/../meta-radxa/recipes-devtools/create-ap/create-ap_git.bb: Exception during build_dependencies for AUTOREV
WARNING: /home/elmpc-247/yocto_sources/rockpis_yocto/sources/poky/meta/../meta-radxa/recipes-kernel/rkwifibt-firmware/rkwifibt-firmware.bb: Error during finalise of /home/elmpc-247/yocto_sources/rockpis_yocto/sources/poky/meta/../meta-radxa/recipes-kernel/rkwifibt-firmware/rkwifibt-firmware.bb
WARNING: /home/elmpc-247/yocto_sources/rockpis_yocto/sources/poky/meta/../meta-radxa/recipes-devtools/create-ap/create-ap_git.bb: Error during finalise of /home/elmpc-247/yocto_sources/rockpis_yocto/sources/poky/meta/../meta-radxa/recipes-devtools/create-ap/create-ap_git.bb
WARNING: /home/elmpc-247/yocto_sources/rockpis_yocto/sources/poky/meta-aws/recipes-sdk/aws-iot-device-sdk-python-v1/aws-iot-device-sdk-python-v1_git.bb: Exception during build_dependencies for AUTOREV
WARNING: /home/elmpc-247/yocto_sources/rockpis_yocto/sources/poky/meta-aws/recipes-sdk/aws-iot-device-sdk-python-v1/aws-iot-device-sdk-python-v1_git.bb: Error during finalise of /home/elmpc-247/yocto_sources/rockpis_yocto/sources/poky/meta-aws/recipes-sdk/aws-iot-device-sdk-python-v1/aws-iot-device-sdk-python-v1_git.bb
ERROR: ExpansionError during parsing /home/elmpc-247/yocto_sources/rockpis_yocto/sources/poky/meta/../meta-radxa/recipes-devtools/create-ap/create-ap_git.bb
Traceback (most recent call last):
File "/home/elmpc-247/yocto_sources/rockpis_yocto/sources/poky/bitbake/lib/bb/fetch2/init.py", line 1167, in srcrev_internal_helper(ud=<bb.fetch2.FetchData object at 0x7fe66b84c880>, d=<bb.data_smart.DataSmart object at 0x7fe66b89b190>, name='default'):
if srcrev == "AUTOINC":
> srcrev = ud.method.latest_revision(ud, d, name)
File "/home/elmpc-247/yocto_sources/rockpis_yocto/sources/poky/bitbake/lib/bb/fetch2/init.py", line 1562, in Git.latest_revision(ud=<bb.fetch2.FetchData object at 0x7fe66b84c880>, d=<bb.data_smart.DataSmart object at 0x7fe66b89b190>, name='default'):
except KeyError:
> revs[key] = rev = self._latest_revision(ud, d, name)
return rev
Here is my bblayers.conf
enter image description here