From 083919451b525e15ec7a93333e82eb441a2209c8 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sat, 2 Apr 2016 03:17:35 +0000 Subject: [PATCH] linux-ti-staging 4.4: add PRU Ethernet FW dependency for AM4 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 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" # Add run-time dependency for PRU Ethernet firmware to the rootfs RDEPENDS_kernel-base_append_am57xx-evm = " prueth-fw" +RDEPENDS_kernel-base_append_am437x-evm = " prueth-fw" # Default is to package all dtb files for ti33x devices unless building # for the specific beaglebone machine. @@ -73,7 +74,7 @@ SRCREV = "08b8a2e93fac2471992ea3e110a3683a00f39d74" PV = "4.4.6+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_CONFIG_DIR = "${S}/ti_config_fragments"