diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-04-28 20:14:07 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-04-28 15:00:06 -0400 |
commit | ed03cab5fb9f85d9874b819eeb9b072e965b3b66 (patch) | |
tree | 05102ac472a43082e1010b5419b7633878a69fc7 | |
parent | 4f6c54d9448fc757db4b92c7aa8febed7a7f63b8 (diff) | |
download | meta-ti-ed03cab5fb9f85d9874b819eeb9b072e965b3b66.tar.gz |
linux-ti-staging: update to 4.4.8 and latest domain merges
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging-rt_4.4.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging_4.4.bb | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.4.bb b/recipes-kernel/linux/linux-ti-staging-rt_4.4.bb index af7e352b..dd999ffa 100644 --- a/recipes-kernel/linux/linux-ti-staging-rt_4.4.bb +++ b/recipes-kernel/linux/linux-ti-staging-rt_4.4.bb | |||
@@ -6,4 +6,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.4:" | |||
6 | 6 | ||
7 | BRANCH = "ti-rt-linux-4.4.y" | 7 | BRANCH = "ti-rt-linux-4.4.y" |
8 | 8 | ||
9 | SRCREV = "01711ca3dbed322591d9e0c2c20eb57afa2110e7" | 9 | SRCREV = "ed3375a3d4d0a8cbc1e48811e51fe03521652789" |
diff --git a/recipes-kernel/linux/linux-ti-staging_4.4.bb b/recipes-kernel/linux/linux-ti-staging_4.4.bb index 4d4c14ae..12517e92 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.4.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.4.bb | |||
@@ -70,8 +70,8 @@ S = "${WORKDIR}/git" | |||
70 | 70 | ||
71 | BRANCH = "ti-lsk-linux-4.4.y" | 71 | BRANCH = "ti-lsk-linux-4.4.y" |
72 | 72 | ||
73 | SRCREV = "a4f797e3abb23234fb1fdf6694faaf91822f1a1c" | 73 | SRCREV = "c789f902e73f46e198dd09c443d7a36473137f33" |
74 | PV = "4.4.7+git${SRCPV}" | 74 | PV = "4.4.8+git${SRCPV}" |
75 | 75 | ||
76 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 76 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |
77 | MACHINE_KERNEL_PR_append = "a" | 77 | MACHINE_KERNEL_PR_append = "a" |
@@ -79,10 +79,10 @@ PR = "${MACHINE_KERNEL_PR}" | |||
79 | 79 | ||
80 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" | 80 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" |
81 | 81 | ||
82 | # SoC specific config fragments are not enabled yet | ||
83 | KERNEL_CONFIG_FRAGMENTS_append_ti33x = " ${KERNEL_CONFIG_DIR}/am33xx_only.cfg" | 82 | KERNEL_CONFIG_FRAGMENTS_append_ti33x = " ${KERNEL_CONFIG_DIR}/am33xx_only.cfg" |
84 | KERNEL_CONFIG_FRAGMENTS_append_ti43x = " ${KERNEL_CONFIG_DIR}/am43xx_only.cfg" | 83 | KERNEL_CONFIG_FRAGMENTS_append_ti43x = " ${KERNEL_CONFIG_DIR}/am43xx_only.cfg" |
85 | KERNEL_CONFIG_FRAGMENTS_append_dra7xx = " ${KERNEL_CONFIG_DIR}/dra7_only.cfg" | 84 | KERNEL_CONFIG_FRAGMENTS_append_dra7xx = " ${KERNEL_CONFIG_DIR}/dra7_only.cfg" |
85 | KERNEL_CONFIG_FRAGMENTS_append_k2g-evm = " ${KERNEL_CONFIG_DIR}/k2g_only.cfg" | ||
86 | 86 | ||
87 | MULTI_CONFIG_BASE_SUFFIX = "" | 87 | MULTI_CONFIG_BASE_SUFFIX = "" |
88 | 88 | ||