All of lore.kernel.org
 help / color / mirror / Atom feed
* [master/krogoth][PATCH v2] common-csl-ip: Bump version common-csl-ip-rtos: Move to new makefile support provided in ti-pdk.bbclass
@ 2016-06-28 17:23 Justin Sobota
  2016-06-29 13:56 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Justin Sobota @ 2016-06-28 17:23 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Justin Sobota <jsobota@ti.com>
---
 .../common-csl-ip/common-csl-ip-rtos_git.bb        |   28 +++++++++-----------
 recipes-bsp/common-csl-ip/common-csl-ip.inc        |    6 ++---
 2 files changed, 15 insertions(+), 19 deletions(-)

diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
index 43ea2ed..877b230 100644
--- a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
+++ b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
@@ -1,5 +1,5 @@
 require common-csl-ip.inc
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -7,20 +7,16 @@ inherit ti-pdk
 
 DEPENDS_remove = "${PN}"
 
-XDCARGS_ti33x = "am335x"
-XDCARGS_ti43x = "am437x"
-XDCARGS_omap-a15 = "am571x am572x"
-XDCARGS_k2hk-evm = "k2h k2k"
-XDCARGS_k2l-evm = "k2l"
-XDCARGS_k2e-evm = "k2e"
-XDCARGS_k2g-evm = "k2g"
+# Build with make instead of XDC
+XDCMAKE = "0"
 
-do_configure_append() {
-    # Create empty makefile
-    # If libraries are supported for this device, then this will be overwritten
-    cat > ${BUILD_DIR}/makefile << __EOF__
-# Nothing to do
-all:
+LIMSOCS_ti33x = "am335x"
+LIMSOCS_ti43x = "am437x"
+LIMSOCS_omap-a15 = "am571x am572x"
+LIMSOCS_k2hk-evm = "k2h k2k"
+LIMSOCS_k2l-evm = "k2l"
+LIMSOCS_k2e-evm = "k2e"
+LIMSOCS_k2g-evm = "k2g"
 
-__EOF__
-}
+export PDK_CSL_ROOT_PATH ="${WORKDIR}/build"
+export DEST_ROOT="${S}"
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
index 70d963b..77dfd1b 100644
--- a/recipes-bsp/common-csl-ip/common-csl-ip.inc
+++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
 
 COMPATIBLE_MACHINE = "keystone|dra7xx"
 
-PV = "3.3.0.2C"
+PV = "3.3.0.3C"
 INC_PR = "r0"
 
 CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git"
@@ -12,8 +12,8 @@ CSL_GIT_PROTOCOL ="git"
 CSL_GIT_BRANCH = "master"
 CSL_GIT_DESTSUFFIX = "git"
 
-# commit ID corresponds to DEV.CSL_PROCESSOR-SDK.03.03.00.02C
-CSL_SRCREV = "dc8aac00e86cd434865d750666ac551f2e238263"
+# Below commit ID corresponds to "DEV.CSL_PROCESSOR-SDK.03.03.00.03C"
+CSL_SRCREV = "ccd8dc29a5edce1a4d6409cb06b460bec6d3ecac"
 
 BRANCH="${CSL_GIT_BRANCH}"
 SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}"
-- 
1.7.10.4



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

* Re: [master/krogoth][PATCH v2] common-csl-ip: Bump version common-csl-ip-rtos: Move to new makefile support provided in ti-pdk.bbclass
  2016-06-28 17:23 [master/krogoth][PATCH v2] common-csl-ip: Bump version common-csl-ip-rtos: Move to new makefile support provided in ti-pdk.bbclass Justin Sobota
@ 2016-06-29 13:56 ` Denys Dmytriyenko
  2016-06-29 15:02   ` Sobota, Justin
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2016-06-29 13:56 UTC (permalink / raw)
  To: Justin Sobota; +Cc: meta-ti

Was this a v2 patch? What were the changes since v1? The subject line is still 
wrong.


On Tue, Jun 28, 2016 at 01:23:14PM -0400, Justin Sobota wrote:
> Signed-off-by: Justin Sobota <jsobota@ti.com>
> ---
>  .../common-csl-ip/common-csl-ip-rtos_git.bb        |   28 +++++++++-----------
>  recipes-bsp/common-csl-ip/common-csl-ip.inc        |    6 ++---
>  2 files changed, 15 insertions(+), 19 deletions(-)
> 
> diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
> index 43ea2ed..877b230 100644
> --- a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
> +++ b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
> @@ -1,5 +1,5 @@
>  require common-csl-ip.inc
> -PR = "${INC_PR}.2"
> +PR = "${INC_PR}.3"
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
> @@ -7,20 +7,16 @@ inherit ti-pdk
>  
>  DEPENDS_remove = "${PN}"
>  
> -XDCARGS_ti33x = "am335x"
> -XDCARGS_ti43x = "am437x"
> -XDCARGS_omap-a15 = "am571x am572x"
> -XDCARGS_k2hk-evm = "k2h k2k"
> -XDCARGS_k2l-evm = "k2l"
> -XDCARGS_k2e-evm = "k2e"
> -XDCARGS_k2g-evm = "k2g"
> +# Build with make instead of XDC
> +XDCMAKE = "0"
>  
> -do_configure_append() {
> -    # Create empty makefile
> -    # If libraries are supported for this device, then this will be overwritten
> -    cat > ${BUILD_DIR}/makefile << __EOF__
> -# Nothing to do
> -all:
> +LIMSOCS_ti33x = "am335x"
> +LIMSOCS_ti43x = "am437x"
> +LIMSOCS_omap-a15 = "am571x am572x"
> +LIMSOCS_k2hk-evm = "k2h k2k"
> +LIMSOCS_k2l-evm = "k2l"
> +LIMSOCS_k2e-evm = "k2e"
> +LIMSOCS_k2g-evm = "k2g"
>  
> -__EOF__
> -}
> +export PDK_CSL_ROOT_PATH ="${WORKDIR}/build"
> +export DEST_ROOT="${S}"
> diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
> index 70d963b..77dfd1b 100644
> --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc
> +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc
> @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
>  
>  COMPATIBLE_MACHINE = "keystone|dra7xx"
>  
> -PV = "3.3.0.2C"
> +PV = "3.3.0.3C"
>  INC_PR = "r0"
>  
>  CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git"
> @@ -12,8 +12,8 @@ CSL_GIT_PROTOCOL ="git"
>  CSL_GIT_BRANCH = "master"
>  CSL_GIT_DESTSUFFIX = "git"
>  
> -# commit ID corresponds to DEV.CSL_PROCESSOR-SDK.03.03.00.02C
> -CSL_SRCREV = "dc8aac00e86cd434865d750666ac551f2e238263"
> +# Below commit ID corresponds to "DEV.CSL_PROCESSOR-SDK.03.03.00.03C"
> +CSL_SRCREV = "ccd8dc29a5edce1a4d6409cb06b460bec6d3ecac"
>  
>  BRANCH="${CSL_GIT_BRANCH}"
>  SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}"
> -- 
> 1.7.10.4
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [master/krogoth][PATCH v2] common-csl-ip: Bump version common-csl-ip-rtos: Move to new makefile support provided in ti-pdk.bbclass
  2016-06-29 13:56 ` Denys Dmytriyenko
@ 2016-06-29 15:02   ` Sobota, Justin
  0 siblings, 0 replies; 3+ messages in thread
From: Sobota, Justin @ 2016-06-29 15:02 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org

Denys, 

There was a CSL version change 3.3.0.3B to 3.3.0.3C which spurred the patch.  I'll submit a v3 patch reducing the subject length.

Justin

-----Original Message-----
From: Dmytriyenko, Denys 
Sent: Wednesday, June 29, 2016 9:57 AM
To: Sobota, Justin
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [master/krogoth][PATCH v2] common-csl-ip: Bump version common-csl-ip-rtos: Move to new makefile support provided in ti-pdk.bbclass

Was this a v2 patch? What were the changes since v1? The subject line is still wrong.


On Tue, Jun 28, 2016 at 01:23:14PM -0400, Justin Sobota wrote:
> Signed-off-by: Justin Sobota <jsobota@ti.com>
> ---
>  .../common-csl-ip/common-csl-ip-rtos_git.bb        |   28 +++++++++-----------
>  recipes-bsp/common-csl-ip/common-csl-ip.inc        |    6 ++---
>  2 files changed, 15 insertions(+), 19 deletions(-)
> 
> diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
> index 43ea2ed..877b230 100644
> --- a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
> +++ b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
> @@ -1,5 +1,5 @@
>  require common-csl-ip.inc
> -PR = "${INC_PR}.2"
> +PR = "${INC_PR}.3"
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
> @@ -7,20 +7,16 @@ inherit ti-pdk
>  
>  DEPENDS_remove = "${PN}"
>  
> -XDCARGS_ti33x = "am335x"
> -XDCARGS_ti43x = "am437x"
> -XDCARGS_omap-a15 = "am571x am572x"
> -XDCARGS_k2hk-evm = "k2h k2k"
> -XDCARGS_k2l-evm = "k2l"
> -XDCARGS_k2e-evm = "k2e"
> -XDCARGS_k2g-evm = "k2g"
> +# Build with make instead of XDC
> +XDCMAKE = "0"
>  
> -do_configure_append() {
> -    # Create empty makefile
> -    # If libraries are supported for this device, then this will be overwritten
> -    cat > ${BUILD_DIR}/makefile << __EOF__
> -# Nothing to do
> -all:
> +LIMSOCS_ti33x = "am335x"
> +LIMSOCS_ti43x = "am437x"
> +LIMSOCS_omap-a15 = "am571x am572x"
> +LIMSOCS_k2hk-evm = "k2h k2k"
> +LIMSOCS_k2l-evm = "k2l"
> +LIMSOCS_k2e-evm = "k2e"
> +LIMSOCS_k2g-evm = "k2g"
>  
> -__EOF__
> -}
> +export PDK_CSL_ROOT_PATH ="${WORKDIR}/build"
> +export DEST_ROOT="${S}"
> diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
> index 70d963b..77dfd1b 100644
> --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc
> +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc
> @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
>  
>  COMPATIBLE_MACHINE = "keystone|dra7xx"
>  
> -PV = "3.3.0.2C"
> +PV = "3.3.0.3C"
>  INC_PR = "r0"
>  
>  CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git"
> @@ -12,8 +12,8 @@ CSL_GIT_PROTOCOL ="git"
>  CSL_GIT_BRANCH = "master"
>  CSL_GIT_DESTSUFFIX = "git"
>  
> -# commit ID corresponds to DEV.CSL_PROCESSOR-SDK.03.03.00.02C
> -CSL_SRCREV = "dc8aac00e86cd434865d750666ac551f2e238263"
> +# Below commit ID corresponds to "DEV.CSL_PROCESSOR-SDK.03.03.00.03C"
> +CSL_SRCREV = "ccd8dc29a5edce1a4d6409cb06b460bec6d3ecac"
>  
>  BRANCH="${CSL_GIT_BRANCH}"
>  SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}"
> -- 
> 1.7.10.4
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

end of thread, other threads:[~2016-06-29 15:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-28 17:23 [master/krogoth][PATCH v2] common-csl-ip: Bump version common-csl-ip-rtos: Move to new makefile support provided in ti-pdk.bbclass Justin Sobota
2016-06-29 13:56 ` Denys Dmytriyenko
2016-06-29 15:02   ` Sobota, Justin

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.