build-u_boot: Add local version string

This commit is contained in:
Johan Gunnarsson 2024-01-10 23:23:26 +01:00
parent 7780142532
commit 8b58107057
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ if [ -d "${U_BOOT_PATCHES_DIR}" ]; then
git apply "${U_BOOT_PATCHES_DIR}"/*.patch || :
fi
# Set localversion
export LOCALVERSION="johang"
# CROSS_COMPILE must point to a valid compiler path prefix
export CROSS_COMPILE=$(dirname $(which "${TUPLE}-gcc"))/"${TUPLE}-"