pandora-uboot-scripts: Update u-boot boot scripts and recipe.
[openpandora.oe.git] / recipes / pandora-system / pandora-wifi.inc
1 SRC_URI = " \
2           git://openpandora.org/pandora-wifi.git;protocol=git;branch=pandora \
3 "
4
5 SRCREV = "f768d7ee7914d13a4277270774417b5e0f367701"
6
7 S = "${WORKDIR}/git"
8
9 inherit module
10
11 PARALLEL_MAKE = ""
12
13 EXTRA_OEMAKE = " \
14           'KERNELVER=${KERNEL_VERSION}' \
15           'LINUXSRC=${STAGING_KERNEL_DIR}' \
16           'KERNEL_DIR=${STAGING_KERNEL_DIR}' \
17           'CROSS_COMPILE=${TARGET_PREFIX}' \
18           'CC=${TARGET_PREFIX}' \
19           'OS=${TARGET_OS}' \
20           'WSPI=n' \
21           'ARCH=arm' \
22           'DV_KERNEL_BASELINE_IS=baseline2' \
23           'OUTPUT_DIR=${S}' \
24           'AR=ar' \
25           "
26
27 COMPATIBLE_MACHINE = "omap3-pandora"
28
29 #Warning: Here be hacks as the build system is a little nuts.
30 MAKE_TARGETS = "BUILD=debug ARCH=arm CROSS_COMPILE=${TARGET_PREFIX} KERNEL_DIR=${STAGING_KERNEL_DIR} OUTPUT_DIR=${S} AR=ar"
31
32 KCFLAGS = "-D__KERNEL__ -DMODULE \
33           -I. -I${STAGING_KERNEL_DIR}/include \
34           ${CFLAGS}"