build-u_boot: Add local version string
This commit is contained in:
parent
7780142532
commit
8b58107057
|
|
@ -31,6 +31,9 @@ if [ -d "${U_BOOT_PATCHES_DIR}" ]; then
|
||||||
git apply "${U_BOOT_PATCHES_DIR}"/*.patch || :
|
git apply "${U_BOOT_PATCHES_DIR}"/*.patch || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Set localversion
|
||||||
|
export LOCALVERSION="johang"
|
||||||
|
|
||||||
# CROSS_COMPILE must point to a valid compiler path prefix
|
# CROSS_COMPILE must point to a valid compiler path prefix
|
||||||
export CROSS_COMPILE=$(dirname $(which "${TUPLE}-gcc"))/"${TUPLE}-"
|
export CROSS_COMPILE=$(dirname $(which "${TUPLE}-gcc"))/"${TUPLE}-"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue