# buildroot-external-examples **Repository Path**: mirrors_kontron/buildroot-external-examples ## Basic Information - **Project Name**: buildroot-external-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-26 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Examples buildroot external ## Build You have to clone buildroot and this layer. When building, use the appropriate defconfig in the `buildroot-external-examples/configs` directory. ``` git clone git://git.busybox.net/buildroot -b tbd git clone mkdir out cd out make -C ../buildroot BR2_EXTERNAL=../buildroot-external-examples O=`pwd` make ``` The resulting bootloader, kernel, root filesystem and SD card image will be put in the `build/images` directory.