summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2015-04-11 04:02:10 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-04-10 18:08:53 -0400
commit58718b0bcead48d845dd29a6b5af588ba9318224 (patch)
tree1adb53ec00d9863dfaaed8bf349d94ac31e0266e /recipes-bsp
parent65c7f82f42937991a8993ea3c7fe1d023816c247 (diff)
downloadmeta-ti-58718b0bcead48d845dd29a6b5af588ba9318224.tar.gz
uio-module-drv: Update to new version 1.0.2.1
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/uio-module-drv/uio-module-drv_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
index a363d5fa..b7a26a1d 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
+++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
@@ -4,14 +4,14 @@ LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
5 5
6BRANCH ?= "master" 6BRANCH ?= "master"
7# This corresponds to version 01.00.01.00A 7# This corresponds to version 01.00.02.01
8SRCREV = "3bce5bfec7a7865e278410e3c4484f878b9038b6" 8SRCREV = "c1988446e3364af4df7cd877e6536f0c6647d7bb"
9PV = "1.0.1" 9PV = "1.0.2.1"
10 10
11SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}" 11SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}"
12 12
13# This package builds a kernel module, use kernel PR as base and append a local 13# This package builds a kernel module, use kernel PR as base and append a local
14MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" 14MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}"
15PR = "${MACHINE_KERNEL_PR}" 15PR = "${MACHINE_KERNEL_PR}"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"