diff options
Diffstat (limited to 'recipes-bsp/uio-module-drv/uio-module-drv.inc')
-rw-r--r-- | recipes-bsp/uio-module-drv/uio-module-drv.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv.inc b/recipes-bsp/uio-module-drv/uio-module-drv.inc index ed34a8ab..161c45bc 100644 --- a/recipes-bsp/uio-module-drv/uio-module-drv.inc +++ b/recipes-bsp/uio-module-drv/uio-module-drv.inc | |||
@@ -1,10 +1,12 @@ | |||
1 | LICENSE = "BSD" | 1 | LICENSE = "BSD" |
2 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016" | 2 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016" |
3 | 3 | ||
4 | BRANCH = "linux4.1" | 4 | BRANCH = "master" |
5 | # This corresponds to version 02.00.00.00_eng | 5 | # This corresponds to version 02.00.00.00 |
6 | SRCREV = "6a7eda36e390658593a5b8d87b0f00beb3997240" | 6 | SRCREV = "6a7eda36e390658593a5b8d87b0f00beb3997240" |
7 | 7 | ||
8 | PV = "2.0.0.0+git${SRCPV}" | ||
9 | |||
8 | SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}" | 10 | SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}" |
9 | 11 | ||
10 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |