aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot
diff options
context:
space:
mode:
authorMarcin Mielczarczyk <marcin.mielczarczyk@tieto.com>2011-02-17 07:50:32 +0100
committerSteffen Sledz <sledz@dresearch.de>2011-02-25 08:48:42 +0100
commit8575044ea564a948f4b0ec75c13629aa8e10db7b (patch)
treea18cda83635c9dc6c76de93e60a1c7bfc9aebcfe /recipes/u-boot
parentc0addceb03233311453ccf3cfae407c06b517652 (diff)
downloadopenembedded-8575044ea564a948f4b0ec75c13629aa8e10db7b.tar.gz
sciphone-g2: Initial support for Sciphone G2 (based on MT6235)
This patch adds Sciphone G2 target to OpenEmbedded environment. It also defines osmocomBB repositories for U-Boot and Linux kernel. Signed-off-by: Marcin Mielczarczyk <marcin.mielczarczyk@tieto.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'recipes/u-boot')
-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"