[meta-ti] [PATCH v2 1/2] uio-module-drv: Update to new version 2.1.0.0

Nelson, Sam sam.nelson at ti.com
Mon Jun 20 13:34:56 PDT 2016


Sorry missed adding change from previous version of patch
---
Version number corrected to 2.1.0.0
---

> -----Original Message-----
> From: Nelson, Sam
> Sent: Monday, June 20, 2016 4:04 PM
> To: meta-ti at yoctoproject.org
> Cc: Nelson, Sam
> Subject: [PATCH v2 1/2] uio-module-drv: Update to new version 2.1.0.0
> 
> One API change in read/write
> Additional test code added
> 
> Signed-off-by: Sam Nelson <sam.nelson at ti.com>
> ---
>  recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb | 18
> +++++++++++++++---
>  recipes-bsp/uio-module-drv/uio-module-drv.inc         |  6 +++---
>  2 files changed, 18 insertions(+), 6 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 3134a03..1923b36 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
> @@ -2,16 +2,28 @@ DESCRIPTION = "Test code for user space IO (UIO)
> driver"
> 
>  include uio-module-drv.inc
> 
> -PR = "r1"
> +PR = "r0"
> 
> -COMPATIBLE_MACHINE = "keystone"
> +COMPATIBLE_MACHINE = "keystone|am57xx-evm"
> +
> +DEVICE_NAME_am57xx-evm = "am57xx"
> +DEVICE_NAME_keystone-evm = "keystone"
>  RDEPENDS_${PN} = "uio-module-drv"
> 
>  do_compile() {
> -	oe_runmake -C ${S} test
> +	oe_runmake -C ${S} test "DEVICE=${DEVICE_NAME}"
>  }
> 
>  do_install() {
>  	install -d ${D}${bindir}/
> +	install -c -m 755 ${S}/test/uio_mem_test ${D}${bindir}/.
> +	install -c -m 755 ${S}/test/uio_int_test ${D}${bindir}/.
> +}
> +
> +do_install_append_keystone () {
>  	install -c -m 755 ${S}/test/uio_cic2_int_multithread_test
> ${D}${bindir}/.
>  }
> +
> +do_install_append_am57xx-evm () {
> +	install -c -m 755 ${S}/test/prussdrv_test/test/pruss_uio_test
> ${D}${bindir}/.
> +}
> diff --git a/recipes-bsp/uio-module-drv/uio-module-drv.inc b/recipes-
> bsp/uio-module-drv/uio-module-drv.inc
> index 161c45b..88eab76 100644
> --- a/recipes-bsp/uio-module-drv/uio-module-drv.inc
> +++ b/recipes-bsp/uio-module-drv/uio-module-drv.inc
> @@ -2,10 +2,10 @@ LICENSE = "BSD"
>  LIC_FILES_CHKSUM =
> "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
> 
>  BRANCH = "master"
> -# This corresponds to version 02.00.00.00 -SRCREV =
> "6a7eda36e390658593a5b8d87b0f00beb3997240"
> +# This corresponds to version 02.01.00.00 SRCREV =
> +"19761495883bf8fb2670b0929d255135bd295dcb"
> 
> -PV = "2.0.0.0+git${SRCPV}"
> +PV = "2.1.0.0+git${SRCPV}"
> 
>  SRC_URI = "git://git.ti.com/keystone-linux/uio-module-
> drv.git;protocol=git;branch=${BRANCH}"
> 
> --
> 1.9.1



More information about the meta-ti mailing list