linux-omap: Differentiate between the 3430ldp and the 3430sdp kernels

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4819 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-07-04 10:15:09 +00:00
parent 0a62277934
commit d04db3c027
3 changed files with 2 additions and 4 deletions

View 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"

View 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"