This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

J721EXSOMXEVM: Building sdk with Yocto failed

Part Number: J721EXSOMXEVM

I try to build the yocto image for J721EXSOMXEVM on Ubuntu 22.04

The process fails with

ERROR: mc:k3r5:python3-native-3.8.14-r0 do_install: Execution of '/data/work/yocto-ti/build/arago-tmp-external-arm-glibc/work/x86_64-linux/python3-native/3.8.14-r0/temp/run.do_install.650' failed with exit code 1
ERROR: Logfile of failure stored in: /data/work/yocto-ti/build/arago-tmp-external-arm-glibc/work/x86_64-linux/python3-native/3.8.14-r0/temp/log.do_install.650
Log data follows:
| DEBUG: Executing python function autotools_aclocals
| DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']
| DEBUG: Python function autotools_aclocals finished
| DEBUG: Executing shell function do_install
| Failed to build these modules:
| fcntl
| WARNING: /data/work/yocto-ti/build/arago-tmp-external-arm-glibc/work/x86_64-linux/python3-native/3.8.14-r0/temp/run.do_install.650:1 exit 1 from '/data/work/yocto-ti/build/arago-tmp-external-arm-glibc/work/x86_64-linux/python3-native/3.8.14-r0/check_build_completeness.py /data/work/yocto-ti/build/arago-tmp-external-arm-glibc/work/x86_64-linux/python3-native/3.8.14-r0/temp/log.do_compile'
| ERROR: Execution of '/data/work/yocto-ti/build/arago-tmp-external-arm-glibc/work/x86_64-linux/python3-native/3.8.14-r0/temp/run.do_install.650' failed with exit code 1
ERROR: Task (mc:k3r5:virtual:native:/opt/ti-processor-sdk-linux-j7-evm-08_06_00_11/yocto-build/sources/oe-core/meta/recipes-devtools/python/python3_3.8.14.bb:do_install) failed with exit code '1'

I figured out there is no python3-fcntl package.

How can i solve the problem?