2024-12-21 04:48 AM
Hello,
I am trying to compile the Openst Linux for my custom board. I did it succeed in the Kirskstone distro which is based on tf-a. Now I try compiling the latest Openstlinux (6.0, scarthgap) with the optee-os but encounter a problem with the file generation. The problem I have is as follows
WARNING: st-image-weston-1.0-r0 do_image_complete: Missing 'EULA_FILE_ST' var : no image license copied...
WARNING: st-image-weston-1.0-r0 do_create_flashlayout_config: >>> Cannot generate FlashLayout_emmc_stm32mp157c-telemach-som-mx-opteemin.tsv file: the arm-trusted-firmware/tf-a-stm32mp157c-telemach-som-mx-opteemin-programmer-usb.stm32 binary for fsbl-boot partition is missing in deploy folder
WARNING: st-image-weston-1.0-r0 do_create_flashlayout_config: >>> Cannot generate FlashLayout_sdcard_stm32mp157c-telemach-som-mx-opteemin.tsv file: the arm-trusted-firmware/tf-a-stm32mp157c-telemach-som-mx-opteemin-programmer-usb.stm32 binary for fsbl-boot partition is missing in deploy folder
WARNING: st-image-weston-1.0-r0 do_st_write_license_create_summary: IMG LIC SUM: File does not exist with open file /home/mw/openstlinux-6.6-yocto-scarthgap-mpu-v24.12.05/tmp-glibc/deploy/images/telemach-som/st-image-weston-openstlinux-weston-telemach-som.rootfs.license
WARNING: st-image-weston-1.0-r0 do_st_write_license_create_summary: IMG LIC SUM: File does not exist with open file /home/mw/openstlinux-6.6-yocto-scarthgap-mpu-v24.12.05/tmp-glibc/deploy/licenses/telemach-som/st-image-weston-openstlinux-weston-telemach-som.rootfs-20241221123144/image_license.manifest
WARNING: st-image-weston-1.0-r0 do_st_write_license_create_summary: IMG LIC SUM: File does not exist with open file /home/mw/openstlinux-6.6-yocto-scarthgap-mpu-v24.12.05/tmp-glibc/deploy/licenses/telemach-som/st-image-bootfs-openstlinux-weston-telemach-som.bootfs-20241221114233/package.manifest
WARNING: st-image-weston-1.0-r0 do_st_write_license_create_summary: IMG LIC SUM: File does not exist with open file /home/mw/openstlinux-6.6-yocto-scarthgap-mpu-v24.12.05/tmp-glibc/deploy/licenses/telemach-som/st-image-vendorfs-openstlinux-weston-telemach-som.vendorfs-20241221114233/package.manifest
WARNING: st-image-weston-1.0-r0 do_st_write_license_create_summary: IMG LIC SUM: File does not exist with open file /home/mw/openstlinux-6.6-yocto-scarthgap-mpu-v24.12.05/tmp-glibc/deploy/licenses/telemach-som/st-image-weston-openstlinux-weston-telemach-som.rootfs-20241221123144/package.manifest
WARNING: st-image-weston-1.0-r0 do_st_write_license_create_summary: IMG LIC SUM: File does not exist with open file /home/mw/openstlinux-6.6-yocto-scarthgap-mpu-v24.12.05/tmp-glibc/deploy/licenses/telemach-som/st-image-userfs-openstlinux-weston-telemach-som.userfs-20241221114233/package.manifest
WARNING: st-image-weston-1.0-r0 do_st_write_license_create_summary: IMG LIC SUM: File does not exist with open file /home/mw/openstlinux-6.6-yocto-scarthgap-mpu-v24.12.05/tmp-glibc/deploy/licenses/telemach-som/st-image-resize-initrd-openstlinux-weston-telemach-som.rootfs-20241221114233/package.manifest
I realized the problem is in lines 2 and 3 due to missing binaries. The question is how to handle such a problem. Maybe there are some migration documents or instructions on how to compile/get such missing files?
Thanks in advanced
BR
MW