diff options
author | Holger Freyther <zecke@selfish.org> | 2004-09-19 14:19:34 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-09-19 14:19:34 +0000 |
commit | 0426c6b79f5dadd9b37770d2f1ff331a8c3fe30d (patch) | |
tree | cacdbc7e4359920c0e9b8cb1265ba2721d990443 /linux/montavista-sa_2.4.17-mvl21.oe | |
parent | 4f2cc80be3c055faa6f0f6b566c0f138e3c333d0 (diff) |
Merge Opie-Console_CVS Conflict
2004/09/19 16:15:58+02:00 handhelds.org!zecke
Bump the Version number of the Opie CVS Packages to 1.1.6-cvs-${CVSDATE}
2004/09/19 01:46:25+02:00 handhelds.org!zecke
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/ich/programming/oe/oe-packages-exported
2004/09/19 01:45:58+02:00 handhelds.org!zecke
Beagle Kernel work:
Fix APM handling
Include more modules, for example mtdchar so that one can erase the partition if needed
Change the BootLogo to another bootscreen
2004/09/18 13:24:59+02:00 handhelds.org!zecke
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/ich/programming/oe/oe-packages-exported
2004/09/17 02:52:19+02:00 handhelds.org!zecke
Beagle updates and implementations
-Make tslib work with the beagle touchscreen interface
-Qt/E map the lightning to Key 91, allow keyboard repeating
-Provide default modules and modules.conf for modules-colleteral
-Do not use Intel Assabat as machine name for beagle
-Fix dependencies by fixing spelling
BKrev: 414d9576pvCHcHdDvMCQrAF7FbMcLg
Diffstat (limited to 'linux/montavista-sa_2.4.17-mvl21.oe')
-rw-r--r-- | linux/montavista-sa_2.4.17-mvl21.oe | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/linux/montavista-sa_2.4.17-mvl21.oe b/linux/montavista-sa_2.4.17-mvl21.oe index 82893c797b..498f58e8a9 100644 --- a/linux/montavista-sa_2.4.17-mvl21.oe +++ b/linux/montavista-sa_2.4.17-mvl21.oe @@ -8,15 +8,16 @@ DEPENDS = "cetools-native" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/montavista-sa-${PV}" -SRC_URI = "http://www.vanille.de/mirror/linux-${KV}_${MVLV}.tar.gz \ +SRC_URI = "http://www.vanille.de/temp/linux-${KV}_${MVLV}.tar.gz \ file://iw_handlers.w13-5.diff;patch=1 \ file://iw_handlers.w14-5.diff;patch=1 \ 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://machine_name.patch;patch=1 \ + file://opie-logo.patch;patch=1 \ + file://apm-hh-merge.patch;patch=1 \ file://defconfig-${MACHINE}" S = "${WORKDIR}/linux-${KV}_${MVLV}" @@ -41,6 +42,9 @@ module_conf_spectrum_cs = "options spectrum_cs ignore_cis_vcc=1" module_conf_usbdmonitor = "alias usbd0 usbdmonitor" module_conf_sa1100_bi = "below sa1100_bi net_fd usbdcore " module_autoload_sa1100_bi = "sa1100_bi" +module_autoload_sa1100_pcmcia = "sa1100_pcmcia" +module_autoload_unix = "unix" +module_autoload_usb-eth = "usb-eth" do_configure_prepend() { install -m 0644 ${WORKDIR}/defconfig-${MACHINE} ${S}/.config || die "No default configuration for ${MACHINE} available." |