From 540afce71ca47e786133a9defe8fbad6c1c755f6 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 3 Nov 2016 02:19:44 +0000 Subject: [PATCH] linux-ti-staging: pull in prueth-fw for k2g Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging_4.4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" RDEPENDS_kernel-base_append_am57xx-evm = " prueth-fw" RDEPENDS_kernel-base_append_am437x-evm = " prueth-fw" RDEPENDS_kernel-base_append_am335x-evm = " prueth-fw" +RDEPENDS_kernel-base_append_k2g = " prueth-fw" # Default is to package all dtb files for ti33x devices unless building # for the specific beaglebone machine. @@ -83,7 +84,7 @@ SRCREV = "83973c23389df9755070a003b3a596beae056714" PV = "4.4.29+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -MACHINE_KERNEL_PR_append = "a" +MACHINE_KERNEL_PR_append = "b" PR = "${MACHINE_KERNEL_PR}" KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"