Here is the procedure to reproduce the Starter Package for this
st_stm32mp235f_dk Buildroot configuration:

1. Clone the repositories:

   git clone git@github.com:bootlin/buildroot
   git -C buildroot checkout st/2025.02.12
   git clone git@github.com:bootlin/buildroot-external-st.git
   git -C buildroot-external-st checkout openstlinux-6.6-buildroot-2025.02.12-mpu-v26.02.18

2. Configure Buildroot

   make -C buildroot BR2_EXTERNAL=../buildroot-external-st O=../output st_stm32mp235f_dk_defconfig

3. Build the st_stm32mp235f_dk image

   make -C buildroot O=../output

4. Generate license compliance information

   make -C buildroot O=../output legal-info

5. Build the SDK

   make -C buildroot O=../output sdk

You will find the st_stm32mp235f_dk image and sdk in:

  buildroot/output/images

You will find the st_stm32mp235f_dk licenses and sources in:

  buildroot/output/legal-info
