diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-25 12:45:42 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-25 12:45:42 +0200 |
commit | a8f0ed36b9c564f0e8d3ffa498ac4ef93a653c63 (patch) | |
tree | 5eca11cce1968c549500da4152e795ebcc825675 /recipes/ti/ti-dmai.inc | |
parent | eba3242f63ea6f092b8bb3ba6a474b26997b99b1 (diff) |
ti-dmai: add omap3-touchbook support
Diffstat (limited to 'recipes/ti/ti-dmai.inc')
-rw-r--r-- | recipes/ti/ti-dmai.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ti/ti-dmai.inc b/recipes/ti/ti-dmai.inc index 8e95cf1b46..e93e9975b5 100644 --- a/recipes/ti/ti-dmai.inc +++ b/recipes/ti/ti-dmai.inc @@ -7,10 +7,10 @@ SRC_URI = "svn://gforge.ti.com/svn/dmai/branches;module=BRANCH_BRIJESH_DMAI_DEV_ file://loadmodules-ti-dmai-dm355_al.sh \ file://loadmodules-ti-dmai-dm6446_al.sh \ file://loadmodules-ti-dmai-o3530_al.sh \ + file://touchbook-support.patch;patch=1 \ " S = "${WORKDIR}/BRANCH_BRIJESH_DMAI_DEV_2_xx/davinci_multimedia_application_interface" # Yes, the xdc stuff still breaks with a '.' in PWD PV = "svnr${SRCREV}" -PR = "r33" |