]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-omap: Differentiate between the 3430ldp and the 3430sdp kernels
authorRichard Purdie <richard@openedhand.com>
Fri, 4 Jul 2008 10:15:09 +0000 (10:15 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 4 Jul 2008 10:15:09 +0000 (10:15 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4819 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/linux/linux-omap-2.6.22.19/defconfig-omap-3430ldp [moved from meta/packages/linux/linux-omap-2.6.22.19/defconfig-omap-3430sdp with 100% similarity]
meta/packages/linux/linux-omap_2.6.22.19.bb
meta/packages/linux/linux-omap_2.6.25.bb

index f6103aaba79102381de792fdc54b29d9655abe7e..8cfdb95017efd49d447cf04a54fda8a15d66bc3e 100644 (file)
@@ -1,8 +1,8 @@
 require linux-omap.inc
 PR = "r2"
-COMPATIBLE_MACHINE = "omap-3430sdp"
+COMPATIBLE_MACHINE = "omap-3430ldp"
 SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.19.tar.bz2 \
-         file://defconfig-omap-3430sdp \
+         file://defconfig-omap-3430ldp \
          file://linux-2.6.22.19-ldp-v1.3.patch.gz;patch=1"
 S = "${WORKDIR}/linux-2.6.22.19"
 
index c70ad0862222807c8b3c23510fee7f26dc8382d4..68d700fc09c99b685cda0b8b655ec2e3e6aeaa9c 100644 (file)
@@ -2,8 +2,6 @@ require linux-omap.inc
 
 PR = "r1"
 
-DEFAULT_PREFERENCE = "-1"
-
 COMPATIBLE_MACHINE = "omap-3430sdp"
 SRC_URI="git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git;tag=3ce7ba0c3c9566f50725b0108916180db86e1641 \
          file://defconfig-omap-3430sdp"