From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 21 Jan 2026 09:08:25 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1viTGM-003gvF-0c for lore@lore.pengutronix.de; Wed, 21 Jan 2026 09:08:25 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1viTGL-0007ze-9l; Wed, 21 Jan 2026 09:08:25 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1viTGH-0007xS-Mq; Wed, 21 Jan 2026 09:08:21 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1viTGI-001iQx-0a; Wed, 21 Jan 2026 09:08:21 +0100 Received: from localhost ([::1] helo=dude05.red.stw.pengutronix.de) by dude05.red.stw.pengutronix.de with esmtp (Exim 4.98.2) (envelope-from ) id 1viTGI-0000000HEBt-0QiK; Wed, 21 Jan 2026 09:08:21 +0100 From: Ahmad Fatoum To: distrokit@pengutronix.de Date: Wed, 21 Jan 2026 09:06:54 +0100 Message-ID: <20260121080813.4099332-2-a.fatoum@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260121080813.4099332-1-a.fatoum@pengutronix.de> References: <20260121080813.4099332-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH 1/8] barebox: set CONFIG_NAME across all platforms X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ahmad Fatoum Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false If set, CONFIG_NAME will be included in the version output and makes it useful to record, which config was used in lieu of including the full config into the binary with CONFIG_DEFAULT_ENVIRONMENT_GENERIC_NEW_IKCONFIG. Populate the option with some descriptive names. Signed-off-by: Ahmad Fatoum --- configs/platform-v7a/barebox-am335x-mlo.config | 2 +- configs/platform-v7a/barebox-at91.config | 2 +- configs/platform-v7a/barebox-at91.config.diff | 5 +++-- configs/platform-v7a/barebox-common.config | 2 +- configs/platform-v7a/barebox.config | 2 +- configs/platform-v7a_noneon/barebox-at91.config | 2 +- configs/platform-v7a_noneon/barebox-at91.config.diff | 5 +++-- configs/platform-v7a_noneon/barebox-common.config | 2 +- configs/platform-v7a_noneon/barebox-vexpress.config | 2 +- configs/platform-v7a_noneon/barebox-vexpress.config.diff | 5 +++-- configs/platform-v8a/barebox-r5.config | 2 +- configs/platform-v8a/barebox.config | 2 +- 12 files changed, 18 insertions(+), 15 deletions(-) diff --git a/configs/platform-v7a/barebox-am335x-mlo.config b/configs/platform-v7a/barebox-am335x-mlo.config index dd43510b3bd6..f957e8014d7b 100644 --- a/configs/platform-v7a/barebox-am335x-mlo.config +++ b/configs/platform-v7a/barebox-am335x-mlo.config @@ -110,7 +110,7 @@ CONFIG_FILETYPE=y # # General Settings # -CONFIG_NAME="" +CONFIG_NAME="distrokit_v7a_am335x-mlo_defconfig" CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_BANNER=y diff --git a/configs/platform-v7a/barebox-at91.config b/configs/platform-v7a/barebox-at91.config index 60fb6407d9e0..3fb8b474aaa9 100644 --- a/configs/platform-v7a/barebox-at91.config +++ b/configs/platform-v7a/barebox-at91.config @@ -139,7 +139,7 @@ CONFIG_FASTBOOT_BASE=y # # General Settings # -CONFIG_NAME="" +CONFIG_NAME="distrokit_at91_defconfig" CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_BANNER=y diff --git a/configs/platform-v7a/barebox-at91.config.diff b/configs/platform-v7a/barebox-at91.config.diff index f501f95e6ea3..1cd9a8b74325 100644 --- a/configs/platform-v7a/barebox-at91.config.diff +++ b/configs/platform-v7a/barebox-at91.config.diff @@ -1,5 +1,5 @@ -445506e48e2d8f70000b83a6e0995a81 -3f95cbdc12cc7c160581869f264d13cf +ca6011deee1930593907217f67d92267 +620410494642035db8d626820a0d8e30 CONFIG_ARCH_AT91=y # CONFIG_ARCH_BCM283X is not set # CONFIG_ARCH_IMX is undefined @@ -118,6 +118,7 @@ CONFIG_MTD_UBI_BEB_LIMIT=20 # CONFIG_MTD_UBI_CHECK_IO is not set CONFIG_MTD_UBI_FASTMAP=y # CONFIG_MTD_UBI_GENERAL_EXTRA_CHECKS is not set +CONFIG_NAME="distrokit_at91_defconfig" CONFIG_NAND=y # CONFIG_NAND_ALLOW_ERASE_BAD is not set CONFIG_NAND_ATMEL=y diff --git a/configs/platform-v7a/barebox-common.config b/configs/platform-v7a/barebox-common.config index e0b3030dd331..503ed62c8f16 100644 --- a/configs/platform-v7a/barebox-common.config +++ b/configs/platform-v7a/barebox-common.config @@ -124,7 +124,7 @@ CONFIG_FASTBOOT_BASE=y # # General Settings # -CONFIG_NAME="" +CONFIG_NAME="distrokit_v7a_old_defconfig" CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_BANNER=y diff --git a/configs/platform-v7a/barebox.config b/configs/platform-v7a/barebox.config index 9b3cff897610..299273ba1df4 100644 --- a/configs/platform-v7a/barebox.config +++ b/configs/platform-v7a/barebox.config @@ -280,7 +280,7 @@ CONFIG_FASTBOOT_BASE=y # # General Settings # -CONFIG_NAME="" +CONFIG_NAME="distrokit_v7a_defconfig" CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_BANNER=y diff --git a/configs/platform-v7a_noneon/barebox-at91.config b/configs/platform-v7a_noneon/barebox-at91.config index 12042642b575..254d8e282c5d 100644 --- a/configs/platform-v7a_noneon/barebox-at91.config +++ b/configs/platform-v7a_noneon/barebox-at91.config @@ -131,7 +131,7 @@ CONFIG_FASTBOOT_BASE=y # # General Settings # -CONFIG_NAME="" +CONFIG_NAME="distrokit_v7a_noneon_at91_defconfig" CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_BANNER=y diff --git a/configs/platform-v7a_noneon/barebox-at91.config.diff b/configs/platform-v7a_noneon/barebox-at91.config.diff index 38413d6bf0bf..bf9ac919953f 100644 --- a/configs/platform-v7a_noneon/barebox-at91.config.diff +++ b/configs/platform-v7a_noneon/barebox-at91.config.diff @@ -1,5 +1,5 @@ -2765a97374765a3a75729531a1584703 -63f888732cb773e19b38931e5d92b85d +a51c6a6da229e3821798f6e72b78924c +c4dde5f868dc2aa9bdee59f3f11c67d6 CONFIG_ARCH_AT91=y # CONFIG_ARCH_BCM283X is not set # CONFIG_ARCH_IMX is undefined @@ -141,6 +141,7 @@ CONFIG_MTD_UBI_BEB_LIMIT=20 # CONFIG_MTD_UBI_CHECK_IO is not set # CONFIG_MTD_UBI_FASTMAP is not set # CONFIG_MTD_UBI_GENERAL_EXTRA_CHECKS is not set +CONFIG_NAME="distrokit_v7a_noneon_at91_defconfig" CONFIG_NAND=y # CONFIG_NAND_ALLOW_ERASE_BAD is not set CONFIG_NAND_ATMEL=y diff --git a/configs/platform-v7a_noneon/barebox-common.config b/configs/platform-v7a_noneon/barebox-common.config index 35d7f43758a1..459382821569 100644 --- a/configs/platform-v7a_noneon/barebox-common.config +++ b/configs/platform-v7a_noneon/barebox-common.config @@ -122,7 +122,7 @@ CONFIG_FASTBOOT_BASE=y # # General Settings # -CONFIG_NAME="" +CONFIG_NAME="distrokit_v7a_noneon_defconfig" CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_BANNER=y diff --git a/configs/platform-v7a_noneon/barebox-vexpress.config b/configs/platform-v7a_noneon/barebox-vexpress.config index 98d93eeaa712..3680bcfb4265 100644 --- a/configs/platform-v7a_noneon/barebox-vexpress.config +++ b/configs/platform-v7a_noneon/barebox-vexpress.config @@ -108,7 +108,7 @@ CONFIG_FASTBOOT_BASE=y # # General Settings # -CONFIG_NAME="" +CONFIG_NAME="distrokit_v7a_noneon_vexpress_defconfig" CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_BANNER=y diff --git a/configs/platform-v7a_noneon/barebox-vexpress.config.diff b/configs/platform-v7a_noneon/barebox-vexpress.config.diff index 1e19e631c758..db1274d964f8 100644 --- a/configs/platform-v7a_noneon/barebox-vexpress.config.diff +++ b/configs/platform-v7a_noneon/barebox-vexpress.config.diff @@ -1,5 +1,5 @@ -2765a97374765a3a75729531a1584703 -4366284115d8d74faf1d5670a3aa9981 +a51c6a6da229e3821798f6e72b78924c +16bc2743d6104bb4f4e4d34b6f364af7 CONFIG_AMBA_SP804=y # CONFIG_ARCH_BCM283X is not set CONFIG_ARCH_VEXPRESS=y @@ -61,6 +61,7 @@ CONFIG_MACH_VEXPRESS=y # CONFIG_MCI_BCM283X_SDHOST is undefined # CONFIG_MDIO_BUS_MUX_GPIO is undefined CONFIG_MTD_CONCAT=y +CONFIG_NAME="distrokit_v7a_noneon_vexpress_defconfig" # CONFIG_OF_GPIO is undefined CONFIG_PBL_CONSOLE=y # CONFIG_PINCTRL_BCM283X is undefined diff --git a/configs/platform-v8a/barebox-r5.config b/configs/platform-v8a/barebox-r5.config index 702f6e37d9e8..18ba97daa5d9 100644 --- a/configs/platform-v8a/barebox-r5.config +++ b/configs/platform-v8a/barebox-r5.config @@ -105,7 +105,7 @@ CONFIG_FILETYPE=y # # General Settings # -CONFIG_NAME="" +CONFIG_NAME="distrokit_v8a_r5_defconfig" CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_BANNER=y diff --git a/configs/platform-v8a/barebox.config b/configs/platform-v8a/barebox.config index 4cb176f702dd..e9e5f8239b5f 100644 --- a/configs/platform-v8a/barebox.config +++ b/configs/platform-v8a/barebox.config @@ -203,7 +203,7 @@ CONFIG_FASTBOOT_BASE=y # # General Settings # -CONFIG_NAME="" +CONFIG_NAME="distrokit_v8a_defconfig" CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_BANNER=y -- 2.47.3