aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot-mtk_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/u-boot/u-boot-mtk_git.bb')
-rw-r--r--recipes/u-boot/u-boot-mtk_git.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot-mtk_git.bb b/recipes/u-boot/u-boot-mtk_git.bb
new file mode 100644
index 0000000000..a93868b1b0
--- /dev/null
+++ b/recipes/u-boot/u-boot-mtk_git.bb
@@ -0,0 +1,9 @@
+require u-boot.inc
+
+SRCREV = "f373bcb7ceafe9f697163cdaa3c03557f82299d7"
+PR ="r0"
+PV = "2010.03+${PR}+gitr${SRCREV}"
+
+SRC_URI = "git://git.osmocom.org/uboot-mt623x.git;protocol=git "
+
+S = "${WORKDIR}/git"