diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-06 18:25:36 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-06 18:25:36 +0000 |
commit | 83c63fcf2027a7f9d6aca350ef2825b70ae1b9a8 (patch) | |
tree | d222a51d615bc21985405226f0b6ebffb1a6f323 /linux/montavista-sa_2.4.17-mvl21.oe | |
parent | 79669da616b3ed16099076b3f97a0298268209de (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/09/06 20:25:26+02:00 uni-frankfurt.de!mickey
apply the 'remove-montavista-init-stupidity' (sic) patch
BKrev: 413caba03jxaiqX7bev5LkOzvfYLcQ
Diffstat (limited to 'linux/montavista-sa_2.4.17-mvl21.oe')
-rw-r--r-- | linux/montavista-sa_2.4.17-mvl21.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/montavista-sa_2.4.17-mvl21.oe b/linux/montavista-sa_2.4.17-mvl21.oe index 21f344fc90..43f93bad71 100644 --- a/linux/montavista-sa_2.4.17-mvl21.oe +++ b/linux/montavista-sa_2.4.17-mvl21.oe @@ -3,7 +3,7 @@ MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" KV = "${@oe.data.getVar('PV',d,True).split('-')[0]}" MVLV = "${@oe.data.getVar('PV',d,True).split('-')[1]}" -PR = "r4" +PR = "r5" DEPENDS = "cetools-native" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/montavista-sa-${PV}" @@ -14,6 +14,7 @@ SRC_URI = "http://www.vanille.de/mirror/linux-${KV}_${MVLV}.tar.gz \ file://iw240_we15-6.diff;patch=1 \ \ file://flash-for-beagle-iii.patch;patch=1 \ + file://remove-montavista-init-stupidity.patch;patch=1 \ \ file://mkdep.patch;patch=1 \ file://defconfig-${MACHINE}" @@ -22,7 +23,7 @@ S = "${WORKDIR}/linux-${KV}_${MVLV}" inherit kernel -CMDLINE="noinitrd root=/dev/mtdblock/1 mem=27M console=ttySA0" +CMDLINE = "root=/dev/mtdblock/1 mem=27M console=ttySA0 noinitrd" KERNEL_CCSUFFIX = "-2.95" KERNEL_LDSUFFIX = "-2.11.2" |