]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
recipes-rt: update README to match newer override syntax
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Mon, 16 Oct 2023 10:40:51 +0000 (12:40 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Oct 2023 10:45:25 +0000 (11:45 +0100)
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>
meta/recipes-rt/README

index 7d7558de49d34992c5e55e45c8d1366b4e1b19ea..0144d68b70a902f4eaf6c9224a4986f30dc2f2fa 100644 (file)
@@ -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