778fb9ec7b386493ff2cf3b385acb269dbc4314a
Network-Booted Heads-Up Display System
Required Build Host Configuration
sudo dnf install -y \
ncurses-devel \
perl-ExtUtils-MakeMaker \
perl-FindBin \
perl-Thread-Queue \
--
git clone git://git.buildroot.net/buildroot ~/src/buildroot
Build
Build the Initramfs
make -C ~/src/buildroot O=${PWD}/_build/initramfs BR2_EXTERNAL=${PWD} basementhud_initramfs_defconfig
make -C _build/initramfs -j $(nproc)
Build the Rootfs
make -C ~/src/buildroot O=${PWD}/_build/rootfs BR2_EXTERNAL=${PWD} basementhud_defconfig
make -C _build/rootfs -j $(nproc)
Description
Languages
Shell
89%
Dockerfile
5.7%
Makefile
5.3%