2024-07-11 12:23 AM
Hello,
I'm trying modify device tree following this website :STM32MPU Developer Package - stm32mpu
than now Im working on :meta-st-stm32mp/recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt at mickledore · STMicroelectronics/meta-st-stm32mp · GitHub
My problem is in the kernel source directory (STM32MPU-Ecosystem-v5.1.0/Developer-Package/stm32mp1-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26/sources/arm-ostl-linux-gnueabi/linux-stm32mp-6.1.82-stm32mp-r2-r0$)
I have
0001-v6.1-stm32mp-r2.patch linux-6.1.82.tar.xz
build8 optional-fragment-05-signature.config
optional-fragment-06-nosmp.config optional-fragment-07-efi.config
fragment-03-systemd.config README.HOW_TO.txt
fragment-04-modules.config series
But I dont have Makefile.sdk
I believe
##LINUX_TARNAME## =linux-6.1.82.tar.xz
00*.patch =0001-v6.1-stm32mp-r2.patch
But I there is no makefile.sdk can you help me
2024-07-11 05:41 AM
Hi @kagan_senkeser ,
There's no Makefile.sdk for kernel sources, just follow the commands suggested in the wiki or README_how_to.
Please note that the README you're sharing is for the kernel sources of the distribution packages, not the sources of the development packages.
However, the bug you pointed out has been reported and will be fixed.
Regards,
Grégory