summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-keystone-rt_3.10.bb4
-rw-r--r--recipes-kernel/linux/linux-keystone_3.10.bb4
-rw-r--r--recipes-kernel/linux/linux-keystone_3.13.bb4
-rw-r--r--recipes-kernel/linux/linux-ti-glsdk_3.8.bb4
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.12.bb4
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.14.bb4
-rw-r--r--recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb4
7 files changed, 14 insertions, 14 deletions
diff --git a/recipes-kernel/linux/linux-keystone-rt_3.10.bb b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
index 5560ad21..7ce45b55 100644
--- a/recipes-kernel/linux/linux-keystone-rt_3.10.bb
+++ b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
@@ -10,7 +10,7 @@ inherit kernel
10require recipes-kernel/linux/linux-dtb.inc 10require recipes-kernel/linux/linux-dtb.inc
11require recipes-kernel/linux/setup-defconfig.inc 11require recipes-kernel/linux/setup-defconfig.inc
12 12
13MACHINE_KERNEL_PR_append = "d+gitr${SRCPV}" 13MACHINE_KERNEL_PR_append = "d"
14PR = "${MACHINE_KERNEL_PR}" 14PR = "${MACHINE_KERNEL_PR}"
15 15
16KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb" 16KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb"
@@ -21,7 +21,7 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
21 21
22#This commit corresponds to "K2_RT_LINUX_03.10.61_15.02" 22#This commit corresponds to "K2_RT_LINUX_03.10.61_15.02"
23SRCREV = "e2e31a1d996d2ed8dd06dab1221e159033432b72" 23SRCREV = "e2e31a1d996d2ed8dd06dab1221e159033432b72"
24PV = "3.10.61" 24PV = "3.10.61+git${SRCPV}"
25 25
26BRANCH = "v3.10.61/master-rt" 26BRANCH = "v3.10.61/master-rt"
27SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\ 27SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\
diff --git a/recipes-kernel/linux/linux-keystone_3.10.bb b/recipes-kernel/linux/linux-keystone_3.10.bb
index 005aff41..78d5a0e5 100644
--- a/recipes-kernel/linux/linux-keystone_3.10.bb
+++ b/recipes-kernel/linux/linux-keystone_3.10.bb
@@ -10,7 +10,7 @@ inherit kernel
10require recipes-kernel/linux/linux-dtb.inc 10require recipes-kernel/linux/linux-dtb.inc
11require recipes-kernel/linux/setup-defconfig.inc 11require recipes-kernel/linux/setup-defconfig.inc
12 12
13MACHINE_KERNEL_PR_append = "d+gitr${SRCPV}" 13MACHINE_KERNEL_PR_append = "d"
14PR = "${MACHINE_KERNEL_PR}" 14PR = "${MACHINE_KERNEL_PR}"
15 15
16KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb" 16KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb"
@@ -21,7 +21,7 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
21 21
22#This commit corresponds to "K2_LINUX_03.10.61_15.02" 22#This commit corresponds to "K2_LINUX_03.10.61_15.02"
23SRCREV = "a17b4c3fd6c93f908daf032786f90c0321296957" 23SRCREV = "a17b4c3fd6c93f908daf032786f90c0321296957"
24PV = "3.10.61" 24PV = "3.10.61+git${SRCPV}"
25 25
26BRANCH = "v3.10.61/master" 26BRANCH = "v3.10.61/master"
27SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\ 27SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\
diff --git a/recipes-kernel/linux/linux-keystone_3.13.bb b/recipes-kernel/linux/linux-keystone_3.13.bb
index 13ce73e8..dc53e42b 100644
--- a/recipes-kernel/linux/linux-keystone_3.13.bb
+++ b/recipes-kernel/linux/linux-keystone_3.13.bb
@@ -13,7 +13,7 @@ require recipes-kernel/linux/setup-defconfig.inc
13# Look in the generic major.minor directory for files 13# Look in the generic major.minor directory for files
14FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-3.13:" 14FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-3.13:"
15 15
16MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" 16MACHINE_KERNEL_PR_append = "a"
17PR = "${MACHINE_KERNEL_PR}" 17PR = "${MACHINE_KERNEL_PR}"
18 18
19# Only k2hk DTB is available in this version 19# Only k2hk DTB is available in this version
@@ -22,7 +22,7 @@ KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb"
22KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" 22KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
23 23
24SRCREV = "11a8eaee39b68e6047f07382c251786b40bef165" 24SRCREV = "11a8eaee39b68e6047f07382c251786b40bef165"
25PV = "3.13.0" 25PV = "3.13.0+git${SRCPV}"
26 26
27BRANCH = "v3.13/master" 27BRANCH = "v3.13/master"
28SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\ 28SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\
diff --git a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
index 17bee023..906da49c 100644
--- a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
+++ b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
@@ -21,10 +21,10 @@ S = "${WORKDIR}/git"
21BRANCH ?= "p-ti-glsdk-3.8.y" 21BRANCH ?= "p-ti-glsdk-3.8.y"
22 22
23SRCREV ?= "cc16f99176bf083829c028f9af5b8eb560debcc1" 23SRCREV ?= "cc16f99176bf083829c028f9af5b8eb560debcc1"
24PV = "3.8.13" 24PV = "3.8.13+git${SRCPV}"
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
27MACHINE_KERNEL_PR_append = "d+gitr${SRCPV}" 27MACHINE_KERNEL_PR_append = "d"
28PR = "${MACHINE_KERNEL_PR}" 28PR = "${MACHINE_KERNEL_PR}"
29 29
30SRC_URI = "git://git.omapzoom.org/kernel/omap.git;protocol=git;branch=${BRANCH} \ 30SRC_URI = "git://git.omapzoom.org/kernel/omap.git;protocol=git;branch=${BRANCH} \
diff --git a/recipes-kernel/linux/linux-ti-staging_3.12.bb b/recipes-kernel/linux/linux-ti-staging_3.12.bb
index 358bd1be..dd68b8e6 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.12.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.12.bb
@@ -40,10 +40,10 @@ S = "${WORKDIR}/git"
40BRANCH = "ti-linux-3.12.y" 40BRANCH = "ti-linux-3.12.y"
41 41
42SRCREV = "68f449afccf6d1fb6b38bddfc3a40d9e97b53bdf" 42SRCREV = "68f449afccf6d1fb6b38bddfc3a40d9e97b53bdf"
43PV = "3.12.30" 43PV = "3.12.30+git${SRCPV}"
44 44
45# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 45# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
46MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" 46MACHINE_KERNEL_PR_append = "a"
47PR = "${MACHINE_KERNEL_PR}" 47PR = "${MACHINE_KERNEL_PR}"
48 48
49KERNEL_CONFIG_FRAGMENTS = "${WORKDIR}/baseport.cfg ${WORKDIR}/connectivity.cfg \ 49KERNEL_CONFIG_FRAGMENTS = "${WORKDIR}/baseport.cfg ${WORKDIR}/connectivity.cfg \
diff --git a/recipes-kernel/linux/linux-ti-staging_3.14.bb b/recipes-kernel/linux/linux-ti-staging_3.14.bb
index 3a319dcd..084c8e36 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.14.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb
@@ -47,10 +47,10 @@ S = "${WORKDIR}/git"
47BRANCH = "ti-linux-3.14.y" 47BRANCH = "ti-linux-3.14.y"
48 48
49SRCREV = "d0f5c460aac292d2942b23dd6199fe23021212ad" 49SRCREV = "d0f5c460aac292d2942b23dd6199fe23021212ad"
50PV = "3.14.43" 50PV = "3.14.43+git${SRCPV}"
51 51
52# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 52# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
53MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}" 53MACHINE_KERNEL_PR_append = "b"
54PR = "${MACHINE_KERNEL_PR}" 54PR = "${MACHINE_KERNEL_PR}"
55 55
56KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" 56KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"
diff --git a/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb b/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
index 31c12239..cc364463 100644
--- a/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
+++ b/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
@@ -36,10 +36,10 @@ S = "${WORKDIR}/git"
36BRANCH = "sitara-ti-linux-3.14.y" 36BRANCH = "sitara-ti-linux-3.14.y"
37 37
38SRCREV = "2489c022b2932432606f897741a71b712e6dbe77" 38SRCREV = "2489c022b2932432606f897741a71b712e6dbe77"
39PV = "3.14.26" 39PV = "3.14.26+git${SRCPV}"
40 40
41# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 41# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
42MACHINE_KERNEL_PR_append = "h+gitr${SRCPV}" 42MACHINE_KERNEL_PR_append = "h"
43PR = "${MACHINE_KERNEL_PR}" 43PR = "${MACHINE_KERNEL_PR}"
44 44
45MULTI_CONFIG_BASE_SUFFIX = "" 45MULTI_CONFIG_BASE_SUFFIX = ""