From: Franklin S. Cooper Jr <[email protected]> * Add MACHINE_KERNEL_PR variable to enable future tweaks to this recipe. * Convert tabs to whitespaces
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- recipes-kernel/linux/linux-omapl138-psp_2.6.37.bb | 20 +++++++++++--------- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bb b/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bb index 5441675..ec472d7 100644 --- a/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bb +++ b/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bb @@ -6,6 +6,8 @@ KERNEL_IMAGETYPE = "uImage" require multi-kernel.inc require tipspkernel.inc +MACHINE_KERNEL_PR_append = "a" + S = "${WORKDIR}/git" MULTI_CONFIG_BASE_SUFFIX = "" @@ -16,14 +18,14 @@ 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" + 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://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 \ +" -- 1.7.0.4 _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
