summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-ti-bsp/conf/machine/include/ti-soc.inc2
-rw-r--r--meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb2
2 files changed, 2 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
diff --git a/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb b/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb
index e9cf5e6b..6845f0c9 100644
--- a/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb
+++ b/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb
@@ -2,6 +2,8 @@ SUMMARY = "Minimal initramfs for boot requirements"
2 2
3require recipes-core/packagegroups/packagegroup-core-boot.bb 3require recipes-core/packagegroups/packagegroup-core-boot.bb
4 4
5TI_INITRAMFS_KERNEL_MODULES ?= ""
6
5RDEPENDS:${PN} += "\ 7RDEPENDS:${PN} += "\
6 ${TI_INITRAMFS_KERNEL_MODULES} \ 8 ${TI_INITRAMFS_KERNEL_MODULES} \
7 initramfs-framework-base \ 9 initramfs-framework-base \