diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2025-10-24 10:31:50 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-10-24 10:52:17 -0500 |
| commit | a58677ffedd5733ce7eba266bc1ed981d90af2a0 (patch) | |
| tree | 5a4633a6af17d0355d40b0bbbd3e3d5b76f7a2e2 /meta-ti-bsp/conf | |
| parent | 6b9a2b322512ab94e67ef36249b6df2633b29b2d (diff) | |
| download | meta-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.inc | 2 |
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 | |||
| 29 | KERNEL_CLASSES += "${CLASS_DEVICETREE_PREFIX}" | 29 | KERNEL_CLASSES += "${CLASS_DEVICETREE_PREFIX}" |
| 30 | IMAGE_CLASSES += "${CLASS_DEVICETREE_PREFIX}" | 30 | IMAGE_CLASSES += "${CLASS_DEVICETREE_PREFIX}" |
| 31 | 31 | ||
| 32 | TI_INITRAMFS_KERNEL_MODULES ?= "" | ||
| 33 | |||
| 34 | BUILD_CORE_INITRAMFS_IMAGE = "ti-core-initramfs" | 32 | BUILD_CORE_INITRAMFS_IMAGE = "ti-core-initramfs" |
| 35 | BUILD_CORE_INITRAMFS_IMAGE_FILE = "${BUILD_CORE_INITRAMFS_IMAGE}.cpio.xz" | 33 | BUILD_CORE_INITRAMFS_IMAGE_FILE = "${BUILD_CORE_INITRAMFS_IMAGE}.cpio.xz" |
| 36 | 34 | ||
