diff options
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging_4.1.bb | 7 |
1 files changed, 6 insertions, 1 deletions
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" | |||
33 | # Add run-time dependency for SerDes firmware to the rootfs | 33 | # Add run-time dependency for SerDes firmware to the rootfs |
34 | RDEPENDS_kernel-base_append_keystone = " serdes-fw" | 34 | RDEPENDS_kernel-base_append_keystone = " serdes-fw" |
35 | 35 | ||
36 | # Add run-time dependency for NETCP PA firmware to the rootfs | ||
37 | RDEPENDS_kernel-base_append_k2hk-evm = " netcp-pa-fw" | ||
38 | RDEPENDS_kernel-base_append_k2e-evm = " netcp-pa-fw" | ||
39 | RDEPENDS_kernel-base_append_k2l-evm = " netcp-pa-fw" | ||
40 | |||
36 | # Default is to package all dtb files for ti33x devices unless building | 41 | # Default is to package all dtb files for ti33x devices unless building |
37 | # for the specific beaglebone machine. | 42 | # for the specific beaglebone machine. |
38 | KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" | 43 | KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" |
@@ -63,7 +68,7 @@ SRCREV = "08ad1740b59cc3aef52a2612b1e807a3e844583c" | |||
63 | PV = "4.1.16+git${SRCPV}" | 68 | PV = "4.1.16+git${SRCPV}" |
64 | 69 | ||
65 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 70 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |
66 | MACHINE_KERNEL_PR_append = "a" | 71 | MACHINE_KERNEL_PR_append = "b" |
67 | PR = "${MACHINE_KERNEL_PR}" | 72 | PR = "${MACHINE_KERNEL_PR}" |
68 | 73 | ||
69 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" | 74 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" |