Skip to content

Instantly share code, notes, and snippets.

@scottellis
Created September 29, 2011 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottellis/1250385 to your computer and use it in GitHub Desktop.
Save scottellis/1250385 to your computer and use it in GitHub Desktop.
OE u-boot_git.bb patch add
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index 18778da..7503d76 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -199,6 +199,7 @@ do_compile_omapzoom36x () {
SRC_URI_overo = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \
file://overo-gpio10.patch \
file://overo-default-env.patch \
+ file://timer-mux.patch \
"
SRCREV_overo = "261733408a27d14590cf3ec6b596461808050e32"
PV_overo = "2010.12+${PR}+gitr${SRCREV}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment