armbian-build/lib/functions
Ricardo Pardini fb17a2a84f armbian-kernel: drop DEBUG_KERNEL/DEBUG_INFO disables; force EXPERT=y and bring back CONFIG_GPIO_SYSFS=y for all kernels
- we had `_DEBUG=n` forced, which conflicted with `_EXPERT=y`;
  - some important SBC features (like _GPIO_SYSFS) depend on _EXPERT=y
- we've plans to enable BTF/CO-RE kernels soon, so removing the non-debug enforcement makes some sense
  - also, .config's will be free to determine debug config, nothing's changing in those here
- remove the `_EMBEDDED` special case handling, we can do that as well now
- add a separate hook to renable `CONFIG_GPIO_SYSFS=y`; it was a victim of `EXPERT=n` in some kernels
- this does not include rewrites of all the .configs -- those should be done in a separate batch -- either way effect is the same, hooks will always override .config's
  - during rewrites, a large number of new options will show up, since `_EXPERT=y` is used as dependency for many of Kernel's experimental-ish features
2024-05-11 17:35:27 +01:00
..
artifacts create linux-libc-dev when building kernel packages (#6408) 2024-03-25 18:04:26 +01:00
bsp bsp-cli: include BOOT_SOC in /etc/armbian-release 2024-03-25 18:03:43 +01:00
cli Revert "cli: Add command "dts-check"" 2024-04-26 20:46:42 +08:00
compilation armbian-kernel: drop DEBUG_KERNEL/DEBUG_INFO disables; force EXPERT=y and bring back CONFIG_GPIO_SYSFS=y for all kernels 2024-05-11 17:35:27 +01:00
configuration Return Noble armhf arch as it works 2024-05-11 12:15:22 +01:00
general Add ability to freeze git resources 2024-05-10 13:24:18 +01:00
host Create output/info early in host prepare for storing JSON files and remove JSON 2024-05-10 13:24:18 +01:00
image Improve loop devices management by allocating random free device instead of next one (#6345) 2024-03-06 01:09:54 +01:00
logging rootfs-create: if debootstrap second stage fails, find debootstrap.log and show it so we know what the error is 2024-04-07 13:22:11 +02:00
main config: allow to build BRANCHes not listed in KERNEL_TARGET as long as the config is valid 2024-04-02 21:10:06 +02:00
rootfs Return Noble armhf arch as it works 2024-05-11 12:15:22 +01:00