diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-14 23:02:29 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-14 23:02:29 +0000 |
commit | dbfa1d485b4abb2c9d70cfb6a015903605395e4c (patch) | |
tree | 06ab65306a1f049fb7bbfa780556d8d4ec79d2fe | |
parent | 5eee995d759ccd363150a1c5f570de72c00d3fa8 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into dixie.nexus.co.uk:/home/pb/oe/oe-packages
2004/06/15 00:01:59+01:00 nexus.co.uk!pb
add list_move to 2.4.18 kernels to fix problems with hostap driver
BKrev: 40ce2e85_VHUGWM0GEFnckS2h38TfA
-rw-r--r-- | linux/files/linux-2.4.18-list_move.patch | 0 | ||||
-rw-r--r-- | linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe | 2 | ||||
-rw-r--r-- | linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/linux/files/linux-2.4.18-list_move.patch b/linux/files/linux-2.4.18-list_move.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/linux/files/linux-2.4.18-list_move.patch 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 f0143f41c3..5e05b55b40 100644 --- a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe +++ b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe @@ -4,6 +4,7 @@ KV = "2.4.18" RMKV = "7" PXAV = "3" SHARPV = "20031107" +PR = "r1" DESCRIPTION = "Linux kernel for OpenZaurus PXA processor based devices." FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/openzaurus-pxa-${KV}-rmk${RMKV}-pxa${PXAV}-embedix${SHARPV}" @@ -30,6 +31,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2 \ file://keyboard-ctrl+alt.patch;patch=1 \ file://keymap-more-sane.patch;patch=1 \ file://mkdep.patch;patch=1 \ + file://linux-2.4.18-list_move.patch;patch=1 \ file://defconfig-${MACHINE}" # apply this when we have a kernel that builds with gcc 3.x: 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 8a9c2714e7..2e45c68068 100644 --- a/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe +++ b/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe @@ -4,6 +4,7 @@ KV = "2.4.18" RMKV = "7" PXAV = "3" SHARPV = "20030509" +PR = "r1" 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}" @@ -20,6 +21,7 @@ SRC_URI = "http://aurach.ewu.edu/ield_software/ch5/ROM3.10_stuff/linux-sl5500-${ file://initsh.patch;patch=1 \ file://mkdep.patch;patch=1 \ file://disable-pcmcia-probe.patch;patch=1 \ + file://linux-2.4.18-list_move.patch;patch=1 \ file://defconfig-${MACHINE}" # apply this when we have a patch that allows building with gcc 3.x: |