Merges.
[vuplus_openembedded] / linux / openzaurus-tosa_2.4.18-rmk7-pxa3-embedix20040311.oe
1 PV = "2.4.18-rmk7-pxa3-embedix"
2 LICENSE = "GPL"
3 KV = "2.4.18"
4 RMKV = "7"
5 PXAV = "3"
6 SHARPV = "20040311"
7 DESCRIPTION = "Linux kernel for OpenZaurus PXA processor based devices."
8 FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/openzaurus-pxa-${KV}-rmk${RMKV}-pxa${PXAV}-embedix${SHARPV}"
9
10 SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2 \
11            ftp://ftp.arm.linux.org.uk/pub/armlinux/source/kernel-patches/v2.4/patch-${KV}-rmk${RMKV}.gz;patch=1 \
12            ftp://source.mvista.com/pub/xscale/pxa/diff-${KV}-rmk${RMKV}-pxa${PXAV}.gz;patch=1 \
13            http://developer.ezaurus.com/sl_j/source/6000/${SHARPV}/linux-${PV}-sl6000-${SHARPV}-rom1_11.bz2;patch=1 \
14            file://piro.patch;patch=1 \
15            file://swap-performance.patch;patch=1 \
16            file://bluetooth-2.4.18-mh11.patch;patch=1 \
17            file://iw_handlers.w13-5.diff;patch=1 \
18            file://iw_handlers.w14-5.diff;patch=1 \
19            file://iw240_we15-6.diff;patch=1 \
20            file://bt950_cs.patch;patch=1 \
21            file://bluecard_cs.patch;patch=1 \
22            file://sharpsl_battery.patch;patch=1 \
23            file://irda-qos.patch;patch=1 \
24            file://buffered-fbmem.patch;patch=1 \
25            file://enable-sysrq.patch;patch=1 \
26            file://compile.patch;patch=1 \
27            file://idecs.patch;patch=1 \
28            file://logo.patch;patch=1 \
29            file://initsh.patch;patch=1 \
30            file://keyboard-ctrl+alt.patch;patch=1 \
31            file://keymap-more-sane.patch;patch=1 \
32            file://mkdep.patch;patch=1 \
33            file://logo-lang-link-fix.patch;patch=1 \
34            file://defconfig-${MACHINE}"
35
36 # apply this when we have a kernel that builds with gcc 3.x:
37 # SRC_URI_append = file://machtune-args.patch;patch=1
38
39 S = "${WORKDIR}/linux"
40
41 inherit kernel
42
43 #
44 # Compensate for sucky bootloader on all Sharp Zaurus models
45 #
46 FILES_kernel = ""
47 ALLOW_EMPTY = 1
48
49 EXTRA_OEMAKE = ""
50 KERNEL_CCSUFFIX = "-2.95"
51 KERNEL_LDSUFFIX = "-2.11.2"
52 COMPATIBLE_HOST = "arm.*-linux"
53
54 do_configure_prepend() {
55         install -m 0644 ${WORKDIR}/defconfig-${MACHINE} ${S}/.config || die "No default configuration for ${MACHINE} available."
56 }