summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-04-26 15:55:47 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-04-26 16:54:29 -0400
commit418403ee9953ad475ee060e2448c3d16c6805a3d (patch)
treebb0b9d5f1a335cc3e2a7383cab8c99a231fb36ec
parent22b2c79dd087732b85cf9fd814f53b6946dff05f (diff)
downloadmeta-ti-418403ee9953ad475ee060e2448c3d16c6805a3d.tar.gz
linux-ti-staging: update to ti2013.04.00 release
Also, remove do_deploy_append() fix, as it's in oe-core now. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.8.bb20
1 files changed, 3 insertions, 17 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_3.8.bb b/recipes-kernel/linux/linux-ti-staging_3.8.bb
index 622fa3e9..6fe52e29 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.8.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.8.bb
@@ -6,21 +6,6 @@ KERNEL_IMAGETYPE = "uImage"
6 6
7inherit kernel 7inherit kernel
8 8
9# This function must be here BEFORE the require of linux-dtb.inc below.
10# There is a "bug" in the base kernel.bbclass that after it's do_deploy
11# step it does not return back to the ${S} directory but stays in the
12# DEPLOY_DIR. However, the do_deploy_append defined in linux-dtb.inc
13# assumes that it is being run in the ${S} directory. A patch is
14# being submitted to fix this issue by either changing the do_deploy
15# in the kernel.bbclass to do "cd -" as the last step or to add
16# "cd ${S}" as the first line of do_deploy in linux-dtb.inc and this
17# function can be removed once that change is available.
18# If the function is not placed BEFORE the require then the change
19# directory is not appended before the linux-dtb.inc changes.
20do_deploy_append() {
21 cd ${S}
22}
23
24require recipes-kernel/linux/linux-dtb.inc 9require recipes-kernel/linux/linux-dtb.inc
25require recipes-kernel/linux/setup-defconfig.inc 10require recipes-kernel/linux/setup-defconfig.inc
26 11
@@ -40,11 +25,12 @@ S = "${WORKDIR}/git"
40 25
41BRANCH = "ti-linux-3.8.y" 26BRANCH = "ti-linux-3.8.y"
42 27
43SRCREV = "1de3616c36710b6949844738f9c63b96e307c49f" 28# This commit corresponds to ti2013.04.00 release tag
29SRCREV = "23e7f725a6af4ca44660c06bc3569f6ce705d1d0"
44PV = "3.8.8" 30PV = "3.8.8"
45 31
46# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 32# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
47MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" 33MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}"
48 34
49SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \ 35SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \
50 file://defconfig \ 36 file://defconfig \