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:28 +0100
commitf82ed3a207c68bab30e2fd6fee0181f85c8cd0a6 (patch)
tree68b77b6b63952b7bf4b3cdb6285251a6fabb0db6 /meta/recipes-rt
parentb46037db4025dc75c2c1d3afcd6a07d732cb8b49 (diff)
downloadpoky-f82ed3a207c68bab30e2fd6fee0181f85c8cd0a6.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> (From OE-Core rev: 97f0a73c0a9db5506310328cd29f165eab3c509d) 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,
10use the line above in the $MACHINE.conf in your BSP layer, and specify the 10use the line above in the $MACHINE.conf in your BSP layer, and specify the
11following in a linux-yocto-rt bbappend recipe: 11following in a linux-yocto-rt bbappend recipe:
12 12
13COMPATIBLE_MACHINE_$MACHINE = $MACHINE 13COMPATIBLE_MACHINE:$MACHINE = $MACHINE