mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-09 21:11:16 +00:00
a81353cabb
Patch by Steve Sakoman Signed-off-by: Denys Dmytriyenko <denys@ti.com>
42 lines
1.3 KiB
BlitzBasic
42 lines
1.3 KiB
BlitzBasic
SECTION = "kernel"
|
|
DESCRIPTION = "Linux kernel for OMAPL1 machines from PSP, based on linux-davinci kernel"
|
|
LICENSE = "GPLv2"
|
|
KERNEL_IMAGETYPE = "uImage"
|
|
|
|
require multi-kernel.inc
|
|
require tipspkernel.inc
|
|
|
|
MACHINE_KERNEL_PR_append = "b"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
MULTI_CONFIG_BASE_SUFFIX = ""
|
|
|
|
BRANCH = "03.21.00.03"
|
|
SRCREV = "v2.6.37_DAVINCIPSP_03.21.00.04"
|
|
|
|
COMPATIBLE_MACHINE = "(omapl138)"
|
|
|
|
SRC_URI += "git://arago-project.org/git/projects/linux-davinci.git;protocol=git;branch=${BRANCH} \
|
|
file://defconfig"
|
|
|
|
PATCHES_OVER_PSP = " \
|
|
file://0001-TI-WL12xx-MMC-patches-03.21.00.04.patch \
|
|
file://0002-da850-Set-maximum-OPP-frequency-to-456MHz.patch \
|
|
file://0003-AM18xx-WL1271-Enable-BT.patch \
|
|
file://0004-PSP03.21.00.04.sdk-activate-wireless-extensions.patch \
|
|
file://0005-Davinci-da850-Add-Mistral-WL12XX-config-support-to.patch \
|
|
file://0006-Add-wlan-and-BT-config-switches.patch \
|
|
file://uio_pruss.patch \
|
|
file://0007-mmc-davinci-Eliminate-spurious-interrupts.patch \
|
|
file://0008-mmc-davinci-Poll-for-small-size-transfers.patch \
|
|
"
|
|
|
|
# Updated PIO mode for MUSB help description
|
|
PATCHES_OVER_PSP += "file://0001-musb-update-PIO-mode-help-information-in-Kconfig.patch"
|
|
|
|
# Fix alignment issue with gcc-4.7
|
|
PATCHES_OVER_PSP += " \
|
|
file://0001-arm-fix-builds-with-gcc-4.7.patch \
|
|
"
|