base-files: Prefer board_name over boardid
- Currently missing: Support for macoffset (needs some redesign to make the structure look nice).
- MR in feed/targets adding compatible-string to all boards where it is non-specific or missing. targets!809 (merged)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
commit 47d3710a8f01ad222097e97d1e0466647c6ffc14 ┃
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Author: Andreas Gnau <andreas.gnau@iopsys.eu>
Date: Mon Apr 24 16:27:14 2023 +0200
base-files: system-layout: Prefer board_name over boardid
Add support for system-layout files named after OpenWrt $(board_name)
instead of boardid, which is a IOWRT or Broadcom specific variable.
Continue supporting both files named after boardid and files named after
board_name, while preferring the latter.
In the future, boardid as a concept will only exist in the bootloader
domain, but not in IOWRT userspace.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
commit f14c5b19a174e1c3ae8c01313f2001ab4a28ca92 ┃
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Author: Andreas Gnau <andreas.gnau@iopsys.eu>
Date: Mon Apr 24 16:27:14 2023 +0200
base-files: iopsys_db: Prefer board_name over boardid
Add support for db-file templates named after OpenWrt $(board_name)
instead of boardid, which is a IOWRT or Broadcom specific variable.
Continue supporting both files named after boardid and files named after
board_name, while preferring the latter.
In the future, boardid as a concept will only exist in the bootloader
domain, but not in IOWRT userspace.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
Edited by Andreas Gnau