yocto-cooker-base/build.sh
2024-09-11 14:33:17 +02:00

9 lines
142 B
Bash
Executable file

#!/bin/bash
set -e
cd "$(dirname "$(realpath "$0")")"
cooker init --force menu.json
cooker generate
cooker update
cooker build --keepgoing