1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-27 14:28:05 +00:00

packagegroup-ti-core-initramfs: Move the inclusion of initramfs-module-netsetup

The list of what modules are required for the initramfs has changed as
of 7.1.  The CPSW driver is no longer built into the kernel and is
required to be built as a module and included in the initramfs for all K3
boards.

While the existing solution for including initramfs-module-netsetup was
fine, it did not trigger the building of initramfs for all k3 platforms.
It would just include it if the ti-core-initramfs was built.

This change tells the system to build and include the needed packages
for all k3 and makes sure that the ti-core-initramfs is built for all of
them.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Ryan Eatmon
2026-07-26 15:58:38 -05:00
parent 5509ec248d
commit 3698c2ddb1
2 changed files with 3 additions and 2 deletions
+3
View File
@@ -31,6 +31,9 @@ EXTRA_IMAGEDEPENDS += "virtual/bootloader"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image-image ti-kernel-fitimage"
TI_CORE_INITRAMFS_EXTRA_INSTALL:append:bsp-mainline = " initramfs-module-netsetup"
TI_CORE_INITRAMFS_EXTRA_INSTALL:append:bsp-next = " initramfs-module-netsetup"
TFA_PLATFORM = "k3"
# Change the default memory location for all k3 devices. This requires an
@@ -23,5 +23,3 @@ RDEPENDS:${PN} += "\
initramfs-module-nfsrootfs \
nfs-utils-mount \
"
RDEPENDS:${PN}:append:bsp-next = " initramfs-module-netsetup"