aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-mtk_git.bb
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/linux/linux-mtk_git.bb
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/linux/linux-mtk_git.bb')
-rw-r--r--recipes/linux/linux-mtk_git.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/linux/linux-mtk_git.bb b/recipes/linux/linux-mtk_git.bb
new file mode 100644
index 0000000000..a51f846374
--- /dev/null
+++ b/recipes/linux/linux-mtk_git.bb
@@ -0,0 +1,13 @@
+require linux.inc
+
+SRCREV = "2056f440273cbfda806842b35dc22c4909423cc4"
+PR = "r0"
+PV = "2.6.36+${PR}+gitr${SRCREV}"
+
+COMPATIBLE_MACHINE = "sciphone_g2"
+
+SRC_URI = "git://git.osmocom.org/linux-mt623x.git;protocol=git \
+ file://defconfig \
+ file://logo_linux_clut224.ppm"
+
+S = "${WORKDIR}/git"