All of lore.kernel.org
 help / color / mirror / Atom feed
* [master/krogoth][PATCH 1/6] common-csl-ip: Bump version
@ 2016-09-14  1:29 Justin Sobota
  2016-09-14  1:29 ` [master/krogoth][PATCH 2/6] edma3-lld: " Justin Sobota
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Justin Sobota @ 2016-09-14  1:29 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Justin Sobota <jsobota@ti.com>
---
 recipes-bsp/common-csl-ip/common-csl-ip.inc |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
index 77dfd1b..a6c3887 100644
--- a/recipes-bsp/common-csl-ip/common-csl-ip.inc
+++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
 
 COMPATIBLE_MACHINE = "keystone|dra7xx"
 
-PV = "3.3.0.3C"
+PV = "03.03.00.04A"
 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 corresponds to "DEV.CSL_PROCESSOR-SDK.03.03.00.03C"
-CSL_SRCREV = "ccd8dc29a5edce1a4d6409cb06b460bec6d3ecac"
+# Below commit ID corresponds to "DEV.CSL_PROCESSOR-SDK.03.03.00.04A"
+CSL_SRCREV = "64aba2b19c2f03ef0e5b1814489c910bb19ca2ee"
 
 BRANCH="${CSL_GIT_BRANCH}"
 SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}"
-- 
1.7.10.4



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

* [master/krogoth][PATCH 2/6] edma3-lld: Bump version
  2016-09-14  1:29 [master/krogoth][PATCH 1/6] common-csl-ip: Bump version Justin Sobota
@ 2016-09-14  1:29 ` Justin Sobota
  2016-09-14  1:29 ` [master/krogoth][PATCH 3/6] pa-lld: " Justin Sobota
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Justin Sobota @ 2016-09-14  1:29 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Justin Sobota <jsobota@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 4de5987..ab84fe9 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 tag "DEV_EDMA3_LLD_02_12_01_24"
-EDMA3_LLD_SRCREV = "e864a057032b070fc04628bac1345ecef01e2224"
+# Below commit ID corresponds to tag "DEV_EDMA3_LLD_02_12_01_25"
+EDMA3_LLD_SRCREV = "a8acce9efc2814bdb0b78a250efd470efd9dc0b8"
 
 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.01.24"
+PV = "2.12.01.25"
 INC_PR = "r0"
-- 
1.7.10.4



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

* [master/krogoth][PATCH 3/6] pa-lld: Bump version
  2016-09-14  1:29 [master/krogoth][PATCH 1/6] common-csl-ip: Bump version Justin Sobota
  2016-09-14  1:29 ` [master/krogoth][PATCH 2/6] edma3-lld: " Justin Sobota
@ 2016-09-14  1:29 ` Justin Sobota
  2016-09-14 11:37   ` Jacob Stiffler
  2016-09-14  1:29 ` [master/krogoth][PATCH 4/6] qmss-lld: " Justin Sobota
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 8+ messages in thread
From: Justin Sobota @ 2016-09-14  1:29 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Justin Sobota <jsobota@ti.com>
---
 recipes-bsp/pa-lld/pa-lld.inc |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/pa-lld/pa-lld.inc b/recipes-bsp/pa-lld/pa-lld.inc
index 6c51560..c050044 100644
--- a/recipes-bsp/pa-lld/pa-lld.inc
+++ b/recipes-bsp/pa-lld/pa-lld.inc
@@ -9,16 +9,16 @@ PA_LLD_GIT_PROTOCOL = "git"
 PA_LLD_GIT_BRANCH = "master"
 PA_LLD_GIT_DESTSUFFIX = "git/ti/drv/pa"
 
-# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.12"
-PA_LLD_SRCREV = "d3f3f5d93d3febc24099974bbc77e67c80a83b1e"
+# Below Commit ID corresponds to "DEV.PA_LLD.03.00.02.00"
+PA_LLD_SRCREV = "dca2a281c0c57f3b3018a93fae5485825a33042c"
 
 BRANCH = "${PA_LLD_GIT_BRANCH}"
 SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH} \
             file://0001-makefile_armv7-fix-missing-separator-error.patch"
 SRCREV = "${PA_LLD_SRCREV}"
 
-PV = "03.00.01.12"
-INC_PR = "r2"
+PV = "03.00.02.00"
+INC_PR = "r0"
 
 S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"
 
-- 
1.7.10.4



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

* [master/krogoth][PATCH 4/6] qmss-lld: Bump version
  2016-09-14  1:29 [master/krogoth][PATCH 1/6] common-csl-ip: Bump version Justin Sobota
  2016-09-14  1:29 ` [master/krogoth][PATCH 2/6] edma3-lld: " Justin Sobota
  2016-09-14  1:29 ` [master/krogoth][PATCH 3/6] pa-lld: " Justin Sobota
@ 2016-09-14  1:29 ` Justin Sobota
  2016-09-14  1:29 ` [master/krogoth][PATCH 5/6] sa-lld: " Justin Sobota
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Justin Sobota @ 2016-09-14  1:29 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Justin Sobota <jsobota@ti.com>
---
 recipes-bsp/qmss-lld/qmss-lld.inc |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/qmss-lld/qmss-lld.inc b/recipes-bsp/qmss-lld/qmss-lld.inc
index ed560c8..65764b3 100644
--- a/recipes-bsp/qmss-lld/qmss-lld.inc
+++ b/recipes-bsp/qmss-lld/qmss-lld.inc
@@ -9,15 +9,15 @@ QMSS_LLD_GIT_PROTOCOL = "git"
 QMSS_LLD_GIT_BRANCH = "master"
 QMSS_LLD_GIT_DESTSUFFIX = "git/ti/drv/qmss"
 
-# commit ID corresponding to DEV.QMSS_LLD.02.01.00.14A
-QMSS_LLD_SRCREV = "8fc6a846e509d6ad8499e1de68abd912d7947069"
+# commit ID corresponding to "DEV.QMSS_LLD.02.01.00.14B"
+QMSS_LLD_SRCREV = "04095405680f4ec92eeef9312ba04f7808b1c813"
 
 BRANCH ="${QMSS_LLD_GIT_BRANCH}"
 SRC_URI = "${QMSS_LLD_GIT_URI};destsuffix=${QMSS_LLD_GIT_DESTSUFFIX};protocol=${QMSS_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 SRCREV = "${QMSS_LLD_SRCREV}"
 
-PV = "02.01.00.14"
-INC_PR = "r1"
+PV = "02.01.00.14B"
+INC_PR = "r0"
 
 DEVICELIST = "k2h k2k k2l k2e"
 DEVICELIST_k2hk-evm = "k2h k2k"
-- 
1.7.10.4



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

* [master/krogoth][PATCH 5/6] sa-lld: Bump version
  2016-09-14  1:29 [master/krogoth][PATCH 1/6] common-csl-ip: Bump version Justin Sobota
                   ` (2 preceding siblings ...)
  2016-09-14  1:29 ` [master/krogoth][PATCH 4/6] qmss-lld: " Justin Sobota
@ 2016-09-14  1:29 ` Justin Sobota
  2016-09-14  1:29 ` [master/krogoth][PATCH 6/6] ti-pdk-build-rtos: " Justin Sobota
  2016-09-14 12:12 ` [master/krogoth][PATCH 1/6] common-csl-ip: " Jacob Stiffler
  5 siblings, 0 replies; 8+ messages in thread
From: Justin Sobota @ 2016-09-14  1:29 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Justin Sobota <jsobota@ti.com>
---
 recipes-bsp/sa-lld/sa-lld.inc |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/sa-lld/sa-lld.inc b/recipes-bsp/sa-lld/sa-lld.inc
index 5f0124a..0eb2196 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 corresponds to "DEV.SA_LLD.03.00.00.14"
-SA_LLD_SRCREV = "e0448f5172f9a4d945f9ad1b2a583574c378b5c7"
+# Below commit ID corresponds to "DEV.SA_LLD.03.00.00.15"
+SA_LLD_SRCREV = "59dbcc8b1ed05d81161bc4c472bed8916a004728"
 
 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.14"
-INC_PR = "r2"
+PV = "03.00.00.15"
+INC_PR = "r0"
 
 S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"
-- 
1.7.10.4



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

* [master/krogoth][PATCH 6/6] ti-pdk-build-rtos: Bump version
  2016-09-14  1:29 [master/krogoth][PATCH 1/6] common-csl-ip: Bump version Justin Sobota
                   ` (3 preceding siblings ...)
  2016-09-14  1:29 ` [master/krogoth][PATCH 5/6] sa-lld: " Justin Sobota
@ 2016-09-14  1:29 ` Justin Sobota
  2016-09-14 12:12 ` [master/krogoth][PATCH 1/6] common-csl-ip: " Jacob Stiffler
  5 siblings, 0 replies; 8+ messages in thread
From: Justin Sobota @ 2016-09-14  1:29 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Justin Sobota <jsobota@ti.com>
---
 recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb |    8 ++++----
 1 file changed, 4 insertions(+), 4 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 3a3ab55..65f57ad 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.00A"
-PR = "r4"
+PV = "01.00.00.02"
+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.00A"
-PDK_BUILD_SRCREV = "8a026319765cc125e2daef709841bb3ce1a8d325"
+# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.02"
+PDK_BUILD_SRCREV = "0bbd9d2fdff205fda4893936d7cb71404c003b93"
 
 BRANCH = "${PDK_BUILD_GIT_BRANCH}"
 SRC_URI = "${PDK_BUILD_GIT_URI};protocol=${PDK_BUILD_GIT_PROTOCOL};branch=${BRANCH}"
-- 
1.7.10.4



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

* Re: [master/krogoth][PATCH 3/6] pa-lld: Bump version
  2016-09-14  1:29 ` [master/krogoth][PATCH 3/6] pa-lld: " Justin Sobota
@ 2016-09-14 11:37   ` Jacob Stiffler
  0 siblings, 0 replies; 8+ messages in thread
From: Jacob Stiffler @ 2016-09-14 11:37 UTC (permalink / raw)
  To: Justin Sobota, meta-ti

This fails to build. The patch no longer applies.

- Jake


On 9/13/2016 9:29 PM, Justin Sobota wrote:
> Signed-off-by: Justin Sobota <jsobota@ti.com>
> ---
>   recipes-bsp/pa-lld/pa-lld.inc |    8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/recipes-bsp/pa-lld/pa-lld.inc b/recipes-bsp/pa-lld/pa-lld.inc
> index 6c51560..c050044 100644
> --- a/recipes-bsp/pa-lld/pa-lld.inc
> +++ b/recipes-bsp/pa-lld/pa-lld.inc
> @@ -9,16 +9,16 @@ PA_LLD_GIT_PROTOCOL = "git"
>   PA_LLD_GIT_BRANCH = "master"
>   PA_LLD_GIT_DESTSUFFIX = "git/ti/drv/pa"
>   
> -# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.12"
> -PA_LLD_SRCREV = "d3f3f5d93d3febc24099974bbc77e67c80a83b1e"
> +# Below Commit ID corresponds to "DEV.PA_LLD.03.00.02.00"
> +PA_LLD_SRCREV = "dca2a281c0c57f3b3018a93fae5485825a33042c"
>   
>   BRANCH = "${PA_LLD_GIT_BRANCH}"
>   SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH} \
>               file://0001-makefile_armv7-fix-missing-separator-error.patch"
>   SRCREV = "${PA_LLD_SRCREV}"
>   
> -PV = "03.00.01.12"
> -INC_PR = "r2"
> +PV = "03.00.02.00"
> +INC_PR = "r0"
>   
>   S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"
>   



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

* Re: [master/krogoth][PATCH 1/6] common-csl-ip: Bump version
  2016-09-14  1:29 [master/krogoth][PATCH 1/6] common-csl-ip: Bump version Justin Sobota
                   ` (4 preceding siblings ...)
  2016-09-14  1:29 ` [master/krogoth][PATCH 6/6] ti-pdk-build-rtos: " Justin Sobota
@ 2016-09-14 12:12 ` Jacob Stiffler
  5 siblings, 0 replies; 8+ messages in thread
From: Jacob Stiffler @ 2016-09-14 12:12 UTC (permalink / raw)
  To: Justin Sobota, meta-ti

I also get a build error with this:


| makefile:42: 
.../arago-tmp-external-linaro-toolchain/sysroots/k2hk-evm/usr/share/ti/ti-pdk-tree/packages/ti/build/comp_top.mk: 
No such file or directory
| make: *** No rule to make target 
'.../arago-tmp-external-linaro-toolchain/sysroots/k2hk-evm/usr/share/ti/ti-pdk-tree/packages/ti/build/comp_top.mk'. 
Stop.


- Jake

On 9/13/2016 9:29 PM, Justin Sobota wrote:
> Signed-off-by: Justin Sobota <jsobota@ti.com>
> ---
>   recipes-bsp/common-csl-ip/common-csl-ip.inc |    6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
> index 77dfd1b..a6c3887 100644
> --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc
> +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc
> @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
>   
>   COMPATIBLE_MACHINE = "keystone|dra7xx"
>   
> -PV = "3.3.0.3C"
> +PV = "03.03.00.04A"
>   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 corresponds to "DEV.CSL_PROCESSOR-SDK.03.03.00.03C"
> -CSL_SRCREV = "ccd8dc29a5edce1a4d6409cb06b460bec6d3ecac"
> +# Below commit ID corresponds to "DEV.CSL_PROCESSOR-SDK.03.03.00.04A"
> +CSL_SRCREV = "64aba2b19c2f03ef0e5b1814489c910bb19ca2ee"
>   
>   BRANCH="${CSL_GIT_BRANCH}"
>   SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}"



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

end of thread, other threads:[~2016-09-14 12:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-14  1:29 [master/krogoth][PATCH 1/6] common-csl-ip: Bump version Justin Sobota
2016-09-14  1:29 ` [master/krogoth][PATCH 2/6] edma3-lld: " Justin Sobota
2016-09-14  1:29 ` [master/krogoth][PATCH 3/6] pa-lld: " Justin Sobota
2016-09-14 11:37   ` Jacob Stiffler
2016-09-14  1:29 ` [master/krogoth][PATCH 4/6] qmss-lld: " Justin Sobota
2016-09-14  1:29 ` [master/krogoth][PATCH 5/6] sa-lld: " Justin Sobota
2016-09-14  1:29 ` [master/krogoth][PATCH 6/6] ti-pdk-build-rtos: " Justin Sobota
2016-09-14 12:12 ` [master/krogoth][PATCH 1/6] common-csl-ip: " Jacob Stiffler

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.