From a36ce5275de14eddd5b5308c1b028bc148e270ab Mon Sep 17 00:00:00 2001 From: Aditya Rathi Date: Wed, 12 Aug 2026 18:30:48 +0530 Subject: [PATCH] doc: rpi4: pin meta-audioreach clone to scarthgap branch The rpi4 guide targets a Yocto scarthgap build, but the clone command fetches meta-audioreach's default branch, which may be incompatible. Pin the clone to the scarthgap branch. Signed-off-by: Aditya Rathi --- source/platform/raspberry_pi4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/platform/raspberry_pi4.rst b/source/platform/raspberry_pi4.rst index ea734de..2b6d052 100644 --- a/source/platform/raspberry_pi4.rst +++ b/source/platform/raspberry_pi4.rst @@ -118,7 +118,7 @@ The AudioReach meta layer contains necessary build recipes for AudioReach. Clone .. code-block:: bash cd /sources - git clone https://github.com/Audioreach/meta-audioreach.git + git clone https://github.com/Audioreach/meta-audioreach.git -b scarthgap Now navigate to the file "/build/conf/bblayers.conf", and under the **BBLAYERS ?= " \\** section, append the below line to integrate the AudioReach meta layer: