mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
No lexer exists for BitBake right now, so let's simply disable the lexer entirely by using the "none" lexer. I'm using "none" instead of "text" to be able to "easily" replace none code blocks the day a BitBake lexer exists. I "reserve" "text" for actual text content (e.g. a filename, or the output of a command line without the command line). (From yocto-docs rev: 27d3921725b71a3346a6b76c7de4c11ebbced01c) Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit d682bce63cdc5aad9c2d3b932a6ba2d27ecfe107) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>