linux-omap1 git: base off linux-omap2 recipe
authorKoen Kooi <koen@openembedded.org>
Fri, 11 Apr 2008 18:21:39 +0000 (18:21 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 11 Apr 2008 18:21:39 +0000 (18:21 +0000)
* first step into merging omap1 and omap2 recipes

packages/linux/linux-omap1_2.6.x+git.bb

index c733918..c9a78f8 100644 (file)
@@ -1,14 +1,8 @@
-require linux-omap.inc
+# The omap1 and omap2  recipes are identical, but we can't merge them till all the linux-omapN_2.6.*.bb recipes have been merged
+require linux-omap2_git.bb
 
 DEFAULT_PREFERENCE = "-1"
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap1-git/${MACHINE}"
-PV = "2.6.x+git${SRCDATE}"
-PR = "r1"
-
 COMPATIBLE_MACHINE = "omap5912osk|omap1710h3"
 
-SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \
-           file://defconfig"
-
-S = "${WORKDIR}/git"