diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-14 11:25:34 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-14 11:25:34 +0000 |
commit | f92f5660f887626daac39805963dc3a69ec1a9c3 (patch) | |
tree | f0fe9d9096e1cc5900024a34d96b0b603c183242 /linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe | |
parent | 483c27c4817c6297e88bdd4fc7fe7ac2c28c4416 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/11/14 06:25:33-05:00 handhelds.org!kergoth
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages
2004/11/14 06:25:20-05:00 handhelds.org!kergoth
Apply patch # 1764/1 from the arm linux patch tracking system to the openzaurus sa and pxa kernels (needed this symbol exported for unionfs).
BKrev: 419740aeF5sDrLFbV-wTCgAr1ouleA
Diffstat (limited to 'linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe')
-rw-r--r-- | linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe index 29569d3f57..b06757c60b 100644 --- a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe +++ b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe @@ -5,7 +5,7 @@ KV = "2.4.18" RMKV = "7" PXAV = "3" SHARPV = "20031107" -PR = "r11" +PR = "r12" DESCRIPTION = "Linux kernel for OpenZaurus PXA processor based devices." MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/openzaurus-pxa-${KV}-rmk${RMKV}-pxa${PXAV}-embedix${SHARPV}" @@ -38,6 +38,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2 \ file://deviceinfo.patch;patch=1 \ file://corgi-fbcon-logo.patch;patch=1 \ http://www.openswan.org/download/openswan-2.2.0-kernel-2.4-klips.patch.gz;patch=1 \ + file://1764-1.patch;patch=1 \ file://defconfig-${MACHINE}" SRC_URI_append_poodle += " file://smallfonts.diff;patch=1" # apply this when we have a kernel that builds with gcc 3.x: |