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"