diff options
| author | Rahul T R <r-ravikumar@ti.com> | 2022-11-04 22:46:26 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-23 16:08:24 -0600 |
| commit | 598a832221685baf0210837bf001a7f9cf139816 (patch) | |
| tree | dc03ff90b8ab8ac44add17174683e9a433031265 /meta-ti-bsp | |
| parent | 68f9392fc31d6e67838fd27b74f8b8bc61ac71ab (diff) | |
| download | meta-ti-598a832221685baf0210837bf001a7f9cf139816.tar.gz | |
cadence-mhdp-fw: Add dependency for j721s2
cdns mhdp bridge is present in j721s2 soc.
Add the dependency for the same
Signed-off-by: Rahul T R <r-ravikumar@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
| -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" |
