summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-10-16 12:40:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-16 11:45:25 +0100
commit97f0a73c0a9db5506310328cd29f165eab3c509d (patch)
tree889197258624047889a06a88afb712e273a1250e /meta/recipes-rt
parent6f123655c71992d75746e662a6b757de4a57cce7 (diff)
downloadopenembedded-core-97f0a73c0a9db5506310328cd29f165eab3c509d.tar.gz
recipes-rt: update README to match newer override syntax
The override syntax uses colon (':') instead of underscore ('_') since Honister (3.4), so let's update the README to use that new syntax. Cc: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt')
-rw-r--r--meta/recipes-rt/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-rt/README b/meta/recipes-rt/README
index 7d7558de49..0144d68b70 100644
--- a/meta/recipes-rt/README
+++ b/meta/recipes-rt/README
@@ -10,4 +10,4 @@ If you are creating a new BSP which should use linux-yocto-rt by default,
use the line above in the $MACHINE.conf in your BSP layer, and specify the
following in a linux-yocto-rt bbappend recipe:
-COMPATIBLE_MACHINE_$MACHINE = $MACHINE
+COMPATIBLE_MACHINE:$MACHINE = $MACHINE