armbian-next: [focal-host] try to support focal-like host OS's again, via python3.9 (and drop buster completely)

- completely remove support for building under `buster` -- that's way too old, sorry.
- de-hardcode `python3` invocations, instead use `python3_binary_path` set by `prepare_python3_binary_for_python_tools()`
- juggle `$HOSTRELEASE`: read from actual host, or determined from Docker image name (during Dockerfile build)
- TL;DR: include and use `python3.9` for focal-like host OS's
This commit is contained in:
Ricardo Pardini
2023-01-05 14:01:40 +01:00
parent f167864f2c
commit 6cb12a3397
11 changed files with 108 additions and 54 deletions

View File

@@ -11,7 +11,6 @@ function cli_config_dump_run() {
function config_and_remove_useless() {
do_logging=no prepare_and_config_main_build_single # avoid logging during configdump; it's useless
unset FINALDEST
unset FINAL_HOST_DEPS
unset HOOK_ORDER HOOK_POINT HOOK_POINT_TOTAL_FUNCS
unset REPO_CONFIG REPO_STORAGE
unset DEB_STORAGE