diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-01-27 02:56:37 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-01-26 16:02:12 -0500 |
commit | d3977448e5ba20540cd97ef41bdcd9a97ffe6d8c (patch) | |
tree | 82dd6251958332bf9677345dd717ff3709046cad | |
parent | b1b50a0adfa1143e5a2f8150c025d5e9174fc2bc (diff) | |
download | meta-ti-d3977448e5ba20540cd97ef41bdcd9a97ffe6d8c.tar.gz |
linux-ti-staging: add runtime dependency on NETCP PA firmware
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-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" |