armbian-build/lib/functions
Ricardo Pardini ee565514c9 bsp-cli: allow hooks to cleanly add code to the bsp-cli postinst; fix helios4 to match
- bsp-cli: `postinst` is now generated _after_ the hooks are run
  - hooks are allowed to append to `postinst_functions` array
  - hooks are _not_ allowed to modify `DEBIAN/postinst` directly anymore (it won't even be there)
- rewrite the postinst stuff in `helios4`'s `family_tweaks_bsp()` to use new way
- introduce `add_file_from_stdin_to_bsp_destination()`, a helper for easy heredoc-based adding of files to bsp-cli
  - First and only argument is the destination path, relative to the root of the package -- do NOT include $destination -- it is already included.
  - Containing directory, if any, is created automatically (no more "mkdir -p x; cp y x/z")
  - The full path (including $destination) is set in $file_added_to_bsp_destination, declare in outer scope to get it if needed.
2023-08-24 11:45:45 +02:00
..
artifacts artifact-{bsp-cli,kernel,uboot}: fix missing vars_config_hash "variables hash" in artifact_version_reason 2023-08-12 09:58:32 +02:00
bsp bsp-cli: allow hooks to cleanly add code to the bsp-cli postinst; fix helios4 to match 2023-08-24 11:45:45 +02:00
cli pipeline: add userspace inventory capabilities 2023-08-23 21:35:02 +02:00
compilation rtl8811CU, rtl8723cs: Fix module build failure on 6.5 kernel 2023-08-23 20:52:25 +02:00
configuration Removing exceptions needed to support riscv64 withing Debian 2023-08-17 22:09:05 +02:00
general add mainline kernel mirror support 2023-08-23 21:34:48 +02:00
host config/lib/exts: run shellfmt 2023-08-22 14:28:14 +02:00
image config/lib/exts: run shellfmt 2023-08-22 14:28:14 +02:00
logging config_post_main: sanity checks for RELEASE (vs ARCH) and RELEASE+DESKTOP_ENVIRONMENT (vs ARCH) 2023-08-23 21:35:02 +02:00
main config_post_main: sanity checks for RELEASE (vs ARCH) and RELEASE+DESKTOP_ENVIRONMENT (vs ARCH) 2023-08-23 21:35:02 +02:00
rootfs Timezone select is too closed on status of the countries 2023-08-23 21:34:15 +02:00