All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] fs/squashfs: fix BR2_TARGET_ROOTFS_SQUASHFS_BS_8K
@ 2022-05-29 19:19 Fabrice Fontaine
  2022-05-29 20:29 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-05-29 19:19 UTC (permalink / raw)
  To: buildroot; +Cc: Yann E . MORIN, Fabrice Fontaine

Fix typo BR2_TARGET_ROOTFS_SQUASHFS_BS_84K
-> BR2_TARGET_ROOTFS_SQUASHFS_BS_8K added by commit
555f8dfd6ef893463ce19d5ee242afd6b83cb450 and raising the following build
failure:

/nvmedata/autobuild/instance-0/output-1/host/bin/mksquashfs: -b invalid block size

Fixes:
 - http://autobuild.buildroot.org/results/927f070dfc1a800e57ca6619f062940641837db9

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 fs/squashfs/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/squashfs/Config.in b/fs/squashfs/Config.in
index 0e8de2fd3a..21322a2246 100644
--- a/fs/squashfs/Config.in
+++ b/fs/squashfs/Config.in
@@ -46,7 +46,7 @@ endchoice
 config BR2_TARGET_ROOTFS_SQUASHFS_BS
 	string
 	default "4K" if BR2_TARGET_ROOTFS_SQUASHFS_BS_4K
-	default "8K" if BR2_TARGET_ROOTFS_SQUASHFS_BS_84K
+	default "8K" if BR2_TARGET_ROOTFS_SQUASHFS_BS_8K
 	default "16K" if BR2_TARGET_ROOTFS_SQUASHFS_BS_16K
 	default "32K" if BR2_TARGET_ROOTFS_SQUASHFS_BS_32K
 	default "64K" if BR2_TARGET_ROOTFS_SQUASHFS_BS_64K
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] fs/squashfs: fix BR2_TARGET_ROOTFS_SQUASHFS_BS_8K
  2022-05-29 19:19 [Buildroot] [PATCH 1/1] fs/squashfs: fix BR2_TARGET_ROOTFS_SQUASHFS_BS_8K Fabrice Fontaine
@ 2022-05-29 20:29 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2022-05-29 20:29 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

Fabrice, All,

On 2022-05-29 21:19 +0200, Fabrice Fontaine spake thusly:
> Fix typo BR2_TARGET_ROOTFS_SQUASHFS_BS_84K
> -> BR2_TARGET_ROOTFS_SQUASHFS_BS_8K added by commit
> 555f8dfd6ef893463ce19d5ee242afd6b83cb450 and raising the following build
> failure:
> 
> /nvmedata/autobuild/instance-0/output-1/host/bin/mksquashfs: -b invalid block size
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/927f070dfc1a800e57ca6619f062940641837db9
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  fs/squashfs/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/squashfs/Config.in b/fs/squashfs/Config.in
> index 0e8de2fd3a..21322a2246 100644
> --- a/fs/squashfs/Config.in
> +++ b/fs/squashfs/Config.in
> @@ -46,7 +46,7 @@ endchoice
>  config BR2_TARGET_ROOTFS_SQUASHFS_BS
>  	string
>  	default "4K" if BR2_TARGET_ROOTFS_SQUASHFS_BS_4K
> -	default "8K" if BR2_TARGET_ROOTFS_SQUASHFS_BS_84K
> +	default "8K" if BR2_TARGET_ROOTFS_SQUASHFS_BS_8K
>  	default "16K" if BR2_TARGET_ROOTFS_SQUASHFS_BS_16K
>  	default "32K" if BR2_TARGET_ROOTFS_SQUASHFS_BS_32K
>  	default "64K" if BR2_TARGET_ROOTFS_SQUASHFS_BS_64K
> -- 
> 2.35.1
> 
> _______________________________________________
> 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] 2+ messages in thread

end of thread, other threads:[~2022-05-29 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-29 19:19 [Buildroot] [PATCH 1/1] fs/squashfs: fix BR2_TARGET_ROOTFS_SQUASHFS_BS_8K Fabrice Fontaine
2022-05-29 20:29 ` Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.