summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/linux/linux-omap3_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-18 15:32:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-18 15:36:06 +0000
commit673abd92f999829bdd67d0273c43570a62123a63 (patch)
tree63132d1ffc1cb5bf50d244b184ca8d58a9cbc85c /meta/recipes-kernel/linux/linux-omap3_git.bb
parentfed61beb31c47e2d96af905a7047fe78d64c9bd0 (diff)
downloadopenembedded-core-673abd92f999829bdd67d0273c43570a62123a63.tar.gz
openembedded-core-673abd92f999829bdd67d0273c43570a62123a63.tar.bz2
openembedded-core-673abd92f999829bdd67d0273c43570a62123a63.tar.xz
openembedded-core-673abd92f999829bdd67d0273c43570a62123a63.zip
conf/machine: Drop older machines with no recent updates
These are all moving to meta-extras. Ideally in the future machines such as these will be maintained to topic specific layers as we move to a more layer oriented model. If this causes a problem for anyone please discuss it on the mailing list. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-omap3_git.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-omap3_git.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-kernel/linux/linux-omap3_git.bb b/meta/recipes-kernel/linux/linux-omap3_git.bb
deleted file mode 100644
index 3d38ef262..000000000
--- a/meta/recipes-kernel/linux/linux-omap3_git.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-require linux-omap2.inc
-
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap3-git/${MACHINE}"
-
-PV = "2.6.27-rc6+${PR}+git${SRCPV}"
-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"