[meta-ti] [PATCH 3/5] linux-omap4: work around parallel firmware install bug

Yasir-Khan yasir_khan at mentor.com
Tue Aug 26 07:28:01 PDT 2014


See https://bugzilla.kernel.org/show_bug.cgi?id=39192.

Signed-off-by: Christopher Larson <kergoth at gmail.com>
Signed-off-by: Yasir-Khan <yasir_khan at mentor.com>
---
 .../pandaboard/parallel-firmware-install.patch     |   13 +++++++++++++
 recipes-kernel/linux/linux-omap4_3.4.bb            |    1 +
 2 files changed, 14 insertions(+)
 create mode 100644 recipes-kernel/linux/linux-omap4-3.4/pandaboard/parallel-firmware-install.patch

diff --git a/recipes-kernel/linux/linux-omap4-3.4/pandaboard/parallel-firmware-install.patch b/recipes-kernel/linux/linux-omap4-3.4/pandaboard/parallel-firmware-install.patch
new file mode 100644
index 0000000..6106768
--- /dev/null
+++ b/recipes-kernel/linux/linux-omap4-3.4/pandaboard/parallel-firmware-install.patch
@@ -0,0 +1,13 @@
+Upstream-Status: Pending
+
+--- git.orig/scripts/Makefile.fwinst
++++ git/scripts/Makefile.fwinst
+@@ -27,7 +27,7 @@ endif
+ installed-mod-fw := $(addprefix $(INSTALL_FW_PATH)/,$(mod-fw))
+ 
+ installed-fw := $(addprefix $(INSTALL_FW_PATH)/,$(fw-shipped-all))
+-installed-fw-dirs := $(sort $(dir $(installed-fw))) $(INSTALL_FW_PATH)/.
++installed-fw-dirs := $(sort $(dir $(installed-fw))) $(INSTALL_FW_PATH)/./
+ 
+ # Workaround for make < 3.81, where .SECONDEXPANSION doesn't work.
+ PHONY += $(INSTALL_FW_PATH)/$$(%) install-all-dirs
diff --git a/recipes-kernel/linux/linux-omap4_3.4.bb b/recipes-kernel/linux/linux-omap4_3.4.bb
index 52629de..d1613ee 100644
--- a/recipes-kernel/linux/linux-omap4_3.4.bb
+++ b/recipes-kernel/linux/linux-omap4_3.4.bb
@@ -15,6 +15,7 @@ SRC_URI = "git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol
            file://defconfig \
            file://0003-ARM-7668-1-fix-memset-related-crashes-caused-by-rece.patch \
            file://0004-ARM-7670-1-fix-the-memset-fix.patch \
+           file://parallel-firmware-install.patch \
            "
 
 S = "${WORKDIR}/git"
-- 
1.7.9.5



More information about the meta-ti mailing list