diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-05-30 18:14:14 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-05-31 18:31:22 -0400 |
commit | 67088ec673a440947daa4da1af9da5115a3c9ee2 (patch) | |
tree | eb5d26693308db469cb3aec434bd2d8cb493a918 /recipes-kernel | |
parent | 16e8d191973677957ca9ebf2f998326f169ebd50 (diff) | |
download | meta-ti-67088ec673a440947daa4da1af9da5115a3c9ee2.tar.gz |
linux-ti33x-psp 3.2: set PV accordingly, when not using tipspkernel
The patchset in PATCHES_OVER_PSP updates the kernel to 3.2.x, so make PV match.
This doesn't need PR or MACHINE_KERNEL_PR bumps since both the kernel ABI and
file locations remain the same.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Koen Kooi <koen@circuitco.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-ti33x-psp_3.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb index 38202fa1..cd100444 100644 --- a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb +++ b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb | |||
@@ -10,6 +10,9 @@ S = "${WORKDIR}/git" | |||
10 | 10 | ||
11 | MULTI_CONFIG_BASE_SUFFIX = "" | 11 | MULTI_CONFIG_BASE_SUFFIX = "" |
12 | 12 | ||
13 | # the PATCHES_OVER_PSP updates it to 3.2.x, so adjust PV to match | ||
14 | PV = "${@base_contains('DISTRO_FEATURES', 'tipspkernel', "3.2", "3.2.18", d)}" | ||
15 | |||
13 | BRANCH = "v3.2-staging" | 16 | BRANCH = "v3.2-staging" |
14 | SRCREV = "720e07b4c1f687b61b147b31c698cb6816d72f01" | 17 | SRCREV = "720e07b4c1f687b61b147b31c698cb6816d72f01" |
15 | MACHINE_KERNEL_PR_append = "c+gitr${SRCREV}" | 18 | MACHINE_KERNEL_PR_append = "c+gitr${SRCREV}" |