From 7491ffa91ed6c738614a3073b6db9455de53551d Mon Sep 17 00:00:00 2001 From: giomba Date: Fri, 17 May 2024 14:10:12 +0200 Subject: [PATCH] Unify bitbake commands syntax. --- yocto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yocto.md b/yocto.md index d2eaed3..6c631be 100644 --- a/yocto.md +++ b/yocto.md @@ -7,6 +7,6 @@ ```bitbake -c clean ``` ### devshell -```bitbake -c devshell``` +```bitbake -c devshell ```