From 8381ee3a86834b7457f955d47732e0f2b41a906e Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Fri, 24 Jan 2025 12:07:59 -0500 Subject: [PATCH] novacustom_nv4x_adl -> novacustom-nv4x_adl consistent NovaCustom board naming scheme from now on Signed-off-by: Thierry Laurion --- .circleci/config.yml | 6 +++--- .../novacustom-nv4x_adl.config} | 2 +- ..._nv4x_adl.config => coreboot-novacustom-nv4x_adl.config} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename boards/{novacustom_nv4x_adl/novacustom_nv4x_adl.config => novacustom-nv4x_adl/novacustom-nv4x_adl.config} (97%) rename config/{coreboot-novacustom_nv4x_adl.config => coreboot-novacustom-nv4x_adl.config} (100%) diff --git a/.circleci/config.yml b/.circleci/config.yml index 205d0ef7..6ff83e20 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -250,8 +250,8 @@ workflows: # No need to wait further for other board's cache # We reuse built modules from x230-hotp-maximized cache only - build_and_persist: - name: novacustom_nv4x_adl - target: novacustom_nv4x_adl + name: novacustom-nv4x_adl + target: novacustom-nv4x_adl subcommand: "" requires: - x230-hotp-maximized @@ -516,7 +516,7 @@ workflows: target: UNTESTED_nitropad-ns50 subcommand: "" requires: - - novacustom_nv4x_adl + - novacustom-nv4x_adl - build: name: novacustom-v560tu diff --git a/boards/novacustom_nv4x_adl/novacustom_nv4x_adl.config b/boards/novacustom-nv4x_adl/novacustom-nv4x_adl.config similarity index 97% rename from boards/novacustom_nv4x_adl/novacustom_nv4x_adl.config rename to boards/novacustom-nv4x_adl/novacustom-nv4x_adl.config index 5d00159f..8fb8f019 100644 --- a/boards/novacustom_nv4x_adl/novacustom_nv4x_adl.config +++ b/boards/novacustom-nv4x_adl/novacustom-nv4x_adl.config @@ -8,7 +8,7 @@ export CONFIG_COREBOOT=y export CONFIG_COREBOOT_VERSION=dasharo export CONFIG_LINUX_VERSION=6.1.8 -CONFIG_COREBOOT_CONFIG=config/coreboot-novacustom_nv4x_adl.config +CONFIG_COREBOOT_CONFIG=config/coreboot-novacustom-nv4x_adl.config CONFIG_LINUX_CONFIG=config/linux-novacustom-common.config #On-demand hardware support (modules.cpio) diff --git a/config/coreboot-novacustom_nv4x_adl.config b/config/coreboot-novacustom-nv4x_adl.config similarity index 100% rename from config/coreboot-novacustom_nv4x_adl.config rename to config/coreboot-novacustom-nv4x_adl.config