* [thud/master][PATCH 0/4] *** RTOS 6.0 Patchset-3 ***
@ 2019-06-28 22:24 Mahesh Radhakrishnan
2019-06-28 22:24 ` [thud/master][PATCH 1/4] board-rtos: SRCREV update to 01.00.10.05C Mahesh Radhakrishnan
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Mahesh Radhakrishnan @ 2019-06-28 22:24 UTC (permalink / raw)
To: meta-ti
This is the RTOS Patchset #3 which addresses the following issue
https://jira.itg.ti.com/browse/PRSDK-4321
Mahesh Radhakrishnan (4):
board-rtos: SRCREV update to 01.00.10.05C
emac-lld-rtos: SRCREV update to 01.00.03.16A
pruss-lld: SRCREV update to 01.00.00.14A
transport-rtos: SRCREV update to 01.00.00.16A
recipes-bsp/board-rtos/board-rtos_git.bb | 6 +++---
recipes-bsp/emac-lld/emac-lld-rtos_git.bb | 6 +++---
recipes-bsp/pruss-lld/pruss-lld.inc | 6 +++---
recipes-bsp/transport-rtos/transport.inc | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)
--
1.9.1
^ permalink raw reply [flat|nested] 8+ messages in thread* [thud/master][PATCH 1/4] board-rtos: SRCREV update to 01.00.10.05C
2019-06-28 22:24 [thud/master][PATCH 0/4] *** RTOS 6.0 Patchset-3 *** Mahesh Radhakrishnan
@ 2019-06-28 22:24 ` Mahesh Radhakrishnan
2019-06-28 22:24 ` [thud/master][PATCH 2/4] emac-lld-rtos: SRCREV update to 01.00.03.16A Mahesh Radhakrishnan
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Mahesh Radhakrishnan @ 2019-06-28 22:24 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
recipes-bsp/board-rtos/board-rtos_git.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/board-rtos/board-rtos_git.bb b/recipes-bsp/board-rtos/board-rtos_git.bb
index 3c73bbd..c84ab91 100644
--- a/recipes-bsp/board-rtos/board-rtos_git.bb
+++ b/recipes-bsp/board-rtos/board-rtos_git.bb
@@ -12,14 +12,14 @@ BOARD_GIT_URI = "git://git.ti.com/keystone-rtos/board.git"
BOARD_GIT_PROTOCOL = "git"
BOARD_GIT_BRANCH = "master"
-# Below commit ID corresponds to "DEV.BOARD.01.00.10.05B"
-BOARD_SRCREV = "f9c6cef93ea619ac86f5b7579741a2ed978fea7f"
+# Below commit ID corresponds to "DEV.BOARD.01.00.10.05C"
+BOARD_SRCREV = "49f962f57cbfdc365bac6109ec7824c53461c227"
BRANCH ="${BOARD_GIT_BRANCH}"
SRC_URI = "${BOARD_GIT_URI};protocol=${BOARD_GIT_PROTOCOL};branch=${BRANCH}"
SRCREV = "${BOARD_SRCREV}"
-PV = "01.00.10.05B"
+PV = "01.00.10.05C"
PR = "r0"
DEPENDS_append = " i2c-lld-rtos \
--
1.9.1
^ permalink raw reply related [flat|nested] 8+ messages in thread* [thud/master][PATCH 2/4] emac-lld-rtos: SRCREV update to 01.00.03.16A
2019-06-28 22:24 [thud/master][PATCH 0/4] *** RTOS 6.0 Patchset-3 *** Mahesh Radhakrishnan
2019-06-28 22:24 ` [thud/master][PATCH 1/4] board-rtos: SRCREV update to 01.00.10.05C Mahesh Radhakrishnan
@ 2019-06-28 22:24 ` Mahesh Radhakrishnan
2019-06-29 3:16 ` Denys Dmytriyenko
2019-06-28 22:24 ` [thud/master][PATCH 3/4] pruss-lld: SRCREV update to 01.00.00.14A Mahesh Radhakrishnan
` (2 subsequent siblings)
4 siblings, 1 reply; 8+ messages in thread
From: Mahesh Radhakrishnan @ 2019-06-28 22:24 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
recipes-bsp/emac-lld/emac-lld-rtos_git.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/emac-lld/emac-lld-rtos_git.bb b/recipes-bsp/emac-lld/emac-lld-rtos_git.bb
index 1232482..13c5c2d 100644
--- a/recipes-bsp/emac-lld/emac-lld-rtos_git.bb
+++ b/recipes-bsp/emac-lld/emac-lld-rtos_git.bb
@@ -12,14 +12,14 @@ EMAC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/emac-lld.git"
EMAC_LLD_GIT_PROTOCOL = "git"
EMAC_LLD_GIT_BRANCH = "master"
-# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.16"
-EMAC_LLD_SRCREV = "f90f832dc63b60b234c3f5ae2ff4d774728e83bf"
+# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.16A"
+EMAC_LLD_SRCREV = "73511804953577ec36e893498e5d6a4542b74d5c"
BRANCH ="${EMAC_LLD_GIT_BRANCH}"
SRC_URI = "${EMAC_LLD_GIT_URI};protocol=${EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
SRCREV = "${EMAC_LLD_SRCREV}"
-PV = "01.00.03.16"
+PV = "01.00.03.16A"
PR = "r0"
DEPENDS_append = " board-rtos osal-rtos"
--
1.9.1
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [thud/master][PATCH 2/4] emac-lld-rtos: SRCREV update to 01.00.03.16A
2019-06-28 22:24 ` [thud/master][PATCH 2/4] emac-lld-rtos: SRCREV update to 01.00.03.16A Mahesh Radhakrishnan
@ 2019-06-29 3:16 ` Denys Dmytriyenko
0 siblings, 0 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2019-06-29 3:16 UTC (permalink / raw)
To: Mahesh Radhakrishnan; +Cc: meta-ti
Please rebase
On Fri, Jun 28, 2019 at 06:24:22PM -0400, Mahesh Radhakrishnan wrote:
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> ---
> recipes-bsp/emac-lld/emac-lld-rtos_git.bb | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-bsp/emac-lld/emac-lld-rtos_git.bb b/recipes-bsp/emac-lld/emac-lld-rtos_git.bb
> index 1232482..13c5c2d 100644
> --- a/recipes-bsp/emac-lld/emac-lld-rtos_git.bb
> +++ b/recipes-bsp/emac-lld/emac-lld-rtos_git.bb
> @@ -12,14 +12,14 @@ EMAC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/emac-lld.git"
> EMAC_LLD_GIT_PROTOCOL = "git"
> EMAC_LLD_GIT_BRANCH = "master"
>
> -# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.16"
> -EMAC_LLD_SRCREV = "f90f832dc63b60b234c3f5ae2ff4d774728e83bf"
> +# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.16A"
> +EMAC_LLD_SRCREV = "73511804953577ec36e893498e5d6a4542b74d5c"
>
> BRANCH ="${EMAC_LLD_GIT_BRANCH}"
> SRC_URI = "${EMAC_LLD_GIT_URI};protocol=${EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
>
> SRCREV = "${EMAC_LLD_SRCREV}"
> -PV = "01.00.03.16"
> +PV = "01.00.03.16A"
> PR = "r0"
>
> DEPENDS_append = " board-rtos osal-rtos"
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 8+ messages in thread
* [thud/master][PATCH 3/4] pruss-lld: SRCREV update to 01.00.00.14A
2019-06-28 22:24 [thud/master][PATCH 0/4] *** RTOS 6.0 Patchset-3 *** Mahesh Radhakrishnan
2019-06-28 22:24 ` [thud/master][PATCH 1/4] board-rtos: SRCREV update to 01.00.10.05C Mahesh Radhakrishnan
2019-06-28 22:24 ` [thud/master][PATCH 2/4] emac-lld-rtos: SRCREV update to 01.00.03.16A Mahesh Radhakrishnan
@ 2019-06-28 22:24 ` Mahesh Radhakrishnan
2019-06-28 22:24 ` [thud/master][PATCH 4/4] transport-rtos: SRCREV update to 01.00.00.16A Mahesh Radhakrishnan
2019-06-29 15:20 ` [EXTERNAL] [thud/master][PATCH 0/4] *** RTOS 6.0 Patchset-3 *** Jacob Stiffler
4 siblings, 0 replies; 8+ messages in thread
From: Mahesh Radhakrishnan @ 2019-06-28 22:24 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
recipes-bsp/pruss-lld/pruss-lld.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/pruss-lld/pruss-lld.inc b/recipes-bsp/pruss-lld/pruss-lld.inc
index 9478a16..bea19fa 100644
--- a/recipes-bsp/pruss-lld/pruss-lld.inc
+++ b/recipes-bsp/pruss-lld/pruss-lld.inc
@@ -9,13 +9,13 @@ PRUSS_LLD_GIT_PROTOCOL = "git"
PRUSS_LLD_GIT_BRANCH = "master"
PRUSS_LLD_GIT_DESTSUFFIX = "git/ti/drv/pruss"
-# Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.14"
-PRUSS_LLD_SRCREV = "667b0eb2334ce59492b5b39d1cf124f7871b5f9c"
+# Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.14A"
+PRUSS_LLD_SRCREV = "988576398ae1488c706eebdd71aeff5959604f77"
BRANCH = "${PRUSS_LLD_GIT_BRANCH}"
SRC_URI = "${PRUSS_LLD_GIT_URI};destsuffix=${PRUSS_LLD_GIT_DESTSUFFIX};protocol=${PRUSS_LLD_GIT_PROTOCOL};branch=${BRANCH}"
SRCREV = "${PRUSS_LLD_SRCREV}"
-PV = "01.00.00.14"
+PV = "01.00.00.14A"
INC_PR = "r0"
--
1.9.1
^ permalink raw reply related [flat|nested] 8+ messages in thread* [thud/master][PATCH 4/4] transport-rtos: SRCREV update to 01.00.00.16A
2019-06-28 22:24 [thud/master][PATCH 0/4] *** RTOS 6.0 Patchset-3 *** Mahesh Radhakrishnan
` (2 preceding siblings ...)
2019-06-28 22:24 ` [thud/master][PATCH 3/4] pruss-lld: SRCREV update to 01.00.00.14A Mahesh Radhakrishnan
@ 2019-06-28 22:24 ` Mahesh Radhakrishnan
2019-06-29 15:20 ` [EXTERNAL] [thud/master][PATCH 0/4] *** RTOS 6.0 Patchset-3 *** Jacob Stiffler
4 siblings, 0 replies; 8+ messages in thread
From: Mahesh Radhakrishnan @ 2019-06-28 22:24 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
recipes-bsp/transport-rtos/transport.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/transport-rtos/transport.inc b/recipes-bsp/transport-rtos/transport.inc
index 8945d5f..086c80e 100644
--- a/recipes-bsp/transport-rtos/transport.inc
+++ b/recipes-bsp/transport-rtos/transport.inc
@@ -6,12 +6,12 @@ TRANSPORT_GIT_URI = "git://git.ti.com/keystone-rtos/transport.git"
TRANSPORT_GIT_PROTOCOL = "git"
TRANSPORT_GIT_BRANCH = "master"
-# Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.16"
-TRANSPORT_SRCREV = "5a61bae55d6f452d2b7b5624806cba14adf60f5a"
+# Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.16A"
+TRANSPORT_SRCREV = "63793fa936534e5cc940b1ed562dfb866cdc442f"
BRANCH = "${TRANSPORT_GIT_BRANCH}"
SRC_URI = "${TRANSPORT_GIT_URI};protocol=${TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}"
SRCREV = "${TRANSPORT_SRCREV}"
-PV = "01.00.00.16"
+PV = "01.00.00.16A"
INC_PR = "r0"
--
1.9.1
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [EXTERNAL] [thud/master][PATCH 0/4] *** RTOS 6.0 Patchset-3 ***
2019-06-28 22:24 [thud/master][PATCH 0/4] *** RTOS 6.0 Patchset-3 *** Mahesh Radhakrishnan
` (3 preceding siblings ...)
2019-06-28 22:24 ` [thud/master][PATCH 4/4] transport-rtos: SRCREV update to 01.00.00.16A Mahesh Radhakrishnan
@ 2019-06-29 15:20 ` Jacob Stiffler
4 siblings, 0 replies; 8+ messages in thread
From: Jacob Stiffler @ 2019-06-29 15:20 UTC (permalink / raw)
To: Mahesh Radhakrishnan, meta-ti
Denys,
Can you please backport these to ti2019.01?
Thank you,
Jake
On 6/28/2019 6:24 PM, Mahesh Radhakrishnan wrote:
> This is the RTOS Patchset #3 which addresses the following issue
> https://jira.itg.ti.com/browse/PRSDK-4321
>
> Mahesh Radhakrishnan (4):
> board-rtos: SRCREV update to 01.00.10.05C
> emac-lld-rtos: SRCREV update to 01.00.03.16A
> pruss-lld: SRCREV update to 01.00.00.14A
> transport-rtos: SRCREV update to 01.00.00.16A
>
> recipes-bsp/board-rtos/board-rtos_git.bb | 6 +++---
> recipes-bsp/emac-lld/emac-lld-rtos_git.bb | 6 +++---
> recipes-bsp/pruss-lld/pruss-lld.inc | 6 +++---
> recipes-bsp/transport-rtos/transport.inc | 6 +++---
> 4 files changed, 12 insertions(+), 12 deletions(-)
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [thud/master][PATCH 0/4] *** 6.0 RTOS Patchset #3 resend after rebase ***
@ 2019-06-30 2:20 Mahesh Radhakrishnan
2019-06-30 2:20 ` [thud/master][PATCH 2/4] emac-lld-rtos: SRCREV update to 01.00.03.16A Mahesh Radhakrishnan
0 siblings, 1 reply; 8+ messages in thread
From: Mahesh Radhakrishnan @ 2019-06-30 2:20 UTC (permalink / raw)
To: meta-ti
Re-sending RTOS 6.0 patchset #3 after rebasing.
Please ignore the earlier patchset (#3) submitted yesterday.
Mahesh Radhakrishnan (4):
board-rtos: SRCREV update to 01.00.10.05C
emac-lld-rtos: SRCREV update to 01.00.03.16A
pruss-lld: SRCREV update to 01.00.00.14A
transport-rtos: SRCREV update to 01.00.00.16A
recipes-bsp/board-rtos/board-rtos_git.bb | 6 +++---
recipes-bsp/emac-lld/emac-lld.inc | 4 ++--
recipes-bsp/pruss-lld/pruss-lld.inc | 6 +++---
recipes-bsp/transport-rtos/transport.inc | 6 +++---
4 files changed, 11 insertions(+), 11 deletions(-)
--
1.9.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* [thud/master][PATCH 2/4] emac-lld-rtos: SRCREV update to 01.00.03.16A
2019-06-30 2:20 [thud/master][PATCH 0/4] *** 6.0 RTOS Patchset #3 resend after rebase *** Mahesh Radhakrishnan
@ 2019-06-30 2:20 ` Mahesh Radhakrishnan
0 siblings, 0 replies; 8+ messages in thread
From: Mahesh Radhakrishnan @ 2019-06-30 2:20 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
recipes-bsp/emac-lld/emac-lld.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-bsp/emac-lld/emac-lld.inc b/recipes-bsp/emac-lld/emac-lld.inc
index 5fd24bc..00cecd2 100644
--- a/recipes-bsp/emac-lld/emac-lld.inc
+++ b/recipes-bsp/emac-lld/emac-lld.inc
@@ -2,8 +2,8 @@ EMAC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/emac-lld.git"
EMAC_LLD_GIT_PROTOCOL = "git"
EMAC_LLD_GIT_BRANCH = "master"
-# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.16"
-EMAC_LLD_SRCREV = "f90f832dc63b60b234c3f5ae2ff4d774728e83bf"
+# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.16A"
+EMAC_LLD_SRCREV = "73511804953577ec36e893498e5d6a4542b74d5c"
BRANCH ="${EMAC_LLD_GIT_BRANCH}"
SRC_URI = "${EMAC_LLD_GIT_URI};protocol=${EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
--
1.9.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-06-30 2:20 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-28 22:24 [thud/master][PATCH 0/4] *** RTOS 6.0 Patchset-3 *** Mahesh Radhakrishnan
2019-06-28 22:24 ` [thud/master][PATCH 1/4] board-rtos: SRCREV update to 01.00.10.05C Mahesh Radhakrishnan
2019-06-28 22:24 ` [thud/master][PATCH 2/4] emac-lld-rtos: SRCREV update to 01.00.03.16A Mahesh Radhakrishnan
2019-06-29 3:16 ` Denys Dmytriyenko
2019-06-28 22:24 ` [thud/master][PATCH 3/4] pruss-lld: SRCREV update to 01.00.00.14A Mahesh Radhakrishnan
2019-06-28 22:24 ` [thud/master][PATCH 4/4] transport-rtos: SRCREV update to 01.00.00.16A Mahesh Radhakrishnan
2019-06-29 15:20 ` [EXTERNAL] [thud/master][PATCH 0/4] *** RTOS 6.0 Patchset-3 *** Jacob Stiffler
-- strict thread matches above, loose matches on Subject: below --
2019-06-30 2:20 [thud/master][PATCH 0/4] *** 6.0 RTOS Patchset #3 resend after rebase *** Mahesh Radhakrishnan
2019-06-30 2:20 ` [thud/master][PATCH 2/4] emac-lld-rtos: SRCREV update to 01.00.03.16A Mahesh Radhakrishnan
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.