summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-04-02 03:17:35 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-04-01 17:36:09 -0400
commit083919451b525e15ec7a93333e82eb441a2209c8 (patch)
treeb899fd140af1f45c025a232f78b26a84e093e0dc /recipes-kernel
parent7098e8685ff1ce8c748c1754f6bab60987c91893 (diff)
downloadmeta-ti-083919451b525e15ec7a93333e82eb441a2209c8.tar.gz
linux-ti-staging 4.4: add PRU Ethernet FW dependency for AM4
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-ti-staging_4.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_4.4.bb b/recipes-kernel/linux/linux-ti-staging_4.4.bb
index ffd074a0..8bdec9e0 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.4.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.4.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 = "08b8a2e93fac2471992ea3e110a3683a00f39d74"
73PV = "4.4.6+git${SRCPV}" 74PV = "4.4.6+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 = "a" 77MACHINE_KERNEL_PR_append = "b"
77PR = "${MACHINE_KERNEL_PR}" 78PR = "${MACHINE_KERNEL_PR}"
78 79
79KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" 80KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"