diff --git a/docs/blueprints/smart-panel.rst b/docs/blueprints/smart-panel.rst
index 95bdf6fd49b5474daca5b7172230d9a03300522c..2faa5b37cffca8697d3d294099ef7d9330616674 100644
--- a/docs/blueprints/smart-panel.rst
+++ b/docs/blueprints/smart-panel.rst
@@ -171,7 +171,7 @@ Build
 
    .. code-block:: bash
 
-      $ DISTRO=allscenarios-zephyr-blueprint-dashboard bitbake zephyr-blueprint-smarthome-sensors
+      $ DISTRO=oniro-zephyr-blueprint-dashboard bitbake zephyr-blueprint-smarthome-sensors
 
    .. note::
 
@@ -198,7 +198,7 @@ Build
 
      .. code-block:: bash
 
-        $ DISTRO=allscenarios-zephyr-blueprint-dashboard bitbake zephyr-blueprint-smarthome-switch
+        $ DISTRO=oniro-zephyr-blueprint-dashboard bitbake zephyr-blueprint-smarthome-switch
 
      .. note::
 
@@ -281,7 +281,7 @@ Build
 #. Build ``blueprint-dashboard-gateway-image`` image using ``bitbake``,
    with the following overrides:
 
-   * ``DISTRO`` set to ``allscenarios-linux-blueprint-dashboard`` --
+   * ``DISTRO`` set to ``oniro-linux-blueprint-dashboard`` --
      this distribution configuration enhances the regular distribution
      with dependencies necessary for this demonstration scenario,
    * ``SMART_HOME_SENSORS_MAC`` and ``SMART_HOME_SWITCH_MAC`` set to MAC
@@ -289,7 +289,7 @@ Build
 
      .. code-block:: bash
 
-        $ DISTRO=allscenarios-linux-blueprint-dashboard \
+        $ DISTRO=oniro-linux-blueprint-dashboard \
             BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE SMART_HOME_SENSORS_MAC SMART_HOME_SWITCH_MAC" \
             SMART_HOME_SENSORS_MAC="C0:BA:DD:06:F0:0D" \
             SMART_HOME_SWITCH_MAC="C0:BA:DD:06:F0:0E" \