From bfd2ab2661de553220032ac1153fc626461b2c57 Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Mon, 3 Jan 2022 18:58:38 +0300 Subject: [PATCH] Build option examples --- scripts/executing_commands_for_glibc.sh | 1 + scripts/executing_commands_for_musl.sh | 1 + scripts/executing_commands_for_uclibc.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/scripts/executing_commands_for_glibc.sh b/scripts/executing_commands_for_glibc.sh index f5ae53a0..587efb0a 100755 --- a/scripts/executing_commands_for_glibc.sh +++ b/scripts/executing_commands_for_glibc.sh @@ -5,6 +5,7 @@ date "+OPENIPC_VERSION=2.2.%m.%d" >>${TARGET_DIR}/usr/lib/os-release date "+GITHUB_VERSION=\"${BRANCH_NAME}+${GIT_HASH}, %Y-%m-%d\"" >>${TARGET_DIR}/usr/lib/os-release +echo "BUILD_OPTION=lite" >>${TARGET_DIR}/usr/lib/os-release # echo 'Note: BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc"' # diff --git a/scripts/executing_commands_for_musl.sh b/scripts/executing_commands_for_musl.sh index 994b91e2..39c5476f 100755 --- a/scripts/executing_commands_for_musl.sh +++ b/scripts/executing_commands_for_musl.sh @@ -5,6 +5,7 @@ date "+OPENIPC_VERSION=2.2.%m.%d" >>${TARGET_DIR}/usr/lib/os-release date "+GITHUB_VERSION=\"${BRANCH_NAME}+${GIT_HASH}, %Y-%m-%d\"" >>${TARGET_DIR}/usr/lib/os-release +echo "BUILD_OPTION=lite" >>${TARGET_DIR}/usr/lib/os-release # echo 'Note: BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"' # diff --git a/scripts/executing_commands_for_uclibc.sh b/scripts/executing_commands_for_uclibc.sh index 8fd702eb..7cac9917 100755 --- a/scripts/executing_commands_for_uclibc.sh +++ b/scripts/executing_commands_for_uclibc.sh @@ -5,6 +5,7 @@ date "+OPENIPC_VERSION=2.2.%m.%d" >>${TARGET_DIR}/usr/lib/os-release date "+GITHUB_VERSION=\"${BRANCH_NAME}+${GIT_HASH}, %Y-%m-%d\"" >>${TARGET_DIR}/usr/lib/os-release +echo "BUILD_OPTION=lite" >>${TARGET_DIR}/usr/lib/os-release # echo 'Note: BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc"' #