diff options
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-ti-glsdk_3.8.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb index 291e8524..a843272a 100644 --- a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb +++ b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb | |||
| @@ -18,15 +18,15 @@ DEFAULT_PREFERENCE = "-1" | |||
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 20 | 20 | ||
| 21 | BRANCH = "master" | 21 | BRANCH ?= "p-ti-glsdk-3.8.y" |
| 22 | 22 | ||
| 23 | SRCREV = "6076e6882d1d6a64b104e42e56a3eada36605cb3" | 23 | SRCREV ?= "cc16f99176bf083829c028f9af5b8eb560debcc1" |
| 24 | PV = "3.8.13" | 24 | PV = "3.8.13" |
| 25 | 25 | ||
| 26 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 26 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |
| 27 | MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}" | 27 | MACHINE_KERNEL_PR_append = "d+gitr${SRCPV}" |
| 28 | PR = "${MACHINE_KERNEL_PR}" | 28 | PR = "${MACHINE_KERNEL_PR}" |
| 29 | 29 | ||
| 30 | SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-3-8-y-kernel.git;protocol=git;branch=${BRANCH} \ | 30 | SRC_URI = "git://git.omapzoom.org/kernel/omap.git;protocol=git;branch=${BRANCH} \ |
| 31 | file://defconfig \ | 31 | file://defconfig \ |
| 32 | " | 32 | " |
