diff options
-rw-r--r-- | meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | 2 | ||||
-rw-r--r-- | meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb b/meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb index 2f694202..b066a676 100644 --- a/meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | |||
@@ -10,7 +10,7 @@ PR = "${INC_PR}.0" | |||
10 | 10 | ||
11 | CLEANBROKEN = "1" | 11 | CLEANBROKEN = "1" |
12 | 12 | ||
13 | COMPATIBLE_MACHINE = "j721e" | 13 | COMPATIBLE_MACHINE = "j721e|j721s2" |
14 | 14 | ||
15 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 15 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
16 | 16 | ||
diff --git a/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc b/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc index 3da41581..38289491 100644 --- a/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc +++ b/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc | |||
@@ -22,6 +22,7 @@ RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:am64xx = " prueth-fw-am65x-sr2" | |||
22 | 22 | ||
23 | # Add run-time dependency for Cadence MHDP firmware to the rootfs | 23 | # Add run-time dependency for Cadence MHDP firmware to the rootfs |
24 | RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j721e = " cadence-mhdp-fw" | 24 | RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j721e = " cadence-mhdp-fw" |
25 | RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j721s2 = " cadence-mhdp-fw" | ||
25 | 26 | ||
26 | # Add run-time dependency for Video Decoding firmware to the rootfs | 27 | # Add run-time dependency for Video Decoding firmware to the rootfs |
27 | RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j7 = " vxd-dec-fw" | 28 | RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j7 = " vxd-dec-fw" |