* [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo
@ 2024-09-20 21:28 Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 2/8] boot/arm-trusted-firmware/Config.in: fix 'platform' typo Peter Korsgaard
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: Peter Korsgaard @ 2024-09-20 21:28 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
linux/linux.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/linux/linux.mk b/linux/linux.mk
index 92035d0da9..0a213d17b5 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -86,7 +86,7 @@ LINUX_DEPENDENCIES += \
$(if $(BR2_PACKAGE_FIRMWARE_IMX),firmware-imx) \
$(if $(BR2_PACKAGE_WIRELESS_REGDB),wireless-regdb)
-# Starting with 4.16, the generated kconfig paser code is no longer
+# Starting with 4.16, the generated kconfig parser code is no longer
# shipped with the kernel sources, so we need flex and bison, but
# only if the host does not have them.
LINUX_KCONFIG_DEPENDENCIES = \
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 2/8] boot/arm-trusted-firmware/Config.in: fix 'platform' typo
2024-09-20 21:28 [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo Peter Korsgaard
@ 2024-09-20 21:28 ` Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 3/8] boot/barebox/barebox.mk: fix 'allows' typo Peter Korsgaard
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2024-09-20 21:28 UTC (permalink / raw)
To: buildroot; +Cc: Sergey Matyukevich
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
boot/arm-trusted-firmware/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/arm-trusted-firmware/Config.in b/boot/arm-trusted-firmware/Config.in
index 02a6db795a..5ba4e08370 100644
--- a/boot/arm-trusted-firmware/Config.in
+++ b/boot/arm-trusted-firmware/Config.in
@@ -77,7 +77,7 @@ endif
config BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM
string "ATF platform"
help
- Target plaform to build for.
+ Target platform to build for.
config BR2_TARGET_ARM_TRUSTED_FIRMWARE_TARGET_BOARD
string "ATF target board"
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 3/8] boot/barebox/barebox.mk: fix 'allows' typo
2024-09-20 21:28 [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 2/8] boot/arm-trusted-firmware/Config.in: fix 'platform' typo Peter Korsgaard
@ 2024-09-20 21:28 ` Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 4/8] boot/edk2/edk2.mk: fix 'release' typo Peter Korsgaard
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2024-09-20 21:28 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
boot/barebox/barebox.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
index fe366989b9..929ed48ada 100644
--- a/boot/barebox/barebox.mk
+++ b/boot/barebox/barebox.mk
@@ -26,7 +26,7 @@ else ifeq ($$(BR2_TARGET_BAREBOX_CUSTOM_GIT),y)
$(1)_SITE = $$(call qstrip,$$(BR2_TARGET_BAREBOX_CUSTOM_GIT_REPO_URL))
$(1)_SITE_METHOD = git
# Override the default value of _SOURCE to 'barebox-*' so that it is not
-# downloaded a second time for barebox-aux; also alows avoiding the hash
+# downloaded a second time for barebox-aux; also allows avoiding the hash
# check:
$(1)_SOURCE = barebox-$$($(1)_VERSION)$$(BR_FMT_VERSION_git).tar.gz
else
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 4/8] boot/edk2/edk2.mk: fix 'release' typo
2024-09-20 21:28 [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 2/8] boot/arm-trusted-firmware/Config.in: fix 'platform' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 3/8] boot/barebox/barebox.mk: fix 'allows' typo Peter Korsgaard
@ 2024-09-20 21:28 ` Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 5/8] boot/grub2/Config.in: fix 'targeting' typo Peter Korsgaard
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2024-09-20 21:28 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
boot/edk2/edk2.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/edk2/edk2.mk b/boot/edk2/edk2.mk
index 87ac80c88f..e5816b353a 100644
--- a/boot/edk2/edk2.mk
+++ b/boot/edk2/edk2.mk
@@ -24,7 +24,7 @@ endif
else
EDK2_BUILD_TYPE = RELEASE
# DEBUG_ON_SERIAL_PORT is only valid in debug builds, so useless to set
-# it (enabled or disabled) on a relase build.
+# it (enabled or disabled) on a release build.
endif
# Build system notes.
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 5/8] boot/grub2/Config.in: fix 'targeting' typo
2024-09-20 21:28 [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo Peter Korsgaard
` (2 preceding siblings ...)
2024-09-20 21:28 ` [Buildroot] [PATCH 4/8] boot/edk2/edk2.mk: fix 'release' typo Peter Korsgaard
@ 2024-09-20 21:28 ` Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 6/8] boot/optee-os/optee-os.mk: fix 'PLATFORM' typo Peter Korsgaard
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2024-09-20 21:28 UTC (permalink / raw)
To: buildroot; +Cc: Thomas Petazzoni
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
boot/grub2/Config.in | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/boot/grub2/Config.in b/boot/grub2/Config.in
index 7c235e96f7..e1f2fc105e 100644
--- a/boot/grub2/Config.in
+++ b/boot/grub2/Config.in
@@ -53,7 +53,7 @@ config BR2_TARGET_GRUB2_I386_PC
depends on BR2_i386 || BR2_x86_64
select BR2_TARGET_GRUB2_HAS_LEGACY_BOOT
help
- Select this option if the platform you're targetting is a
+ Select this option if the platform you're targeting is a
x86 or x86-64 legacy BIOS based platform.
config BR2_TARGET_GRUB2_I386_EFI
@@ -62,7 +62,7 @@ config BR2_TARGET_GRUB2_I386_EFI
select BR2_TARGET_GRUB2_HAS_PTF
select BR2_TARGET_GRUB2_HAS_EFI_BOOT
help
- Select this option if the platform you're targetting has a
+ Select this option if the platform you're targeting has a
32 bits EFI BIOS. Note that some x86-64 platforms use a 32
bits EFI BIOS, and this option should be used in this case.
@@ -72,7 +72,7 @@ config BR2_TARGET_GRUB2_X86_64_EFI
select BR2_TARGET_GRUB2_HAS_PTF
select BR2_TARGET_GRUB2_HAS_EFI_BOOT
help
- Select this option if the platform you're targetting has a
+ Select this option if the platform you're targeting has a
64 bits EFI BIOS.
config BR2_TARGET_GRUB2_ARM_UBOOT
@@ -80,7 +80,7 @@ config BR2_TARGET_GRUB2_ARM_UBOOT
depends on BR2_arm
select BR2_TARGET_GRUB2_HAS_LEGACY_BOOT
help
- Select this option if the platform you're targetting is an
+ Select this option if the platform you're targeting is an
ARM u-boot platform, and you want to boot Grub 2 as an u-boot
compatible image.
@@ -90,7 +90,7 @@ config BR2_TARGET_GRUB2_ARM_EFI
select BR2_TARGET_GRUB2_HAS_PTF
select BR2_TARGET_GRUB2_HAS_EFI_BOOT
help
- Select this option if the platform you're targetting is an
+ Select this option if the platform you're targeting is an
ARM platform and you want to boot Grub 2 as an EFI
application.
@@ -99,7 +99,7 @@ config BR2_TARGET_GRUB2_ARM64_EFI
depends on BR2_aarch64
select BR2_TARGET_GRUB2_HAS_EFI_BOOT
help
- Select this option if the platform you're targetting is an
+ Select this option if the platform you're targeting is an
Aarch64 platform and you want to boot Grub 2 as an EFI
application.
@@ -108,7 +108,7 @@ config BR2_TARGET_GRUB2_RISCV64_EFI
depends on BR2_RISCV_64
select BR2_TARGET_GRUB2_HAS_EFI_BOOT
help
- Select this option if the platform you're targetting is a
+ Select this option if the platform you're targeting is a
64bit RISC-V platform and you want to boot Grub 2 as an EFI
application.
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 6/8] boot/optee-os/optee-os.mk: fix 'PLATFORM' typo
2024-09-20 21:28 [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo Peter Korsgaard
` (3 preceding siblings ...)
2024-09-20 21:28 ` [Buildroot] [PATCH 5/8] boot/grub2/Config.in: fix 'targeting' typo Peter Korsgaard
@ 2024-09-20 21:28 ` Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 7/8] boot/shim/shim.mk: fix 'deactivate' typo Peter Korsgaard
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2024-09-20 21:28 UTC (permalink / raw)
To: buildroot; +Cc: Etienne Carriere
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
boot/optee-os/optee-os.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/optee-os/optee-os.mk b/boot/optee-os/optee-os.mk
index 8d0169448f..883f166fc1 100644
--- a/boot/optee-os/optee-os.mk
+++ b/boot/optee-os/optee-os.mk
@@ -75,7 +75,7 @@ OPTEE_OS_MAKE_OPTS += \
endif
endif
-# Get mandatory PLAFORM and optional PLATFORM_FLAVOR and additional
+# Get mandatory PLATFORM and optional PLATFORM_FLAVOR and additional
# variables
OPTEE_OS_MAKE_OPTS += PLATFORM=$(call qstrip,$(BR2_TARGET_OPTEE_OS_PLATFORM))
ifneq ($(call qstrip,$(BR2_TARGET_OPTEE_OS_PLATFORM_FLAVOR)),)
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 7/8] boot/shim/shim.mk: fix 'deactivate' typo
2024-09-20 21:28 [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo Peter Korsgaard
` (4 preceding siblings ...)
2024-09-20 21:28 ` [Buildroot] [PATCH 6/8] boot/optee-os/optee-os.mk: fix 'PLATFORM' typo Peter Korsgaard
@ 2024-09-20 21:28 ` Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 8/8] boot/uboot: fix typos Peter Korsgaard
2024-09-21 18:49 ` [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo Yann E. MORIN
7 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2024-09-20 21:28 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
boot/shim/shim.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/shim/shim.mk b/boot/shim/shim.mk
index ae57677320..f5b3d1cee6 100644
--- a/boot/shim/shim.mk
+++ b/boot/shim/shim.mk
@@ -22,7 +22,7 @@ SHIM_MAKE_OPTS = \
# shim has some assembly function that is not present in Thumb mode:
# Error: selected processor does not support `mrc p15,0,r2,c9,c13,0' in Thumb mode
-# so, we desactivate Thumb mode
+# so, we deactivate Thumb mode
ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
SHIM_CFLAGS += -marm
endif
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 8/8] boot/uboot: fix typos
2024-09-20 21:28 [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo Peter Korsgaard
` (5 preceding siblings ...)
2024-09-20 21:28 ` [Buildroot] [PATCH 7/8] boot/shim/shim.mk: fix 'deactivate' typo Peter Korsgaard
@ 2024-09-20 21:28 ` Peter Korsgaard
2024-09-21 18:49 ` [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo Yann E. MORIN
7 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2024-09-20 21:28 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
boot/uboot/Config.in | 2 +-
boot/uboot/uboot.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index c4d052595c..dd80693614 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -150,7 +150,7 @@ config BR2_TARGET_UBOOT_DEFAULT_ENV_FILE
Text file containing the variables to be used as the default
environment in U-Boot.
- If empty, let U-Boot generate the default enviromnent from the
+ If empty, let U-Boot generate the default environment from the
source code and other U-Boot configuration values, which is
the default behaviour.
diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index 2c04abc896..ab534a8b3a 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -54,7 +54,7 @@ endif
ifeq ($(BR2_TARGET_UBOOT_FORMAT_ELF),y)
UBOOT_BINS += u-boot
-# To make elf usable for debuging on ARC use special target
+# To make elf usable for debugging on ARC use special target
ifeq ($(BR2_arc),y)
UBOOT_MAKE_TARGET += mdbtrick
endif
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo
2024-09-20 21:28 [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo Peter Korsgaard
` (6 preceding siblings ...)
2024-09-20 21:28 ` [Buildroot] [PATCH 8/8] boot/uboot: fix typos Peter Korsgaard
@ 2024-09-21 18:49 ` Yann E. MORIN
7 siblings, 0 replies; 9+ messages in thread
From: Yann E. MORIN @ 2024-09-21 18:49 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
Peter, All,
On 2024-09-20 23:28 +0200, Peter Korsgaard spake thusly:
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Whole series applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> linux/linux.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/linux/linux.mk b/linux/linux.mk
> index 92035d0da9..0a213d17b5 100644
> --- a/linux/linux.mk
> +++ b/linux/linux.mk
> @@ -86,7 +86,7 @@ LINUX_DEPENDENCIES += \
> $(if $(BR2_PACKAGE_FIRMWARE_IMX),firmware-imx) \
> $(if $(BR2_PACKAGE_WIRELESS_REGDB),wireless-regdb)
>
> -# Starting with 4.16, the generated kconfig paser code is no longer
> +# Starting with 4.16, the generated kconfig parser code is no longer
> # shipped with the kernel sources, so we need flex and bison, but
> # only if the host does not have them.
> LINUX_KCONFIG_DEPENDENCIES = \
> --
> 2.39.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-09-21 18:50 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-20 21:28 [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 2/8] boot/arm-trusted-firmware/Config.in: fix 'platform' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 3/8] boot/barebox/barebox.mk: fix 'allows' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 4/8] boot/edk2/edk2.mk: fix 'release' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 5/8] boot/grub2/Config.in: fix 'targeting' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 6/8] boot/optee-os/optee-os.mk: fix 'PLATFORM' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 7/8] boot/shim/shim.mk: fix 'deactivate' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 8/8] boot/uboot: fix typos Peter Korsgaard
2024-09-21 18:49 ` [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox