diff mbox series

bitbake-setup: rename oe-nodistro to oe-nodistro-master

Message ID 20251126083818.2499327-1-alex.kanavin@gmail.com
State Accepted, archived
Commit f2919b8c87e661633648417bf79ff32dc4c3bdd5
Headers show
Series bitbake-setup: rename oe-nodistro to oe-nodistro-master | expand

Commit Message

Alexander Kanavin Nov. 26, 2025, 8:38 a.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

This makes it consistent with poky-master and upcoming
release-specific configurations (e.g. poky-whinlatter).

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../{oe-nodistro.conf.json => oe-nodistro-master.conf.json}   | 2 +-
 .../bitbake-user-manual-environment-setup.rst                 | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename default-registry/configurations/{oe-nodistro.conf.json => oe-nodistro-master.conf.json} (96%)
diff mbox series

Patch

diff --git a/default-registry/configurations/oe-nodistro.conf.json b/default-registry/configurations/oe-nodistro-master.conf.json
similarity index 96%
rename from default-registry/configurations/oe-nodistro.conf.json
rename to default-registry/configurations/oe-nodistro-master.conf.json
index 9f9314399..180d2008a 100644
--- a/default-registry/configurations/oe-nodistro.conf.json
+++ b/default-registry/configurations/oe-nodistro-master.conf.json
@@ -40,7 +40,7 @@ 
         {
             "name": "nodistro",
             "description": "OpenEmbedded 'nodistro'",
-            "setup-dir-name": "oe-nodistro",
+            "setup-dir-name": "oe-nodistro-master",
             "bb-layers": ["openembedded-core/meta"],
             "oe-fragments-one-of": {
                 "machine": {
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst b/doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst
index 2b8051bcb..962fc9463 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst
@@ -334,7 +334,7 @@  In addition, the command can take the following arguments:
 
    .. code-block:: shell
 
-      $ ./bitbake/bin/bitbake-setup init https://git.openembedded.org/bitbake/plain/default-registry/configurations/oe-nodistro.conf.json
+      $ ./bitbake/bin/bitbake-setup init https://git.openembedded.org/bitbake/plain/default-registry/configurations/oe-nodistro-master.conf.json
 
 -  This example initializes a :term:`Setup` with: 
 
@@ -845,7 +845,7 @@  Generic Configuration Examples
 
 OpenEmbedded "nodistro" configuration for master branches:
 
-.. literalinclude:: ../../default-registry/configurations/oe-nodistro.conf.json
+.. literalinclude:: ../../default-registry/configurations/oe-nodistro-master.conf.json
    :language: json
 
 Poky distribution configuration for master branches: