Skip to content
Snippets Groups Projects
Commit e3fddf5a authored by Amit Kucheria's avatar Amit Kucheria
Browse files

docs: fixup image name for smartpanel


Signed-off-by: default avatarAmit Kucheria <amit.kucheria.ext@huawei.com>
parent 049085f3
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,7 @@ Build ...@@ -171,7 +171,7 @@ Build
.. code-block:: bash .. code-block:: bash
$ DISTRO=allscenarios-zephyr-blueprint-dashboard bitbake zephyr-blueprint-smarthome-sensors $ DISTRO=oniro-zephyr-blueprint-dashboard bitbake zephyr-blueprint-smarthome-sensors
.. note:: .. note::
...@@ -198,7 +198,7 @@ Build ...@@ -198,7 +198,7 @@ Build
.. code-block:: bash .. code-block:: bash
$ DISTRO=allscenarios-zephyr-blueprint-dashboard bitbake zephyr-blueprint-smarthome-switch $ DISTRO=oniro-zephyr-blueprint-dashboard bitbake zephyr-blueprint-smarthome-switch
.. note:: .. note::
...@@ -281,7 +281,7 @@ Build ...@@ -281,7 +281,7 @@ Build
#. Build ``blueprint-dashboard-gateway-image`` image using ``bitbake``, #. Build ``blueprint-dashboard-gateway-image`` image using ``bitbake``,
with the following overrides: 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 this distribution configuration enhances the regular distribution
with dependencies necessary for this demonstration scenario, with dependencies necessary for this demonstration scenario,
* ``SMART_HOME_SENSORS_MAC`` and ``SMART_HOME_SWITCH_MAC`` set to MAC * ``SMART_HOME_SENSORS_MAC`` and ``SMART_HOME_SWITCH_MAC`` set to MAC
...@@ -289,7 +289,7 @@ Build ...@@ -289,7 +289,7 @@ Build
.. code-block:: bash .. 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" \ 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_SENSORS_MAC="C0:BA:DD:06:F0:0D" \
SMART_HOME_SWITCH_MAC="C0:BA:DD:06:F0:0E" \ SMART_HOME_SWITCH_MAC="C0:BA:DD:06:F0:0E" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment