diff options
author | Enric Balletbo i Serra <eballetbo@iseebcn.com> | 2014-10-08 19:47:46 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-10-08 13:50:11 -0400 |
commit | a9a74cc33dded238756eb81879d01a6eac64e503 (patch) | |
tree | 1a072e7da65338de5c8841329914cb61fce25443 /recipes-ti/linuxutils/ti-linuxutils.inc | |
parent | 888ea3744402acafa40e746a92bbca81a8b5a317 (diff) | |
download | meta-ti-a9a74cc33dded238756eb81879d01a6eac64e503.tar.gz |
ti-linuxutils: Fix build problems for kernel up to 3.17
Add to patches to fix the build of cmemk and sdmak kernel modules.
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/linuxutils/ti-linuxutils.inc')
-rw-r--r-- | recipes-ti/linuxutils/ti-linuxutils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/linuxutils/ti-linuxutils.inc b/recipes-ti/linuxutils/ti-linuxutils.inc index dba485b8..c8f93209 100644 --- a/recipes-ti/linuxutils/ti-linuxutils.inc +++ b/recipes-ti/linuxutils/ti-linuxutils.inc | |||
@@ -15,7 +15,7 @@ require recipes-ti/includes/ti-staging.inc | |||
15 | PR = "${MACHINE_KERNEL_PR}" | 15 | PR = "${MACHINE_KERNEL_PR}" |
16 | 16 | ||
17 | #This is a kernel module, don't set PR directly | 17 | #This is a kernel module, don't set PR directly |
18 | MACHINE_KERNEL_PR_append = "e" | 18 | MACHINE_KERNEL_PR_append = "f" |
19 | 19 | ||
20 | inherit module | 20 | inherit module |
21 | 21 | ||