diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-18 11:23:26 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-18 11:23:26 +0200 |
commit | f374a3ec157a62f3d8bf126779db056efa20d6ed (patch) | |
tree | 1a6c2a608a2be39c6c19f711c6d76593101036e4 /recipes-ti/linuxutils | |
parent | ee0ba28e7cfaa904c5e170f94e90e108935bd0c1 (diff) | |
download | meta-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.inc | 2 |
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}" | |||
12 | require recipes-ti/includes/ti-paths.inc | 12 | require recipes-ti/includes/ti-paths.inc |
13 | require recipes-ti/includes/ti-staging.inc | 13 | require recipes-ti/includes/ti-staging.inc |
14 | 14 | ||
15 | PR = "${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 |
16 | MACHINE_KERNEL_PR_append = "d" | 18 | MACHINE_KERNEL_PR_append = "d" |
17 | 19 | ||