Hi.
I'm trying to build my image with python3.
As pytno3 recipes are already included in my source.
If I try "bitbake python3", it finishes with no problem.
So I added line "CORE_IMAGE_EXTRA_INSTALL += " python3" in local.conf.
But I'm keep getting ERROR saids:
ERROR: python3 not found in the base feeds (imx6sxsabresd cortexa9hf-vfp-neon-mx6qdl cortexa9hf-vfp-neon cortexa9hf-vfp armv7ahf-vfp-neon armv7ahf-vfp armv6hf-vfp armv5ehf-vfp armv5hf-vfp noarch any all).
I also looked into this thread
How to install python3 in imx6q
and tried the steps written there, but it didn't work for me.
Could anyone tell me how to fix this?
Thanks.