diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-05-17 09:57:41 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-17 09:57:41 +0000 |
commit | 0091cc5ff3569a41be98a47ec9e6395767607c68 (patch) | |
tree | d92e4d9106da257d3a205f967ee24fbd6605c0c3 /packages/linux/linux-openzaurus_2.6.16.bb | |
parent | 2377ba188fe480437374953241753df9cc0eb51d (diff) |
linux-openzaurus: sync with last changes in .oz354x
- enabled logo for c7x0, akita, spitz, tosa, poodle
- collie does not get logo as its kernel need booting config first
- logo was created by Sebastian 'xaos' Rosik
- PNG and SVG versions: http://openzaurus.org/gfx-contest/xaos/
- kernel logo was made from logo01.svg (inversed colors)
- also added one CF memory card to pcmcia ids - Ecco@#openzaurus
- added hostap patch (2 new ids) - sent upstream
- dropped 24-hostap_cs_id patch
Diffstat (limited to 'packages/linux/linux-openzaurus_2.6.16.bb')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.16.bb | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.16.bb b/packages/linux/linux-openzaurus_2.6.16.bb index 1a75f350b8..e6db465519 100644 --- a/packages/linux/linux-openzaurus_2.6.16.bb +++ b/packages/linux/linux-openzaurus_2.6.16.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r25" +PR = "r31" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -91,11 +91,11 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \ ${RPSRC}/pxa-linking-bug.patch;patch=1 \ file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ file://connectplus-remove-ide-HACK.patch;patch=1 \ - file://24-hostap_cs_id.diff;patch=1 \ file://hrw-pcmcia-ids-r2.patch;patch=1 \ - file://locomo-kbd-hotkeys.patch;patch=1 \ - file://locomo-sysrq+keyrepeat.patch;patch=1 \ - file://locomo-lcd-def-bightness.patch;patch=1 \ + file://00-hostap.patch;patch=1 \ + file://locomo-kbd-hotkeys.patch;patch=1 \ + file://locomo-sysrq+keyrepeat.patch;patch=1 \ + file://locomo-lcd-def-bightness.patch;patch=1 \ file://defconfig-c7x0 \ file://defconfig-ipaq-pxa270 \ file://defconfig-collie \ @@ -105,6 +105,13 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \ file://defconfig-qemuarm \ file://defconfig-tosa " +SRC_URI_append_c7x0 = "file://oz-logo-640.patch.bz2;patch=1" +SRC_URI_append_akita = "file://oz-logo-640.patch.bz2;patch=1" +SRC_URI_append_spitz = "file://oz-logo-640.patch.bz2;patch=1" +SRC_URI_append_collie = "file://oz-logo-240.patch.bz2;patch=1" +SRC_URI_append_poodle = "file://oz-logo-240.patch.bz2;patch=1" +SRC_URI_append_tosa = "file://oz-logo-480.patch.bz2;patch=1" + # Disabled until I find the reason this gives issues with cdc_subset # ${RPSRC}/usb_rndis_tweaks-r0.patch;patch=1 \ |