Tool/software: TI C/C++ Compiler
Hi all,
I compile the task of building the yocto file system near to the end, and found an error as follows:
WARNING: linux-ti-staging-4.19.73+gitAUTOINC+31275c05a1-r7a.arago5.psdkla do_package_qa: QA Issue: linux-ti-staging: /kernel-module-omap-hdq-4.19.73-g31275c05a1/lib/modules/4.19.73-g31275c05a1/kernel/drivers/w1/masters/omap_hdq.ko is owned by uid 0, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
WARNING: linux-ti-staging-4.19.73+gitAUTOINC+31275c05a1-r7a.arago5.psdkla do_package_qa: QA Issue: linux-ti-staging: /kernel-module-gcm-4.19.73-g31275c05a1/lib/modules/4.19.73-g31275c05a1/kernel/crypto/gcm.ko is owned by uid 0, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
WARNING: linux-ti-staging-4.19.73+gitAUTOINC+31275c05a1-r7a.arago5.psdkla do_package_qa: QA Issue: linux-ti-staging: /kernel-module-mtd-nandecctest-4.19.73-g31275c05a1/lib/modules/4.19.73-g31275c05a1/kernel/drivers/mtd/tests/mtd_nandecctest.ko is owned by uid 0, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
WARNING: linux-ti-staging-4.19.73+gitAUTOINC+31275c05a1-r7a.arago5.psdkla do_package_qa: QA Issue: linux-ti-staging: /kernel-module-gadgetfs-4.19.73-g31275c05a1/lib/modules/4.19.73-g31275c05a1/kernel/drivers/usb/gadget/legacy/gadgetfs.ko is owned by uid 0, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
WARNING: linux-ti-staging-4.19.73+gitAUTOINC+31275c05a1-r7a.arago5.psdkla do_package_qa: QA Issue: linux-ti-staging: /kernel-module-ftdi-sio-4.19.73-g31275c05a1/lib/modules/4.19.73-g31275c05a1/kernel/drivers/usb/serial/ftdi_sio.ko is owned by uid 0, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
WARNING: linux-ti-staging-4.19.73+gitAUTOINC+31275c05a1-r7a.arago5.psdkla do_package_qa: QA Issue: linux-ti-staging: /kernel-module-sha512-arm-4.19.73-g31275c05a1/lib/modules/4.19.73-g31275c05a1/kernel/arch/arm/crypto/sha512-arm.ko is owned by uid 0, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
ERROR: tisdk-rootfs-image-1.0-r0 do_rootfs: Error executing a python function in exec_python_func() autogenerated:
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
0001:
*** 0002:license_create_manifest(d)
0003:
File: '/home/gale/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03/yocto-layers/sources/oe-core/meta/classes/license_image.bbclass', lineno: 31, function: license_create_manifest
0027:
0028: pkg_dic[pkg_name] = oe.packagedata.read_pkgdatafile(pkg_info)
0029: if not "LICENSE" in pkg_dic[pkg_name].keys():
0030: pkg_lic_name = "LICENSE_" + pkg_name
*** 0031: pkg_dic[pkg_name]["LICENSE"] = pkg_dic[pkg_name][pkg_lic_name]
0032:
0033: rootfs_license_manifest = os.path.join(d.getVar('LICENSE_DIRECTORY'),
0034: d.getVar('IMAGE_NAME'), 'license.manifest')
0035: write_license_files(d, rootfs_license_manifest, pkg_dic)
Exception: KeyError: 'LICENSE_gnu-config'
ERROR: tisdk-rootfs-image-1.0-r0 do_rootfs: Function failed: license_create_manifest
ERROR: Logfile of failure stored in: /home/gale/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03/yocto-layers/build/arago-tmp-external-arm-toolchain/work/dra7xx_evm-linux-gnueabi/tisdk-rootfs-image/1.0-r0/temp/log.do_rootfs.29203
ERROR: Task (/home/gale/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03/yocto-layers/sources/meta-arago/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb:do_rootfs) failed with exit code '1'
NOTE: Tasks Summary: Attempted 8586 tasks of which 7694 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Could anybody have a good idea about this problem?
Regards
Jason