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-sa_2.4.18-rmk7-pxa3-embedix20030509.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-sa_2.4.18-rmk7-pxa3-embedix20030509.oe')
-rw-r--r-- | linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe b/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe index f2380642ad..ddc071ae88 100644 --- a/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe +++ b/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe @@ -5,7 +5,7 @@ KV = "2.4.18" RMKV = "7" PXAV = "3" SHARPV = "20030509" -PR = "r8" +PR = "r9" DESCRIPTION = "Linux kernel for OpenZaurus StrongArm processor based devices." FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/openzaurus-sa-${KV}-rmk${RMKV}-pxa${PXAV}-embedix${SHARPV}" @@ -25,6 +25,7 @@ SRC_URI = "http://aurach.ewu.edu/ield_software/ch5/ROM3.10_stuff/linux-sl5500-${ file://linux-2.4.18-list_move.patch;patch=1 \ file://defconfig-${MACHINE} \ file://module_licence.patch;patch=1 \ + file://1764-1.patch;patch=1 \ file://sound-2.4.18r2.patch;patch=1 " # apply this when we have a patch that allows building with gcc 3.x: |