From 210e40b40429b9d77f8d394096b43db06e3a9c29 Mon Sep 17 00:00:00 2001 From: Mecid Urganci Date: Sun, 1 Mar 2026 10:12:46 +0100 Subject: [PATCH] Genio: Rename collabora branch to `edge` for alignment --- config/boards/radxa-nio-12l.conf | 4 ++-- config/sources/families/genio.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/boards/radxa-nio-12l.conf b/config/boards/radxa-nio-12l.conf index 019e2f360b..81f4eb954a 100644 --- a/config/boards/radxa-nio-12l.conf +++ b/config/boards/radxa-nio-12l.conf @@ -3,8 +3,8 @@ BOARD_NAME="Radxa Nio 12L" BOARD_VENDOR="radxa" BOARDFAMILY="genio" BOARD_MAINTAINER="HeyMeco" -KERNEL_TARGET="collabora" -KERNEL_TEST_TARGET="collabora" +KERNEL_TARGET="edge" +KERNEL_TEST_TARGET="edge" BOOT_FDT_FILE="mediatek/mt8395-radxa-nio-12l.dtb" # automatically patched by u-boot with autodetected memory size SERIALCON="ttyS0:921600" SRC_CMDLINE="splash plymouth.ignore-serial-consoles console=ttyS0,921600 console=tty0" # for extlinux/EXT=u-boot-menu diff --git a/config/sources/families/genio.conf b/config/sources/families/genio.conf index 970785507a..3ed905925e 100644 --- a/config/sources/families/genio.conf +++ b/config/sources/families/genio.conf @@ -32,7 +32,7 @@ declare -g MEDIATEK_GENIO_LK_BIN="${MEDIATEK_GENIO_LK_BIN:-"${BOARD}/lk/lk.bin"} # Kernel configuration case $BRANCH in - collabora) + edge) declare -g LINUXCONFIG="linux-genio-$BRANCH" declare -g KERNEL_MAJOR_MINOR="6.19"