1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 14:27:48 +00:00

linux-omap4 3.1.0: patch to workaround installing FW images w/o subdirs

This fixes below error found on some distros (Gentoo and Fedora):
*** No rule to make target `lib/firmware/./', needed by `lib/firmware/ti_3410.fw'.  Stop.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2012-03-05 17:20:53 -05:00
parent 43956e56db
commit aa24c8ba60
2 changed files with 32 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ DEFAULT_PREFERENCE = "-1"
require linux.inc
# The main PR is now using MACHINE_KERNEL_PR, for omap4 see conf/machine/include/omap4.inc
#MACHINE_KERNEL_PR_append = "a"
MACHINE_KERNEL_PR_append = "a"
CORTEXA8FIXUP = "no"
@@ -13,6 +13,7 @@ CORTEXA8FIXUP = "no"
SRCREV = "a5c60c099296fcfc0c8fa8085c40883971486512"
SRC_URI = "git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.1-1282 \
file://0001-Makefile.fwinst-fix-install-breakage-for-FW-images-r.patch \
file://defconfig \
"