diff options
| author | Franklin S. Cooper Jr <fcooper@ti.com> | 2013-02-11 19:04:37 -0600 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2013-02-12 18:25:50 -0500 |
| commit | 1d49f5ba19ff33c9c7aa9b61ecedfeddacbf7d93 (patch) | |
| tree | 06908984e60a7fc2d2538a8da5ea5e6711c2ffba | |
| parent | ae96afbbb009ef56bb03c60117e8346defd2c7db (diff) | |
| download | meta-ti-1d49f5ba19ff33c9c7aa9b61ecedfeddacbf7d93.tar.gz | |
linux-omapl138-psp_2.6.37: Add MACHINE_KERNEL_PR and fix white space issues.
* Add MACHINE_KERNEL_PR variable to enable future tweaks to this recipe.
* Convert tabs to whitespaces
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | 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 5441675b..ec472d7c 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" | |||
| 6 | require multi-kernel.inc | 6 | require multi-kernel.inc |
| 7 | require tipspkernel.inc | 7 | require tipspkernel.inc |
| 8 | 8 | ||
| 9 | MACHINE_KERNEL_PR_append = "a" | ||
| 10 | |||
| 9 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 10 | 12 | ||
| 11 | MULTI_CONFIG_BASE_SUFFIX = "" | 13 | MULTI_CONFIG_BASE_SUFFIX = "" |
| @@ -16,14 +18,14 @@ SRCREV = "v2.6.37_DAVINCIPSP_03.21.00.04" | |||
| 16 | COMPATIBLE_MACHINE = "(omapl138)" | 18 | COMPATIBLE_MACHINE = "(omapl138)" |
| 17 | 19 | ||
| 18 | SRC_URI += "git://arago-project.org/git/projects/linux-davinci.git;protocol=git;branch=${BRANCH} \ | 20 | SRC_URI += "git://arago-project.org/git/projects/linux-davinci.git;protocol=git;branch=${BRANCH} \ |
| 19 | file://defconfig" | 21 | file://defconfig" |
| 20 | 22 | ||
| 21 | PATCHES_OVER_PSP = " \ | 23 | PATCHES_OVER_PSP = " \ |
| 22 | file://0001-TI-WL12xx-MMC-patches-03.21.00.04.patch \ | 24 | file://0001-TI-WL12xx-MMC-patches-03.21.00.04.patch \ |
| 23 | file://0002-da850-Set-maximum-OPP-frequency-to-456MHz.patch \ | 25 | file://0002-da850-Set-maximum-OPP-frequency-to-456MHz.patch \ |
| 24 | file://0003-AM18xx-WL1271-Enable-BT.patch \ | 26 | file://0003-AM18xx-WL1271-Enable-BT.patch \ |
| 25 | file://0004-PSP03.21.00.04.sdk-activate-wireless-extensions.patch \ | 27 | file://0004-PSP03.21.00.04.sdk-activate-wireless-extensions.patch \ |
| 26 | file://0005-Davinci-da850-Add-Mistral-WL12XX-config-support-to.patch \ | 28 | file://0005-Davinci-da850-Add-Mistral-WL12XX-config-support-to.patch \ |
| 27 | file://0006-Add-wlan-and-BT-config-switches.patch \ | 29 | file://0006-Add-wlan-and-BT-config-switches.patch \ |
| 28 | file://uio_pruss.patch \ | 30 | file://uio_pruss.patch \ |
| 29 | " | 31 | " |
