summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-02-23 04:25:33 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-02-23 16:26:56 -0500
commit25d35314b968ac899caf2c4577472b8e38fd585a (patch)
tree94f85a3f91c1b77c95db5fe5e41ddaf27fa81f96 /recipes-kernel
parentc0e9d9f4ca3e3dc78c4bbfd9720dc37342ef3307 (diff)
downloadmeta-ti-25d35314b968ac899caf2c4577472b8e38fd585a.tar.gz
linux-ti-staging: rdepends on prueth-fw
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-ti-staging_4.1.bb5
1 files changed, 4 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 9be51fdb..3b343dd5 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.1.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.1.bb
@@ -39,6 +39,9 @@ RDEPENDS_kernel-base_append_k2hk-evm = " netcp-pa-fw"
39RDEPENDS_kernel-base_append_k2e-evm = " netcp-pa-fw" 39RDEPENDS_kernel-base_append_k2e-evm = " netcp-pa-fw"
40RDEPENDS_kernel-base_append_k2l-evm = " netcp-pa-fw" 40RDEPENDS_kernel-base_append_k2l-evm = " netcp-pa-fw"
41 41
42# Add run-time dependency for PRU Ethernet firmware to the rootfs
43RDEPENDS_kernel-base_append_am57xx-evm = " prueth-fw"
44
42# Default is to package all dtb files for ti33x devices unless building 45# Default is to package all dtb files for ti33x devices unless building
43# for the specific beaglebone machine. 46# for the specific beaglebone machine.
44KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" 47KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"
@@ -69,7 +72,7 @@ SRCREV = "f5caecb092f6e8c642101f8c56c3fbb136de7052"
69PV = "4.1.18+git${SRCPV}" 72PV = "4.1.18+git${SRCPV}"
70 73
71# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 74# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
72MACHINE_KERNEL_PR_append = "b" 75MACHINE_KERNEL_PR_append = "c"
73PR = "${MACHINE_KERNEL_PR}" 76PR = "${MACHINE_KERNEL_PR}"
74 77
75KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" 78KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"