From 32752aa319ce8028c6ba61c280c3b9819a55c653 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 8 Dec 2021 18:16:34 +0100 Subject: [PATCH] docs/raspberrypi4: Use new syntax for overrides Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- docs/hardware-support/boards/raspberrypi4.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hardware-support/boards/raspberrypi4.rst b/docs/hardware-support/boards/raspberrypi4.rst index 3027f50c..8c5760d7 100644 --- a/docs/hardware-support/boards/raspberrypi4.rst +++ b/docs/hardware-support/boards/raspberrypi4.rst @@ -160,9 +160,9 @@ To enable the ``aplay`` support for audio playback, append the following lines: .. code-block:: console - IMAGE_INSTALL_append = " gstreamer1.0 gstreamer1.0-meta-base + IMAGE_INSTALL:append = " gstreamer1.0 gstreamer1.0-meta-base gstreamer1.0-plugins-base gstreamer1.0-plugins-good" - IMAGE_INSTALL_append = " alsa-lib alsa-utils alsa-tools" + IMAGE_INSTALL:append = " alsa-lib alsa-utils alsa-tools" To test the audio out on the *3.5mm audio jack*, we need to download the wav file and play with ``aplay``. -- GitLab