summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-11-03 02:19:44 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-11-04 17:40:49 -0400
commit296cbc1c586a3ad8e78ffbebec899fd2649ea64e (patch)
tree60a7751b1589c8957acc991fae336e22cd2c5117
parent3b0a76adf6dab6ed52e63f5483521a4e7c659265 (diff)
downloadmeta-ti-296cbc1c586a3ad8e78ffbebec899fd2649ea64e.tar.gz
linux-ti-staging: pull in prueth-fw for k2g
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-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 2f67a010..ddc221d3 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.4.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.4.bb
@@ -46,6 +46,7 @@ RDEPENDS_kernel-base_append_k2l-evm = " netcp-pa-fw"
46RDEPENDS_kernel-base_append_am57xx-evm = " prueth-fw" 46RDEPENDS_kernel-base_append_am57xx-evm = " prueth-fw"
47RDEPENDS_kernel-base_append_am437x-evm = " prueth-fw" 47RDEPENDS_kernel-base_append_am437x-evm = " prueth-fw"
48RDEPENDS_kernel-base_append_am335x-evm = " prueth-fw" 48RDEPENDS_kernel-base_append_am335x-evm = " prueth-fw"
49RDEPENDS_kernel-base_append_k2g = " prueth-fw"
49 50
50# Default is to package all dtb files for ti33x devices unless building 51# Default is to package all dtb files for ti33x devices unless building
51# for the specific beaglebone machine. 52# for the specific beaglebone machine.
@@ -83,7 +84,7 @@ SRCREV = "83973c23389df9755070a003b3a596beae056714"
83PV = "4.4.29+git${SRCPV}" 84PV = "4.4.29+git${SRCPV}"
84 85
85# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 86# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
86MACHINE_KERNEL_PR_append = "a" 87MACHINE_KERNEL_PR_append = "b"
87PR = "${MACHINE_KERNEL_PR}" 88PR = "${MACHINE_KERNEL_PR}"
88 89
89KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" 90KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"