From 83c63fcf2027a7f9d6aca350ef2825b70ae1b9a8 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 6 Sep 2004 18:25:36 +0000 Subject: 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 --- .../remove-montavista-init-stupidity.patch | 0 linux/montavista-sa_2.4.17-mvl21.oe | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 linux/montavista-sa-2.4.17-mvl21/remove-montavista-init-stupidity.patch (limited to 'linux') diff --git a/linux/montavista-sa-2.4.17-mvl21/remove-montavista-init-stupidity.patch b/linux/montavista-sa-2.4.17-mvl21/remove-montavista-init-stupidity.patch new file mode 100644 index 0000000000..e69de29bb2 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 " 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" -- cgit v1.2.3