All of lore.kernel.org
 help / color / mirror / Atom feed
* [rocko/master][PATCH 00/23] TI RTOS Updates
@ 2018-04-13 17:01 Jacob Stiffler
  2018-04-13 17:01 ` [rocko/master][PATCH 01/23] common-csl-ip: Updating to version 03.03.00.10 Jacob Stiffler
                   ` (23 more replies)
  0 siblings, 24 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:01 UTC (permalink / raw)
  To: meta-ti


Mahesh Radhakrishnan (23):
  common-csl-ip: Updating to version 03.03.00.10
  emac-lld-rtos: Updating to version 01.00.03.10A
  edma3-lld:Updating to version 02.12.05.30C
  fatfs-rtos: Updating to version 01.00.00.09
  gpio-lld-rtos: Updating to version 01.00.00.10
  i2c-lld-rtos: Updating to version 01.00.00.10 & dependency updates
  icss-emac-lld: Updating to version 01.00.00.11B
  mcasp-lld-rtos: Update to version 01.01.00.09
  mcbsp-lld-rtos:Updating to version 01.00.00.09
  mmcsd-lld-rtos: Update to version 01.00.00.11
  pcie-lld-rtos: Update to version 02.02.00.12
  pruss-lld: Updating to version 01.00.00.09A
  pm-lld-rtos: Updating to version 01.04.00.04 & 01.08.00.17 for
    am57xx/dra7xx
  sa-lld: Updating to version 03.00.00.20
  serdes-diag-rtos: Update to version 01.00.00.10
  spi-lld-rtos: Update to version 01.00.00.10A
  uart-lld-rtos: Updating to version 01.00.00.10A
  usb-lld-rtos: Update to version 01.00.00.13
  board-rtos: Updating to version 01.00.10.00A
  transport-rtos: Udpate to version 1.0.0.11A
  osal: Update to version 01.00.00.10A
  starterware:starterware-rtos: Udpate to version 02.01.01.06C & rtos
    updates
  ti-pdk-build-rtos: Updating to version 01.00.00.08E which uses make
    install internally

 recipes-bsp/board-rtos/board-rtos_git.bb           |  13 +-
 .../common-csl-ip/common-csl-ip-rtos_git.bb        |   2 +-
 recipes-bsp/common-csl-ip/common-csl-ip.inc        |   6 +-
 recipes-bsp/edma3-lld/edma3-lld.inc                |   6 +-
 recipes-bsp/emac-lld/emac-lld-rtos_git.bb          |   6 +-
 recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb           |   6 +-
 recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb          |   6 +-
 recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb            |  12 +-
 recipes-bsp/icss-emac-lld/icss-emac-lld.inc        |   6 +-
 recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb        |   6 +-
 recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb        |   6 +-
 recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb        |   6 +-
 recipes-bsp/osal/osal.inc                          |   6 +-
 recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb          |   6 +-
 recipes-bsp/pm-lld/pm-lld-rtos_git.bb              |  12 +-
 recipes-bsp/pruss-lld/pruss-lld.inc                |   6 +-
 recipes-bsp/sa-lld/sa-lld.inc                      |   6 +-
 recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb    |   6 +-
 recipes-bsp/spi-lld/spi-lld-rtos_git.bb            |   6 +-
 recipes-bsp/starterware/starterware-rtos_git.bb    |   7 +-
 recipes-bsp/starterware/starterware.inc            |   6 +-
 recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb    |   2 +-
 recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb   |   2 +-
 recipes-bsp/transport-rtos/nimu-rtos_git.bb        |   2 +-
 recipes-bsp/transport-rtos/transport.inc           |   6 +-
 recipes-bsp/uart-lld/uart-lld-rtos_git.bb          |   6 +-
 recipes-bsp/usb-lld/usb-lld-rtos_git.bb            |   6 +-
 recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb   | 199 +--------------------
 28 files changed, 97 insertions(+), 268 deletions(-)

-- 
2.7.4



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

* [rocko/master][PATCH 01/23] common-csl-ip: Updating to version 03.03.00.10
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
@ 2018-04-13 17:01 ` Jacob Stiffler
  2018-04-13 17:01 ` [rocko/master][PATCH 02/23] emac-lld-rtos: Updating to version 01.00.03.10A Jacob Stiffler
                   ` (22 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:01 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb | 2 +-
 recipes-bsp/common-csl-ip/common-csl-ip.inc         | 6 +++---
 2 files changed, 4 insertions(+), 4 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 100d2f4..5f2dbd5 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
@@ -18,4 +18,4 @@ export DEST_ROOT="${S}"
 PDK_COMP_LINK_TEXT = "CSL-Chip Support Library"
 
 # Workaround: dra7xx build requires am57xx CSL libraries for opencl-monitor
-TI_PDK_LIMIT_SOCS_append_dra7xx = " am571x am572x"
+TI_PDK_LIMIT_SOCS_append_dra7xx = " am571x am572x am574x"
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
index e919773..6b55618 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|ti33x|ti43x|omapl1"
 
-PV = "03.03.00.09"
+PV = "03.03.00.10"
 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"
 
-# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.09"
-CSL_SRCREV = "7a7ef0633d9e305072b79ac978738c48e46583cc"
+# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.10"
+CSL_SRCREV = "b252ed25443938ff59a6622aee2de7bc36304787"
 
 BRANCH="${CSL_GIT_BRANCH}"
 SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}"
-- 
2.7.4



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

* [rocko/master][PATCH 02/23] emac-lld-rtos: Updating to version 01.00.03.10A
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
  2018-04-13 17:01 ` [rocko/master][PATCH 01/23] common-csl-ip: Updating to version 03.03.00.10 Jacob Stiffler
@ 2018-04-13 17:01 ` Jacob Stiffler
  2018-04-13 17:01 ` [rocko/master][PATCH 03/23] edma3-lld:Updating to version 02.12.05.30C Jacob Stiffler
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:01 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@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 4f021fa..feb6105 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.08"
-EMAC_LLD_SRCREV = "20b30c9dd37ae1f899e93b560dce41f804e43317"
+# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.10A"
+EMAC_LLD_SRCREV = "a2b663fcdfb485806f5a547336b343e73ebbae86"
 
 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.08"
+PV = "01.00.03.10A"
 PR = "r0"
 
 DEPENDS_append = " board-rtos osal-rtos"
-- 
2.7.4



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

* [rocko/master][PATCH 03/23] edma3-lld:Updating to version 02.12.05.30C
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
  2018-04-13 17:01 ` [rocko/master][PATCH 01/23] common-csl-ip: Updating to version 03.03.00.10 Jacob Stiffler
  2018-04-13 17:01 ` [rocko/master][PATCH 02/23] emac-lld-rtos: Updating to version 01.00.03.10A Jacob Stiffler
@ 2018-04-13 17:01 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 04/23] fatfs-rtos: Updating to version 01.00.00.09 Jacob Stiffler
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:01 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/edma3-lld/edma3-lld.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/edma3-lld/edma3-lld.inc b/recipes-bsp/edma3-lld/edma3-lld.inc
index e0e9752..528bec4 100644
--- a/recipes-bsp/edma3-lld/edma3-lld.inc
+++ b/recipes-bsp/edma3-lld/edma3-lld.inc
@@ -6,12 +6,12 @@ EDMA3_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git"
 EDMA3_LLD_GIT_PROTOCOL = "git"
 EDMA3_LLD_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to version 2.12.05.30B
-EDMA3_LLD_SRCREV = "f0179381d5b18a1aea2c13ec29e9d45e419153d6"
+# Below commit ID corresponds to version 2.12.05.30C
+EDMA3_LLD_SRCREV = "a52b8f2a4bd4ca584bbd5bebba30563add353c5a"
 
 BRANCH = "${EDMA3_LLD_GIT_BRANCH}"
 SRC_URI = "${EDMA3_LLD_GIT_URI};protocol=${EDMA3_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 SRCREV = "${EDMA3_LLD_SRCREV}"
 
-PV = "2.12.05.30B"
+PV = "2.12.05.30C"
 INC_PR = "r0"
-- 
2.7.4



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

* [rocko/master][PATCH 04/23] fatfs-rtos: Updating to version 01.00.00.09
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (2 preceding siblings ...)
  2018-04-13 17:01 ` [rocko/master][PATCH 03/23] edma3-lld:Updating to version 02.12.05.30C Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 05/23] gpio-lld-rtos: Updating to version 01.00.00.10 Jacob Stiffler
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb b/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb
index 2f3b6de..beed9d7 100644
--- a/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb
+++ b/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb
@@ -12,14 +12,14 @@ FATFS_GIT_URI = "git://git.ti.com/keystone-rtos/fatfs.git"
 FATFS_GIT_PROTOCOL = "git"
 FATFS_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.08"
-FATFS_SRCREV = "374ae86c9b1f3a4ffbbb09c739e6e5d6709afd09"
+# Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.09"
+FATFS_SRCREV = "a5652991a9dd9a9b9b9c5c2cf35d1417f8272b00"
 
 BRANCH ="${FATFS_GIT_BRANCH}"
 SRC_URI = "${FATFS_GIT_URI};protocol=${FATFS_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${FATFS_SRCREV}"
-PV = "01.00.00.08"
+PV = "01.00.00.09"
 PR = "r0"
 
 DEPENDS_append = " mmcsd-lld-rtos \
-- 
2.7.4



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

* [rocko/master][PATCH 05/23] gpio-lld-rtos: Updating to version 01.00.00.10
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (3 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 04/23] fatfs-rtos: Updating to version 01.00.00.09 Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 06/23] i2c-lld-rtos: Updating to version 01.00.00.10 & dependency updates Jacob Stiffler
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb b/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb
index e313cee..0d1d42f 100644
--- a/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb
+++ b/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb
@@ -13,14 +13,14 @@ GPIO_LLD_GIT_PROTOCOL = "git"
 GPIO_LLD_GIT_BRANCH = "master"
 GPIO_LLD_GIT_DESTSUFFIX = "git/ti/drv/gpio"
 
-# Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.09"
-GPIO_LLD_SRCREV = "99a20a668f36217705d57f7cc2f7faf1a5533bbe"
+# Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.10"
+GPIO_LLD_SRCREV = "2661a410e5bc00b4769db6ef2692f680a7a42feb"
 
 BRANCH = "${GPIO_LLD_GIT_BRANCH}"
 SRC_URI = "${GPIO_LLD_GIT_URI};destsuffix=${GPIO_LLD_GIT_DESTSUFFIX};protocol=${GPIO_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${GPIO_LLD_SRCREV}"
-PV = "01.00.00.09"
+PV = "01.00.00.10"
 PR = "r0"
 
 S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}"
-- 
2.7.4



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

* [rocko/master][PATCH 06/23] i2c-lld-rtos: Updating to version 01.00.00.10 & dependency updates
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (4 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 05/23] gpio-lld-rtos: Updating to version 01.00.00.10 Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 07/23] icss-emac-lld: Updating to version 01.00.00.11B Jacob Stiffler
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
index a178c27..cad45f3 100644
--- a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
+++ b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
@@ -13,21 +13,25 @@ I2C_LLD_GIT_PROTOCOL = "git"
 I2C_LLD_GIT_BRANCH = "master"
 I2C_LLD_GIT_DESTSUFFIX = "git/ti/drv/i2c"
 
-# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.09A"
-I2C_LLD_SRCREV = "1a0e371f1c992b3f28cb160c6e3ada33d382f6a9"
+# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.10"
+I2C_LLD_SRCREV = "631a38ad7245b68bfac40a417bdc9d3a0b7ca724"
 
 BRANCH = "${I2C_LLD_GIT_BRANCH}"
 SRC_URI = "${I2C_LLD_GIT_URI};destsuffix=${I2C_LLD_GIT_DESTSUFFIX};protocol=${I2C_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${I2C_LLD_SRCREV}"
-PV = "01.00.00.09A"
+PV = "01.00.00.10"
 PR = "r0"
 
 DEPENDS_append = " osal-rtos \
 "
 DEPENDS_append_ti33x = " starterware-rtos \
+                         pruss-lld-rtos \
 "
 DEPENDS_append_ti43x = " starterware-rtos \
+                         pruss-lld-rtos \
+"
+DEPENDS_append_am57xx-evm = " pruss-lld-rtos \
 "
 
 # Build with make instead of XDC
@@ -38,5 +42,7 @@ S = "${WORKDIR}/${I2C_LLD_GIT_DESTSUFFIX}"
 export PDK_I2C_ROOT_PATH ="${WORKDIR}/build"
 export DEST_ROOT="${S}"
 
+INSANE_SKIP_${PN} = "arch"
+
 # HTML doc link params
 PDK_COMP_LINK_TEXT = "I2C LLD"
-- 
2.7.4



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

* [rocko/master][PATCH 07/23] icss-emac-lld: Updating to version 01.00.00.11B
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (5 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 06/23] i2c-lld-rtos: Updating to version 01.00.00.10 & dependency updates Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 08/23] mcasp-lld-rtos: Update to version 01.01.00.09 Jacob Stiffler
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/icss-emac-lld/icss-emac-lld.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/icss-emac-lld/icss-emac-lld.inc b/recipes-bsp/icss-emac-lld/icss-emac-lld.inc
index 68ae99b..f52b369 100644
--- a/recipes-bsp/icss-emac-lld/icss-emac-lld.inc
+++ b/recipes-bsp/icss-emac-lld/icss-emac-lld.inc
@@ -9,14 +9,14 @@ ICSS_EMAC_LLD_GIT_PROTOCOL = "git"
 ICSS_EMAC_LLD_GIT_BRANCH = "master"
 ICSS_EMAC_LLD_GIT_DESTSUFFIX = "git/ti/drv/icss_emac"
 
-# Below commit ID corresponds to "DEV.ICSS_EMAC_LLD.01.00.00.10A"
-ICSS_EMAC_LLD_SRCREV = "91f70af3714a823df4f71bde3c4d954728e07856"
+# Below commit ID corresponds to "DEV.ICSS_EMAC_LLD.01.00.00.11B"
+ICSS_EMAC_LLD_SRCREV = "bd643d75a0322b6ca769d8ecbee310d859c0f761"
 
 BRANCH = "${ICSS_EMAC_LLD_GIT_BRANCH}"
 SRC_URI = "${ICSS_EMAC_LLD_GIT_URI};destsuffix=${ICSS_EMAC_LLD_GIT_DESTSUFFIX};protocol=${ICSS_EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${ICSS_EMAC_LLD_SRCREV}"
-PV = "01.00.00.10A"
+PV = "01.00.00.11B"
 INC_PR = "r0"
 
 S = "${WORKDIR}/${ICSS_EMAC_LLD_GIT_DESTSUFFIX}"
-- 
2.7.4



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

* [rocko/master][PATCH 08/23] mcasp-lld-rtos: Update to version 01.01.00.09
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (6 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 07/23] icss-emac-lld: Updating to version 01.00.00.11B Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 09/23] mcbsp-lld-rtos:Updating to version 01.00.00.09 Jacob Stiffler
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb b/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb
index 0e03bd0..7633610 100644
--- a/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb
+++ b/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb
@@ -13,14 +13,14 @@ MCASP_LLD_GIT_PROTOCOL = "git"
 MCASP_LLD_GIT_BRANCH = "master"
 MCASP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcasp"
 
-# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.08A"
-MCASP_LLD_SRCREV = "56fc546fe3f0ba89477dfa020bcc4b6aa8ce64f3"
+# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.09"
+MCASP_LLD_SRCREV = "6459379818712cac10c439a46936bd6bfcd762d7"
 
 BRANCH = "${MCASP_LLD_GIT_BRANCH}"
 SRC_URI = "${MCASP_LLD_GIT_URI};destsuffix=${MCASP_LLD_GIT_DESTSUFFIX};protocol=${MCASP_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${MCASP_LLD_SRCREV}"
-PV = "01.01.00.08A"
+PV = "01.01.00.09"
 PR = "r0"
 
 S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}"
-- 
2.7.4



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

* [rocko/master][PATCH 09/23] mcbsp-lld-rtos:Updating to version 01.00.00.09
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (7 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 08/23] mcasp-lld-rtos: Update to version 01.01.00.09 Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 10/23] mmcsd-lld-rtos: Update to version 01.00.00.11 Jacob Stiffler
                   ` (14 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb b/recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb
index 2fe0ede..5573e10 100644
--- a/recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb
+++ b/recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb
@@ -13,14 +13,14 @@ MCBSP_LLD_GIT_PROTOCOL = "git"
 MCBSP_LLD_GIT_BRANCH = "master"
 MCBSP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcbsp"
 
-# Below commit ID corresponds to "DEV.MCBSP_LLD.01.00.00.08"
-MCBSP_LLD_SRCREV = "63a4bed526ac70bbc530836ef4aa711739bd0bd2"
+# Below commit ID corresponds to "DEV.MCBSP_LLD.01.00.00.09"
+MCBSP_LLD_SRCREV = "e782f251a7009c786a208a15e6bc0331bb6808f6"
 
 BRANCH = "${MCBSP_LLD_GIT_BRANCH}"
 SRC_URI = "${MCBSP_LLD_GIT_URI};destsuffix=${MCBSP_LLD_GIT_DESTSUFFIX};protocol=${MCBSP_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${MCBSP_LLD_SRCREV}"
-PV = "01.00.00.08"
+PV = "01.00.00.09"
 PR = "r0"
 
 S = "${WORKDIR}/${MCBSP_LLD_GIT_DESTSUFFIX}"
-- 
2.7.4



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

* [rocko/master][PATCH 10/23] mmcsd-lld-rtos: Update to version 01.00.00.11
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (8 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 09/23] mcbsp-lld-rtos:Updating to version 01.00.00.09 Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 11/23] pcie-lld-rtos: Update to version 02.02.00.12 Jacob Stiffler
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb b/recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb
index 0ef4465..650dc5f 100644
--- a/recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb
+++ b/recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb
@@ -13,14 +13,14 @@ MMCSD_LLD_GIT_PROTOCOL = "git"
 MMCSD_LLD_GIT_BRANCH = "master"
 MMCSD_LLD_GIT_DESTSUFFIX = "git/ti/drv/mmcsd"
 
-# Below commit ID corresponds to "DEV.MMCSD_LLD.01.00.00.10"
-MMCSD_LLD_SRCREV = "9bb118bdc1ac46863f57a68d70f421734a4dcf25"
+# Below commit ID corresponds to "DEV.MMCSD_LLD.01.00.00.11"
+MMCSD_LLD_SRCREV = "0fdb39f60ad82385b8f7e0cba8c33fe3883b4320"
 
 BRANCH = "${MMCSD_LLD_GIT_BRANCH}"
 SRC_URI = "${MMCSD_LLD_GIT_URI};destsuffix=${MMCSD_LLD_GIT_DESTSUFFIX};protocol=${MMCSD_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${MMCSD_LLD_SRCREV}"
-PV = "01.00.00.10"
+PV = "01.00.00.11"
 PR = "r0"
 
 S = "${WORKDIR}/${MMCSD_LLD_GIT_DESTSUFFIX}"
-- 
2.7.4



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

* [rocko/master][PATCH 11/23] pcie-lld-rtos: Update to version 02.02.00.12
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (9 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 10/23] mmcsd-lld-rtos: Update to version 01.00.00.11 Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 12/23] pruss-lld: Updating to version 01.00.00.09A Jacob Stiffler
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb b/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb
index d0f536b..02275f5 100644
--- a/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb
+++ b/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb
@@ -13,14 +13,14 @@ PCIE_LLD_GIT_PROTOCOL = "git"
 PCIE_LLD_GIT_BRANCH = "master"
 PCIE_LLD_GIT_DESTSUFFIX = "git/ti/drv/pcie"
 
-# Below commit ID corresponds to "DEV.PCIE_LLD.02.02.00.11"
-PCIE_LLD_SRCREV = "07ad9c62da03bb8b6aa65e2507deab92e56ef83a"
+# Below commit ID corresponds to "DEV.PCIE_LLD.02.02.00.12"
+PCIE_LLD_SRCREV = "90c85b801cc8524deb57d897d204597b11fa26c4"
 
 BRANCH = "${PCIE_LLD_GIT_BRANCH}"
 SRC_URI = "${PCIE_LLD_GIT_URI};destsuffix=${PCIE_LLD_GIT_DESTSUFFIX};protocol=${PCIE_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${PCIE_LLD_SRCREV}"
-PV = "02.02.00.11"
+PV = "02.02.00.12"
 PR = "r0"
 
 S = "${WORKDIR}/${PCIE_LLD_GIT_DESTSUFFIX}"
-- 
2.7.4



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

* [rocko/master][PATCH 12/23] pruss-lld: Updating to version 01.00.00.09A
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (10 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 11/23] pcie-lld-rtos: Update to version 02.02.00.12 Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 13/23] pm-lld-rtos: Updating to version 01.04.00.04 & 01.08.00.17 for am57xx/dra7xx Jacob Stiffler
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@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 501b72c..451007e 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.08"
-PRUSS_LLD_SRCREV = "40d886b30f9b34bd86a76c6d7c04c37a9db7365b"
+# Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.09A"
+PRUSS_LLD_SRCREV = "e56c0950d30f59db3186f354ea4416eac556a331"
 
 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.08"
+PV = "01.00.00.09A"
 INC_PR = "r0"
 
-- 
2.7.4



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

* [rocko/master][PATCH 13/23] pm-lld-rtos: Updating to version 01.04.00.04 & 01.08.00.17 for am57xx/dra7xx
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (11 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 12/23] pruss-lld: Updating to version 01.00.00.09A Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 14/23] sa-lld: Updating to version 03.00.00.20 Jacob Stiffler
                   ` (10 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/pm-lld/pm-lld-rtos_git.bb | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
index 4bf0355..45a1ef4 100644
--- a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
+++ b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
@@ -16,19 +16,19 @@ 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.03"
-PM_LLD_SRCREV = "7a4d80a607e7ef57015fcebc5c4b6a2ff9c9d26a"
+# Below commit ID corresponds to "DEV.PM_LLD.01.04.00.04"
+PM_LLD_SRCREV = "1c0cae9b001137f68f34bf9168d7c3fa9036b1a6"
 
-# Below commit ID corresponds to "REL.PDK.TDA.01.08.00.17"
-PM_LLD_SRCREV_dra7xx-evm = "0ac5d734db30c2fa1429cf17a0cecdff5421328d"
-PM_LLD_SRCREV_am57xx-evm = "0ac5d734db30c2fa1429cf17a0cecdff5421328d"
+# Below commit ID corresponds to "DEV.PM_LLD.01.08.00.17"
+PM_LLD_SRCREV_dra7xx-evm = "720f7df19f1b34cd72d8d3937baf5ff0011fd5dd"
+PM_LLD_SRCREV_am57xx-evm = "720f7df19f1b34cd72d8d3937baf5ff0011fd5dd"
 
 
 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.03"
+PV = "01.04.00.04"
 PR = "r0"
 
 S = "${WORKDIR}/${PM_LLD_GIT_DESTSUFFIX}"
-- 
2.7.4



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

* [rocko/master][PATCH 14/23] sa-lld: Updating to version 03.00.00.20
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (12 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 13/23] pm-lld-rtos: Updating to version 01.04.00.04 & 01.08.00.17 for am57xx/dra7xx Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 15/23] serdes-diag-rtos: Update to version 01.00.00.10 Jacob Stiffler
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/sa-lld/sa-lld.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/sa-lld/sa-lld.inc b/recipes-bsp/sa-lld/sa-lld.inc
index 9e101ba..2837b9a 100644
--- a/recipes-bsp/sa-lld/sa-lld.inc
+++ b/recipes-bsp/sa-lld/sa-lld.inc
@@ -8,14 +8,14 @@ SA_LLD_GIT_PROTOCOL = "git"
 SA_LLD_GIT_BRANCH = "master"
 SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa"
 
-# Below commit ID corresponding to "DEV.SA_LLD.03.00.00.19"
-SA_LLD_SRCREV = "885e40c384b8986fe93928fcff84c6f0db5ea843"
+# Below commit ID corresponding to "DEV.SA_LLD.03.00.00.20"
+SA_LLD_SRCREV = "af0e6ad9fcc41085e3dc7e463e093e77741b26ad"
 
 BRANCH = "${SA_LLD_GIT_BRANCH}"
 SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 SRCREV = "${SA_LLD_SRCREV}"
 
-PV = "03.00.00.19"
+PV = "03.00.00.20"
 INC_PR = "r0"
 
 S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"
-- 
2.7.4



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

* [rocko/master][PATCH 15/23] serdes-diag-rtos: Update to version 01.00.00.10
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (13 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 14/23] sa-lld: Updating to version 03.00.00.20 Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 16/23] spi-lld-rtos: Update to version 01.00.00.10A Jacob Stiffler
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb b/recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb
index 415f787..25d4742 100644
--- a/recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb
+++ b/recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb
@@ -13,14 +13,14 @@ SERDES_DIAG_GIT_PROTOCOL = "git"
 SERDES_DIAG_GIT_BRANCH = "master"
 SERDES_DIAG_GIT_DESTSUFFIX = "git/ti/diag/serdes_diag"
 
-# Below commit ID corresponds to "DEV.DIAG_SERDES_SB.01.00.00.09"
-SERDES_DIAG_SRCREV = "22c47cc6e1784a3d2813424da5b469e4168659a6"
+# Below commit ID corresponds to "DEV.DIAG_SERDES_SB.01.00.00.10"
+SERDES_DIAG_SRCREV = "0154d758e2df0f38baec97843dca0b784dcce6b4"
 
 BRANCH = "${SERDES_DIAG_GIT_BRANCH}"
 SRC_URI = "${SERDES_DIAG_GIT_URI};destsuffix=${SERDES_DIAG_GIT_DESTSUFFIX};protocol=${SERDES_DIAG_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${SERDES_DIAG_SRCREV}"
-PV = "01.00.00.09"
+PV = "01.00.00.10"
 PR = "r0"
 
 S = "${WORKDIR}/${SERDES_DIAG_GIT_DESTSUFFIX}"
-- 
2.7.4



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

* [rocko/master][PATCH 16/23] spi-lld-rtos: Update to version 01.00.00.10A
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (14 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 15/23] serdes-diag-rtos: Update to version 01.00.00.10 Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 17/23] uart-lld-rtos: Updating " Jacob Stiffler
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/spi-lld/spi-lld-rtos_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/spi-lld/spi-lld-rtos_git.bb b/recipes-bsp/spi-lld/spi-lld-rtos_git.bb
index 8ad3b6a..04d007b 100644
--- a/recipes-bsp/spi-lld/spi-lld-rtos_git.bb
+++ b/recipes-bsp/spi-lld/spi-lld-rtos_git.bb
@@ -12,14 +12,14 @@ SPI_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/spi-lld.git"
 SPI_LLD_GIT_PROTOCOL = "git"
 SPI_LLD_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.09"
-SPI_LLD_SRCREV = "85ae103a18df777512a8485a4ed7f84189ee0ff6"
+# Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.10A"
+SPI_LLD_SRCREV = "3a62b6d24ba3c70c27442820196a76f98ab6e458"
 
 BRANCH = "${SPI_LLD_GIT_BRANCH}"
 SRC_URI = "${SPI_LLD_GIT_URI};protocol=${SPI_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${SPI_LLD_SRCREV}"
-PV = "01.00.00.09"
+PV = "01.00.00.10A"
 PR = "r0"
 
 DEPENDS_append = " osal-rtos \
-- 
2.7.4



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

* [rocko/master][PATCH 17/23] uart-lld-rtos: Updating to version 01.00.00.10A
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (15 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 16/23] spi-lld-rtos: Update to version 01.00.00.10A Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 18/23] usb-lld-rtos: Update to version 01.00.00.13 Jacob Stiffler
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/uart-lld/uart-lld-rtos_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
index e76401d..c3b3a16 100644
--- a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
+++ b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
@@ -13,14 +13,14 @@ UART_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/uart-lld.git"
 UART_LLD_GIT_PROTOCOL = "git"
 UART_LLD_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.09"
-UART_LLD_SRCREV = "f3670e497186b5ec5258d0e51fb1ebdaa3d60577"
+# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.10A"
+UART_LLD_SRCREV = "4774991ce80627b9f3eb844712e256abaf7462f0"
 
 BRANCH = "${UART_LLD_GIT_BRANCH}"
 SRC_URI = "${UART_LLD_GIT_URI};protocol=${UART_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${UART_LLD_SRCREV}"
-PV = "01.00.00.09"
+PV = "01.00.00.10A"
 PR = "r0"
 
 DEPENDS_append = " edma3-lld-rtos \
-- 
2.7.4



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

* [rocko/master][PATCH 18/23] usb-lld-rtos: Update to version 01.00.00.13
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (16 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 17/23] uart-lld-rtos: Updating " Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 19/23] board-rtos: Updating to version 01.00.10.00A Jacob Stiffler
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/usb-lld/usb-lld-rtos_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/usb-lld/usb-lld-rtos_git.bb b/recipes-bsp/usb-lld/usb-lld-rtos_git.bb
index 441741b..eedb955 100644
--- a/recipes-bsp/usb-lld/usb-lld-rtos_git.bb
+++ b/recipes-bsp/usb-lld/usb-lld-rtos_git.bb
@@ -12,14 +12,14 @@ USB_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/usb.git"
 USB_LLD_GIT_PROTOCOL = "git"
 USB_LLD_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.12B"
-USB_LLD_SRCREV = "c055edbc2e6bf6aad95aa6e83e46a9ff03ee026b"
+# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.13"
+USB_LLD_SRCREV = "bac7156bac2b11c964f67a79752e1d6178fb1e86"
 
 BRANCH = "${USB_LLD_GIT_BRANCH}"
 SRC_URI = "${USB_LLD_GIT_URI};protocol=${USB_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${USB_LLD_SRCREV}"
-PV = "01.00.00.12B"
+PV = "01.00.00.13"
 PR = "r0"
 
 DEPENDS_append = " osal-rtos"
-- 
2.7.4



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

* [rocko/master][PATCH 19/23] board-rtos: Updating to version 01.00.10.00A
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (17 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 18/23] usb-lld-rtos: Update to version 01.00.00.13 Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 20/23] transport-rtos: Udpate to version 1.0.0.11A Jacob Stiffler
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/board-rtos/board-rtos_git.bb | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/board-rtos/board-rtos_git.bb b/recipes-bsp/board-rtos/board-rtos_git.bb
index 1fc9c8e..0a89a77 100644
--- a/recipes-bsp/board-rtos/board-rtos_git.bb
+++ b/recipes-bsp/board-rtos/board-rtos_git.bb
@@ -12,15 +12,15 @@ 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.09.00A"
-BOARD_SRCREV = "387d77aff6e36af54c239a315cb2d477f1466f4d"
+# Below commit ID corresponds to "DEV.BOARD.01.00.10.00A"
+BOARD_SRCREV = "14636b1363383167abb8d2b8ed6297d0b1c64930"
 
 BRANCH ="${BOARD_GIT_BRANCH}"
 SRC_URI = "${BOARD_GIT_URI};protocol=${BOARD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${BOARD_SRCREV}"
-PV = "01.00.09.00A"
-PR = "r1"
+PV = "01.00.10.00A"
+PR = "r0"
 
 DEPENDS_append = " i2c-lld-rtos \
                    spi-lld-rtos \
@@ -59,6 +59,9 @@ DEPENDS_append_ti43x = " gpio-lld-rtos \
                          ti-ndk \
 "
 
+DEPENDS_append_dra7xx = " pm-lld-rtos \
+                          mmcsd-lld-rtos \
+"
 
 # Build with make instead of XDC
 TI_PDK_XDCMAKE = "0"
@@ -70,3 +73,5 @@ export PDK_BOARD_ROOT_PATH ="${WORKDIR}/build"
 export DEST_ROOT="${S}"
 
 XDCPATH_append = ";${PDK_INSTALL_DIR}/packages/ti/csl;${NDK_INSTALL_DIR}/packages"
+
+INSANE_SKIP_${PN} = "arch"
-- 
2.7.4



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

* [rocko/master][PATCH 20/23] transport-rtos: Udpate to version 1.0.0.11A
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (18 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 19/23] board-rtos: Updating to version 01.00.10.00A Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 21/23] osal: Update to version 01.00.00.10A Jacob Stiffler
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Updating to version 1.0.0.11A and update the license checksum of the sub
component recipes

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb  | 2 +-
 recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb | 2 +-
 recipes-bsp/transport-rtos/nimu-rtos_git.bb      | 2 +-
 recipes-bsp/transport-rtos/transport.inc         | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb b/recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb
index 775ef3d..71bea18 100644
--- a/recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb
+++ b/recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb
@@ -5,7 +5,7 @@ require transport.inc
 
 PR = "${INC_PR}.0"
 
-LIC_FILES_CHKSUM = "file://bmet_transport.h;beginline=12;endline=40;md5=7c7fbe6af03d79b61025a67a8fc96f93"
+LIC_FILES_CHKSUM = "file://bmet_transport.h;beginline=12;endline=40;md5=6d209c698b273aef180b0c1d38469e8e"
 
 COMPATIBLE_MACHINE = "k2hk-evm|k2e-evm|k2l-evm"
 
diff --git a/recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb b/recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb
index 9aacfe4..4750e04 100644
--- a/recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb
+++ b/recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb
@@ -5,7 +5,7 @@ require transport.inc
 
 PR = "${INC_PR}.0"
 
-LIC_FILES_CHKSUM = "file://nimu_icssEth.h;beginline=1;endline=35;md5=fd897e67955a19ba88443d4bc2e7e18a"
+LIC_FILES_CHKSUM = "file://nimu_icssEth.h;beginline=1;endline=35;md5=3ea633a510be24d8a89d9d08b930994c"
 
 COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|c66x|omapl1"
 
diff --git a/recipes-bsp/transport-rtos/nimu-rtos_git.bb b/recipes-bsp/transport-rtos/nimu-rtos_git.bb
index 7f4a00d..c60606b 100644
--- a/recipes-bsp/transport-rtos/nimu-rtos_git.bb
+++ b/recipes-bsp/transport-rtos/nimu-rtos_git.bb
@@ -5,7 +5,7 @@ require transport.inc
 
 PR = "${INC_PR}.0"
 
-LIC_FILES_CHKSUM = "file://nimu_eth.h;beginline=1;endline=35;md5=52ba99291b03b91058e37115b66edb10"
+LIC_FILES_CHKSUM = "file://nimu_eth.h;beginline=1;endline=35;md5=ee9c662c39d4584fb2a8b66413d2866d"
 
 COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|omapl1"
 
diff --git a/recipes-bsp/transport-rtos/transport.inc b/recipes-bsp/transport-rtos/transport.inc
index 9097689..8d1b327 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.09"
-TRANSPORT_SRCREV = "7b69e1d6d189c579e2a27b955891f9f268fd0e98"
+# Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.11A"
+TRANSPORT_SRCREV = "472efde60b5ede35c0746c432001d8e3673a6bb9"
 
 BRANCH = "${TRANSPORT_GIT_BRANCH}"
 SRC_URI = "${TRANSPORT_GIT_URI};protocol=${TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${TRANSPORT_SRCREV}"
-PV = "01.00.00.09"
+PV = "01.00.00.11A"
 INC_PR = "r0"
-- 
2.7.4



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

* [rocko/master][PATCH 21/23] osal: Update to version 01.00.00.10A
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (19 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 20/23] transport-rtos: Udpate to version 1.0.0.11A Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 22/23] starterware:starterware-rtos: Udpate to version 02.01.01.06C & rtos updates Jacob Stiffler
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/osal/osal.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/osal/osal.inc b/recipes-bsp/osal/osal.inc
index 70ab2fa..2eac344 100644
--- a/recipes-bsp/osal/osal.inc
+++ b/recipes-bsp/osal/osal.inc
@@ -9,12 +9,12 @@ OSAL_GIT_PROTOCOL = "git"
 OSAL_GIT_BRANCH = "master"
 OSAL_GIT_DESTSUFFIX = "git/ti/osal"
 
-# Below commit ID corresponding to "DEV.OSAL.01.00.00.09"
-OSAL_SRCREV = "0bb1151f3622fb65f41f1d3dcffcee63fe9724de"
+# Below commit ID corresponding to "DEV.OSAL.01.00.00.10A"
+OSAL_SRCREV = "d26876bd625d14fc71a9dc79c09d03fab22631dd"
 
 BRANCH = "${OSAL_GIT_BRANCH}"
 SRC_URI = "${OSAL_GIT_URI};destsuffix=${OSAL_GIT_DESTSUFFIX};protocol=${OSAL_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${OSAL_SRCREV}"
-PV = "01.00.00.09"
+PV = "01.00.00.10A"
 INC_PR = "r0"
-- 
2.7.4



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

* [rocko/master][PATCH 22/23] starterware:starterware-rtos: Udpate to version 02.01.01.06C & rtos updates
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (20 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 21/23] osal: Update to version 01.00.00.10A Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 17:02 ` [rocko/master][PATCH 23/23] ti-pdk-build-rtos: Updating to version 01.00.00.08E which uses make install internally Jacob Stiffler
  2018-04-13 18:24 ` [rocko/master][PATCH 00/23] TI RTOS Updates Denys Dmytriyenko
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

This also includes rtos receipes changes required as a part of update to
02.01.01.06C

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/starterware/starterware-rtos_git.bb | 7 +++++--
 recipes-bsp/starterware/starterware.inc         | 6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/recipes-bsp/starterware/starterware-rtos_git.bb b/recipes-bsp/starterware/starterware-rtos_git.bb
index 88176bb..b846c04 100644
--- a/recipes-bsp/starterware/starterware-rtos_git.bb
+++ b/recipes-bsp/starterware/starterware-rtos_git.bb
@@ -1,6 +1,6 @@
 require starterware.inc
 
-DEPENDS = "gcc-arm-none-eabi-native"
+DEPENDS = "gcc-arm-none-eabi-native ti-pdk-build-rtos"
 
 require recipes-ti/includes/ti-paths.inc
 
@@ -11,6 +11,8 @@ PARTNO_ti43x = "am437x"
 
 export TOOLCHAIN_PATH_A8 = "${GCC_ARM_NONE_TOOLCHAIN}"
 export TOOLCHAIN_PATH_A9 = "${GCC_ARM_NONE_TOOLCHAIN}"
+export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages"
+export XDC_INSTALL_PATH = "${XDC_INSTALL_DIR}"
 
 do_compile() {
     cd build
@@ -27,4 +29,5 @@ FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
 INHIBIT_PACKAGE_STRIP = "1"
 INHIBIT_SYSROOT_STRIP = "1"
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
-INSANE_SKIP_${PN} = "arch staticdev"
+INSANE_SKIP_${PN} = "arch staticdev file-rdeps"
+
diff --git a/recipes-bsp/starterware/starterware.inc b/recipes-bsp/starterware/starterware.inc
index ba17ef2..7772c84 100644
--- a/recipes-bsp/starterware/starterware.inc
+++ b/recipes-bsp/starterware/starterware.inc
@@ -8,14 +8,14 @@ STARTERWARE_GIT_URI = "git://git.ti.com/keystone-rtos/starterware.git"
 STARTERWARE_GIT_PROTOCOL = "git"
 STARTERWARE_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.05"
-STARTERWARE_SRCREV = "58526af258ef9a10a9eec32d2a6e3a1c9e6f9e88"
+# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.06C"
+STARTERWARE_SRCREV = "c8bbba0b37303529307be608ecca5fee66099973"
 
 BRANCH = "${STARTERWARE_GIT_BRANCH}"
 SRC_URI = "${STARTERWARE_GIT_URI};protocol=${STARTERWARE_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${STARTERWARE_SRCREV}"
-PV = "02.01.01.05"
+PV = "02.01.01.06C"
 INC_PR = "r0"
 
 S = "${WORKDIR}/git"
-- 
2.7.4



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

* [rocko/master][PATCH 23/23] ti-pdk-build-rtos: Updating to version 01.00.00.08E which uses make install internally
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (21 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 22/23] starterware:starterware-rtos: Udpate to version 02.01.01.06C & rtos updates Jacob Stiffler
@ 2018-04-13 17:02 ` Jacob Stiffler
  2018-04-13 18:24 ` [rocko/master][PATCH 00/23] TI RTOS Updates Denys Dmytriyenko
  23 siblings, 0 replies; 32+ messages in thread
From: Jacob Stiffler @ 2018-04-13 17:02 UTC (permalink / raw)
  To: meta-ti

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

The new version uses make install thereby eliminating the need to do the
same in the yocto recipe. Hence removing the same from the recipe.

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 199 +----------------------
 1 file changed, 7 insertions(+), 192 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 bb133b8..0f60714 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.08"
+PV = "01.00.00.08E"
 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.08"
-PDK_BUILD_SRCREV = "f68931ff82eb051fc026ae28b2555f3c581eb6b9"
+# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.08E"
+PDK_BUILD_SRCREV = "9622a097c143188cab74b8827461eafdf54f8ed9"
 
 BRANCH = "${PDK_BUILD_GIT_BRANCH}"
 SRC_URI = "\
@@ -27,202 +27,17 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 S = "${WORKDIR}/git/"
 
+PARALLEL_MAKE = ""
 CLEANBROKEN = "1"
 
 do_compile() {
     :
 }
 
-do_install() {
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-
-    install -m 0755 Rules.make ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build
-    install -m 0755 comp_top.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build
-    install -m 0755 comp_paths.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build
-
-    install -m 0755 makerules/build_config.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/common.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/component.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/env.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/platform.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-}
-
-do_install_append_ti33x() {
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am335x
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-
-    install -m 0755 makerules/rules_a8.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_a8_extend.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_pru.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-
-    install -m 0755 am335x/config_am335x_a8.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am335x
-    install -m 0755 pruss/lnk_a8_a9_a15_REV1.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU0_REV1_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU1_REV1_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/lnk_a8_a9_a15_REV1_linux.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    
-}
-
-do_install_append_ti43x() {
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am437x
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-
-    install -m 0755 makerules/rules_a9.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_pru.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-
-    install -m 0755 am437x/config_am437x_a9.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am437x
-    install -m 0755 pruss/lnk_a8_a9_a15_REV1.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU0_REV1_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU1_REV1_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/lnk_a8_a9_a15_REV1_linux.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    
-}
-
-do_install_append_am57xx-evm() {
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am571x
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am572x
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am574x
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-
-    install -m 0755 makerules/rules_66.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_a15.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_m4.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_ti_cgt_arm.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_pru.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-
-    install -m 0755 am571x/config_am571x.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am571x
-    install -m 0755 am571x/config_am571x_c66.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am571x
-    install -m 0755 am571x/config_am571x_a15.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am571x
-    install -m 0755 am571x/mem_segment_definition_1024mb_bios.xs ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am571x
-    install -m 0755 am572x/config_am572x.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am572x
-    install -m 0755 am572x/config_am572x_c66.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am572x
-    install -m 0755 am572x/config_am572x_a15.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am572x
-    install -m 0755 am572x/mem_segment_definition_1024mb_bios.xs ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am572x
-    install -m 0755 am574x/config_am574x.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am574x
-    install -m 0755 am574x/config_am574x_c66.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am574x
-    install -m 0755 am574x/config_am574x_a15.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am574x
-    install -m 0755 am574x/mem_segment_definition_1024mb_bios.xs ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am574x
-    
-    install -m 0755 pruss/lnk_a8_a9_a15_REV1.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/lnk_c66_m4_REV1.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU0_REV1_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU0_REV1_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU1_REV1_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU1_REV1_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/lnk_a8_a9_a15_REV2.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/lnk_c66_m4_REV2.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU0_REV2_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU0_REV2_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU1_REV2_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU1_REV2_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/lnk_a8_a9_a15_REV1_linux.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/lnk_a8_a9_a15_REV2_linux.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-}
-
-do_install_append_am57xx-hs-evm() {
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am571x
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am572x
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-
-    install -m 0755 makerules/rules_66.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_a15.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_m4.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_ti_cgt_arm.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_pru.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-
-    install -m 0755 am571x/config_am571x.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am571x
-    install -m 0755 am571x/config_am571x_c66.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am571x
-    install -m 0755 am571x/config_am571x_a15.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am571x
-    install -m 0755 am571x/mem_segment_definition_1024mb_bios.xs ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am571x
-    install -m 0755 am572x/config_am572x.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am572x
-    install -m 0755 am572x/config_am572x_c66.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am572x
-    install -m 0755 am572x/config_am572x_a15.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am572x
-    install -m 0755 am572x/mem_segment_definition_1024mb_bios.xs ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/am572x
-    
-    install -m 0755 pruss/lnk_a8_a9_a15_REV1.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/lnk_c66_m4_REV1.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU0_REV1_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU0_REV1_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU1_REV1_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU1_REV1_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/lnk_a8_a9_a15_REV2.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/lnk_c66_m4_REV2.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU0_REV2_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU0_REV2_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU1_REV2_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU1_REV2_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-}
+EXTRA_OEMAKE = "-f make_install LIMIT_SOCS="${TI_PDK_LIMIT_SOCS}" PDK_INSTALL_DIR="${D}${PDK_INSTALL_DIR_RECIPE}""
 
-do_install_append_dra7xx() {
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda3xx
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
-
-    install -m 0755 makefile ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/
-
-    install -m 0755 makerules/rules_66.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_a15.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_m4.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_arp32.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_ti_cgt_arm.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-
-    install -m 0755 tda2xx/config_tda2xx.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
-    install -m 0755 tda2xx/config_tda2xx_a15.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
-    install -m 0755 tda2xx/config_tda2xx_c66.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
-    install -m 0755 tda2xx/mem_segment_definition_1024mb_bios.xs ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
-    install -m 0755 tda3xx/config_tda3xx.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda3xx
-    install -m 0755 tda3xx/config_tda3xx_c66.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda3xx
-    install -m 0755 tda2ex/config_tda2ex.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
-    install -m 0755 tda2ex/config_tda2ex_a15.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
-    install -m 0755 tda2ex/config_tda2ex_c66.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
-    install -m 0755 tda2ex/mem_segment_definition_1024mb_bios.xs ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
-}
-
-do_install_append_keystone() {
-    install -m 0755 makerules/rules_66.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_a15.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-}
-
-do_install_append_k2g() {
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/k2g
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss    
-
-    install -m 0755 makerules/rules_pru.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 k2g/config_k2g_a15.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/k2g
-    install -m 0755 k2g/config_k2g_c66.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/k2g
-    install -m 0755 pruss/lnk_a8_a9_a15_REV2.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/lnk_c66_m4_REV2.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU0_REV2_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU0_REV2_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU1_REV2_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-    install -m 0755 pruss/PRU1_REV2_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss    
-    install -m 0755 pruss/lnk_a8_a9_a15_REV2_linux.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
-}
-
-do_install_append_c66x() {
-    install -m 0755 makerules/rules_66.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-}
-
-do_install_append_omapl1() {
-
-    install -m 0755 makerules/rules_674.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_ae9.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-    install -m 0755 makerules/rules_ti_cgt_arm.mk ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
-}
-
-do_install_append_omapl137-evm() {
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/omapl137
-
-    install -m 0755 omapl137/config_omapl137_c674x.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/omapl137
-    install -m 0755 omapl137/config_omapl137_arm9.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/omapl137
-}
-
-do_install_append_omapl138-lcdk() {
-    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/omapl138
-
-    install -m 0755 omapl138/config_omapl138_c674x.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/omapl138
-    install -m 0755 omapl138/config_omapl138_arm9.bld ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/omapl138
+do_install() {
+    oe_runmake
 }
 
 FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages/*"
-- 
2.7.4



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

* Re: [rocko/master][PATCH 00/23] TI RTOS Updates
  2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
                   ` (22 preceding siblings ...)
  2018-04-13 17:02 ` [rocko/master][PATCH 23/23] ti-pdk-build-rtos: Updating to version 01.00.00.08E which uses make install internally Jacob Stiffler
@ 2018-04-13 18:24 ` Denys Dmytriyenko
  2018-04-16 19:53   ` Stiffler, Jacob
  23 siblings, 1 reply; 32+ messages in thread
From: Denys Dmytriyenko @ 2018-04-13 18:24 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-ti

Thanks Jake and Mahesh! I'll merge the series to rocko-next and give it a try.


On Fri, Apr 13, 2018 at 01:01:56PM -0400, Jacob Stiffler wrote:
> 
> Mahesh Radhakrishnan (23):
>   common-csl-ip: Updating to version 03.03.00.10
>   emac-lld-rtos: Updating to version 01.00.03.10A
>   edma3-lld:Updating to version 02.12.05.30C
>   fatfs-rtos: Updating to version 01.00.00.09
>   gpio-lld-rtos: Updating to version 01.00.00.10
>   i2c-lld-rtos: Updating to version 01.00.00.10 & dependency updates
>   icss-emac-lld: Updating to version 01.00.00.11B
>   mcasp-lld-rtos: Update to version 01.01.00.09
>   mcbsp-lld-rtos:Updating to version 01.00.00.09
>   mmcsd-lld-rtos: Update to version 01.00.00.11
>   pcie-lld-rtos: Update to version 02.02.00.12
>   pruss-lld: Updating to version 01.00.00.09A
>   pm-lld-rtos: Updating to version 01.04.00.04 & 01.08.00.17 for
>     am57xx/dra7xx
>   sa-lld: Updating to version 03.00.00.20
>   serdes-diag-rtos: Update to version 01.00.00.10
>   spi-lld-rtos: Update to version 01.00.00.10A
>   uart-lld-rtos: Updating to version 01.00.00.10A
>   usb-lld-rtos: Update to version 01.00.00.13
>   board-rtos: Updating to version 01.00.10.00A
>   transport-rtos: Udpate to version 1.0.0.11A
>   osal: Update to version 01.00.00.10A
>   starterware:starterware-rtos: Udpate to version 02.01.01.06C & rtos
>     updates
>   ti-pdk-build-rtos: Updating to version 01.00.00.08E which uses make
>     install internally
> 
>  recipes-bsp/board-rtos/board-rtos_git.bb           |  13 +-
>  .../common-csl-ip/common-csl-ip-rtos_git.bb        |   2 +-
>  recipes-bsp/common-csl-ip/common-csl-ip.inc        |   6 +-
>  recipes-bsp/edma3-lld/edma3-lld.inc                |   6 +-
>  recipes-bsp/emac-lld/emac-lld-rtos_git.bb          |   6 +-
>  recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb           |   6 +-
>  recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb          |   6 +-
>  recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb            |  12 +-
>  recipes-bsp/icss-emac-lld/icss-emac-lld.inc        |   6 +-
>  recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb        |   6 +-
>  recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb        |   6 +-
>  recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb        |   6 +-
>  recipes-bsp/osal/osal.inc                          |   6 +-
>  recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb          |   6 +-
>  recipes-bsp/pm-lld/pm-lld-rtos_git.bb              |  12 +-
>  recipes-bsp/pruss-lld/pruss-lld.inc                |   6 +-
>  recipes-bsp/sa-lld/sa-lld.inc                      |   6 +-
>  recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb    |   6 +-
>  recipes-bsp/spi-lld/spi-lld-rtos_git.bb            |   6 +-
>  recipes-bsp/starterware/starterware-rtos_git.bb    |   7 +-
>  recipes-bsp/starterware/starterware.inc            |   6 +-
>  recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb    |   2 +-
>  recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb   |   2 +-
>  recipes-bsp/transport-rtos/nimu-rtos_git.bb        |   2 +-
>  recipes-bsp/transport-rtos/transport.inc           |   6 +-
>  recipes-bsp/uart-lld/uart-lld-rtos_git.bb          |   6 +-
>  recipes-bsp/usb-lld/usb-lld-rtos_git.bb            |   6 +-
>  recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb   | 199 +--------------------
>  28 files changed, 97 insertions(+), 268 deletions(-)
> 
> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [rocko/master][PATCH 00/23] TI RTOS Updates
  2018-04-13 18:24 ` [rocko/master][PATCH 00/23] TI RTOS Updates Denys Dmytriyenko
@ 2018-04-16 19:53   ` Stiffler, Jacob
  2018-04-16 20:02     ` Denys Dmytriyenko
  0 siblings, 1 reply; 32+ messages in thread
From: Stiffler, Jacob @ 2018-04-16 19:53 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti

Denys,

Will you be applying these soon? I have some fixes for issues exposed by the migration to rocko.

Thanks,
Jake

> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Friday, April 13, 2018 2:24 PM
> To: Stiffler, Jacob
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS Updates
> 
> Thanks Jake and Mahesh! I'll merge the series to rocko-next and give it a try.
> 
> 
> On Fri, Apr 13, 2018 at 01:01:56PM -0400, Jacob Stiffler wrote:
> >
> > Mahesh Radhakrishnan (23):
> >   common-csl-ip: Updating to version 03.03.00.10
> >   emac-lld-rtos: Updating to version 01.00.03.10A
> >   edma3-lld:Updating to version 02.12.05.30C
> >   fatfs-rtos: Updating to version 01.00.00.09
> >   gpio-lld-rtos: Updating to version 01.00.00.10
> >   i2c-lld-rtos: Updating to version 01.00.00.10 & dependency updates
> >   icss-emac-lld: Updating to version 01.00.00.11B
> >   mcasp-lld-rtos: Update to version 01.01.00.09
> >   mcbsp-lld-rtos:Updating to version 01.00.00.09
> >   mmcsd-lld-rtos: Update to version 01.00.00.11
> >   pcie-lld-rtos: Update to version 02.02.00.12
> >   pruss-lld: Updating to version 01.00.00.09A
> >   pm-lld-rtos: Updating to version 01.04.00.04 & 01.08.00.17 for
> >     am57xx/dra7xx
> >   sa-lld: Updating to version 03.00.00.20
> >   serdes-diag-rtos: Update to version 01.00.00.10
> >   spi-lld-rtos: Update to version 01.00.00.10A
> >   uart-lld-rtos: Updating to version 01.00.00.10A
> >   usb-lld-rtos: Update to version 01.00.00.13
> >   board-rtos: Updating to version 01.00.10.00A
> >   transport-rtos: Udpate to version 1.0.0.11A
> >   osal: Update to version 01.00.00.10A
> >   starterware:starterware-rtos: Udpate to version 02.01.01.06C & rtos
> >     updates
> >   ti-pdk-build-rtos: Updating to version 01.00.00.08E which uses make
> >     install internally
> >
> >  recipes-bsp/board-rtos/board-rtos_git.bb           |  13 +-
> >  .../common-csl-ip/common-csl-ip-rtos_git.bb        |   2 +-
> >  recipes-bsp/common-csl-ip/common-csl-ip.inc        |   6 +-
> >  recipes-bsp/edma3-lld/edma3-lld.inc                |   6 +-
> >  recipes-bsp/emac-lld/emac-lld-rtos_git.bb          |   6 +-
> >  recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb           |   6 +-
> >  recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb          |   6 +-
> >  recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb            |  12 +-
> >  recipes-bsp/icss-emac-lld/icss-emac-lld.inc        |   6 +-
> >  recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb        |   6 +-
> >  recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb        |   6 +-
> >  recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb        |   6 +-
> >  recipes-bsp/osal/osal.inc                          |   6 +-
> >  recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb          |   6 +-
> >  recipes-bsp/pm-lld/pm-lld-rtos_git.bb              |  12 +-
> >  recipes-bsp/pruss-lld/pruss-lld.inc                |   6 +-
> >  recipes-bsp/sa-lld/sa-lld.inc                      |   6 +-
> >  recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb    |   6 +-
> >  recipes-bsp/spi-lld/spi-lld-rtos_git.bb            |   6 +-
> >  recipes-bsp/starterware/starterware-rtos_git.bb    |   7 +-
> >  recipes-bsp/starterware/starterware.inc            |   6 +-
> >  recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb    |   2 +-
> >  recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb   |   2 +-
> >  recipes-bsp/transport-rtos/nimu-rtos_git.bb        |   2 +-
> >  recipes-bsp/transport-rtos/transport.inc           |   6 +-
> >  recipes-bsp/uart-lld/uart-lld-rtos_git.bb          |   6 +-
> >  recipes-bsp/usb-lld/usb-lld-rtos_git.bb            |   6 +-
> >  recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb   | 199 +--------------------
> >  28 files changed, 97 insertions(+), 268 deletions(-)
> >
> > --
> > 2.7.4
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [rocko/master][PATCH 00/23] TI RTOS Updates
  2018-04-16 19:53   ` Stiffler, Jacob
@ 2018-04-16 20:02     ` Denys Dmytriyenko
  2018-04-16 20:12       ` Stiffler, Jacob
  0 siblings, 1 reply; 32+ messages in thread
From: Denys Dmytriyenko @ 2018-04-16 20:02 UTC (permalink / raw)
  To: Stiffler, Jacob; +Cc: meta-ti

How severe are the issues? I was planning on pulling them into rocko-next 
tonight, but if there was breakage, the set won't get merged to rocko anyway. 
So, if you already have fixes, you can re-spin and resubmit the entire series. 
If the issues are minor, it's up to you - you can wait until the set is merged 
to rocko and then follow up with your fixes on top...


On Mon, Apr 16, 2018 at 03:53:48PM -0400, Stiffler, Jacob wrote:
>    Denys,
> 
>    Will you be applying these soon? I have some fixes for issues exposed by
>    the migration to rocko.
> 
>    Thanks,
>    Jake
> 
>    > -----Original Message-----
>    > From: Dmytriyenko, Denys
>    > Sent: Friday, April 13, 2018 2:24 PM
>    > To: Stiffler, Jacob
>    > Cc: meta-ti@yoctoproject.org
>    > Subject: Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS Updates
>    >
>    > Thanks Jake and Mahesh! I'll merge the series to rocko-next and give it
>    a try.
>    >
>    >
>    > On Fri, Apr 13, 2018 at 01:01:56PM -0400, Jacob Stiffler wrote:
>    > >
>    > > Mahesh Radhakrishnan (23):
>    > >   common-csl-ip: Updating to version 03.03.00.10
>    > >   emac-lld-rtos: Updating to version 01.00.03.10A
>    > >   edma3-lld:Updating to version 02.12.05.30C
>    > >   fatfs-rtos: Updating to version 01.00.00.09
>    > >   gpio-lld-rtos: Updating to version 01.00.00.10
>    > >   i2c-lld-rtos: Updating to version 01.00.00.10 & dependency updates
>    > >   icss-emac-lld: Updating to version 01.00.00.11B
>    > >   mcasp-lld-rtos: Update to version 01.01.00.09
>    > >   mcbsp-lld-rtos:Updating to version 01.00.00.09
>    > >   mmcsd-lld-rtos: Update to version 01.00.00.11
>    > >   pcie-lld-rtos: Update to version 02.02.00.12
>    > >   pruss-lld: Updating to version 01.00.00.09A
>    > >   pm-lld-rtos: Updating to version 01.04.00.04 & 01.08.00.17 for
>    > >     am57xx/dra7xx
>    > >   sa-lld: Updating to version 03.00.00.20
>    > >   serdes-diag-rtos: Update to version 01.00.00.10
>    > >   spi-lld-rtos: Update to version 01.00.00.10A
>    > >   uart-lld-rtos: Updating to version 01.00.00.10A
>    > >   usb-lld-rtos: Update to version 01.00.00.13
>    > >   board-rtos: Updating to version 01.00.10.00A
>    > >   transport-rtos: Udpate to version 1.0.0.11A
>    > >   osal: Update to version 01.00.00.10A
>    > >   starterware:starterware-rtos: Udpate to version 02.01.01.06C & rtos
>    > >     updates
>    > >   ti-pdk-build-rtos: Updating to version 01.00.00.08E which uses make
>    > >     install internally
>    > >
>    > >  recipes-bsp/board-rtos/board-rtos_git.bb           |  13 +-
>    > >  .../common-csl-ip/common-csl-ip-rtos_git.bb        |   2 +-
>    > >  recipes-bsp/common-csl-ip/common-csl-ip.inc        |   6 +-
>    > >  recipes-bsp/edma3-lld/edma3-lld.inc                |   6 +-
>    > >  recipes-bsp/emac-lld/emac-lld-rtos_git.bb          |   6 +-
>    > >  recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb           |   6 +-
>    > >  recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb          |   6 +-
>    > >  recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb            |  12 +-
>    > >  recipes-bsp/icss-emac-lld/icss-emac-lld.inc        |   6 +-
>    > >  recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb        |   6 +-
>    > >  recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb        |   6 +-
>    > >  recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb        |   6 +-
>    > >  recipes-bsp/osal/osal.inc                          |   6 +-
>    > >  recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb          |   6 +-
>    > >  recipes-bsp/pm-lld/pm-lld-rtos_git.bb              |  12 +-
>    > >  recipes-bsp/pruss-lld/pruss-lld.inc                |   6 +-
>    > >  recipes-bsp/sa-lld/sa-lld.inc                      |   6 +-
>    > >  recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb    |   6 +-
>    > >  recipes-bsp/spi-lld/spi-lld-rtos_git.bb            |   6 +-
>    > >  recipes-bsp/starterware/starterware-rtos_git.bb    |   7 +-
>    > >  recipes-bsp/starterware/starterware.inc            |   6 +-
>    > >  recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb    |   2 +-
>    > >  recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb   |   2 +-
>    > >  recipes-bsp/transport-rtos/nimu-rtos_git.bb        |   2 +-
>    > >  recipes-bsp/transport-rtos/transport.inc           |   6 +-
>    > >  recipes-bsp/uart-lld/uart-lld-rtos_git.bb          |   6 +-
>    > >  recipes-bsp/usb-lld/usb-lld-rtos_git.bb            |   6 +-
>    > >  recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb   | 199
>    +--------------------
>    > >  28 files changed, 97 insertions(+), 268 deletions(-)
>    > >
>    > > --
>    > > 2.7.4
>    > >
>    > > --
>    > > _______________________________________________
>    > > meta-ti mailing list
>    > > meta-ti@yoctoproject.org
>    > > https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [rocko/master][PATCH 00/23] TI RTOS Updates
  2018-04-16 20:02     ` Denys Dmytriyenko
@ 2018-04-16 20:12       ` Stiffler, Jacob
  2018-04-16 20:26         ` [EXTERNAL] " Stiffler, Jacob
  0 siblings, 1 reply; 32+ messages in thread
From: Stiffler, Jacob @ 2018-04-16 20:12 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Monday, April 16, 2018 4:02 PM
> To: Stiffler, Jacob
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS Updates
> 
> How severe are the issues? I was planning on pulling them into rocko-next
> tonight, but if there was breakage, the set won't get merged to rocko
> anyway.
> So, if you already have fixes, you can re-spin and resubmit the entire series.
> If the issues are minor, it's up to you - you can wait until the set is merged to
> rocko and then follow up with your fixes on top...
> 

It is nothing that will break linux targets, and the fixes are only to add a missing dependency for traceframework and nimu-rtos. 

I'll just send out the set again to get it in.

> 
> On Mon, Apr 16, 2018 at 03:53:48PM -0400, Stiffler, Jacob wrote:
> >    Denys,
> >
> >    Will you be applying these soon? I have some fixes for issues exposed by
> >    the migration to rocko.
> >
> >    Thanks,
> >    Jake
> >
> >    > -----Original Message-----
> >    > From: Dmytriyenko, Denys
> >    > Sent: Friday, April 13, 2018 2:24 PM
> >    > To: Stiffler, Jacob
> >    > Cc: meta-ti@yoctoproject.org
> >    > Subject: Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS Updates
> >    >
> >    > Thanks Jake and Mahesh! I'll merge the series to rocko-next and give it
> >    a try.
> >    >
> >    >
> >    > On Fri, Apr 13, 2018 at 01:01:56PM -0400, Jacob Stiffler wrote:
> >    > >
> >    > > Mahesh Radhakrishnan (23):
> >    > >   common-csl-ip: Updating to version 03.03.00.10
> >    > >   emac-lld-rtos: Updating to version 01.00.03.10A
> >    > >   edma3-lld:Updating to version 02.12.05.30C
> >    > >   fatfs-rtos: Updating to version 01.00.00.09
> >    > >   gpio-lld-rtos: Updating to version 01.00.00.10
> >    > >   i2c-lld-rtos: Updating to version 01.00.00.10 & dependency updates
> >    > >   icss-emac-lld: Updating to version 01.00.00.11B
> >    > >   mcasp-lld-rtos: Update to version 01.01.00.09
> >    > >   mcbsp-lld-rtos:Updating to version 01.00.00.09
> >    > >   mmcsd-lld-rtos: Update to version 01.00.00.11
> >    > >   pcie-lld-rtos: Update to version 02.02.00.12
> >    > >   pruss-lld: Updating to version 01.00.00.09A
> >    > >   pm-lld-rtos: Updating to version 01.04.00.04 & 01.08.00.17 for
> >    > >     am57xx/dra7xx
> >    > >   sa-lld: Updating to version 03.00.00.20
> >    > >   serdes-diag-rtos: Update to version 01.00.00.10
> >    > >   spi-lld-rtos: Update to version 01.00.00.10A
> >    > >   uart-lld-rtos: Updating to version 01.00.00.10A
> >    > >   usb-lld-rtos: Update to version 01.00.00.13
> >    > >   board-rtos: Updating to version 01.00.10.00A
> >    > >   transport-rtos: Udpate to version 1.0.0.11A
> >    > >   osal: Update to version 01.00.00.10A
> >    > >   starterware:starterware-rtos: Udpate to version 02.01.01.06C & rtos
> >    > >     updates
> >    > >   ti-pdk-build-rtos: Updating to version 01.00.00.08E which uses make
> >    > >     install internally
> >    > >
> >    > >  recipes-bsp/board-rtos/board-rtos_git.bb           |  13 +-
> >    > >  .../common-csl-ip/common-csl-ip-rtos_git.bb        |   2 +-
> >    > >  recipes-bsp/common-csl-ip/common-csl-ip.inc        |   6 +-
> >    > >  recipes-bsp/edma3-lld/edma3-lld.inc                |   6 +-
> >    > >  recipes-bsp/emac-lld/emac-lld-rtos_git.bb          |   6 +-
> >    > >  recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb           |   6 +-
> >    > >  recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb          |   6 +-
> >    > >  recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb            |  12 +-
> >    > >  recipes-bsp/icss-emac-lld/icss-emac-lld.inc        |   6 +-
> >    > >  recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb        |   6 +-
> >    > >  recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb        |   6 +-
> >    > >  recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb        |   6 +-
> >    > >  recipes-bsp/osal/osal.inc                          |   6 +-
> >    > >  recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb          |   6 +-
> >    > >  recipes-bsp/pm-lld/pm-lld-rtos_git.bb              |  12 +-
> >    > >  recipes-bsp/pruss-lld/pruss-lld.inc                |   6 +-
> >    > >  recipes-bsp/sa-lld/sa-lld.inc                      |   6 +-
> >    > >  recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb    |   6 +-
> >    > >  recipes-bsp/spi-lld/spi-lld-rtos_git.bb            |   6 +-
> >    > >  recipes-bsp/starterware/starterware-rtos_git.bb    |   7 +-
> >    > >  recipes-bsp/starterware/starterware.inc            |   6 +-
> >    > >  recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb    |   2 +-
> >    > >  recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb   |   2 +-
> >    > >  recipes-bsp/transport-rtos/nimu-rtos_git.bb        |   2 +-
> >    > >  recipes-bsp/transport-rtos/transport.inc           |   6 +-
> >    > >  recipes-bsp/uart-lld/uart-lld-rtos_git.bb          |   6 +-
> >    > >  recipes-bsp/usb-lld/usb-lld-rtos_git.bb            |   6 +-
> >    > >  recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb   | 199
> >    +--------------------
> >    > >  28 files changed, 97 insertions(+), 268 deletions(-)
> >    > >
> >    > > --
> >    > > 2.7.4
> >    > >
> >    > > --
> >    > > _______________________________________________
> >    > > meta-ti mailing list
> >    > > meta-ti@yoctoproject.org
> >    > > https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [EXTERNAL] Re: [rocko/master][PATCH 00/23] TI RTOS Updates
  2018-04-16 20:12       ` Stiffler, Jacob
@ 2018-04-16 20:26         ` Stiffler, Jacob
  2018-04-16 20:29           ` Denys Dmytriyenko
  0 siblings, 1 reply; 32+ messages in thread
From: Stiffler, Jacob @ 2018-04-16 20:26 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti



> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> bounces@yoctoproject.org] On Behalf Of Stiffler, Jacob
> Sent: Monday, April 16, 2018 4:12 PM
> To: Dmytriyenko, Denys
> Cc: meta-ti@yoctoproject.org
> Subject: [EXTERNAL] Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS
> Updates
> 
> 
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Monday, April 16, 2018 4:02 PM
> > To: Stiffler, Jacob
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS Updates
> >
> > How severe are the issues? I was planning on pulling them into
> > rocko-next tonight, but if there was breakage, the set won't get
> > merged to rocko anyway.
> > So, if you already have fixes, you can re-spin and resubmit the entire
> series.
> > If the issues are minor, it's up to you - you can wait until the set
> > is merged to rocko and then follow up with your fixes on top...
> >
> 
> It is nothing that will break linux targets, and the fixes are only to add a
> missing dependency for traceframework and nimu-rtos.
> 

Traceframework-rtos cannot be fixed yet as it is missing a dependent recipe. So it is only a minor fix to transport-rtos. 

Would you prefer the whole patch set, or just a single v2?

> 
> I'll just send out the set again to get it in.
> 
> >
> > On Mon, Apr 16, 2018 at 03:53:48PM -0400, Stiffler, Jacob wrote:
> > >    Denys,
> > >
> > >    Will you be applying these soon? I have some fixes for issues exposed
> by
> > >    the migration to rocko.
> > >
> > >    Thanks,
> > >    Jake
> > >
> > >    > -----Original Message-----
> > >    > From: Dmytriyenko, Denys
> > >    > Sent: Friday, April 13, 2018 2:24 PM
> > >    > To: Stiffler, Jacob
> > >    > Cc: meta-ti@yoctoproject.org
> > >    > Subject: Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS Updates
> > >    >
> > >    > Thanks Jake and Mahesh! I'll merge the series to rocko-next and give
> it
> > >    a try.
> > >    >
> > >    >
> > >    > On Fri, Apr 13, 2018 at 01:01:56PM -0400, Jacob Stiffler wrote:
> > >    > >
> > >    > > Mahesh Radhakrishnan (23):
> > >    > >   common-csl-ip: Updating to version 03.03.00.10
> > >    > >   emac-lld-rtos: Updating to version 01.00.03.10A
> > >    > >   edma3-lld:Updating to version 02.12.05.30C
> > >    > >   fatfs-rtos: Updating to version 01.00.00.09
> > >    > >   gpio-lld-rtos: Updating to version 01.00.00.10
> > >    > >   i2c-lld-rtos: Updating to version 01.00.00.10 & dependency updates
> > >    > >   icss-emac-lld: Updating to version 01.00.00.11B
> > >    > >   mcasp-lld-rtos: Update to version 01.01.00.09
> > >    > >   mcbsp-lld-rtos:Updating to version 01.00.00.09
> > >    > >   mmcsd-lld-rtos: Update to version 01.00.00.11
> > >    > >   pcie-lld-rtos: Update to version 02.02.00.12
> > >    > >   pruss-lld: Updating to version 01.00.00.09A
> > >    > >   pm-lld-rtos: Updating to version 01.04.00.04 & 01.08.00.17 for
> > >    > >     am57xx/dra7xx
> > >    > >   sa-lld: Updating to version 03.00.00.20
> > >    > >   serdes-diag-rtos: Update to version 01.00.00.10
> > >    > >   spi-lld-rtos: Update to version 01.00.00.10A
> > >    > >   uart-lld-rtos: Updating to version 01.00.00.10A
> > >    > >   usb-lld-rtos: Update to version 01.00.00.13
> > >    > >   board-rtos: Updating to version 01.00.10.00A
> > >    > >   transport-rtos: Udpate to version 1.0.0.11A
> > >    > >   osal: Update to version 01.00.00.10A
> > >    > >   starterware:starterware-rtos: Udpate to version 02.01.01.06C & rtos
> > >    > >     updates
> > >    > >   ti-pdk-build-rtos: Updating to version 01.00.00.08E which uses
> make
> > >    > >     install internally
> > >    > >
> > >    > >  recipes-bsp/board-rtos/board-rtos_git.bb           |  13 +-
> > >    > >  .../common-csl-ip/common-csl-ip-rtos_git.bb        |   2 +-
> > >    > >  recipes-bsp/common-csl-ip/common-csl-ip.inc        |   6 +-
> > >    > >  recipes-bsp/edma3-lld/edma3-lld.inc                |   6 +-
> > >    > >  recipes-bsp/emac-lld/emac-lld-rtos_git.bb          |   6 +-
> > >    > >  recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb           |   6 +-
> > >    > >  recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb          |   6 +-
> > >    > >  recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb            |  12 +-
> > >    > >  recipes-bsp/icss-emac-lld/icss-emac-lld.inc        |   6 +-
> > >    > >  recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb        |   6 +-
> > >    > >  recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb        |   6 +-
> > >    > >  recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb        |   6 +-
> > >    > >  recipes-bsp/osal/osal.inc                          |   6 +-
> > >    > >  recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb          |   6 +-
> > >    > >  recipes-bsp/pm-lld/pm-lld-rtos_git.bb              |  12 +-
> > >    > >  recipes-bsp/pruss-lld/pruss-lld.inc                |   6 +-
> > >    > >  recipes-bsp/sa-lld/sa-lld.inc                      |   6 +-
> > >    > >  recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb    |   6 +-
> > >    > >  recipes-bsp/spi-lld/spi-lld-rtos_git.bb            |   6 +-
> > >    > >  recipes-bsp/starterware/starterware-rtos_git.bb    |   7 +-
> > >    > >  recipes-bsp/starterware/starterware.inc            |   6 +-
> > >    > >  recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb    |   2 +-
> > >    > >  recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb   |   2 +-
> > >    > >  recipes-bsp/transport-rtos/nimu-rtos_git.bb        |   2 +-
> > >    > >  recipes-bsp/transport-rtos/transport.inc           |   6 +-
> > >    > >  recipes-bsp/uart-lld/uart-lld-rtos_git.bb          |   6 +-
> > >    > >  recipes-bsp/usb-lld/usb-lld-rtos_git.bb            |   6 +-
> > >    > >  recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb   | 199
> > >    +--------------------
> > >    > >  28 files changed, 97 insertions(+), 268 deletions(-)
> > >    > >
> > >    > > --
> > >    > > 2.7.4
> > >    > >
> > >    > > --
> > >    > > _______________________________________________
> > >    > > meta-ti mailing list
> > >    > > meta-ti@yoctoproject.org
> > >    > > https://lists.yoctoproject.org/listinfo/meta-ti
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [EXTERNAL] Re: [rocko/master][PATCH 00/23] TI RTOS Updates
  2018-04-16 20:26         ` [EXTERNAL] " Stiffler, Jacob
@ 2018-04-16 20:29           ` Denys Dmytriyenko
  2018-04-16 20:31             ` Stiffler, Jacob
  0 siblings, 1 reply; 32+ messages in thread
From: Denys Dmytriyenko @ 2018-04-16 20:29 UTC (permalink / raw)
  To: Stiffler, Jacob; +Cc: meta-ti

On Mon, Apr 16, 2018 at 04:26:30PM -0400, Stiffler, Jacob wrote:
>    > -----Original Message-----
>    > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
>    > bounces@yoctoproject.org] On Behalf Of Stiffler, Jacob
>    > Sent: Monday, April 16, 2018 4:12 PM
>    > To: Dmytriyenko, Denys
>    > Cc: meta-ti@yoctoproject.org
>    > Subject: [EXTERNAL] Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS
>    > Updates
>    >
>    >
>    >
>    > > -----Original Message-----
>    > > From: Dmytriyenko, Denys
>    > > Sent: Monday, April 16, 2018 4:02 PM
>    > > To: Stiffler, Jacob
>    > > Cc: meta-ti@yoctoproject.org
>    > > Subject: Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS Updates
>    > >
>    > > How severe are the issues? I was planning on pulling them into
>    > > rocko-next tonight, but if there was breakage, the set won't get
>    > > merged to rocko anyway.
>    > > So, if you already have fixes, you can re-spin and resubmit the entire
>    > series.
>    > > If the issues are minor, it's up to you - you can wait until the set
>    > > is merged to rocko and then follow up with your fixes on top...
>    > >
>    >
>    > It is nothing that will break linux targets, and the fixes are only to
>    add a
>    > missing dependency for traceframework and nimu-rtos.
>    >
> 
>    Traceframework-rtos cannot be fixed yet as it is missing a dependent
>    recipe. So it is only a minor fix to transport-rtos.
> 
>    Would you prefer the whole patch set, or just a single v2?

If this doesn't affect Linux builds, we can go ahead with this set and merge 
the fix later.


>    > I'll just send out the set again to get it in.
>    >
>    > >
>    > > On Mon, Apr 16, 2018 at 03:53:48PM -0400, Stiffler, Jacob wrote:
>    > > >    Denys,
>    > > >
>    > > >    Will you be applying these soon? I have some fixes for issues
>    exposed
>    > by
>    > > >    the migration to rocko.
>    > > >
>    > > >    Thanks,
>    > > >    Jake
>    > > >
>    > > >    > -----Original Message-----
>    > > >    > From: Dmytriyenko, Denys
>    > > >    > Sent: Friday, April 13, 2018 2:24 PM
>    > > >    > To: Stiffler, Jacob
>    > > >    > Cc: meta-ti@yoctoproject.org
>    > > >    > Subject: Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS
>    Updates
>    > > >    >
>    > > >    > Thanks Jake and Mahesh! I'll merge the series to rocko-next and
>    give
>    > it
>    > > >    a try.
>    > > >    >
>    > > >    >
>    > > >    > On Fri, Apr 13, 2018 at 01:01:56PM -0400, Jacob Stiffler wrote:
>    > > >    > >
>    > > >    > > Mahesh Radhakrishnan (23):
>    > > >    > >   common-csl-ip: Updating to version 03.03.00.10
>    > > >    > >   emac-lld-rtos: Updating to version 01.00.03.10A
>    > > >    > >   edma3-lld:Updating to version 02.12.05.30C
>    > > >    > >   fatfs-rtos: Updating to version 01.00.00.09
>    > > >    > >   gpio-lld-rtos: Updating to version 01.00.00.10
>    > > >    > >   i2c-lld-rtos: Updating to version 01.00.00.10 & dependency
>    updates
>    > > >    > >   icss-emac-lld: Updating to version 01.00.00.11B
>    > > >    > >   mcasp-lld-rtos: Update to version 01.01.00.09
>    > > >    > >   mcbsp-lld-rtos:Updating to version 01.00.00.09
>    > > >    > >   mmcsd-lld-rtos: Update to version 01.00.00.11
>    > > >    > >   pcie-lld-rtos: Update to version 02.02.00.12
>    > > >    > >   pruss-lld: Updating to version 01.00.00.09A
>    > > >    > >   pm-lld-rtos: Updating to version 01.04.00.04 & 01.08.00.17
>    for
>    > > >    > >     am57xx/dra7xx
>    > > >    > >   sa-lld: Updating to version 03.00.00.20
>    > > >    > >   serdes-diag-rtos: Update to version 01.00.00.10
>    > > >    > >   spi-lld-rtos: Update to version 01.00.00.10A
>    > > >    > >   uart-lld-rtos: Updating to version 01.00.00.10A
>    > > >    > >   usb-lld-rtos: Update to version 01.00.00.13
>    > > >    > >   board-rtos: Updating to version 01.00.10.00A
>    > > >    > >   transport-rtos: Udpate to version 1.0.0.11A
>    > > >    > >   osal: Update to version 01.00.00.10A
>    > > >    > >   starterware:starterware-rtos: Udpate to version
>    02.01.01.06C & rtos
>    > > >    > >     updates
>    > > >    > >   ti-pdk-build-rtos: Updating to version 01.00.00.08E which
>    uses
>    > make
>    > > >    > >     install internally
>    > > >    > >
>    > > >    > >  recipes-bsp/board-rtos/board-rtos_git.bb           |  13 +-
>    > > >    > >  .../common-csl-ip/common-csl-ip-rtos_git.bb        |   2 +-
>    > > >    > >  recipes-bsp/common-csl-ip/common-csl-ip.inc        |   6 +-
>    > > >    > >  recipes-bsp/edma3-lld/edma3-lld.inc                |   6 +-
>    > > >    > >  recipes-bsp/emac-lld/emac-lld-rtos_git.bb          |   6 +-
>    > > >    > >  recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb           |   6 +-
>    > > >    > >  recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb          |   6 +-
>    > > >    > >  recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb            |  12 +-
>    > > >    > >  recipes-bsp/icss-emac-lld/icss-emac-lld.inc        |   6 +-
>    > > >    > >  recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb        |   6 +-
>    > > >    > >  recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb        |   6 +-
>    > > >    > >  recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb        |   6 +-
>    > > >    > >  recipes-bsp/osal/osal.inc                          |   6 +-
>    > > >    > >  recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb          |   6 +-
>    > > >    > >  recipes-bsp/pm-lld/pm-lld-rtos_git.bb              |  12 +-
>    > > >    > >  recipes-bsp/pruss-lld/pruss-lld.inc                |   6 +-
>    > > >    > >  recipes-bsp/sa-lld/sa-lld.inc                      |   6 +-
>    > > >    > >  recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb    |   6 +-
>    > > >    > >  recipes-bsp/spi-lld/spi-lld-rtos_git.bb            |   6 +-
>    > > >    > >  recipes-bsp/starterware/starterware-rtos_git.bb    |   7 +-
>    > > >    > >  recipes-bsp/starterware/starterware.inc            |   6 +-
>    > > >    > >  recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb    |   2 +-
>    > > >    > >  recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb   |   2 +-
>    > > >    > >  recipes-bsp/transport-rtos/nimu-rtos_git.bb        |   2 +-
>    > > >    > >  recipes-bsp/transport-rtos/transport.inc           |   6 +-
>    > > >    > >  recipes-bsp/uart-lld/uart-lld-rtos_git.bb          |   6 +-
>    > > >    > >  recipes-bsp/usb-lld/usb-lld-rtos_git.bb            |   6 +-
>    > > >    > >  recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb   | 199
>    > > >    +--------------------
>    > > >    > >  28 files changed, 97 insertions(+), 268 deletions(-)
>    > > >    > >
>    > > >    > > --
>    > > >    > > 2.7.4
>    > > >    > >
>    > > >    > > --
>    > > >    > > _______________________________________________
>    > > >    > > meta-ti mailing list
>    > > >    > > meta-ti@yoctoproject.org
>    > > >    > > https://lists.yoctoproject.org/listinfo/meta-ti
>    > --
>    > _______________________________________________
>    > meta-ti mailing list
>    > meta-ti@yoctoproject.org
>    > https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [EXTERNAL] Re: [rocko/master][PATCH 00/23] TI RTOS Updates
  2018-04-16 20:29           ` Denys Dmytriyenko
@ 2018-04-16 20:31             ` Stiffler, Jacob
  2018-04-16 20:34               ` Denys Dmytriyenko
  0 siblings, 1 reply; 32+ messages in thread
From: Stiffler, Jacob @ 2018-04-16 20:31 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Monday, April 16, 2018 4:30 PM
> To: Stiffler, Jacob
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [EXTERNAL] Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS
> Updates
> 
> On Mon, Apr 16, 2018 at 04:26:30PM -0400, Stiffler, Jacob wrote:
> >    > -----Original Message-----
> >    > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> >    > bounces@yoctoproject.org] On Behalf Of Stiffler, Jacob
> >    > Sent: Monday, April 16, 2018 4:12 PM
> >    > To: Dmytriyenko, Denys
> >    > Cc: meta-ti@yoctoproject.org
> >    > Subject: [EXTERNAL] Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS
> >    > Updates
> >    >
> >    >
> >    >
> >    > > -----Original Message-----
> >    > > From: Dmytriyenko, Denys
> >    > > Sent: Monday, April 16, 2018 4:02 PM
> >    > > To: Stiffler, Jacob
> >    > > Cc: meta-ti@yoctoproject.org
> >    > > Subject: Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS Updates
> >    > >
> >    > > How severe are the issues? I was planning on pulling them into
> >    > > rocko-next tonight, but if there was breakage, the set won't get
> >    > > merged to rocko anyway.
> >    > > So, if you already have fixes, you can re-spin and resubmit the entire
> >    > series.
> >    > > If the issues are minor, it's up to you - you can wait until the set
> >    > > is merged to rocko and then follow up with your fixes on top...
> >    > >
> >    >
> >    > It is nothing that will break linux targets, and the fixes are only to
> >    add a
> >    > missing dependency for traceframework and nimu-rtos.
> >    >
> >
> >    Traceframework-rtos cannot be fixed yet as it is missing a dependent
> >    recipe. So it is only a minor fix to transport-rtos.
> >
> >    Would you prefer the whole patch set, or just a single v2?
> 
> If this doesn't affect Linux builds, we can go ahead with this set and merge
> the fix later.
> 

I just want to make sure I submit it now so I don't have to spend the time coming back to it, or I forget about it.

Do you mind if I submit it as a separate patch on top of the set?

> 
> >    > I'll just send out the set again to get it in.
> >    >
> >    > >
> >    > > On Mon, Apr 16, 2018 at 03:53:48PM -0400, Stiffler, Jacob wrote:
> >    > > >    Denys,
> >    > > >
> >    > > >    Will you be applying these soon? I have some fixes for issues
> >    exposed
> >    > by
> >    > > >    the migration to rocko.
> >    > > >
> >    > > >    Thanks,
> >    > > >    Jake
> >    > > >
> >    > > >    > -----Original Message-----
> >    > > >    > From: Dmytriyenko, Denys
> >    > > >    > Sent: Friday, April 13, 2018 2:24 PM
> >    > > >    > To: Stiffler, Jacob
> >    > > >    > Cc: meta-ti@yoctoproject.org
> >    > > >    > Subject: Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS
> >    Updates
> >    > > >    >
> >    > > >    > Thanks Jake and Mahesh! I'll merge the series to rocko-next and
> >    give
> >    > it
> >    > > >    a try.
> >    > > >    >
> >    > > >    >
> >    > > >    > On Fri, Apr 13, 2018 at 01:01:56PM -0400, Jacob Stiffler wrote:
> >    > > >    > >
> >    > > >    > > Mahesh Radhakrishnan (23):
> >    > > >    > >   common-csl-ip: Updating to version 03.03.00.10
> >    > > >    > >   emac-lld-rtos: Updating to version 01.00.03.10A
> >    > > >    > >   edma3-lld:Updating to version 02.12.05.30C
> >    > > >    > >   fatfs-rtos: Updating to version 01.00.00.09
> >    > > >    > >   gpio-lld-rtos: Updating to version 01.00.00.10
> >    > > >    > >   i2c-lld-rtos: Updating to version 01.00.00.10 & dependency
> >    updates
> >    > > >    > >   icss-emac-lld: Updating to version 01.00.00.11B
> >    > > >    > >   mcasp-lld-rtos: Update to version 01.01.00.09
> >    > > >    > >   mcbsp-lld-rtos:Updating to version 01.00.00.09
> >    > > >    > >   mmcsd-lld-rtos: Update to version 01.00.00.11
> >    > > >    > >   pcie-lld-rtos: Update to version 02.02.00.12
> >    > > >    > >   pruss-lld: Updating to version 01.00.00.09A
> >    > > >    > >   pm-lld-rtos: Updating to version 01.04.00.04 & 01.08.00.17
> >    for
> >    > > >    > >     am57xx/dra7xx
> >    > > >    > >   sa-lld: Updating to version 03.00.00.20
> >    > > >    > >   serdes-diag-rtos: Update to version 01.00.00.10
> >    > > >    > >   spi-lld-rtos: Update to version 01.00.00.10A
> >    > > >    > >   uart-lld-rtos: Updating to version 01.00.00.10A
> >    > > >    > >   usb-lld-rtos: Update to version 01.00.00.13
> >    > > >    > >   board-rtos: Updating to version 01.00.10.00A
> >    > > >    > >   transport-rtos: Udpate to version 1.0.0.11A
> >    > > >    > >   osal: Update to version 01.00.00.10A
> >    > > >    > >   starterware:starterware-rtos: Udpate to version
> >    02.01.01.06C & rtos
> >    > > >    > >     updates
> >    > > >    > >   ti-pdk-build-rtos: Updating to version 01.00.00.08E which
> >    uses
> >    > make
> >    > > >    > >     install internally
> >    > > >    > >
> >    > > >    > >  recipes-bsp/board-rtos/board-rtos_git.bb           |  13 +-
> >    > > >    > >  .../common-csl-ip/common-csl-ip-rtos_git.bb        |   2 +-
> >    > > >    > >  recipes-bsp/common-csl-ip/common-csl-ip.inc        |   6 +-
> >    > > >    > >  recipes-bsp/edma3-lld/edma3-lld.inc                |   6 +-
> >    > > >    > >  recipes-bsp/emac-lld/emac-lld-rtos_git.bb          |   6 +-
> >    > > >    > >  recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb           |   6 +-
> >    > > >    > >  recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb          |   6 +-
> >    > > >    > >  recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb            |  12 +-
> >    > > >    > >  recipes-bsp/icss-emac-lld/icss-emac-lld.inc        |   6 +-
> >    > > >    > >  recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb        |   6 +-
> >    > > >    > >  recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb        |   6 +-
> >    > > >    > >  recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb        |   6 +-
> >    > > >    > >  recipes-bsp/osal/osal.inc                          |   6 +-
> >    > > >    > >  recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb          |   6 +-
> >    > > >    > >  recipes-bsp/pm-lld/pm-lld-rtos_git.bb              |  12 +-
> >    > > >    > >  recipes-bsp/pruss-lld/pruss-lld.inc                |   6 +-
> >    > > >    > >  recipes-bsp/sa-lld/sa-lld.inc                      |   6 +-
> >    > > >    > >  recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb    |   6 +-
> >    > > >    > >  recipes-bsp/spi-lld/spi-lld-rtos_git.bb            |   6 +-
> >    > > >    > >  recipes-bsp/starterware/starterware-rtos_git.bb    |   7 +-
> >    > > >    > >  recipes-bsp/starterware/starterware.inc            |   6 +-
> >    > > >    > >  recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb    |   2 +-
> >    > > >    > >  recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb   |   2 +-
> >    > > >    > >  recipes-bsp/transport-rtos/nimu-rtos_git.bb        |   2 +-
> >    > > >    > >  recipes-bsp/transport-rtos/transport.inc           |   6 +-
> >    > > >    > >  recipes-bsp/uart-lld/uart-lld-rtos_git.bb          |   6 +-
> >    > > >    > >  recipes-bsp/usb-lld/usb-lld-rtos_git.bb            |   6 +-
> >    > > >    > >  recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb   | 199
> >    > > >    +--------------------
> >    > > >    > >  28 files changed, 97 insertions(+), 268 deletions(-)
> >    > > >    > >
> >    > > >    > > --
> >    > > >    > > 2.7.4
> >    > > >    > >
> >    > > >    > > --
> >    > > >    > > _______________________________________________
> >    > > >    > > meta-ti mailing list
> >    > > >    > > meta-ti@yoctoproject.org
> >    > > >    > > https://lists.yoctoproject.org/listinfo/meta-ti
> >    > --
> >    > _______________________________________________
> >    > meta-ti mailing list
> >    > meta-ti@yoctoproject.org
> >    > https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [EXTERNAL] Re: [rocko/master][PATCH 00/23] TI RTOS Updates
  2018-04-16 20:31             ` Stiffler, Jacob
@ 2018-04-16 20:34               ` Denys Dmytriyenko
  0 siblings, 0 replies; 32+ messages in thread
From: Denys Dmytriyenko @ 2018-04-16 20:34 UTC (permalink / raw)
  To: Stiffler, Jacob; +Cc: meta-ti

On Mon, Apr 16, 2018 at 04:31:42PM -0400, Stiffler, Jacob wrote:
>    > -----Original Message-----
>    > From: Dmytriyenko, Denys
>    > Sent: Monday, April 16, 2018 4:30 PM
>    > To: Stiffler, Jacob
>    > Cc: meta-ti@yoctoproject.org
>    > Subject: Re: [EXTERNAL] Re: [meta-ti] [rocko/master][PATCH 00/23] TI
>    RTOS
>    > Updates
>    >
>    > On Mon, Apr 16, 2018 at 04:26:30PM -0400, Stiffler, Jacob wrote:
>    > >    > -----Original Message-----
>    > >    > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
>    > >    > bounces@yoctoproject.org] On Behalf Of Stiffler, Jacob
>    > >    > Sent: Monday, April 16, 2018 4:12 PM
>    > >    > To: Dmytriyenko, Denys
>    > >    > Cc: meta-ti@yoctoproject.org
>    > >    > Subject: [EXTERNAL] Re: [meta-ti] [rocko/master][PATCH 00/23] TI
>    RTOS
>    > >    > Updates
>    > >    >
>    > >    >
>    > >    >
>    > >    > > -----Original Message-----
>    > >    > > From: Dmytriyenko, Denys
>    > >    > > Sent: Monday, April 16, 2018 4:02 PM
>    > >    > > To: Stiffler, Jacob
>    > >    > > Cc: meta-ti@yoctoproject.org
>    > >    > > Subject: Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS
>    Updates
>    > >    > >
>    > >    > > How severe are the issues? I was planning on pulling them into
>    > >    > > rocko-next tonight, but if there was breakage, the set won't
>    get
>    > >    > > merged to rocko anyway.
>    > >    > > So, if you already have fixes, you can re-spin and resubmit the
>    entire
>    > >    > series.
>    > >    > > If the issues are minor, it's up to you - you can wait until
>    the set
>    > >    > > is merged to rocko and then follow up with your fixes on top...
>    > >    > >
>    > >    >
>    > >    > It is nothing that will break linux targets, and the fixes are
>    only to
>    > >    add a
>    > >    > missing dependency for traceframework and nimu-rtos.
>    > >    >
>    > >
>    > >    Traceframework-rtos cannot be fixed yet as it is missing a
>    dependent
>    > >    recipe. So it is only a minor fix to transport-rtos.
>    > >
>    > >    Would you prefer the whole patch set, or just a single v2?
>    >
>    > If this doesn't affect Linux builds, we can go ahead with this set and
>    merge
>    > the fix later.
>    >
> 
>    I just want to make sure I submit it now so I don't have to spend the time
>    coming back to it, or I forget about it.
> 
>    Do you mind if I submit it as a separate patch on top of the set?

Sure, go ahead. Let's just hope I don't have to drop the entire set while 
testing in rocko-next... :)

>    > >    > I'll just send out the set again to get it in.
>    > >    >
>    > >    > >
>    > >    > > On Mon, Apr 16, 2018 at 03:53:48PM -0400, Stiffler, Jacob
>    wrote:
>    > >    > > >    Denys,
>    > >    > > >
>    > >    > > >    Will you be applying these soon? I have some fixes for
>    issues
>    > >    exposed
>    > >    > by
>    > >    > > >    the migration to rocko.
>    > >    > > >
>    > >    > > >    Thanks,
>    > >    > > >    Jake
>    > >    > > >
>    > >    > > >    > -----Original Message-----
>    > >    > > >    > From: Dmytriyenko, Denys
>    > >    > > >    > Sent: Friday, April 13, 2018 2:24 PM
>    > >    > > >    > To: Stiffler, Jacob
>    > >    > > >    > Cc: meta-ti@yoctoproject.org
>    > >    > > >    > Subject: Re: [meta-ti] [rocko/master][PATCH 00/23] TI
>    RTOS
>    > >    Updates
>    > >    > > >    >
>    > >    > > >    > Thanks Jake and Mahesh! I'll merge the series to
>    rocko-next and
>    > >    give
>    > >    > it
>    > >    > > >    a try.
>    > >    > > >    >
>    > >    > > >    >
>    > >    > > >    > On Fri, Apr 13, 2018 at 01:01:56PM -0400, Jacob Stiffler
>    wrote:
>    > >    > > >    > >
>    > >    > > >    > > Mahesh Radhakrishnan (23):
>    > >    > > >    > >   common-csl-ip: Updating to version 03.03.00.10
>    > >    > > >    > >   emac-lld-rtos: Updating to version 01.00.03.10A
>    > >    > > >    > >   edma3-lld:Updating to version 02.12.05.30C
>    > >    > > >    > >   fatfs-rtos: Updating to version 01.00.00.09
>    > >    > > >    > >   gpio-lld-rtos: Updating to version 01.00.00.10
>    > >    > > >    > >   i2c-lld-rtos: Updating to version 01.00.00.10 &
>    dependency
>    > >    updates
>    > >    > > >    > >   icss-emac-lld: Updating to version 01.00.00.11B
>    > >    > > >    > >   mcasp-lld-rtos: Update to version 01.01.00.09
>    > >    > > >    > >   mcbsp-lld-rtos:Updating to version 01.00.00.09
>    > >    > > >    > >   mmcsd-lld-rtos: Update to version 01.00.00.11
>    > >    > > >    > >   pcie-lld-rtos: Update to version 02.02.00.12
>    > >    > > >    > >   pruss-lld: Updating to version 01.00.00.09A
>    > >    > > >    > >   pm-lld-rtos: Updating to version 01.04.00.04 &
>    01.08.00.17
>    > >    for
>    > >    > > >    > >     am57xx/dra7xx
>    > >    > > >    > >   sa-lld: Updating to version 03.00.00.20
>    > >    > > >    > >   serdes-diag-rtos: Update to version 01.00.00.10
>    > >    > > >    > >   spi-lld-rtos: Update to version 01.00.00.10A
>    > >    > > >    > >   uart-lld-rtos: Updating to version 01.00.00.10A
>    > >    > > >    > >   usb-lld-rtos: Update to version 01.00.00.13
>    > >    > > >    > >   board-rtos: Updating to version 01.00.10.00A
>    > >    > > >    > >   transport-rtos: Udpate to version 1.0.0.11A
>    > >    > > >    > >   osal: Update to version 01.00.00.10A
>    > >    > > >    > >   starterware:starterware-rtos: Udpate to version
>    > >    02.01.01.06C & rtos
>    > >    > > >    > >     updates
>    > >    > > >    > >   ti-pdk-build-rtos: Updating to version 01.00.00.08E
>    which
>    > >    uses
>    > >    > make
>    > >    > > >    > >     install internally
>    > >    > > >    > >
>    > >    > > >    > >  recipes-bsp/board-rtos/board-rtos_git.bb           | 
>    13 +-
>    > >    > > >    > >  .../common-csl-ip/common-csl-ip-rtos_git.bb       
>    |   2 +-
>    > >    > > >    > >  recipes-bsp/common-csl-ip/common-csl-ip.inc       
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/edma3-lld/edma3-lld.inc               
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/emac-lld/emac-lld-rtos_git.bb         
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb          
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb         
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb            | 
>    12 +-
>    > >    > > >    > >  recipes-bsp/icss-emac-lld/icss-emac-lld.inc       
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb       
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb       
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb       
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/osal/osal.inc                         
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb         
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/pm-lld/pm-lld-rtos_git.bb              | 
>    12 +-
>    > >    > > >    > >  recipes-bsp/pruss-lld/pruss-lld.inc               
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/sa-lld/sa-lld.inc                     
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb   
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/spi-lld/spi-lld-rtos_git.bb           
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/starterware/starterware-rtos_git.bb   
>    |   7 +-
>    > >    > > >    > >  recipes-bsp/starterware/starterware.inc           
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb   
>    |   2 +-
>    > >    > > >    > >  recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb  
>    |   2 +-
>    > >    > > >    > >  recipes-bsp/transport-rtos/nimu-rtos_git.bb       
>    |   2 +-
>    > >    > > >    > >  recipes-bsp/transport-rtos/transport.inc          
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/uart-lld/uart-lld-rtos_git.bb         
>    |   6 +-
>    > >    > > >    > >  recipes-bsp/usb-lld/usb-lld-rtos_git.bb           
>    |   6 +-
>    > >    > > >    > >  recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb   |
>    199
>    > >    > > >    +--------------------
>    > >    > > >    > >  28 files changed, 97 insertions(+), 268 deletions(-)
>    > >    > > >    > >
>    > >    > > >    > > --
>    > >    > > >    > > 2.7.4
>    > >    > > >    > >
>    > >    > > >    > > --
>    > >    > > >    > > _______________________________________________
>    > >    > > >    > > meta-ti mailing list
>    > >    > > >    > > meta-ti@yoctoproject.org
>    > >    > > >    > > https://lists.yoctoproject.org/listinfo/meta-ti
>    > >    > --
>    > >    > _______________________________________________
>    > >    > meta-ti mailing list
>    > >    > meta-ti@yoctoproject.org
>    > >    > https://lists.yoctoproject.org/listinfo/meta-ti


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

end of thread, other threads:[~2018-04-16 20:35 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-13 17:01 [rocko/master][PATCH 00/23] TI RTOS Updates Jacob Stiffler
2018-04-13 17:01 ` [rocko/master][PATCH 01/23] common-csl-ip: Updating to version 03.03.00.10 Jacob Stiffler
2018-04-13 17:01 ` [rocko/master][PATCH 02/23] emac-lld-rtos: Updating to version 01.00.03.10A Jacob Stiffler
2018-04-13 17:01 ` [rocko/master][PATCH 03/23] edma3-lld:Updating to version 02.12.05.30C Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 04/23] fatfs-rtos: Updating to version 01.00.00.09 Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 05/23] gpio-lld-rtos: Updating to version 01.00.00.10 Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 06/23] i2c-lld-rtos: Updating to version 01.00.00.10 & dependency updates Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 07/23] icss-emac-lld: Updating to version 01.00.00.11B Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 08/23] mcasp-lld-rtos: Update to version 01.01.00.09 Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 09/23] mcbsp-lld-rtos:Updating to version 01.00.00.09 Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 10/23] mmcsd-lld-rtos: Update to version 01.00.00.11 Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 11/23] pcie-lld-rtos: Update to version 02.02.00.12 Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 12/23] pruss-lld: Updating to version 01.00.00.09A Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 13/23] pm-lld-rtos: Updating to version 01.04.00.04 & 01.08.00.17 for am57xx/dra7xx Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 14/23] sa-lld: Updating to version 03.00.00.20 Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 15/23] serdes-diag-rtos: Update to version 01.00.00.10 Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 16/23] spi-lld-rtos: Update to version 01.00.00.10A Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 17/23] uart-lld-rtos: Updating " Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 18/23] usb-lld-rtos: Update to version 01.00.00.13 Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 19/23] board-rtos: Updating to version 01.00.10.00A Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 20/23] transport-rtos: Udpate to version 1.0.0.11A Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 21/23] osal: Update to version 01.00.00.10A Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 22/23] starterware:starterware-rtos: Udpate to version 02.01.01.06C & rtos updates Jacob Stiffler
2018-04-13 17:02 ` [rocko/master][PATCH 23/23] ti-pdk-build-rtos: Updating to version 01.00.00.08E which uses make install internally Jacob Stiffler
2018-04-13 18:24 ` [rocko/master][PATCH 00/23] TI RTOS Updates Denys Dmytriyenko
2018-04-16 19:53   ` Stiffler, Jacob
2018-04-16 20:02     ` Denys Dmytriyenko
2018-04-16 20:12       ` Stiffler, Jacob
2018-04-16 20:26         ` [EXTERNAL] " Stiffler, Jacob
2018-04-16 20:29           ` Denys Dmytriyenko
2018-04-16 20:31             ` Stiffler, Jacob
2018-04-16 20:34               ` Denys Dmytriyenko

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.