From e6ff1dfa3d6cad5782aa1c2d46426a6ee19c98e5 Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Thu, 26 Nov 2015 02:31:15 +0000 Subject: [PATCH] linux-ti-staging: k2g-evm: Add pmmc-fw as dependency Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging_4.1.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-ti-staging_4.1.bb b/recipes-kernel/linux/linux-ti-staging_4.1.bb index afaa25ce..ef953f99 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.1.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.1.bb @@ -28,6 +28,9 @@ RDEPENDS_kernel-base_append_dra7xx = " vpdma-fw" # Install boot-monitor skern file into /boot dir of rootfs RDEPENDS_kernel-base_append_keystone = " boot-monitor" +# Install pmmc-fw into /boot dir of rootfs +RDEPENDS_kernel-base_append_k2g-evm = " pmmc-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" @@ -58,7 +61,7 @@ SRCREV = "e7ce6b9cdee62083862c3d86853819d871f853de" 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 = "a" +MACHINE_KERNEL_PR_append = "b" PR = "${MACHINE_KERNEL_PR}" KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"