Files
kioskpi/ci/defconfig.sh
Dustin C. Hatch cd12087469
Some checks failed
dustin/kioskpi/pipeline/head There was a failure building this commit
wip: Initial commit
2025-11-14 20:07:09 -06:00

15 lines
333 B
Bash

#!/bin/sh
sed -i \
-e '$a'"$(
grep BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION= buildroot/configs/raspberrypi3_defconfig
)" \
-e /BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION/d \
configs/kioskpi_defconfig
make \
-C buildroot \
O="${PWD}"/_build \
BR2_EXTERNAL="${PWD}/aimee-os" \
kioskpi_defconfig