diff options
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2023-10-16 12:40:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-16 11:45:28 +0100 |
commit | f82ed3a207c68bab30e2fd6fee0181f85c8cd0a6 (patch) | |
tree | 68b77b6b63952b7bf4b3cdb6285251a6fabb0db6 /meta/recipes-rt/README | |
parent | b46037db4025dc75c2c1d3afcd6a07d732cb8b49 (diff) | |
download | poky-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/README')
-rw-r--r-- | meta/recipes-rt/README | 2 |
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, | |||
10 | use the line above in the $MACHINE.conf in your BSP layer, and specify the | 10 | use the line above in the $MACHINE.conf in your BSP layer, and specify the |
11 | following in a linux-yocto-rt bbappend recipe: | 11 | following in a linux-yocto-rt bbappend recipe: |
12 | 12 | ||
13 | COMPATIBLE_MACHINE_$MACHINE = $MACHINE | 13 | COMPATIBLE_MACHINE:$MACHINE = $MACHINE |