Skip to content

Commit

Permalink
GY: minimal build script
Browse files Browse the repository at this point in the history
  • Loading branch information
gyohng committed Apr 23, 2024
1 parent 0ac1599 commit 182c43c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions build-scripts/build-mydyt507h-minimal.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#!/bin/bash

set -e
cd "$(dirname "$0")/.."
COMMAND=${1:-build}

# defaults
export SOURCE_DATE_EPOCH=1707904372
export KBUILD_BUILD_TIMESTAMP='Wed Feb 14 10:52:52 CET 2024'
export KBUILD_BUILD_USER=george
export KBUILD_BUILD_HOST=george

./compile.sh $COMMAND \
\
BOARD=mydyt507h \
BRANCH=current \
RELEASE=jammy \
\
BUILD_MINIMAL=yes \
BUILD_DESKTOP=no \
\
INSTALL_HEADERS=no \
USE_GITHUB_UBOOT_MIRROR=yes \
USE_TORRENT=no \
KERNEL_CONFIGURE=no \
BUILD_KSRC=no \
KERNEL_GIT=shallow \
ARTIFACT_IGNORE_CACHE=yes \
SKIP_ARMBIAN_REPO=yes \
BOOT_LOGO=yes \
IGNORE_UPDATES=no \

# BUILD_ONLY=default # what was this for?

0 comments on commit 182c43c

Please sign in to comment.