From 2ef2a1e7d96b531fb4e374493a5994210d5dd030 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Wed, 14 Jan 2026 19:37:00 +0100 Subject: [PATCH] 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 --- config/boards/radxa-e24c.wip | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/boards/radxa-e24c.wip b/config/boards/radxa-e24c.wip index 2e81b11bd7..6bc673674c 100644 --- a/config/boards/radxa-e24c.wip +++ b/config/boards/radxa-e24c.wip @@ -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"