public inbox for poky@lists.yoctoproject.org
 help / color / mirror / Atom feed
* [meta-yocto][walnascar 0/2] Patch review
@ 2025-05-30 17:42 Steve Sakoman
  2025-05-30 17:42 ` [meta-yocto][walnascar 1/2] genericarm64.conf: increase INITRAMFS_MAXSIZE Steve Sakoman
  2025-05-30 17:42 ` [meta-yocto][walnascar 2/2] local.conf.sample: Switch to new CDN Steve Sakoman
  0 siblings, 2 replies; 3+ messages in thread
From: Steve Sakoman @ 2025-05-30 17:42 UTC (permalink / raw)
  To: poky

Please review this set of changes for walnascar and have comments back by
end of day Tuesday, June 3

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/1692

The following changes since commit 73ef61468496fd129b90c3f0afe26859b441b26b:

  poky.conf: bump version for 5.2.1 (2025-05-19 09:41:34 -0700)

are available in the Git repository at:

  https://git.yoctoproject.org/meta-yocto contrib/walnascar-next
  https://git.yoctoproject.org/meta-yocto/log/?h=contrib/walnascar-next

Mikko Rapeli (1):
  genericarm64.conf: increase INITRAMFS_MAXSIZE

Richard Purdie (1):
  local.conf.sample: Switch to new CDN

 meta-poky/conf/templates/default/local.conf.sample | 5 +----
 meta-yocto-bsp/conf/machine/genericarm64.conf      | 2 ++
 2 files changed, 3 insertions(+), 4 deletions(-)

-- 
2.43.0



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

* [meta-yocto][walnascar 1/2] genericarm64.conf: increase INITRAMFS_MAXSIZE
  2025-05-30 17:42 [meta-yocto][walnascar 0/2] Patch review Steve Sakoman
@ 2025-05-30 17:42 ` Steve Sakoman
  2025-05-30 17:42 ` [meta-yocto][walnascar 2/2] local.conf.sample: Switch to new CDN Steve Sakoman
  1 sibling, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2025-05-30 17:42 UTC (permalink / raw)
  To: poky

From: Mikko Rapeli <mikko.rapeli@linaro.org>

Since pmem kernel drivers were enabled as modules, the initrd
size limit is hit. On genericarm64 all kernel modules and some
firmware files get installed to initrd by default which make
the thing large. I'm working on patches to reduce the kernel drivers
installed to initrd and to make the kernel in general more modular
(btrfs 5 Mb etc built into kernel by default). For now just increase
the size limit to unblock genericarm64 builds and testing.

Fixes: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15833

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 09bef6a491c087f0f0371874e759aae08a720c4e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 meta-yocto-bsp/conf/machine/genericarm64.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-yocto-bsp/conf/machine/genericarm64.conf b/meta-yocto-bsp/conf/machine/genericarm64.conf
index eb79475..722bc7d 100644
--- a/meta-yocto-bsp/conf/machine/genericarm64.conf
+++ b/meta-yocto-bsp/conf/machine/genericarm64.conf
@@ -17,6 +17,8 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
 MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
 # Install selected pieces of firmware
 MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-wl12xx linux-firmware-wl18xx linux-firmware-rtl-nic"
+# increase default size since we install a lot of kernel drivers and firmware by default
+INITRAMFS_MAXSIZE = "200000"
 
 # Use an initramfs and populate it with the kernel modules and key firmware
 INITRAMFS_IMAGE ?= "core-image-initramfs-boot"
-- 
2.43.0



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

* [meta-yocto][walnascar 2/2] local.conf.sample: Switch to new CDN
  2025-05-30 17:42 [meta-yocto][walnascar 0/2] Patch review Steve Sakoman
  2025-05-30 17:42 ` [meta-yocto][walnascar 1/2] genericarm64.conf: increase INITRAMFS_MAXSIZE Steve Sakoman
@ 2025-05-30 17:42 ` Steve Sakoman
  1 sibling, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2025-05-30 17:42 UTC (permalink / raw)
  To: poky

From: Richard Purdie <richard.purdie@linuxfoundation.org>

The project is switching the way handle our CDN provision of sstate objects,
update the URL accordingly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e5b8e76ba8232860943406e1c53e71b3d2790f17)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 meta-poky/conf/templates/default/local.conf.sample | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/meta-poky/conf/templates/default/local.conf.sample b/meta-poky/conf/templates/default/local.conf.sample
index 7dc44d9..ecc33c0 100644
--- a/meta-poky/conf/templates/default/local.conf.sample
+++ b/meta-poky/conf/templates/default/local.conf.sample
@@ -240,10 +240,7 @@ BB_DISKMON_DIRS ??= "\
 # Using the CDN rather than the yoctoproject.org address is suggested/preferred.
 #
 #BB_HASHSERVE_UPSTREAM = 'wss://hashserv.yoctoproject.org/ws'
-#SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
-#
-###SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
-
+#SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
 
 #
 # Qemu configuration
-- 
2.43.0



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

end of thread, other threads:[~2025-05-30 17:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-30 17:42 [meta-yocto][walnascar 0/2] Patch review Steve Sakoman
2025-05-30 17:42 ` [meta-yocto][walnascar 1/2] genericarm64.conf: increase INITRAMFS_MAXSIZE Steve Sakoman
2025-05-30 17:42 ` [meta-yocto][walnascar 2/2] local.conf.sample: Switch to new CDN Steve Sakoman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox