1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-27 14:28:05 +00:00
Files
meta-ti/recipes-kernel/linux/linux_3.1.bb
T
Koen Kooi 37218fc460 linux 3.1rc: add a recipe to track 3.1rc
The patch helper script is included in the metadata

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-28 12:55:41 +02:00

28 lines
995 B
BlitzBasic

require linux.inc
DESCRIPTION = "Linux kernel for TI processors"
KERNEL_IMAGETYPE = "uImage"
DEFAULT_PREFERENCE = "-99"
PV = "3.0+3.1rc"
SRCREV_pn-${PN} = "95b6886526bb510b8370b625a49bc0ab3b8ff10f"
# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
MACHINE_KERNEL_PR_append = "h"
SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git \
file://beagle/0001-UNFINISHED-OMAP3-beagle-add-support-for-expansionboa.patch \
file://beagle/0002-HACK-OMAP3-beagle-switch-to-GPTIMER1.patch \
file://beagle/0003-OMAP3-beagle-HACK-add-in-1GHz-OPP.patch \
file://madc/0001-Enabling-Hwmon-driver-for-twl4030-madc.patch \
file://madc/0002-mfd-twl-core-enable-madc-clock.patch \
file://sgx/0001-ARM-L2-Add-and-export-outer_clean_all.patch \
file://defconfig"
SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \
"
S = "${WORKDIR}/git"