diff mbox series

[master] beagle-bsp: unset TI_CORE_INITRAMFS_KERNEL_MODULES

Message ID 20260227032318.30573-1-denis@denix.org
State New
Headers show
Series [master] beagle-bsp: unset TI_CORE_INITRAMFS_KERNEL_MODULES | expand

Commit Message

Denys Dmytriyenko Feb. 27, 2026, 3:23 a.m. UTC
From: "Denys Dmytriyenko (TI)" <denys@konsulko.com>

As BB.org kernel comes with own custom defconfig, there are no modules
required to be loaded from initramfs in order to boot the platforms, as
required drivers are built in. Unset the list of such modules to avoid
breakage.

Signed-off-by: Denys Dmytriyenko (TI) <denys@konsulko.com>
---
 meta-beagle/conf/machine/include/beagle-bsp.inc | 2 ++
 1 file changed, 2 insertions(+)

Comments

PRC Automation Feb. 27, 2026, 3:39 a.m. UTC | #1
meta-ti / na / 20260227032318.30573-1-denis

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [master][PATCH] beagle-bsp: unset TI_CORE_INITRAMFS_KERNEL_MODULES
    WARN: Missing Signed-off-by by sender in commit message. (SIGNED-OFF-BY-2)
        patch
    
    For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [master][PATCH] beagle-bsp: unset TI_CORE_INITRAMFS_KERNEL_MODULES
- Submitter: From: Denys Dmytriyenko <denis@denix.org>
From: "Denys Dmytriyenko (TI)" <denys@konsulko.com>
- Date: Date: Thu, 26 Feb 2026 22:23:18 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: a660d5fcb589c1299ccbb42935a4090b79e81180

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Randolph Sapp <rs@ti.com>
- Commit Subject: beagleplay-ti: use the am62xx.inc
- Commit SHA: 00648b0fb6a925da4c40a97051433338107e1c55

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS



=========================================================
  yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
diff mbox series

Patch

diff --git a/meta-beagle/conf/machine/include/beagle-bsp.inc b/meta-beagle/conf/machine/include/beagle-bsp.inc
index 5060e286..09c66668 100644
--- a/meta-beagle/conf/machine/include/beagle-bsp.inc
+++ b/meta-beagle/conf/machine/include/beagle-bsp.inc
@@ -15,6 +15,7 @@  BSP_KERNEL_VERSION:bsp-bb_org-6_12 = "6.12.%"
 BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_12 = "u-boot-bb.org"
 BSP_BOOTLOADER_VERSION:bsp-bb_org-6_12 = "2025.%"
 KERNEL_DEVICETREE_PREFIX:bsp-bb_org-6_12 = ""
+TI_CORE_INITRAMFS_KERNEL_MODULES:bsp-bb_org-6_12 = ""
 
 BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_12 = "ti-sgx-ddk-km"
 BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_12 = "1.17%"
@@ -36,6 +37,7 @@  BSP_KERNEL_VERSION:bsp-bb_org-6_6 = "6.6.%"
 BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_6 = "u-boot-bb.org"
 BSP_BOOTLOADER_VERSION:bsp-bb_org-6_6 = "2024.%"
 KERNEL_DEVICETREE_PREFIX:bsp-bb_org-6_6 = ""
+TI_CORE_INITRAMFS_KERNEL_MODULES:bsp-bb_org-6_6 = ""
 
 BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-sgx-ddk-km"
 BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_6 = "1.17%"