From 22f32bf1597167dc55cff325ec87e3e11cd3b2c7 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 18 Dec 2015 16:25:04 -0500 Subject: [PATCH] linux-ti-staging: update to the latest and add deps for serdes fw Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging_4.1.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_4.1.bb b/recipes-kernel/linux/linux-ti-staging_4.1.bb index e7643241..5adfb337 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.1.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.1.bb @@ -31,6 +31,9 @@ RDEPENDS_kernel-base_append_keystone = " boot-monitor" # Install ti-sci-fw into /boot dir of rootfs RDEPENDS_kernel-base_append_k2g-evm = " ti-sci-fw" +# Add run-time dependency for SerDes firmware to the rootfs +RDEPENDS_kernel-base_append_keystone = " serdes-fw" + # Default is to package all dtb files for ti33x devices unless building # for the specific beaglebone machine. KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" @@ -57,11 +60,11 @@ S = "${WORKDIR}/git" BRANCH = "ti-lsk-linux-4.1.y" -SRCREV = "f0f52afb60f57f31c099dc849c6757fea5664e89" +SRCREV = "0f37ee50e2b263eb5941d91ef6da7d4ca51f7488" PV = "4.1.13+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -MACHINE_KERNEL_PR_append = "d" +MACHINE_KERNEL_PR_append = "e" PR = "${MACHINE_KERNEL_PR}" KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"