summaryrefslogtreecommitdiff
path: root/meta/packages/linux/linux-omap3_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-10-10 11:56:19 +0000
committerRichard Purdie <richard@openedhand.com>2008-10-10 11:56:19 +0000
commit457ae5ada547f8f03a5963f40e4f403dd0244a2b (patch)
treecb8a51afe2c96f9c11b7f04f128895e6e3b05d55 /meta/packages/linux/linux-omap3_git.bb
parentfe795de8f54b4270bc3fcf7b87c06ccf6d837665 (diff)
downloadopenembedded-core-457ae5ada547f8f03a5963f40e4f403dd0244a2b.tar.gz
openembedded-core-457ae5ada547f8f03a5963f40e4f403dd0244a2b.tar.bz2
openembedded-core-457ae5ada547f8f03a5963f40e4f403dd0244a2b.tar.xz
openembedded-core-457ae5ada547f8f03a5963f40e4f403dd0244a2b.zip
Add overo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5477 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux/linux-omap3_git.bb')
-rw-r--r--meta/packages/linux/linux-omap3_git.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-omap3_git.bb b/meta/packages/linux/linux-omap3_git.bb
new file mode 100644
index 000000000..d728efa0d
--- /dev/null
+++ b/meta/packages/linux/linux-omap3_git.bb
@@ -0,0 +1,29 @@
+require linux-omap2.inc
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap3-git/${MACHINE}"
+
+SRCREV = "de1121fdb899f762b9e717f44eaf3fae7c00cd3e"
+
+PV = "2.6.27-rc6+${PR}+git${SRCREV}"
+PR = "r30"
+
+SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;branch=master;protocol=git \
+ file://defconfig"
+
+SRC_URI_append_beagleboard = " \
+ file://no-empty-flash-warnings.patch;patch=1 \
+ "
+
+SRC_URI_append_omap3evm = " \
+ file://no-empty-flash-warnings.patch;patch=1 \
+ "
+
+SRC_URI_append_overo = " \
+ file://logo_linux_clut224.ppm \
+ file://no-empty-flash-warnings.patch;patch=1 \
+ file://overo.patch;patch=1 \
+ "
+
+COMPATIBLE_MACHINE = "beagleboard|omap3evm|overo"
+
+S = "${WORKDIR}/git"