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 | |
parent | 0a62277934bd842292d8516fed9153044609266e (diff) | |
download | poky-d04db3c0272868dcea5d0032f5058d1396357cde.tar.gz |
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
-rw-r--r-- | meta/packages/linux/linux-omap-2.6.22.19/defconfig-omap-3430ldp (renamed from meta/packages/linux/linux-omap-2.6.22.19/defconfig-omap-3430sdp) | 0 | ||||
-rw-r--r-- | meta/packages/linux/linux-omap_2.6.22.19.bb | 4 | ||||
-rw-r--r-- | meta/packages/linux/linux-omap_2.6.25.bb | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/meta/packages/linux/linux-omap-2.6.22.19/defconfig-omap-3430sdp b/meta/packages/linux/linux-omap-2.6.22.19/defconfig-omap-3430ldp index acf4c22af1..acf4c22af1 100644 --- a/meta/packages/linux/linux-omap-2.6.22.19/defconfig-omap-3430sdp +++ b/meta/packages/linux/linux-omap-2.6.22.19/defconfig-omap-3430ldp | |||
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 @@ | |||
1 | require linux-omap.inc | 1 | require linux-omap.inc |
2 | PR = "r2" | 2 | PR = "r2" |
3 | COMPATIBLE_MACHINE = "omap-3430sdp" | 3 | COMPATIBLE_MACHINE = "omap-3430ldp" |
4 | SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.19.tar.bz2 \ | 4 | SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.19.tar.bz2 \ |
5 | file://defconfig-omap-3430sdp \ | 5 | file://defconfig-omap-3430ldp \ |
6 | file://linux-2.6.22.19-ldp-v1.3.patch.gz;patch=1" | 6 | file://linux-2.6.22.19-ldp-v1.3.patch.gz;patch=1" |
7 | S = "${WORKDIR}/linux-2.6.22.19" | 7 | S = "${WORKDIR}/linux-2.6.22.19" |
8 | 8 | ||
diff --git a/meta/packages/linux/linux-omap_2.6.25.bb b/meta/packages/linux/linux-omap_2.6.25.bb index c70ad08622..68d700fc09 100644 --- a/meta/packages/linux/linux-omap_2.6.25.bb +++ b/meta/packages/linux/linux-omap_2.6.25.bb | |||
@@ -2,8 +2,6 @@ require linux-omap.inc | |||
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r1" |
4 | 4 | ||
5 | DEFAULT_PREFERENCE = "-1" | ||
6 | |||
7 | COMPATIBLE_MACHINE = "omap-3430sdp" | 5 | COMPATIBLE_MACHINE = "omap-3430sdp" |
8 | SRC_URI="git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git;tag=3ce7ba0c3c9566f50725b0108916180db86e1641 \ | 6 | SRC_URI="git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git;tag=3ce7ba0c3c9566f50725b0108916180db86e1641 \ |
9 | file://defconfig-omap-3430sdp" | 7 | file://defconfig-omap-3430sdp" |