-----Original Message-----
From: Dmytriyenko, Denys 
Sent: Thursday, September 27, 2018 5:44 PM
To: Radhakrishnan, Mahesh
Cc: [email protected]
Subject: Re: [meta-ti] [rocko/master][PATCH v2 17/30] pm-lld-rtos: Update to 
version 01.08.00.19 and k3 support

On Thu, Sep 27, 2018 at 04:43:16PM -0400, Mahesh Radhakrishnan wrote:
> Signed-off-by: Mahesh Radhakrishnan <[email protected]>
> ---
>  recipes-bsp/pm-lld/pm-lld-rtos_git.bb | 30 +++++++++++++++++++-----------
>  1 file changed, 19 insertions(+), 11 deletions(-)
> 
> diff --git a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb 
> b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
> index 3e4e4f7..4dc43f6 100644
> --- a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
> +++ b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
> @@ -5,30 +5,34 @@ inherit ti-pdk
>  LICENSE = "BSD-3-Clause"
>  LIC_FILES_CHKSUM = 
> "file://Power.h;beginline=1;endline=31;md5=527b91fdcd26cd19ac07a754f45dedbe"
>  
> -COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g"
> +COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|k3"
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
>  
>  PM_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/pm-lld.git"
>  PM_LLD_GIT_PROTOCOL = "git"
> -PM_LLD_GIT_BRANCH = "int_pm_am335x"
> -PM_LLD_GIT_BRANCH_dra7xx-evm = "master"
> -PM_LLD_GIT_BRANCH_am57xx-evm = "master"
> -PM_LLD_GIT_DESTSUFFIX = "git/ti/drv/pm"
>  
> -# Below commit ID corresponds to "DEV.PM_LLD.01.04.00.05A"
> -PM_LLD_SRCREV = "a5f12b8210ccea4b2e8848e54b4e178534771843"
> +PM_LLD_GIT_BRANCH = "master"
> +
> +PM_LLD_GIT_BRANCH_ti33x = "int_pm_am335x"
> +PM_LLD_GIT_BRANCH_ti43x = "int_pm_am335x"
> +PM_LLD_GIT_BRANCH_k2g = "int_pm_am335x"

Argh, sorry about the confusion - didn't realize am335x branch was also used 
for am437 and k2g. So, it doesn't really make it simpler.

Anyway, let's keep it this way with master as default and am335x as a special 
case...

I agree. All new SOCs I believe will be built from master (the am335x,43x, k2g 
were an aberration which eventually will be merged to master in future)
The non master default causes confusion when adding new targets for sure. 

> +PM_LLD_GIT_DESTSUFFIX = "git/ti/drv/pm"
>  
> -# Below commit ID corresponds to "DEV.PM_LLD.01.08.00.18"
> -PM_LLD_SRCREV_dra7xx-evm = "c1924e4cb882c5500ae012ad2d7d76d1fbe97037"
> -PM_LLD_SRCREV_am57xx-evm = "c1924e4cb882c5500ae012ad2d7d76d1fbe97037"
> +# Below commit ID corresponds to "DEV.PM_LLD.01.08.00.19"
> +PM_LLD_SRCREV = "9095c9d1b479d6d1ad483b8b0cf4568c83e599ec"
>  
> +# Below commit ID corresponds to "DEV.PM_LLD.01.04.00.05B"
> +PM_LLD_SRCREV_ti33x = "bac16125842f08d05156dccabec74947756d831b"
> +PM_LLD_SRCREV_ti43x = "bac16125842f08d05156dccabec74947756d831b"
> +PM_LLD_SRCREV_k2g = "bac16125842f08d05156dccabec74947756d831b"
>  
>  BRANCH = "${PM_LLD_GIT_BRANCH}"
>  SRC_URI = 
> "${PM_LLD_GIT_URI};destsuffix=${PM_LLD_GIT_DESTSUFFIX};protocol=${PM_LLD_GIT_PROTOCOL};branch=${BRANCH}"
>  
>  SRCREV = "${PM_LLD_SRCREV}"
> -PV = "01.04.00.05A"
> +PV = "01.08.00.19"
>  PR = "r0"
>  
>  S = "${WORKDIR}/${PM_LLD_GIT_DESTSUFFIX}"
> @@ -40,6 +44,10 @@ DEPENDS_append_ti33x = " starterware-rtos \
>  "
>  DEPENDS_append_ti43x = " starterware-rtos \
>  "
> +
> +DEPENDS_append_k3 = " sciclient-rtos \
> +"
> +
>  export PDK_PM_ROOT_PATH = "${WORKDIR}/build"
>  export DEST_ROOT="${S}"
>  
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> [email protected]
> https://lists.yoctoproject.org/listinfo/meta-ti
-- 
_______________________________________________
meta-ti mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-ti

Reply via email to