From 59c889e7b7084899f14c6fde36c1c84ff4f22cb4 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt <stefan.schmidt@huawei.com> Date: Thu, 23 Sep 2021 17:50:39 +0200 Subject: [PATCH] transparent-gateway: Clarify building docs on supported board For now the gateway blueprint testing is limited to raspberrypi4-64. We are not actively excluding other boards, but at least wifi and a USB host for an OpenThread dongle is needed. Better state the tested board only in the docs until we expand the testing. Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com> --- docs/blueprints/transparent-gateway.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blueprints/transparent-gateway.rst b/docs/blueprints/transparent-gateway.rst index e1153233..439d1b57 100644 --- a/docs/blueprints/transparent-gateway.rst +++ b/docs/blueprints/transparent-gateway.rst @@ -68,4 +68,4 @@ Get sources .. code-block:: bash - user@pc:~/ohos$ DISTRO="allscenarios-linux-blueprint-gateway" bitbake blueprint-gateway-image + user@pc:~/ohos$ DISTRO="allscenarios-linux-blueprint-gateway" MACHINE=raspberrypi4-64 bitbake blueprint-gateway-image -- GitLab