The error displayed is:
“ERROR: OE-core's config sanity checker detected a potential misconfiguration”. Either fix the cause of this error or disable the checker at your own risk (see sanity.conf). For the list of potential problems or advisories.
The TMPDIR: /home/user/xilinx-kc705-axi-full-2020.2/build/tmp cannot be located on NFS.
When TMPDIR is on NFS, BitBake throws an error at the time of parsing. You can change it to local storage while creating the PetaLinux project. To do so, follow these steps:
- Either run
petalinux-create -t project -s <PATH_TO_PETALINUX_PROJECT_BSP> --tmpdir <TMPDIR PATH>
orpetalinux-config
. - Provide any local storage by selecting .
CAUTION:
Do not configure the same TMPDIR for two different
PetaLinux projects. This can cause build errors.