how can I create image for stm32mp157a-dk1 and how to add other debian packages as part of image?
I'm working on STM32MP157a-dk1
I followed the link https://wiki.st.com/stm32mpu/wiki/STM32MP1_Distribution_Package
and used these steps to create a image
Steps:
PC $> cd <working directory path>/Distribution-Package
PC $> mkdir openstlinux-5.10-dunfell-mp1-21-03-31
PC $> cd openstlinux-5.10-dunfell-mp1-21-03-31
PC $> repo init -u https://github.com/STMicroelectronics/oe-manifest.git -b refs/tags/openstlinux-5.10-dunfell-mp1-21-03-31
PC $> repo sync
PC $> DISTRO=openstlinux-weston MACHINE=stm32mp1-disco source layers/meta-st/scripts/envsetup.sh
PC $> bitbake st-image-weston
build creates the image openstlinux-5.10-dunfell-mp1-21-03-31/build-openstlinuxweston-stm32mp1-disco/tmp-glibc/deploy/images/stm32mp1-disco/flashlayout_st-image-weston/trusted/FlashLayout_sdcard_stm32mp157c-dk2-trusted.tsv
but it doesn't create image for stm32mp157a-dk1.
how to make image for stm32mp157a-dk1 with additional debian packages
