diff options
| author | Denys Dmytriyenko (TI) <denys@konsulko.com> | 2026-02-26 22:23:18 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-03-02 14:38:39 -0600 |
| commit | 92c2198288fb19ce6f92084687b42f7d0af2adc7 (patch) | |
| tree | 2818b861a7f4326e0e788843914159eb98338d4d | |
| parent | 59af86a2203d002e593b10227f85debd90c20c54 (diff) | |
| download | meta-ti-92c2198288fb19ce6f92084687b42f7d0af2adc7.tar.gz | |
beagle-bsp: unset TI_CORE_INITRAMFS_KERNEL_MODULES
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>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| -rw-r--r-- | meta-beagle/conf/machine/include/beagle-bsp.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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.%" | |||
| 15 | BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_12 = "u-boot-bb.org" | 15 | BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_12 = "u-boot-bb.org" |
| 16 | BSP_BOOTLOADER_VERSION:bsp-bb_org-6_12 = "2025.%" | 16 | BSP_BOOTLOADER_VERSION:bsp-bb_org-6_12 = "2025.%" |
| 17 | KERNEL_DEVICETREE_PREFIX:bsp-bb_org-6_12 = "" | 17 | KERNEL_DEVICETREE_PREFIX:bsp-bb_org-6_12 = "" |
| 18 | TI_CORE_INITRAMFS_KERNEL_MODULES:bsp-bb_org-6_12 = "" | ||
| 18 | 19 | ||
| 19 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_12 = "ti-sgx-ddk-km" | 20 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_12 = "ti-sgx-ddk-km" |
| 20 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_12 = "1.17%" | 21 | 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.%" | |||
| 36 | BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_6 = "u-boot-bb.org" | 37 | BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_6 = "u-boot-bb.org" |
| 37 | BSP_BOOTLOADER_VERSION:bsp-bb_org-6_6 = "2024.%" | 38 | BSP_BOOTLOADER_VERSION:bsp-bb_org-6_6 = "2024.%" |
| 38 | KERNEL_DEVICETREE_PREFIX:bsp-bb_org-6_6 = "" | 39 | KERNEL_DEVICETREE_PREFIX:bsp-bb_org-6_6 = "" |
| 40 | TI_CORE_INITRAMFS_KERNEL_MODULES:bsp-bb_org-6_6 = "" | ||
| 39 | 41 | ||
| 40 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-sgx-ddk-km" | 42 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-sgx-ddk-km" |
| 41 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_6 = "1.17%" | 43 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_6 = "1.17%" |
