[meta-ti] [PATCH] linux-ti-staging: k2g-evm: Add pmmc-fw as dependency

Jacob Stiffler j-stiffler at ti.com
Wed Nov 25 12:31:15 PST 2015


Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
---
 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 afaa25c..ef953f9 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"
-- 
1.9.1



More information about the meta-ti mailing list