[meta-ti] Jacob Stiffler : linux-ti-staging: k2g-evm: Add pmmc-fw as dependency
Arago Project git
git at arago-project.org
Wed Nov 25 13:54:10 PST 2015
Module: meta-ti
Branch: master
Commit: e6ff1dfa3d6cad5782aa1c2d46426a6ee19c98e5
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=e6ff1dfa3d6cad5782aa1c2d46426a6ee19c98e5
Author: Jacob Stiffler <j-stiffler at ti.com>
Date: Thu Nov 26 02:31:15 2015 +0000
linux-ti-staging: k2g-evm: Add pmmc-fw as dependency
Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-kernel/linux/linux-ti-staging_4.1.bb | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
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"
More information about the meta-ti
mailing list