Hi all,
I am playing imx8 both iwave board and maaxboard optee with yocto zeus branch.
after. bitbake lite-image -c populate_sdk , I got toolchain ,
but the toolchain missing python3-pycrypto-native, missing Crypto to sign optee ta files.
I check the python3-pycrypto-native is there, no auto put into the toolchain when yocto built it:
tmp/sysroots-components/x86_64/python3-pycrypto-native/usr/lib/python3.7/site-packages/Crypto
I have to manually copy Crypto into toolchain folder.
command:
sudo cp -r /home/rnd2/work/maaxboard/zeus/imx-yocto-bsp/maaxboard/build/tmp/sysroots-components/x86_64/python3-pycrypto-native/usr/lib/python3.7/site-packages/Crypto /opt/fsl-imx-wayland-lite/5.4-zeus/sysroots/x86_64-pokysdk-linux/usr/ lib/python3.7/site-packages/.
my question is : how to add something in local.conf or recipe somewhere when building yocto toolchain, the package can be put into it automatically?
Thank you
refer question:
https://community.nxp.com/t5/i-MX-Processors/yocto-toolchains-compile-optee-example-code-ModuleNotFo...