All of lore.kernel.org
 help / color / mirror / Atom feed
* Peter A. Bigot : ti-dmai_svn: correct path within svn checkout
@ 2012-02-21  2:26 Arago Project git
  2012-02-21 10:06 ` Enrico
  0 siblings, 1 reply; 2+ messages in thread
From: Arago Project git @ 2012-02-21  2:26 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: master
Commit: a365e31ab237156244ff265a7c2d11153f2ef9b1
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=a365e31ab237156244ff265a7c2d11153f2ef9b1

Author: Peter A. Bigot <bigotp@acm.org>
Date:   Tue Jan 31 06:40:57 2012 -0600

ti-dmai_svn: correct path within svn checkout

At r642 as currently retrieved, the contents of ${S} are subdirectories dmai
and patches, so the subsequent attempt to run "make clean" in ${S} fails
because there is no Makefile there.  Append /dmai to the default ${S},
remove the now incorrect /dmai from LIC_FILES_CHKSUM, and correct the
strippath for the patches to reflect the new starting location.

Signed-off-by: Peter A. Bigot <bigotp@acm.org>
Acked-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 recipes-ti/dmai/ti-dmai_svn.bb |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/recipes-ti/dmai/ti-dmai_svn.bb b/recipes-ti/dmai/ti-dmai_svn.bb
index 3c5595d..3ac7a81 100644
--- a/recipes-ti/dmai/ti-dmai_svn.bb
+++ b/recipes-ti/dmai/ti-dmai_svn.bb
@@ -1,11 +1,14 @@
 require ti-dmai.inc
 
+# Need to descend one level more to find source
+S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface/dmai_${PV}/dmai"
+
 # Hack to be able to use recent kernel headers from userspace
 TARGET_CC_ARCH += " -D__EXPORTED_HEADERS__"
 
 PV = "2_10_00_01+svnr${SRCPV}"
 
-LIC_FILES_CHKSUM = "file://dmai/dmai_${PV}_License.html;md5=3302f728a5a42f97cabc26a54d7fa607"
+LIC_FILES_CHKSUM = "file://dmai_${PV}_License.html;md5=3302f728a5a42f97cabc26a54d7fa607"
 
 # This package has high dependence on kernel, use kernel PR as base and append a local version
 PR = "${MACHINE_KERNEL_PR}"
@@ -29,7 +32,7 @@ SRCREV_omapl137       = "482"
 SRCREV_omapl138       = "570"
 SRCREV               ?= "UNDEFINED_SRCREV"
 
-SRC_URI_append = " file://omap3530-r642-remove-include-videodev.diff;striplevel=2 \
-                   file://r642-fix-config-bld.diff;striplevel=2 \
+SRC_URI_append = " file://omap3530-r642-remove-include-videodev.diff;striplevel=3 \
+                   file://r642-fix-config-bld.diff;striplevel=3 \
                  "
 



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Peter A. Bigot : ti-dmai_svn: correct path within svn checkout
  2012-02-21  2:26 Peter A. Bigot : ti-dmai_svn: correct path within svn checkout Arago Project git
@ 2012-02-21 10:06 ` Enrico
  0 siblings, 0 replies; 2+ messages in thread
From: Enrico @ 2012-02-21 10:06 UTC (permalink / raw)
  To: meta-ti

On Tue, Feb 21, 2012 at 3:26 AM, Arago Project git
<git@arago-project.org> wrote:
> Module: meta-ti
> Branch: master
> Commit: a365e31ab237156244ff265a7c2d11153f2ef9b1
> URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=a365e31ab237156244ff265a7c2d11153f2ef9b1
>
> Author: Peter A. Bigot <bigotp@acm.org>
> Date:   Tue Jan 31 06:40:57 2012 -0600
>
> ti-dmai_svn: correct path within svn checkout
>
> At r642 as currently retrieved, the contents of ${S} are subdirectories dmai
> and patches, so the subsequent attempt to run "make clean" in ${S} fails
> because there is no Makefile there.  Append /dmai to the default ${S},
> remove the now incorrect /dmai from LIC_FILES_CHKSUM, and correct the
> strippath for the patches to reflect the new starting location.
>
> Signed-off-by: Peter A. Bigot <bigotp@acm.org>
> Acked-by: Roger Monk <r-monk@ti.com>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>
> ---
>
>  recipes-ti/dmai/ti-dmai_svn.bb |    9 ++++++---
>  1 files changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-ti/dmai/ti-dmai_svn.bb b/recipes-ti/dmai/ti-dmai_svn.bb
> index 3c5595d..3ac7a81 100644
> --- a/recipes-ti/dmai/ti-dmai_svn.bb
> +++ b/recipes-ti/dmai/ti-dmai_svn.bb
> @@ -1,11 +1,14 @@
>  require ti-dmai.inc
>
> +# Need to descend one level more to find source
> +S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface/dmai_${PV}/dmai"
> +

This is already set in ti-dmai.inc so it's not needed here.

Enrico


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-21 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-21  2:26 Peter A. Bigot : ti-dmai_svn: correct path within svn checkout Arago Project git
2012-02-21 10:06 ` Enrico

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.