Module: meta-ti Branch: master Commit: 81e08ffacce5adf88a48e6b232d26b9c481796fc URL: http://arago-project.org/git/meta-ti.git?a=commit;h=81e08ffacce5adf88a48e6b232d26b9c481796fc
Author: Denys Dmytriyenko <[email protected]> Date: Fri Sep 9 23:44:27 2016 +0000 linux-ti-staging: add QMSS PDSP FW dependency for Keystone Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-kernel/linux/linux-ti-staging_4.4.bb | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_4.4.bb b/recipes-kernel/linux/linux-ti-staging_4.4.bb index 4c4a8e5..157bc6b 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.4.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.4.bb @@ -34,6 +34,9 @@ RDEPENDS_kernel-base_append_k2g-evm = " ti-sci-fw" # Add run-time dependency for SerDes firmware to the rootfs RDEPENDS_kernel-base_append_keystone = " serdes-fw" +# Add run-time dependency for QMSS PDSP firmware to the rootfs +RDEPENDS_kernel-base_append_keystone = " qmss-pdsp-fw" + # Add run-time dependency for NETCP PA firmware to the rootfs RDEPENDS_kernel-base_append_k2hk-evm = " netcp-pa-fw" RDEPENDS_kernel-base_append_k2e-evm = " netcp-pa-fw" @@ -77,7 +80,7 @@ SRCREV = "20272d4fd5fd81c551d8a31a3daddc18923b71bb" PV = "4.4.19+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -MACHINE_KERNEL_PR_append = "b" +MACHINE_KERNEL_PR_append = "c" PR = "${MACHINE_KERNEL_PR}" KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
