[meta-ti] [PATCH 3/4] common-csl-ip.inc: Add source revision for dra7xx.
Denys Dmytriyenko
denys at ti.com
Fri May 29 13:08:37 PDT 2015
Ack, but please explain below.
On Wed, May 27, 2015 at 10:10:37AM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
> ---
> recipes-bsp/common-csl-ip/common-csl-ip.inc | 12 ++++++++++--
> 1 file changed, 10 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
> index 1fa34f3..cbf2c3c 100644
> --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc
> +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc
> @@ -2,9 +2,17 @@ DESCRIPTION = "Chip support library low level interface"
> LICENSE = "BSD-3-Clause"
> LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
>
> -COMPATIBLE_MACHINE = "keystone"
> +COMPATIBLE_MACHINE = "keystone|dra7xx"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
>
> BRANCH="master"
> -SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;branch=${BRANCH}"
> +BRANCH_dra7xx = "releases/PROCESSOR-SDK.01.00.00"
> +
> +SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;branch=${BRANCH};destsuffix=${S}"
Why do you need destsuffix?
> # commit ID corresponds to DEV.CSL_KEYSTONE2.02.01.00.07A
> SRCREV = "c78867df9165fdf8042fb692fcea776fc0102326"
> +
> +# commit ID corresponds to PROCESSOR-SDK-ALPHA-1
> +SRCREV_dra7xx = "37c5311ddf289f83b1432a9422816722d264bf55"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list