You've already forked CoreMP135_buildroot-external-st
mirror of
https://github.com/m5stack/CoreMP135_buildroot-external-st.git
synced 2026-05-20 11:24:38 -07:00
373639b9b7
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Here is the procedure to reproduce the Starter Package for this #CONFIG# Buildroot configuration: 1. Clone the repositories: git clone git@github.com:bootlin/buildroot git -C buildroot checkout #BR_REV# git clone git@github.com:bootlin/buildroot-external-st.git git -C buildroot-external-st checkout #BR_EXT_REV# 2. Configure Buildroot make -C buildroot BR2_EXTERNAL=../buildroot-external-st O=../output #CONFIG#_defconfig 3. Build the #CONFIG# 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 #CONFIG# image and sdk in: buildroot/output/images You will find the #CONFIG# licenses and sources in: buildroot/output/legal-info