summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-10-24 10:31:50 -0500
committerRyan Eatmon <reatmon@ti.com>2025-10-24 10:52:17 -0500
commita58677ffedd5733ce7eba266bc1ed981d90af2a0 (patch)
tree5a4633a6af17d0355d40b0bbbd3e3d5b76f7a2e2 /meta-ti-bsp/conf
parent6b9a2b322512ab94e67ef36249b6df2633b29b2d (diff)
downloadmeta-ti-a58677ffedd5733ce7eba266bc1ed981d90af2a0.tar.gz
packagegroup-ti-core-initramfs: ensure TI_INITRAMFS_KERNEL_MODULES is set
TI_INITRAMFS_KERNEL_MODULES gets set only for TI platfroms and ends up being undefined otherwise, which breaks parsing in yocto-check-layer and/or in multi-BSP setups. Ensure the variable is defined in the packagegroup, if not already set by the machine configuration. Remove the previous default assignment since we put it in the wrong location. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r--meta-ti-bsp/conf/machine/include/ti-soc.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-soc.inc b/meta-ti-bsp/conf/machine/include/ti-soc.inc
index 2e3a1c1b..ca182968 100644
--- a/meta-ti-bsp/conf/machine/include/ti-soc.inc
+++ b/meta-ti-bsp/conf/machine/include/ti-soc.inc
@@ -29,8 +29,6 @@ CLASS_DEVICETREE_PREFIX = "${@ 'ti-devicetree-prefix' if d.getVar('KERNEL_DEVICE
29KERNEL_CLASSES += "${CLASS_DEVICETREE_PREFIX}" 29KERNEL_CLASSES += "${CLASS_DEVICETREE_PREFIX}"
30IMAGE_CLASSES += "${CLASS_DEVICETREE_PREFIX}" 30IMAGE_CLASSES += "${CLASS_DEVICETREE_PREFIX}"
31 31
32TI_INITRAMFS_KERNEL_MODULES ?= ""
33
34BUILD_CORE_INITRAMFS_IMAGE = "ti-core-initramfs" 32BUILD_CORE_INITRAMFS_IMAGE = "ti-core-initramfs"
35BUILD_CORE_INITRAMFS_IMAGE_FILE = "${BUILD_CORE_INITRAMFS_IMAGE}.cpio.xz" 33BUILD_CORE_INITRAMFS_IMAGE_FILE = "${BUILD_CORE_INITRAMFS_IMAGE}.cpio.xz"
36 34