summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-04-02 03:17:34 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-04-01 17:35:22 -0400
commit42e8f306a9105e858e7190a3683b010c7d236ada (patch)
tree9dc0d5de31c46ff3d0ab95c7d194ced3d06b78c5
parentc39d0b9d81552b61e9b3800fab9b2a6506f90804 (diff)
downloadmeta-ti-42e8f306a9105e858e7190a3683b010c7d236ada.tar.gz
linux-ti-staging 4.1: add PRU Ethernet FW dependency for AM4
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_4.1.bb3
1 files changed, 2 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 5d639b13..3e7d0af8 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.1.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.1.bb
@@ -41,6 +41,7 @@ RDEPENDS_kernel-base_append_k2l-evm = " netcp-pa-fw"
41 41
42# Add run-time dependency for PRU Ethernet firmware to the rootfs 42# Add run-time dependency for PRU Ethernet firmware to the rootfs
43RDEPENDS_kernel-base_append_am57xx-evm = " prueth-fw" 43RDEPENDS_kernel-base_append_am57xx-evm = " prueth-fw"
44RDEPENDS_kernel-base_append_am437x-evm = " prueth-fw"
44 45
45# Default is to package all dtb files for ti33x devices unless building 46# Default is to package all dtb files for ti33x devices unless building
46# for the specific beaglebone machine. 47# for the specific beaglebone machine.
@@ -73,7 +74,7 @@ SRCREV = "6b41ca0b945d73ac8c8318083f79411639836643"
73PV = "4.1.18+git${SRCPV}" 74PV = "4.1.18+git${SRCPV}"
74 75
75# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 76# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
76MACHINE_KERNEL_PR_append = "k" 77MACHINE_KERNEL_PR_append = "l"
77PR = "${MACHINE_KERNEL_PR}" 78PR = "${MACHINE_KERNEL_PR}"
78 79
79KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" 80KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"