mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-13 14:20:34 +00:00
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>
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user