summaryrefslogtreecommitdiffstats
path: root/recipes-ti/linuxutils/ti-linuxutils.inc
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <eballetbo@iseebcn.com>2014-10-08 19:47:46 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-10-08 13:50:11 -0400
commita9a74cc33dded238756eb81879d01a6eac64e503 (patch)
tree1a072e7da65338de5c8841329914cb61fce25443 /recipes-ti/linuxutils/ti-linuxutils.inc
parent888ea3744402acafa40e746a92bbca81a8b5a317 (diff)
downloadmeta-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.inc2
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
15PR = "${MACHINE_KERNEL_PR}" 15PR = "${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
18MACHINE_KERNEL_PR_append = "e" 18MACHINE_KERNEL_PR_append = "f"
19 19
20inherit module 20inherit module
21 21