diff --git a/recipes-kernel/linux/linux-ti-staging_4.1.bb b/recipes-kernel/linux/linux-ti-staging_4.1.bb index 1691f968..59805c65 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.1.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.1.bb @@ -33,6 +33,11 @@ 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 NETCP PA firmware to the rootfs +RDEPENDS_kernel-base_append_k2hk-evm = " netcp-pa-fw" +RDEPENDS_kernel-base_append_k2e-evm = " netcp-pa-fw" +RDEPENDS_kernel-base_append_k2l-evm = " netcp-pa-fw" + # Default is to package all dtb files for ti33x devices unless building # for the specific beaglebone machine. KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" @@ -63,7 +68,7 @@ SRCREV = "08ad1740b59cc3aef52a2612b1e807a3e844583c" PV = "4.1.16+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -MACHINE_KERNEL_PR_append = "a" +MACHINE_KERNEL_PR_append = "b" PR = "${MACHINE_KERNEL_PR}" KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"