All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] configs/roseapplypi_defconfig: really change to ext4 rootfs
@ 2022-01-13 17:47 Peter Korsgaard
  2022-01-13 17:47 ` [Buildroot] [PATCH 2/2] configs/roseapplypi_defconfig: bump kernel to 5.15.14 Peter Korsgaard
  2022-01-13 19:38 ` [Buildroot] [PATCH 1/2] configs/roseapplypi_defconfig: really change to ext4 rootfs Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-01-13 17:47 UTC (permalink / raw)
  To: buildroot

Commit b8aebcfd823f83c16 (configs/roseapplypi_defconfig: bump kernel to
5.15.10) adjusted the board to use an ext4 rootfs, but forgot to update the
defconfig to enable ext4 rootfs, breaking the build. Correct that.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 configs/roseapplepi_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs/roseapplepi_defconfig b/configs/roseapplepi_defconfig
index f4efacf80d..00bdf69d8a 100644
--- a/configs/roseapplepi_defconfig
+++ b/configs/roseapplepi_defconfig
@@ -21,7 +21,8 @@ BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="owl-s500-roseapplepi"
 
 # Filesystem / image
-BR2_TARGET_ROOTFS_INITRAMFS=y
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
 # BR2_TARGET_ROOTFS_TAR is not set
 
 # Bootloaders
-- 
2.20.1

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

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

* [Buildroot] [PATCH 2/2] configs/roseapplypi_defconfig: bump kernel to 5.15.14
  2022-01-13 17:47 [Buildroot] [PATCH 1/2] configs/roseapplypi_defconfig: really change to ext4 rootfs Peter Korsgaard
@ 2022-01-13 17:47 ` Peter Korsgaard
  2022-01-13 19:38 ` [Buildroot] [PATCH 1/2] configs/roseapplypi_defconfig: really change to ext4 rootfs Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-01-13 17:47 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 configs/roseapplepi_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/roseapplepi_defconfig b/configs/roseapplepi_defconfig
index 00bdf69d8a..0f37d5dc0b 100644
--- a/configs/roseapplepi_defconfig
+++ b/configs/roseapplepi_defconfig
@@ -12,7 +12,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/roseapplepi/genimage.cfg"
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.10"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.14"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/roseapplepi/linux.config"
 BR2_LINUX_KERNEL_UIMAGE=y
-- 
2.20.1

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

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

* Re: [Buildroot] [PATCH 1/2] configs/roseapplypi_defconfig: really change to ext4 rootfs
  2022-01-13 17:47 [Buildroot] [PATCH 1/2] configs/roseapplypi_defconfig: really change to ext4 rootfs Peter Korsgaard
  2022-01-13 17:47 ` [Buildroot] [PATCH 2/2] configs/roseapplypi_defconfig: bump kernel to 5.15.14 Peter Korsgaard
@ 2022-01-13 19:38 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2022-01-13 19:38 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: buildroot

On Thu, 13 Jan 2022 18:47:18 +0100
Peter Korsgaard <peter@korsgaard.com> wrote:

> Commit b8aebcfd823f83c16 (configs/roseapplypi_defconfig: bump kernel to
> 5.15.10) adjusted the board to use an ext4 rootfs, but forgot to update the
> defconfig to enable ext4 rootfs, breaking the build. Correct that.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  configs/roseapplepi_defconfig | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Both applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-13 19:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-13 17:47 [Buildroot] [PATCH 1/2] configs/roseapplypi_defconfig: really change to ext4 rootfs Peter Korsgaard
2022-01-13 17:47 ` [Buildroot] [PATCH 2/2] configs/roseapplypi_defconfig: bump kernel to 5.15.14 Peter Korsgaard
2022-01-13 19:38 ` [Buildroot] [PATCH 1/2] configs/roseapplypi_defconfig: really change to ext4 rootfs Thomas Petazzoni

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.