summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2016-05-13 21:32:39 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-05-13 14:57:16 -0400
commit7656af805fb763cc4a69a2e8f7d7365940da5c6e (patch)
treecd7ce3a8f4ef6908ca95d6ccdf5fb35642e9dcfd
parent3f896e1c52ef0a383559dcab587300489ce92c39 (diff)
downloadmeta-ti-7656af805fb763cc4a69a2e8f7d7365940da5c6e.tar.gz
uio-module-drv: Update to 2.0.0.0 GA version
Reformatted recipes to have one common PV between module and test recipes Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb3
-rw-r--r--recipes-bsp/uio-module-drv/uio-module-drv.inc6
-rw-r--r--recipes-bsp/uio-module-drv/uio-module-drv_git.bb3
3 files changed, 7 insertions, 5 deletions
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
index 1080a916..3134a032 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
+++ b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
@@ -1,7 +1,8 @@
1DESCRIPTION = "Test code for user space IO (UIO) driver" 1DESCRIPTION = "Test code for user space IO (UIO) driver"
2 2
3include uio-module-drv.inc 3include uio-module-drv.inc
4PV = "1.0.2.3" 4
5PR = "r1"
5 6
6COMPATIBLE_MACHINE = "keystone" 7COMPATIBLE_MACHINE = "keystone"
7RDEPENDS_${PN} = "uio-module-drv" 8RDEPENDS_${PN} = "uio-module-drv"
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 @@
1LICENSE = "BSD" 1LICENSE = "BSD"
2LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016" 2LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
3 3
4BRANCH = "linux4.1" 4BRANCH = "master"
5# This corresponds to version 02.00.00.00_eng 5# This corresponds to version 02.00.00.00
6SRCREV = "6a7eda36e390658593a5b8d87b0f00beb3997240" 6SRCREV = "6a7eda36e390658593a5b8d87b0f00beb3997240"
7 7
8PV = "2.0.0.0+git${SRCPV}"
9
8SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}" 10SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}"
9 11
10S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
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 401fdbe0..15a76912 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
+++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
@@ -1,10 +1,9 @@
1DESCRIPTION="User space IO (UIO) driver for on-chip modules" 1DESCRIPTION="User space IO (UIO) driver for on-chip modules"
2 2
3include uio-module-drv.inc 3include uio-module-drv.inc
4PV = "2.0.0.0+git${SRCPV}"
5 4
6# This package builds a kernel module, use kernel PR as base and append a local 5# This package builds a kernel module, use kernel PR as base and append a local
7MACHINE_KERNEL_PR_append = "c" 6MACHINE_KERNEL_PR_append = "d"
8PR = "${MACHINE_KERNEL_PR}" 7PR = "${MACHINE_KERNEL_PR}"
9 8
10module_auto_load_uio-module-drv = "uio-module-drv" 9module_auto_load_uio-module-drv = "uio-module-drv"