diff options
author | Richard Purdie <richard@openedhand.com> | 2008-07-04 10:15:09 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-07-04 10:15:09 +0000 |
commit | d04db3c0272868dcea5d0032f5058d1396357cde (patch) | |
tree | fa52560cc9e998292f71c4e9e9ad6d38311dbbe9 /meta/packages/linux/linux-omap_2.6.22.19.bb | |
parent | 0a62277934bd842292d8516fed9153044609266e (diff) | |
download | openembedded-core-d04db3c0272868dcea5d0032f5058d1396357cde.tar.gz openembedded-core-d04db3c0272868dcea5d0032f5058d1396357cde.tar.bz2 openembedded-core-d04db3c0272868dcea5d0032f5058d1396357cde.zip |
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
Diffstat (limited to 'meta/packages/linux/linux-omap_2.6.22.19.bb')
-rw-r--r-- | meta/packages/linux/linux-omap_2.6.22.19.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/linux/linux-omap_2.6.22.19.bb b/meta/packages/linux/linux-omap_2.6.22.19.bb index f6103aaba7..8cfdb95017 100644 --- a/meta/packages/linux/linux-omap_2.6.22.19.bb +++ b/meta/packages/linux/linux-omap_2.6.22.19.bb @@ -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" |