aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot
diff options
context:
space:
mode:
authorMarcin Mielczarczyk <marcin.mielczarczyk@tieto.com>2011-02-17 07:50:32 +0100
committerStefan Schmidt <stefan@datenfreihafen.org>2011-02-19 12:21:23 +0100
commite52a8bf769ff87bf15eb4759ce1d742401af4741 (patch)
treea18cda83635c9dc6c76de93e60a1c7bfc9aebcfe /recipes/u-boot
parentd9f07823c0e704698b390a560cddb8620133295b (diff)
downloadopenembedded-e52a8bf769ff87bf15eb4759ce1d742401af4741.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"