summaryrefslogtreecommitdiffstats
path: root/recipes-ti/linuxutils
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-08-18 11:23:26 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-18 11:23:26 +0200
commitf374a3ec157a62f3d8bf126779db056efa20d6ed (patch)
tree1a6c2a608a2be39c6c19f711c6d76593101036e4 /recipes-ti/linuxutils
parentee0ba28e7cfaa904c5e170f94e90e108935bd0c1 (diff)
downloadmeta-ti-f374a3ec157a62f3d8bf126779db056efa20d6ed.tar.gz
ti-linuxutils: use MACHINE_KERNEL_PR
This fixes the kernelversion mismatch reported for beagleboard Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/linuxutils')
-rw-r--r--recipes-ti/linuxutils/ti-linuxutils.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ti/linuxutils/ti-linuxutils.inc b/recipes-ti/linuxutils/ti-linuxutils.inc
index 9d1c6ae8..0c0ebe31 100644
--- a/recipes-ti/linuxutils/ti-linuxutils.inc
+++ b/recipes-ti/linuxutils/ti-linuxutils.inc
@@ -12,6 +12,8 @@ S = "${WORKDIR}/linuxutils_${PV}"
12require recipes-ti/includes/ti-paths.inc 12require recipes-ti/includes/ti-paths.inc
13require recipes-ti/includes/ti-staging.inc 13require recipes-ti/includes/ti-staging.inc
14 14
15PR = "${MACHINE_KERNEL_PR}"
16
15#This is a kernel module, don't set PR directly 17#This is a kernel module, don't set PR directly
16MACHINE_KERNEL_PR_append = "d" 18MACHINE_KERNEL_PR_append = "d"
17 19