[meta-ti] [PATCH 4/4] ti-dmai_svn: correct path within svn checkout
Monk, Roger
r-monk at ti.com
Wed Feb 15 07:11:21 PST 2012
On Tue, Jan 31, 2012 at 12:40:57, Peter A. Bigot wrote:
> Subject: [meta-ti] [PATCH 4/4] ti-dmai_svn: correct path within svn
> checkout
>
> From: "Peter A. Bigot" <bigotp at acm.org>
>
> 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 at acm.org>
Acked-by: Roger Monk <r-monk at 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/dm
> +a
> i_${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=3302f728a5a42f97cabc26a54d7fa
> 6
> 07"
> +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 \
> "
>
> --
> 1.7.6.4
>
>
Texas Instruments Limited, 800 Pavilion Drive, Northampton, NN4 7YL. Registered in England & Wales under company number 00574102
_______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list