TMPDIR on NFS - 2023.2 English

PetaLinux Tools Documentation: Reference Guide (UG1144)

Document ID
UG1144
Release Date
2023-10-18
Version
2023.2 English

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-<petalinux-version>/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:

  1. Either run petalinux-create -t project -s <PATH_TO_PETALINUX_PROJECT_BSP> --tmpdir <TMPDIR PATH> or petalinux-config.
  2. Provide any local storage by selecting Yocto-settings > TMPDIR.
CAUTION:
Do not configure the same TMPDIR for two different PetaLinux projects. This can cause build errors.