libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / linux / linux-openmoko-devel_git.bb
blob21d227d6dd044b0394c1fbcef1a8fbcfc092f27c
1 require linux.inc
2 require linux-openmoko.inc
4 DEFAULT_PREFERENCE = "-1"
6 KERNEL_RELEASE = "2.6.29"
7 KERNEL_VERSION = "${KERNEL_RELEASE}"
9 SRCREV = "a15608f241a40b41fed5bffe511355c2067c4e88"
10 OEV = "oe1"
11 PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}"
12 PR = "r2"
14 SRC_URI = "\
15 git://git.openmoko.org/git/kernel.git;protocol=git;branch=andy-tracking \
17 S = "${WORKDIR}/git"
19 CONFIG_NAME_om-gta01 = "gta01_moredrivers_defconfig"
20 CONFIG_NAME_om-gta02 = "gta02_packaging_defconfig"
22 do_configure_prepend() {
23 install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe
24 cat ${WORKDIR}/defconfig-oe.patch | patch -p0 -d ${WORKDIR}