aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorMelissa Watkins <mwatkins.ti@gmail.com>2010-12-13 21:20:20 +0000
committerKhem Raj <raj.khem@gmail.com>2010-12-15 11:54:21 -0800
commit58d988d78093228befc7c63042906ff18c35b92b (patch)
tree8f37a2db20cf495c30178e4c9040b75d288328b9 /recipes/ti
parenta60a251a3e2bd4dda5044208a4cfb5441d9c5f54 (diff)
downloadopenembedded-58d988d78093228befc7c63042906ff18c35b92b.tar.gz
ti-pru-sw-examples: fix package run-time dependencies
* This package depends on the ti-pru-sw-edma-driver and kernel-module-uio-pru modules at run-time. Added these packages to the RDEPENDS. * Bump PR * Update SRC_REV * Update COMPATIBLE_MACHINE Signed-off-by: Melissa Watkins <m-watkins@ti.com> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/ti')
-rw-r--r--[-rwxr-xr-x]recipes/ti/ti-pru-sw-examples_1.00.00.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes/ti/ti-pru-sw-examples_1.00.00.bb b/recipes/ti/ti-pru-sw-examples_1.00.00.bb
index a9239f8724..02c3376bf1 100755..100644
--- a/recipes/ti/ti-pru-sw-examples_1.00.00.bb
+++ b/recipes/ti/ti-pru-sw-examples_1.00.00.bb
@@ -1,14 +1,15 @@
DESCRIPTION = "PRU sw example applications"
HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
LICENSE = "BSD"
-DEPENDS = "ti-pru-sw-app-loader ti-pru-sw-edma-library"
-PR = "r0+svnr${SRCPV}"
+DEPENDS += "ti-pru-sw-app-loader ti-pru-sw-edma-library"
+RDEPENDS += "ti-pru-sw-edma-driver kernel-module-uio-pru"
+PR = "r1+svnr${SRCPV}"
-COMPATIBLE_MACHINE = "omapl138|am180x-evm"
+COMPATIBLE_MACHINE = "omapl138"
SRC_URI = "svn://gforge.ti.com/svn/pru_sw/;module=trunk;proto=https;user=anonymous;pswd=''"
-SRCREV = "18"
+SRCREV = "20"
S = "${WORKDIR}/trunk"
do_compile () {