From e69136e13d71b24dff7c110e5ec1496cf28bf5e9 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 10 Sep 2024 09:07:47 +0200 Subject: [PATCH] docs/manual/using-buildroot-toolchain.adoc: fix overridden typo Overridden is with double-r-double-d. Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN (cherry picked from commit d729696451c899b8db149f9f6346db3f1b678ad5) Signed-off-by: Peter Korsgaard --- docs/manual/using-buildroot-toolchain.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/using-buildroot-toolchain.adoc b/docs/manual/using-buildroot-toolchain.adoc index 09408ef05a..fd9dda753b 100644 --- a/docs/manual/using-buildroot-toolchain.adoc +++ b/docs/manual/using-buildroot-toolchain.adoc @@ -16,7 +16,7 @@ Alternatively, Buildroot can also export the toolchain and the development files of all selected packages, as an SDK, by running the command +make sdk+. This generates a tarball of the content of the host directory +output/host/+, named +_sdk-buildroot.tar.gz+ (which can be -overriden by setting the environment variable +BR2_SDK_PREFIX+) and +overridden by setting the environment variable +BR2_SDK_PREFIX+) and located in the output directory +output/images/+. This tarball can then be distributed to application developers, when