diff options
Diffstat (limited to 'meta-ti-bsp')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-soc.inc | 2 | ||||
| -rw-r--r-- | meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb | 2 |
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 | |||
| 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 | ||
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 | ||
| 3 | require recipes-core/packagegroups/packagegroup-core-boot.bb | 3 | require recipes-core/packagegroups/packagegroup-core-boot.bb |
| 4 | 4 | ||
| 5 | TI_INITRAMFS_KERNEL_MODULES ?= "" | ||
| 6 | |||
| 5 | RDEPENDS:${PN} += "\ | 7 | RDEPENDS:${PN} += "\ |
| 6 | ${TI_INITRAMFS_KERNEL_MODULES} \ | 8 | ${TI_INITRAMFS_KERNEL_MODULES} \ |
| 7 | initramfs-framework-base \ | 9 | initramfs-framework-base \ |
