* [PATCH 01/10] common-csl-ip: Upgrade to version 3.3.0.2A
2016-03-21 14:51 [PATCH 00/10] Userspace LLD component upgrades Jacob Stiffler
@ 2016-03-21 14:51 ` Jacob Stiffler
2016-03-21 14:51 ` [PATCH 02/10] rm-lld: Upgrade to version 2.2.0.1 Jacob Stiffler
` (8 subsequent siblings)
9 siblings, 0 replies; 16+ messages in thread
From: Jacob Stiffler @ 2016-03-21 14:51 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
recipes-bsp/common-csl-ip/common-csl-ip.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
index e51dd7b..146cb3e 100644
--- a/recipes-bsp/common-csl-ip/common-csl-ip.inc
+++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc
@@ -4,16 +4,16 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
COMPATIBLE_MACHINE = "keystone|dra7xx"
-PV = "3.3.0.1B"
-INC_PR = "r1"
+PV = "3.3.0.2A"
+INC_PR = "r0"
CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git"
CSL_GIT_PROTOCOL ="git"
CSL_GIT_BRANCH = "master"
CSL_GIT_DESTSUFFIX = "git"
-# commit ID corresponds to DEV.CSL_PROCESSOR-SDK.03.03.00.01B
-CSL_SRCREV = "48bb80a8d5919e17528a21be5d3ea6437dfc0425"
+# commit ID corresponds to DEV.CSL_PROCESSOR-SDK.03.03.00.02A
+CSL_SRCREV = "e26dc44be132849d6bcf63b7e9eac744769577dc"
BRANCH="${CSL_GIT_BRANCH}"
SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}"
--
1.9.1
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 02/10] rm-lld: Upgrade to version 2.2.0.1
2016-03-21 14:51 [PATCH 00/10] Userspace LLD component upgrades Jacob Stiffler
2016-03-21 14:51 ` [PATCH 01/10] common-csl-ip: Upgrade to version 3.3.0.2A Jacob Stiffler
@ 2016-03-21 14:51 ` Jacob Stiffler
2016-03-21 14:51 ` [PATCH 03/10] qmss-lld: Upgrade to version 2.1.0.14 Jacob Stiffler
` (7 subsequent siblings)
9 siblings, 0 replies; 16+ messages in thread
From: Jacob Stiffler @ 2016-03-21 14:51 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
recipes-bsp/rm-lld/rm-lld.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/rm-lld/rm-lld.inc b/recipes-bsp/rm-lld/rm-lld.inc
index be71761..70d9b5b 100644
--- a/recipes-bsp/rm-lld/rm-lld.inc
+++ b/recipes-bsp/rm-lld/rm-lld.inc
@@ -7,14 +7,14 @@ RM_LLD_GIT_PROTOCOL = "git"
RM_LLD_GIT_BRANCH = "master"
RM_LLD_GIT_DESTSUFFIX = "git/ti/drv/rm"
-# Below commit ID corresponds to DEV.RM_LLD.02.02.00.00
-RM_LLD_SRCREV = "48fc05bf1835f76760da4341a4c551398aeeb7cd"
+# Below commit ID corresponds to DEV.RM_LLD.02.02.00.01
+RM_LLD_SRCREV = "841f2df9726f456d6c026c0aa03095699962d048"
BRANCH = "${RM_LLD_GIT_BRANCH}"
SRC_URI = "${RM_LLD_GIT_URI};destsuffix=${RM_LLD_GIT_DESTSUFFIX};protocol=${RM_LLD_GIT_PROTOCOL};branch=${BRANCH}"
SRCREV = "${RM_LLD_SRCREV}"
-PV = "02.02.00.00"
+PV = "02.02.00.01"
INC_PR = "r0"
COMPATIBLE_MACHINE = "keystone"
--
1.9.1
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 03/10] qmss-lld: Upgrade to version 2.1.0.14
2016-03-21 14:51 [PATCH 00/10] Userspace LLD component upgrades Jacob Stiffler
2016-03-21 14:51 ` [PATCH 01/10] common-csl-ip: Upgrade to version 3.3.0.2A Jacob Stiffler
2016-03-21 14:51 ` [PATCH 02/10] rm-lld: Upgrade to version 2.2.0.1 Jacob Stiffler
@ 2016-03-21 14:51 ` Jacob Stiffler
2016-03-21 15:08 ` Denys Dmytriyenko
2016-03-21 14:51 ` [PATCH 04/10] cppi-lld: Upgrae to version 2.1.0.12 Jacob Stiffler
` (6 subsequent siblings)
9 siblings, 1 reply; 16+ messages in thread
From: Jacob Stiffler @ 2016-03-21 14:51 UTC (permalink / raw)
To: meta-ti
* Update license with TI_TFL license
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
recipes-bsp/qmss-lld/qmss-lld.inc | 16 +++++-----------
.../qmss-lld/qmss-ld-fix-firmware-installation.patch | 13 -------------
2 files changed, 5 insertions(+), 24 deletions(-)
delete mode 100644 recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch
diff --git a/recipes-bsp/qmss-lld/qmss-lld.inc b/recipes-bsp/qmss-lld/qmss-lld.inc
index fae58e1..1ed77a0 100644
--- a/recipes-bsp/qmss-lld/qmss-lld.inc
+++ b/recipes-bsp/qmss-lld/qmss-lld.inc
@@ -1,5 +1,5 @@
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/qmss/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d"
+LICENSE = "BSD-3-Clause & TI_TFL"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/qmss/COPYING.txt;md5=cd04fb087063a2a82c4ce61983836871"
COMPATIBLE_MACHINE = "keystone"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -9,14 +9,14 @@ 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.12
-QMSS_LLD_SRCREV = "6b093515f38c6e4d3a8014903a563a9b89fd7c98"
+# commit ID corresponding to DEV.QMSS_LLD.02.01.00.14
+QMSS_LLD_SRCREV = "4cc3a3f1bcddfc19e2e7d8dd4208ca215e7ecbae"
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.12"
+PV = "02.01.00.14"
INC_PR = "r0"
DEVICELIST = "k2h k2k k2l k2e"
@@ -25,9 +25,3 @@ DEVICELIST_k2l-evm = "k2l"
DEVICELIST_k2e-evm = "k2e"
S = "${WORKDIR}/${QMSS_LLD_GIT_DESTSUFFIX}"
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/qmss-lld:"
-
-SRC_URI_append = " \
- file://qmss-ld-fix-firmware-installation.patch \
-"
diff --git a/recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch b/recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch
deleted file mode 100644
index a48aae1..0000000
--- a/recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/makefile_armv7 b/makefile_armv7
-index a1fd5c0..d050ace 100644
---- a/makefile_armv7
-+++ b/makefile_armv7
-@@ -117,7 +117,7 @@ install:
- install -d $(INSTALL_LIB_BASE_DIR)
- $(CP) ./*.h $(INSTALL_INC_BASE_DIR)/ti/drv/qmss
- $(CP) ./include/*.h $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/include
-- $(CP) ./firmware/*.h $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/firmware
-+ $(CP) -r ./firmware/* $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/firmware
- $(CP) -r ./device $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/
- @$(CP) -r $(ARMV7LIBDIR)/*.a $(INSTALL_LIB_BASE_DIR)
- @$(CP) -r $(ARMV7LIBDIR)/*.so $(INSTALL_LIB_BASE_DIR)
--
1.9.1
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [PATCH 03/10] qmss-lld: Upgrade to version 2.1.0.14
2016-03-21 14:51 ` [PATCH 03/10] qmss-lld: Upgrade to version 2.1.0.14 Jacob Stiffler
@ 2016-03-21 15:08 ` Denys Dmytriyenko
2016-03-21 15:22 ` Jacob Stiffler
0 siblings, 1 reply; 16+ messages in thread
From: Denys Dmytriyenko @ 2016-03-21 15:08 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-ti
On Mon, Mar 21, 2016 at 10:51:06AM -0400, Jacob Stiffler wrote:
> * Update license with TI_TFL license
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> recipes-bsp/qmss-lld/qmss-lld.inc | 16 +++++-----------
> .../qmss-lld/qmss-ld-fix-firmware-installation.patch | 13 -------------
> 2 files changed, 5 insertions(+), 24 deletions(-)
> delete mode 100644 recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch
>
> diff --git a/recipes-bsp/qmss-lld/qmss-lld.inc b/recipes-bsp/qmss-lld/qmss-lld.inc
> index fae58e1..1ed77a0 100644
> --- a/recipes-bsp/qmss-lld/qmss-lld.inc
> +++ b/recipes-bsp/qmss-lld/qmss-lld.inc
> @@ -1,5 +1,5 @@
> -LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/qmss/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d"
> +LICENSE = "BSD-3-Clause & TI_TFL"
It's dash, not underscore ^^^
Also, I haven't looked at the new COPYING file, but is it parts BSD and parts
TFL or is it dual-licensed i.e. one or another?
> +LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/qmss/COPYING.txt;md5=cd04fb087063a2a82c4ce61983836871"
>
> COMPATIBLE_MACHINE = "keystone"
> PACKAGE_ARCH = "${MACHINE_ARCH}"
> @@ -9,14 +9,14 @@ 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.12
> -QMSS_LLD_SRCREV = "6b093515f38c6e4d3a8014903a563a9b89fd7c98"
> +# commit ID corresponding to DEV.QMSS_LLD.02.01.00.14
> +QMSS_LLD_SRCREV = "4cc3a3f1bcddfc19e2e7d8dd4208ca215e7ecbae"
>
> 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.12"
> +PV = "02.01.00.14"
> INC_PR = "r0"
>
> DEVICELIST = "k2h k2k k2l k2e"
> @@ -25,9 +25,3 @@ DEVICELIST_k2l-evm = "k2l"
> DEVICELIST_k2e-evm = "k2e"
>
> S = "${WORKDIR}/${QMSS_LLD_GIT_DESTSUFFIX}"
> -
> -FILESEXTRAPATHS_prepend := "${THISDIR}/qmss-lld:"
> -
> -SRC_URI_append = " \
> - file://qmss-ld-fix-firmware-installation.patch \
> -"
> diff --git a/recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch b/recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch
> deleted file mode 100644
> index a48aae1..0000000
> --- a/recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -diff --git a/makefile_armv7 b/makefile_armv7
> -index a1fd5c0..d050ace 100644
> ---- a/makefile_armv7
> -+++ b/makefile_armv7
> -@@ -117,7 +117,7 @@ install:
> - install -d $(INSTALL_LIB_BASE_DIR)
> - $(CP) ./*.h $(INSTALL_INC_BASE_DIR)/ti/drv/qmss
> - $(CP) ./include/*.h $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/include
> -- $(CP) ./firmware/*.h $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/firmware
> -+ $(CP) -r ./firmware/* $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/firmware
> - $(CP) -r ./device $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/
> - @$(CP) -r $(ARMV7LIBDIR)/*.a $(INSTALL_LIB_BASE_DIR)
> - @$(CP) -r $(ARMV7LIBDIR)/*.so $(INSTALL_LIB_BASE_DIR)
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: [PATCH 03/10] qmss-lld: Upgrade to version 2.1.0.14
2016-03-21 15:08 ` Denys Dmytriyenko
@ 2016-03-21 15:22 ` Jacob Stiffler
2016-03-21 15:22 ` Denys Dmytriyenko
0 siblings, 1 reply; 16+ messages in thread
From: Jacob Stiffler @ 2016-03-21 15:22 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti
On 3/21/2016 11:08 AM, Denys Dmytriyenko wrote:
> On Mon, Mar 21, 2016 at 10:51:06AM -0400, Jacob Stiffler wrote:
>> * Update license with TI_TFL license
>>
>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>> ---
>> recipes-bsp/qmss-lld/qmss-lld.inc | 16 +++++-----------
>> .../qmss-lld/qmss-ld-fix-firmware-installation.patch | 13 -------------
>> 2 files changed, 5 insertions(+), 24 deletions(-)
>> delete mode 100644 recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch
>>
>> diff --git a/recipes-bsp/qmss-lld/qmss-lld.inc b/recipes-bsp/qmss-lld/qmss-lld.inc
>> index fae58e1..1ed77a0 100644
>> --- a/recipes-bsp/qmss-lld/qmss-lld.inc
>> +++ b/recipes-bsp/qmss-lld/qmss-lld.inc
>> @@ -1,5 +1,5 @@
>> -LICENSE = "BSD-3-Clause"
>> -LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/qmss/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d"
>> +LICENSE = "BSD-3-Clause & TI_TFL"
> It's dash, not underscore ^^^
>
> Also, I haven't looked at the new COPYING file, but is it parts BSD and parts
> TFL or is it dual-licensed i.e. one or another?
Parts BSD and parts TI-TFL. The firmware is TI-TFL, and the remaining is
BSD.
This is the case for qmss-lld as well as sa-lld and pa-lld.
>
>> +LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/qmss/COPYING.txt;md5=cd04fb087063a2a82c4ce61983836871"
>>
>> COMPATIBLE_MACHINE = "keystone"
>> PACKAGE_ARCH = "${MACHINE_ARCH}"
>> @@ -9,14 +9,14 @@ 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.12
>> -QMSS_LLD_SRCREV = "6b093515f38c6e4d3a8014903a563a9b89fd7c98"
>> +# commit ID corresponding to DEV.QMSS_LLD.02.01.00.14
>> +QMSS_LLD_SRCREV = "4cc3a3f1bcddfc19e2e7d8dd4208ca215e7ecbae"
>>
>> 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.12"
>> +PV = "02.01.00.14"
>> INC_PR = "r0"
>>
>> DEVICELIST = "k2h k2k k2l k2e"
>> @@ -25,9 +25,3 @@ DEVICELIST_k2l-evm = "k2l"
>> DEVICELIST_k2e-evm = "k2e"
>>
>> S = "${WORKDIR}/${QMSS_LLD_GIT_DESTSUFFIX}"
>> -
>> -FILESEXTRAPATHS_prepend := "${THISDIR}/qmss-lld:"
>> -
>> -SRC_URI_append = " \
>> - file://qmss-ld-fix-firmware-installation.patch \
>> -"
>> diff --git a/recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch b/recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch
>> deleted file mode 100644
>> index a48aae1..0000000
>> --- a/recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch
>> +++ /dev/null
>> @@ -1,13 +0,0 @@
>> -diff --git a/makefile_armv7 b/makefile_armv7
>> -index a1fd5c0..d050ace 100644
>> ---- a/makefile_armv7
>> -+++ b/makefile_armv7
>> -@@ -117,7 +117,7 @@ install:
>> - install -d $(INSTALL_LIB_BASE_DIR)
>> - $(CP) ./*.h $(INSTALL_INC_BASE_DIR)/ti/drv/qmss
>> - $(CP) ./include/*.h $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/include
>> -- $(CP) ./firmware/*.h $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/firmware
>> -+ $(CP) -r ./firmware/* $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/firmware
>> - $(CP) -r ./device $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/
>> - @$(CP) -r $(ARMV7LIBDIR)/*.a $(INSTALL_LIB_BASE_DIR)
>> - @$(CP) -r $(ARMV7LIBDIR)/*.so $(INSTALL_LIB_BASE_DIR)
>> --
>> 1.9.1
>>
>> --
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: [PATCH 03/10] qmss-lld: Upgrade to version 2.1.0.14
2016-03-21 15:22 ` Jacob Stiffler
@ 2016-03-21 15:22 ` Denys Dmytriyenko
0 siblings, 0 replies; 16+ messages in thread
From: Denys Dmytriyenko @ 2016-03-21 15:22 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-ti
On Mon, Mar 21, 2016 at 11:22:00AM -0400, Jacob Stiffler wrote:
>
>
> On 3/21/2016 11:08 AM, Denys Dmytriyenko wrote:
> >On Mon, Mar 21, 2016 at 10:51:06AM -0400, Jacob Stiffler wrote:
> >>* Update license with TI_TFL license
> >>
> >>Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> >>---
> >> recipes-bsp/qmss-lld/qmss-lld.inc | 16 +++++-----------
> >> .../qmss-lld/qmss-ld-fix-firmware-installation.patch | 13 -------------
> >> 2 files changed, 5 insertions(+), 24 deletions(-)
> >> delete mode 100644 recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch
> >>
> >>diff --git a/recipes-bsp/qmss-lld/qmss-lld.inc b/recipes-bsp/qmss-lld/qmss-lld.inc
> >>index fae58e1..1ed77a0 100644
> >>--- a/recipes-bsp/qmss-lld/qmss-lld.inc
> >>+++ b/recipes-bsp/qmss-lld/qmss-lld.inc
> >>@@ -1,5 +1,5 @@
> >>-LICENSE = "BSD-3-Clause"
> >>-LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/qmss/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d"
> >>+LICENSE = "BSD-3-Clause & TI_TFL"
> >It's dash, not underscore ^^^
> >
> >Also, I haven't looked at the new COPYING file, but is it parts BSD and parts
> >TFL or is it dual-licensed i.e. one or another?
>
> Parts BSD and parts TI-TFL. The firmware is TI-TFL, and the
> remaining is BSD.
>
> This is the case for qmss-lld as well as sa-lld and pa-lld.
Ok, thanks. Just fix the license name to TI-TFL in those patches.
> >>+LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/qmss/COPYING.txt;md5=cd04fb087063a2a82c4ce61983836871"
> >> COMPATIBLE_MACHINE = "keystone"
> >> PACKAGE_ARCH = "${MACHINE_ARCH}"
> >>@@ -9,14 +9,14 @@ 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.12
> >>-QMSS_LLD_SRCREV = "6b093515f38c6e4d3a8014903a563a9b89fd7c98"
> >>+# commit ID corresponding to DEV.QMSS_LLD.02.01.00.14
> >>+QMSS_LLD_SRCREV = "4cc3a3f1bcddfc19e2e7d8dd4208ca215e7ecbae"
> >> 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.12"
> >>+PV = "02.01.00.14"
> >> INC_PR = "r0"
> >> DEVICELIST = "k2h k2k k2l k2e"
> >>@@ -25,9 +25,3 @@ DEVICELIST_k2l-evm = "k2l"
> >> DEVICELIST_k2e-evm = "k2e"
> >> S = "${WORKDIR}/${QMSS_LLD_GIT_DESTSUFFIX}"
> >>-
> >>-FILESEXTRAPATHS_prepend := "${THISDIR}/qmss-lld:"
> >>-
> >>-SRC_URI_append = " \
> >>- file://qmss-ld-fix-firmware-installation.patch \
> >>-"
> >>diff --git a/recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch b/recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch
> >>deleted file mode 100644
> >>index a48aae1..0000000
> >>--- a/recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch
> >>+++ /dev/null
> >>@@ -1,13 +0,0 @@
> >>-diff --git a/makefile_armv7 b/makefile_armv7
> >>-index a1fd5c0..d050ace 100644
> >>---- a/makefile_armv7
> >>-+++ b/makefile_armv7
> >>-@@ -117,7 +117,7 @@ install:
> >>- install -d $(INSTALL_LIB_BASE_DIR)
> >>- $(CP) ./*.h $(INSTALL_INC_BASE_DIR)/ti/drv/qmss
> >>- $(CP) ./include/*.h $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/include
> >>-- $(CP) ./firmware/*.h $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/firmware
> >>-+ $(CP) -r ./firmware/* $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/firmware
> >>- $(CP) -r ./device $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/
> >>- @$(CP) -r $(ARMV7LIBDIR)/*.a $(INSTALL_LIB_BASE_DIR)
> >>- @$(CP) -r $(ARMV7LIBDIR)/*.so $(INSTALL_LIB_BASE_DIR)
> >>--
> >>1.9.1
> >>
> >>--
> >>_______________________________________________
> >>meta-ti mailing list
> >>meta-ti@yoctoproject.org
> >>https://lists.yoctoproject.org/listinfo/meta-ti
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 04/10] cppi-lld: Upgrae to version 2.1.0.12
2016-03-21 14:51 [PATCH 00/10] Userspace LLD component upgrades Jacob Stiffler
` (2 preceding siblings ...)
2016-03-21 14:51 ` [PATCH 03/10] qmss-lld: Upgrade to version 2.1.0.14 Jacob Stiffler
@ 2016-03-21 14:51 ` Jacob Stiffler
2016-03-21 14:51 ` [PATCH 05/10] hyplnk-lld: Upgrade to version 2.1.0.6 Jacob Stiffler
` (5 subsequent siblings)
9 siblings, 0 replies; 16+ messages in thread
From: Jacob Stiffler @ 2016-03-21 14:51 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
recipes-bsp/cppi-lld/cppi-lld.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/cppi-lld/cppi-lld.inc b/recipes-bsp/cppi-lld/cppi-lld.inc
index 26d0e5c..cee7142 100644
--- a/recipes-bsp/cppi-lld/cppi-lld.inc
+++ b/recipes-bsp/cppi-lld/cppi-lld.inc
@@ -9,14 +9,14 @@ CPPI_LLD_GIT_PROTOCOL = "git"
CPPI_LLD_GIT_BRANCH = "master"
CPPI_LLD_GIT_DESTSUFFIX = "git/ti/drv/cppi"
-# Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.11"
-CPPI_LLD_SRCREV = "91047a01a6d64d7ffaf650c6ebb280de775af997"
+# Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.12"
+CPPI_LLD_SRCREV = "1dc105ad256c49fbd1a92a0a27a27a34dae85e56"
BRANCH = "${CPPI_LLD_GIT_BRANCH}"
SRC_URI = "${CPPI_LLD_GIT_URI};destsuffix=${CPPI_LLD_GIT_DESTSUFFIX};protocol=${CPPI_LLD_GIT_PROTOCOL};branch=${BRANCH}"
SRCREV = "${CPPI_LLD_SRCREV}"
-PV = "02.01.00.11"
+PV = "02.01.00.12"
INC_PR = "r0"
DEVICELIST = "k2h k2k k2l k2e"
--
1.9.1
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 05/10] hyplnk-lld: Upgrade to version 2.1.0.6
2016-03-21 14:51 [PATCH 00/10] Userspace LLD component upgrades Jacob Stiffler
` (3 preceding siblings ...)
2016-03-21 14:51 ` [PATCH 04/10] cppi-lld: Upgrae to version 2.1.0.12 Jacob Stiffler
@ 2016-03-21 14:51 ` Jacob Stiffler
2016-03-21 14:51 ` [PATCH 06/10] pa-lld: Upgrade to version 3.0.1.8 Jacob Stiffler
` (4 subsequent siblings)
9 siblings, 0 replies; 16+ messages in thread
From: Jacob Stiffler @ 2016-03-21 14:51 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
recipes-bsp/hyplnk-lld/hyplnk-lld.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/recipes-bsp/hyplnk-lld/hyplnk-lld.inc b/recipes-bsp/hyplnk-lld/hyplnk-lld.inc
index 9f7ac6a..9ab7339 100644
--- a/recipes-bsp/hyplnk-lld/hyplnk-lld.inc
+++ b/recipes-bsp/hyplnk-lld/hyplnk-lld.inc
@@ -13,15 +13,15 @@ HYPLNK_GIT_PROTOCOL = "git"
HYPLNK_GIT_BRANCH = "master"
HYPLNK_GIT_DESTSUFFIX = "git/ti/drv/${LLDNAME}"
-# Following commit corresponds to tag DEV.HYPLNK_LLD.02.01.00.05A
-HYPLNK_SRCREV = "2acb36a78fee9691a9433f0ce23cf00561123934"
+# Following commit corresponds to tag DEV.HYPLNK_LLD.02.01.00.06
+HYPLNK_SRCREV = "a1953ca33114c5a4daca6289a7fb75b201f566d2"
BRANCH="${HYPLNK_GIT_BRANCH}"
SRC_URI = "${HYPLNK_GIT_URI};destsuffix=${HYPLNK_GIT_DESTSUFFIX};protocol=${HYPLNK_GIT_PROTOCOL};branch=${BRANCH}"
SRCREV = "${HYPLNK_SRCREV}"
-PV = "2.1.0.5"
-INC_PR = "r3"
+PV = "2.1.0.6"
+INC_PR = "r0"
DEVICELIST_k2hk-evm = "k2h k2k"
DEVICELIST_k2e-evm = "k2e"
--
1.9.1
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 06/10] pa-lld: Upgrade to version 3.0.1.8
2016-03-21 14:51 [PATCH 00/10] Userspace LLD component upgrades Jacob Stiffler
` (4 preceding siblings ...)
2016-03-21 14:51 ` [PATCH 05/10] hyplnk-lld: Upgrade to version 2.1.0.6 Jacob Stiffler
@ 2016-03-21 14:51 ` Jacob Stiffler
2016-03-21 15:09 ` Denys Dmytriyenko
2016-03-21 14:51 ` [PATCH 07/10] sa-lld: Upgrade to version 3.0.0.13 Jacob Stiffler
` (3 subsequent siblings)
9 siblings, 1 reply; 16+ messages in thread
From: Jacob Stiffler @ 2016-03-21 14:51 UTC (permalink / raw)
To: meta-ti
* Update license to add TI_TFL license
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
recipes-bsp/pa-lld/pa-lld.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/recipes-bsp/pa-lld/pa-lld.inc b/recipes-bsp/pa-lld/pa-lld.inc
index 7b09ceb..9fe9cf5 100644
--- a/recipes-bsp/pa-lld/pa-lld.inc
+++ b/recipes-bsp/pa-lld/pa-lld.inc
@@ -1,5 +1,5 @@
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/pa/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d"
+LICENSE = "BSD-3-Clause & TI_TFL"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/pa/COPYING.txt;md5=cd04fb087063a2a82c4ce61983836871"
COMPATIBLE_MACHINE = "keystone"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -9,15 +9,15 @@ 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.07"
-PA_LLD_SRCREV = "cad5bc0b422a7ac3c6fa013fc2288447318329a0"
+# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.08"
+PA_LLD_SRCREV = "43badac6ff6269e9449fb03fb7af985e61ab723c"
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.07"
+PV = "03.00.01.08"
INC_PR = "r0"
S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"
--
1.9.1
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [PATCH 06/10] pa-lld: Upgrade to version 3.0.1.8
2016-03-21 14:51 ` [PATCH 06/10] pa-lld: Upgrade to version 3.0.1.8 Jacob Stiffler
@ 2016-03-21 15:09 ` Denys Dmytriyenko
0 siblings, 0 replies; 16+ messages in thread
From: Denys Dmytriyenko @ 2016-03-21 15:09 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-ti
On Mon, Mar 21, 2016 at 10:51:09AM -0400, Jacob Stiffler wrote:
> * Update license to add TI_TFL license
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> recipes-bsp/pa-lld/pa-lld.inc | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/recipes-bsp/pa-lld/pa-lld.inc b/recipes-bsp/pa-lld/pa-lld.inc
> index 7b09ceb..9fe9cf5 100644
> --- a/recipes-bsp/pa-lld/pa-lld.inc
> +++ b/recipes-bsp/pa-lld/pa-lld.inc
> @@ -1,5 +1,5 @@
> -LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/pa/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d"
> +LICENSE = "BSD-3-Clause & TI_TFL"
Same comment as #3
> +LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/pa/COPYING.txt;md5=cd04fb087063a2a82c4ce61983836871"
>
> COMPATIBLE_MACHINE = "keystone"
> PACKAGE_ARCH = "${MACHINE_ARCH}"
> @@ -9,15 +9,15 @@ 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.07"
> -PA_LLD_SRCREV = "cad5bc0b422a7ac3c6fa013fc2288447318329a0"
> +# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.08"
> +PA_LLD_SRCREV = "43badac6ff6269e9449fb03fb7af985e61ab723c"
>
> 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.07"
> +PV = "03.00.01.08"
> INC_PR = "r0"
>
> S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 07/10] sa-lld: Upgrade to version 3.0.0.13
2016-03-21 14:51 [PATCH 00/10] Userspace LLD component upgrades Jacob Stiffler
` (5 preceding siblings ...)
2016-03-21 14:51 ` [PATCH 06/10] pa-lld: Upgrade to version 3.0.1.8 Jacob Stiffler
@ 2016-03-21 14:51 ` Jacob Stiffler
2016-03-21 15:10 ` Denys Dmytriyenko
2016-03-21 14:51 ` [PATCH 08/10] srio-lld: Update to version 2.0.0.15 Jacob Stiffler
` (2 subsequent siblings)
9 siblings, 1 reply; 16+ messages in thread
From: Jacob Stiffler @ 2016-03-21 14:51 UTC (permalink / raw)
To: meta-ti
* Update license with TI_TFL license
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
recipes-bsp/sa-lld/sa-lld.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/recipes-bsp/sa-lld/sa-lld.inc b/recipes-bsp/sa-lld/sa-lld.inc
index 3746a1e..99e2638 100644
--- a/recipes-bsp/sa-lld/sa-lld.inc
+++ b/recipes-bsp/sa-lld/sa-lld.inc
@@ -1,21 +1,21 @@
-LICENSE = "BSD-3-Clause"
+LICENSE = "BSD-3-Clause & TI_TFL"
COMPATIBLE_MACHINE = "keystone"
-LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/sa/COPYING.txt;md5=4709d353574a9569e129ebdf20e732dd"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/sa/COPYING.txt;md5=cd04fb087063a2a82c4ce61983836871"
SA_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/sa-lld.git"
SA_LLD_GIT_PROTOCOL = "git"
SA_LLD_GIT_BRANCH = "master"
SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa"
-# Following commit DEV.SA_LLD.03.00.00.12
-SA_LLD_SRCREV = "b3bd2741126230b397ca827def5fcf6e6f019574"
+# Following commit DEV.SA_LLD.03.00.00.13
+SA_LLD_SRCREV = "ddde4d990482c8f727411a014512bc7959ab2c05"
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.12"
+PV = "03.00.00.13"
INC_PR = "r0"
S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"
--
1.9.1
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [PATCH 07/10] sa-lld: Upgrade to version 3.0.0.13
2016-03-21 14:51 ` [PATCH 07/10] sa-lld: Upgrade to version 3.0.0.13 Jacob Stiffler
@ 2016-03-21 15:10 ` Denys Dmytriyenko
0 siblings, 0 replies; 16+ messages in thread
From: Denys Dmytriyenko @ 2016-03-21 15:10 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-ti
On Mon, Mar 21, 2016 at 10:51:10AM -0400, Jacob Stiffler wrote:
> * Update license with TI_TFL license
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> recipes-bsp/sa-lld/sa-lld.inc | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/recipes-bsp/sa-lld/sa-lld.inc b/recipes-bsp/sa-lld/sa-lld.inc
> index 3746a1e..99e2638 100644
> --- a/recipes-bsp/sa-lld/sa-lld.inc
> +++ b/recipes-bsp/sa-lld/sa-lld.inc
> @@ -1,21 +1,21 @@
> -LICENSE = "BSD-3-Clause"
> +LICENSE = "BSD-3-Clause & TI_TFL"
Same comment
> COMPATIBLE_MACHINE = "keystone"
>
> -LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/sa/COPYING.txt;md5=4709d353574a9569e129ebdf20e732dd"
> +LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/sa/COPYING.txt;md5=cd04fb087063a2a82c4ce61983836871"
>
> SA_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/sa-lld.git"
> SA_LLD_GIT_PROTOCOL = "git"
> SA_LLD_GIT_BRANCH = "master"
> SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa"
>
> -# Following commit DEV.SA_LLD.03.00.00.12
> -SA_LLD_SRCREV = "b3bd2741126230b397ca827def5fcf6e6f019574"
> +# Following commit DEV.SA_LLD.03.00.00.13
> +SA_LLD_SRCREV = "ddde4d990482c8f727411a014512bc7959ab2c05"
>
> 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.12"
> +PV = "03.00.00.13"
> INC_PR = "r0"
>
> S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 08/10] srio-lld: Update to version 2.0.0.15
2016-03-21 14:51 [PATCH 00/10] Userspace LLD component upgrades Jacob Stiffler
` (6 preceding siblings ...)
2016-03-21 14:51 ` [PATCH 07/10] sa-lld: Upgrade to version 3.0.0.13 Jacob Stiffler
@ 2016-03-21 14:51 ` Jacob Stiffler
2016-03-21 14:51 ` [PATCH 09/10] traceframework: Bump SRCREV for fix Jacob Stiffler
2016-03-21 14:51 ` [PATCH 10/10] openmp-rtos: Bump version for hotfix Jacob Stiffler
9 siblings, 0 replies; 16+ messages in thread
From: Jacob Stiffler @ 2016-03-21 14:51 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
recipes-bsp/srio-lld/srio-lld.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/srio-lld/srio-lld.inc b/recipes-bsp/srio-lld/srio-lld.inc
index d697fb4..f8ff7b3 100644
--- a/recipes-bsp/srio-lld/srio-lld.inc
+++ b/recipes-bsp/srio-lld/srio-lld.inc
@@ -8,14 +8,14 @@ SRIO_LLD_GIT_PROTOCOL = "git"
SRIO_LLD_GIT_BRANCH = "master"
SRIO_LLD_GIT_DESTSUFFIX = "git/ti/drv/srio"
-# commit ID corresponding to DEV.SRIO_LLD.02.00.00.14
-SRIO_LLD_SRCREV = "d22dfe096b5ee6025388943e9eb626f149e6ac55"
+# commit ID corresponding to DEV.SRIO_LLD.02.00.00.15
+SRIO_LLD_SRCREV = "b773a7d08225c30737abc45ebc92a186bac08797"
BRANCH = "${SRIO_LLD_GIT_BRANCH}"
SRC_URI = "${SRIO_LLD_GIT_URI};destsuffix=${SRIO_LLD_GIT_DESTSUFFIX};protocol=${SRIO_LLD_GIT_PROTOCOL};branch=${BRANCH}"
SRCREV = "${SRIO_LLD_SRCREV}"
-PV = "02.00.00.14"
+PV = "02.00.00.15"
INC_PR = "r0"
DEVICELIST = "k2h k2k"
--
1.9.1
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 09/10] traceframework: Bump SRCREV for fix
2016-03-21 14:51 [PATCH 00/10] Userspace LLD component upgrades Jacob Stiffler
` (7 preceding siblings ...)
2016-03-21 14:51 ` [PATCH 08/10] srio-lld: Update to version 2.0.0.15 Jacob Stiffler
@ 2016-03-21 14:51 ` Jacob Stiffler
2016-03-21 14:51 ` [PATCH 10/10] openmp-rtos: Bump version for hotfix Jacob Stiffler
9 siblings, 0 replies; 16+ messages in thread
From: Jacob Stiffler @ 2016-03-21 14:51 UTC (permalink / raw)
To: meta-ti
* tf:cuiaTest:fixing linker options
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
recipes-bsp/traceframework/traceframework_git.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/traceframework/traceframework_git.bb b/recipes-bsp/traceframework/traceframework_git.bb
index 298ead4..49a7e95 100644
--- a/recipes-bsp/traceframework/traceframework_git.bb
+++ b/recipes-bsp/traceframework/traceframework_git.bb
@@ -7,15 +7,15 @@ TRACEFRAMEWORK_GIT_PROTOCOL = "git"
TRACEFRAMEWORK_GIT_BRANCH = "master"
TRACEFRAMEWORK_GIT_DESTSUFFIX = "git/ti/instrumentation/traceframework"
-# Below commit ID corresponds to DEV.TFWK-01.01.01.08
-TRACEFRAMEWORK_SRCREV = "4e84c37c456ca62188cc9560d4ebf22452dab01f"
+# Below commit ID corresponds to DEV.TFWK-01.01.01.08B
+TRACEFRAMEWORK_SRCREV = "e7a60a71a385337425547e3cac6716998c6a3528"
BRANCH="${TRACEFRAMEWORK_GIT_BRANCH}"
SRC_URI = "${TRACEFRAMEWORK_GIT_URI};destsuffix=${TRACEFRAMEWORK_GIT_DESTSUFFIX};protocol=${TRACEFRAMEWORK_GIT_PROTOCOL};branch=${BRANCH}"
SRCREV = "${TRACEFRAMEWORK_SRCREV}"
PV = "01.01.01.08"
-PR = "r0"
+PR = "r1"
COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
PACKAGE_ARCH = "${MACHINE_ARCH}"
--
1.9.1
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 10/10] openmp-rtos: Bump version for hotfix
2016-03-21 14:51 [PATCH 00/10] Userspace LLD component upgrades Jacob Stiffler
` (8 preceding siblings ...)
2016-03-21 14:51 ` [PATCH 09/10] traceframework: Bump SRCREV for fix Jacob Stiffler
@ 2016-03-21 14:51 ` Jacob Stiffler
9 siblings, 0 replies; 16+ messages in thread
From: Jacob Stiffler @ 2016-03-21 14:51 UTC (permalink / raw)
To: meta-ti
* fix am57x NOLOAD auto-init and omp atomic race bugs
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
recipes-ti/openmp-rtos/openmp-rtos_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-ti/openmp-rtos/openmp-rtos_git.bb b/recipes-ti/openmp-rtos/openmp-rtos_git.bb
index 0a16233..38e33c8 100644
--- a/recipes-ti/openmp-rtos/openmp-rtos_git.bb
+++ b/recipes-ti/openmp-rtos/openmp-rtos_git.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD"
require recipes-ti/includes/ti-paths.inc
-PV = "2_02_01_02"
+PV = "2_02_01_03"
PR = "r0"
OPENMP_RTOS_GIT_URI = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git"
@@ -15,7 +15,7 @@ BRANCH = "${OPENMP_RTOS_GIT_BRANCH}"
SRC_URI = "${OPENMP_RTOS_GIT_URI};protocol=${OPENMP_RTOS_GIT_PROTOCOL};branch=${BRANCH} \
"
-SRCREV = "7003ab350544f98006914d7a5cf834f3e82f5f88"
+SRCREV = "9bf371e9618297f8783113bff05995800535c27d"
LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee"
--
1.9.1
^ permalink raw reply related [flat|nested] 16+ messages in thread