radxa-e24c: unbreak fragile metadata parser in rewrite job

- yeah, "parsing" bash is not a good idea
  - source in a subshell and echo the var instead
- here, just unbreak for now
This commit is contained in:
Ricardo Pardini 2026-01-14 19:37:00 +01:00 committed by Igor
parent 9132473bb7
commit 2ef2a1e7d9

View File

@ -4,7 +4,8 @@ BOARD_VENDOR="radxa"
BOARDFAMILY="rockchip-rk3588"
BOARD_MAINTAINER="rpardini"
BOOTCONFIG="radxa-e24c-spi-rk3528_defconfig" # same name across vendor and mainline
KERNEL_TARGET="edge,vendor" # edge (6.18+) is still not ready, many patches required. keep an eye on Kwiboo
# edge (6.18+) is still not ready, many patches required. also not in 6.19, and apparently not in 6.20/7.0 either. many patches required.
KERNEL_TARGET="edge,vendor"
BOOT_FDT_FILE="rockchip/rk3528-radxa-e24c-spi.dtb" # same name across vendor and mainline; for SPI boards
#BOOT_FDT_FILE="rockchip/rk3528-radxa-e24c.dtb" # same name across vendor and mainline; for eMMC boards
BOOT_SCENARIO="spl-blobs"