Several improvements (#907)

* Make _llvm_ias="1" the default in customization.cfg

* Remove all git related files after copying source files

* Update PREEMPT_RT's supported kernel subversion and patch revision for 6.8

* Make _libunwind_replace a variable in customization.cfg

* Revise the description of native_intel

* Add ECHO CPU scheduler in customization.cfg
This commit is contained in:
Blackteahamburger
2024-04-08 13:12:35 +08:00
committed by GitHub
parent c81eeaec81
commit 2e887a2d8e
4 changed files with 31 additions and 28 deletions

View File

@@ -43,44 +43,46 @@ done
# PREEMPT_RT's supported kernel subversion
typeset -Ag _rt_subver_map
_rt_subver_map=(
["5.4"]="264"
["5.4"]="271"
["5.9"]="1"
["5.10"]="210"
["5.10"]="213"
["5.11"]="4"
["5.14"]="2"
["5.15"]="148"
["5.15"]="153"
["5.16"]="2"
["5.17"]="1"
["6.0"]="5"
["6.1"]="80"
["6.1"]="83"
["6.3"]="3"
["6.4"]="6"
["6.5"]="2"
["6.6"]="20"
["6.6"]="23"
["6.7"]="0"
["6.8"]="rc7"
["6.8"]="2"
["6.9"]="rc2"
)
# PREEMPT_RT's patch revision for the kernel
# We separated this to allow for forcing the application of the patch when _preempt_rt_force=1 on version mismatch
typeset -Ag _rt_rev_map
_rt_rev_map=(
["5.4"]="88"
["5.4"]="89"
["5.9"]="20"
["5.10"]="102"
["5.10"]="105"
["5.11"]="11"
["5.14"]="21"
["5.15"]="74"
["5.15"]="75"
["5.16"]="19"
["5.17"]="17"
["6.0"]="14"
["6.1"]="26"
["6.1"]="28"
["6.3"]="15"
["6.4"]="8"
["6.5"]="8"
["6.6"]="25"
["6.6"]="28"
["6.7"]="6"
["6.8"]="6"
["6.8"]="11"
["6.9"]="1"
)
_undefine() {