"How to create your own machine" in wiki and hits optee CFG_DRAM_SIZE bug
Following the instructions here: https://wiki.st.com/stm32mpu/index.php/How_to_create_your_own_machine
And then making a trivial devicetree modification (enabling I2C5 output) fails to build on a fresh yocto install (via the "distribution package"). I'm beginning to port code from a DK2 to a custom board, and creating a transitional package.
The build slams right into the `flavorlist` mess in the optee make confs (specifically workspace/sources/optee-os-stm32mp/core/arch/arm/plat-stm32mp1/conf.mk) , ignoring the `CUBEMX_BOARD_DDR_SIZE = "512"` variables or anything else..
Very frustrating to see all these hardcoded filenames when yocto is very aware of the actual device tree in use at buildtime... looks like maybe the intended `CFG_EXT_DTS` escape hatch is broken?
Lots of previous posts have hit this problem, but on custom hardware, and with more significant DT changes. I didn't touch the RAM or anything else other than have a default DK2 template MX project and then enable/"okay" I2C5.
