* [rocko/master/ti2018.01][PATCHv2] ti-pdk-build: New DEV.PDK_BUILD.01.00.00.08F
@ 2018-06-19 20:57 Djordje Senicic
2018-06-19 20:57 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Djordje Senicic @ 2018-06-19 20:57 UTC (permalink / raw)
To: meta-ti; +Cc: d-senicic1, Djordje Senicic
* Enhancements for semi-hosting support
* Add TDA2x cascade board support
* Adding arp32 makefile
* Add McBSP component
* mmwvedfp migration
Signed-off-by: Djordje Senicic <x0157990@ti.com>
---
recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
index 0f60714..e81f6e8 100644
--- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
+++ b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
@@ -4,15 +4,15 @@ LIC_FILES_CHKSUM = "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de
require recipes-ti/includes/ti-paths.inc
-PV = "01.00.00.08E"
+PV = "01.00.00.08F"
PR = "r0"
PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git"
PDK_BUILD_GIT_PROTOCOL = "git"
PDK_BUILD_GIT_BRANCH = "master"
-# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.08E"
-PDK_BUILD_SRCREV = "9622a097c143188cab74b8827461eafdf54f8ed9"
+# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.08F"
+PDK_BUILD_SRCREV = "4d41f3540af5850f1c7f57afcb8a7b4610cfc8f0"
BRANCH = "${PDK_BUILD_GIT_BRANCH}"
SRC_URI = "\
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [rocko/master/ti2018.01][PATCHv2] ti-pdk-build: New DEV.PDK_BUILD.01.00.00.08F
2018-06-19 20:57 [rocko/master/ti2018.01][PATCHv2] ti-pdk-build: New DEV.PDK_BUILD.01.00.00.08F Djordje Senicic
@ 2018-06-19 20:57 ` Denys Dmytriyenko
2018-06-19 20:59 ` Senicic, Djordje
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2018-06-19 20:57 UTC (permalink / raw)
To: Djordje Senicic; +Cc: meta-ti, d-senicic1
What's the difference from v1?
On Tue, Jun 19, 2018 at 04:57:01PM -0400, Djordje Senicic wrote:
> * Enhancements for semi-hosting support
> * Add TDA2x cascade board support
> * Adding arp32 makefile
> * Add McBSP component
> * mmwvedfp migration
>
> Signed-off-by: Djordje Senicic <x0157990@ti.com>
> ---
> recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
> index 0f60714..e81f6e8 100644
> --- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
> +++ b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
> @@ -4,15 +4,15 @@ LIC_FILES_CHKSUM = "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de
>
> require recipes-ti/includes/ti-paths.inc
>
> -PV = "01.00.00.08E"
> +PV = "01.00.00.08F"
> PR = "r0"
>
> PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git"
> PDK_BUILD_GIT_PROTOCOL = "git"
> PDK_BUILD_GIT_BRANCH = "master"
>
> -# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.08E"
> -PDK_BUILD_SRCREV = "9622a097c143188cab74b8827461eafdf54f8ed9"
> +# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.08F"
> +PDK_BUILD_SRCREV = "4d41f3540af5850f1c7f57afcb8a7b4610cfc8f0"
>
> BRANCH = "${PDK_BUILD_GIT_BRANCH}"
> SRC_URI = "\
> --
> 1.9.1
>
> --
> _______________________________________________
> 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: [rocko/master/ti2018.01][PATCHv2] ti-pdk-build: New DEV.PDK_BUILD.01.00.00.08F
2018-06-19 20:57 ` Denys Dmytriyenko
@ 2018-06-19 20:59 ` Senicic, Djordje
0 siblings, 0 replies; 3+ messages in thread
From: Senicic, Djordje @ 2018-06-19 20:59 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org
Jake asked to submit to ti2018.01, so only subject line.
This patch is needed for PLSDK5.0
-----Original Message-----
From: Dmytriyenko, Denys
Sent: Tuesday, June 19, 2018 4:58 PM
To: Senicic, Djordje
Cc: meta-ti@yoctoproject.org; Senicic, Djordje
Subject: Re: [meta-ti] [rocko/master/ti2018.01][PATCHv2] ti-pdk-build: New DEV.PDK_BUILD.01.00.00.08F
What's the difference from v1?
On Tue, Jun 19, 2018 at 04:57:01PM -0400, Djordje Senicic wrote:
> * Enhancements for semi-hosting support
> * Add TDA2x cascade board support
> * Adding arp32 makefile
> * Add McBSP component
> * mmwvedfp migration
>
> Signed-off-by: Djordje Senicic <x0157990@ti.com>
> ---
> recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
> index 0f60714..e81f6e8 100644
> --- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
> +++ b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
> @@ -4,15 +4,15 @@ LIC_FILES_CHKSUM = "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de
>
> require recipes-ti/includes/ti-paths.inc
>
> -PV = "01.00.00.08E"
> +PV = "01.00.00.08F"
> PR = "r0"
>
> PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git"
> PDK_BUILD_GIT_PROTOCOL = "git"
> PDK_BUILD_GIT_BRANCH = "master"
>
> -# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.08E"
> -PDK_BUILD_SRCREV = "9622a097c143188cab74b8827461eafdf54f8ed9"
> +# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.08F"
> +PDK_BUILD_SRCREV = "4d41f3540af5850f1c7f57afcb8a7b4610cfc8f0"
>
> BRANCH = "${PDK_BUILD_GIT_BRANCH}"
> SRC_URI = "\
> --
> 1.9.1
>
> --
> _______________________________________________
> 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:[~2018-06-19 20:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-19 20:57 [rocko/master/ti2018.01][PATCHv2] ti-pdk-build: New DEV.PDK_BUILD.01.00.00.08F Djordje Senicic
2018-06-19 20:57 ` Denys Dmytriyenko
2018-06-19 20:59 ` Senicic, Djordje
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.