From 2eb0d2af94c63f4bc5b52e5f7c5a36000bfd7016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20=C3=96lmann?= Date: Tue, 18 Jun 2024 09:30:52 +0200 Subject: [PATCH] README: fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Ölmann (cherry picked from commit 7a24740b513ea84af6c8a9fe5e0002284d21a3cc) Signed-off-by: Enrico Jörns --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2fe673c..7b305db 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ other layers needed. e.g.:: II. Building RAUC Host Tool =========================== -If you intend to build and use RAUC as a host tool from you BSP, e.g. for +If you intend to build and use RAUC as a host tool from your BSP, e.g. for calling ``rauc info`` on your built bundle, simply run:: bitbake rauc-native -caddto_recipe_sysroot @@ -167,7 +167,7 @@ release. This is especially useful for early testing and adaption to upcoming features in RAUC. -By default, the _git recipes are disabled. To enable it, you can set:: +By default, the _git recipes are disabled. To enable them, you can set:: RAUC_USE_DEVEL_VERSION = "1"