Skip to main content
Explorer II
February 2, 2024
Solved

stm32mp135 yocto build process

  • February 2, 2024
  • 1 reply
  • 2668 views

 i have download prebuild image 

en.flash-stm32mp1-openstlinux-6-1-yocto-mickledore-mp1-v23-06-21.tar.gz

it working fine on my stm32mp135f-dk EVK. 

i want to add docker in it so need the build process of yocto image.

Kindly guide me how to do it.

    This topic has been closed for replies.
    Best answer by Olivier GALLIEN

    Hi @Subhashzimetrics ,

     

    Please have a look to our wiki documentation STM32MP135x-DK - software distributions - stm32mpu

     

    Hope it help, 

     

    Olivier 

    1 reply

    Technical Moderator
    February 5, 2024

    Hi @Subhashzimetrics ,

     

    Please have a look to our wiki documentation STM32MP135x-DK - software distributions - stm32mpu

     

    Hope it help, 

     

    Olivier 

    Explorer II
    February 22, 2024

     

    @Olivier GALLIEN  thanks for support.

    During build process we need to remove "seccomp" this

     just remove `REQUIRED_DISTRO_FEATURES = "seccomp"` from `meta/recipes-support/libseccomp/libseccomp_2.5.4.bb

    Is any process to enable "seccomp" in docker

    Technical Moderator
    February 22, 2024

    Hi @Subhashzimetrics 

     

    What do you mean by "we need to remove "seccomp"" 

    Should i understand this recipes generate an error in docker ? 

    If yes please attached error log. 

    Thx

    Olivier