summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-01-27 02:56:37 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-01-26 16:02:12 -0500
commitd3977448e5ba20540cd97ef41bdcd9a97ffe6d8c (patch)
tree82dd6251958332bf9677345dd717ff3709046cad
parentb1b50a0adfa1143e5a2f8150c025d5e9174fc2bc (diff)
downloadmeta-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.bb7
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
34RDEPENDS_kernel-base_append_keystone = " serdes-fw" 34RDEPENDS_kernel-base_append_keystone = " serdes-fw"
35 35
36# Add run-time dependency for NETCP PA firmware to the rootfs
37RDEPENDS_kernel-base_append_k2hk-evm = " netcp-pa-fw"
38RDEPENDS_kernel-base_append_k2e-evm = " netcp-pa-fw"
39RDEPENDS_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.
38KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" 43KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"
@@ -63,7 +68,7 @@ SRCREV = "08ad1740b59cc3aef52a2612b1e807a3e844583c"
63PV = "4.1.16+git${SRCPV}" 68PV = "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
66MACHINE_KERNEL_PR_append = "a" 71MACHINE_KERNEL_PR_append = "b"
67PR = "${MACHINE_KERNEL_PR}" 72PR = "${MACHINE_KERNEL_PR}"
68 73
69KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" 74KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"