3f89802f3f91cac4004c81e58bf1a7cc015e8ef5
…
WORK IN PROGRESS!
hassio-os
Hass.io OS based on buildroot
building
Running sudo ./enter.sh will get you into the build docker container.
make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external xy_defconfig
From outside the docker container, while it is still running you can use ./getimage.sh to get the output image.
edit
make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external defconfig BR2_DEFCONFIG=/build/buildroot-external/configs/xy_defconfig
make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external savedefconfig BR2_DEFCONFIG=/build/buildroot-external/configs/xy_defconfig
Description
Languages
Shell
55.9%
Makefile
25.5%
Dockerfile
18.6%