* [thud/master][PATCH 0/2] SCICLIENT License checksum update
@ 2020-02-03 22:43 Mahesh Radhakrishnan
2020-02-03 22:43 ` [thud/master][PATCH 1/2] ti-pdk-fetch: SRCREV udpate to 2020.2.3 Mahesh Radhakrishnan
2020-02-03 22:43 ` [thud/master][PATCH 2/2] sciclient-rtos: Updating License checksum, along with the file it is calculated Mahesh Radhakrishnan
0 siblings, 2 replies; 9+ messages in thread
From: Mahesh Radhakrishnan @ 2020-02-03 22:43 UTC (permalink / raw)
To: meta-ti
From: Mahesh Radhakrishnan <a0875154@UDA0875154>
The Sciclient license is now calculated based on a new COPYING.txt which is less likely to change.
The corresponding PDK SRCREV update is also attached.
Mahesh Radhakrishnan (2):
ti-pdk-fetch: SRCREV udpate to 2020.2.3
sciclient-rtos: Updating License checksum, along with the file it is
calculated
classes/ti-pdk-fetch.bbclass | 4 ++--
recipes-bsp/sciclient/sciclient-rtos_git.bb | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
--
2.17.1
^ permalink raw reply [flat|nested] 9+ messages in thread* [thud/master][PATCH 1/2] ti-pdk-fetch: SRCREV udpate to 2020.2.3 2020-02-03 22:43 [thud/master][PATCH 0/2] SCICLIENT License checksum update Mahesh Radhakrishnan @ 2020-02-03 22:43 ` Mahesh Radhakrishnan 2020-02-03 22:43 ` [thud/master][PATCH 2/2] sciclient-rtos: Updating License checksum, along with the file it is calculated Mahesh Radhakrishnan 1 sibling, 0 replies; 9+ messages in thread From: Mahesh Radhakrishnan @ 2020-02-03 22:43 UTC (permalink / raw) To: meta-ti From: Mahesh Radhakrishnan <a0875154@UDA0875154> --- classes/ti-pdk-fetch.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/ti-pdk-fetch.bbclass b/classes/ti-pdk-fetch.bbclass index 7108d001..a128e490 100644 --- a/classes/ti-pdk-fetch.bbclass +++ b/classes/ti-pdk-fetch.bbclass @@ -1,9 +1,9 @@ TI_PDK_GIT_URI ?= "git://git.ti.com/processor-sdk/pdk.git" TI_PDK_GIT_BRANCH ?= "master" TI_PDK_GIT_PROTOCOL ?= "git" -TI_PDK_SRCREV ?= "5ddf121a09af4ac58a18103848d4ab8e741e23d6" +TI_PDK_SRCREV ?= "5f53b1cdb709cf5615a4a1d6f51a5365d64e5bfc" -TI_PDK_VERSION ?= "2020.1.22" +TI_PDK_VERSION ?= "2020.2.3" PV = "${TI_PDK_VERSION}" -- 2.17.1 ^ permalink raw reply related [flat|nested] 9+ messages in thread
* [thud/master][PATCH 2/2] sciclient-rtos: Updating License checksum, along with the file it is calculated 2020-02-03 22:43 [thud/master][PATCH 0/2] SCICLIENT License checksum update Mahesh Radhakrishnan 2020-02-03 22:43 ` [thud/master][PATCH 1/2] ti-pdk-fetch: SRCREV udpate to 2020.2.3 Mahesh Radhakrishnan @ 2020-02-03 22:43 ` Mahesh Radhakrishnan 2020-02-03 22:45 ` [meta-ti] " Denys Dmytriyenko ` (2 more replies) 1 sibling, 3 replies; 9+ messages in thread From: Mahesh Radhakrishnan @ 2020-02-03 22:43 UTC (permalink / raw) To: meta-ti From: Mahesh Radhakrishnan <a0875154@UDA0875154> The license as such has not changed, but moved to a License file which is not expected to change frequently --- recipes-bsp/sciclient/sciclient-rtos_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb index 6a3d79c3..1f65149c 100644 --- a/recipes-bsp/sciclient/sciclient-rtos_git.bb +++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb @@ -7,12 +7,12 @@ TI_PDK_COMP = "ti.drv.sciclient" PE = "1" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://sciclient.h;beginline=1;endline=31;md5=7224b2eeca1444815f1737bfcdfa892a" +LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=1;endline=31;md5=c05dd6e04691b3339c447a7a21691705" COMPATIBLE_MACHINE = "k3" PACKAGE_ARCH = "${MACHINE_ARCH}" -PR = "r0" +PR = "r1" DEPENDS_append = " osal-rtos common-csl-ip-rtos" -- 2.17.1 ^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [meta-ti] [thud/master][PATCH 2/2] sciclient-rtos: Updating License checksum, along with the file it is calculated 2020-02-03 22:43 ` [thud/master][PATCH 2/2] sciclient-rtos: Updating License checksum, along with the file it is calculated Mahesh Radhakrishnan @ 2020-02-03 22:45 ` Denys Dmytriyenko 2020-02-04 19:59 ` [EXTERNAL] " Jacob Stiffler [not found] ` <15F005E2E8B9A198.9169@lists.yoctoproject.org> 2 siblings, 0 replies; 9+ messages in thread From: Denys Dmytriyenko @ 2020-02-03 22:45 UTC (permalink / raw) To: m-radhakrishnan2; +Cc: meta-ti, meta-ti On Mon, Feb 03, 2020 at 05:43:09PM -0500, Mahesh Radhakrishnan via Lists.Yoctoproject.Org wrote: > From: Mahesh Radhakrishnan <a0875154@UDA0875154> > > The license as such has not changed, but moved to a License file which > is not expected to change frequently > --- > recipes-bsp/sciclient/sciclient-rtos_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb > index 6a3d79c3..1f65149c 100644 > --- a/recipes-bsp/sciclient/sciclient-rtos_git.bb > +++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb > @@ -7,12 +7,12 @@ TI_PDK_COMP = "ti.drv.sciclient" > PE = "1" > > LICENSE = "BSD-3-Clause" > -LIC_FILES_CHKSUM = "file://sciclient.h;beginline=1;endline=31;md5=7224b2eeca1444815f1737bfcdfa892a" > +LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=1;endline=31;md5=c05dd6e04691b3339c447a7a21691705" Do you want to drop beginline/endline since the entire file is the license now? > COMPATIBLE_MACHINE = "k3" > PACKAGE_ARCH = "${MACHINE_ARCH}" > > -PR = "r0" > +PR = "r1" > > DEPENDS_append = " osal-rtos common-csl-ip-rtos" > > -- > 2.17.1 > > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [EXTERNAL] [meta-ti] [thud/master][PATCH 2/2] sciclient-rtos: Updating License checksum, along with the file it is calculated 2020-02-03 22:43 ` [thud/master][PATCH 2/2] sciclient-rtos: Updating License checksum, along with the file it is calculated Mahesh Radhakrishnan 2020-02-03 22:45 ` [meta-ti] " Denys Dmytriyenko @ 2020-02-04 19:59 ` Jacob Stiffler 2020-02-12 18:13 ` Denys Dmytriyenko [not found] ` <15F2BA41A55CAD04.13257@lists.yoctoproject.org> [not found] ` <15F005E2E8B9A198.9169@lists.yoctoproject.org> 2 siblings, 2 replies; 9+ messages in thread From: Jacob Stiffler @ 2020-02-04 19:59 UTC (permalink / raw) To: m-radhakrishnan2, meta-ti; +Cc: meta-ti [-- Attachment #1: Type: text/plain, Size: 4826 bytes --] I am getting a packaging error with this update: ERROR: sciclient-rtos-1_2020.2.3-r1 do_populate_sysroot: Fatal errors occurred in subprocesses: Command '['aarch64-linux-gnu-strip', '--remove-section=.comment', '--remove-section=.note', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/sysroot-destdir/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/bin2c.out']' returned non-zero exit status 1: Traceback (most recent call last): File "/media/hdd1/jake/oe/tisdk-thud/sources/oe-core/meta/lib/oe/utils.py", line 272, in run ret = self._target(*self._args, **self._kwargs) File "/media/hdd1/jake/oe/tisdk-thud/sources/oe-core/meta/lib/oe/package.py", line 44, in runstrip output = subprocess.check_output(stripcmd, stderr=subprocess.STDOUT) File "/usr/lib/python3.5/subprocess.py", line 626, in check_output **kwargs).stdout File "/usr/lib/python3.5/subprocess.py", line 708, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['aarch64-linux-gnu-strip', '--remove-section=.comment', '--remove-section=.note', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/sysroot-destdir/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/bin2c.out']' returned non-zero exit status 1 ERROR: sciclient-rtos-1_2020.2.3-r1 do_populate_sysroot: Function failed: sysroot_strip ERROR: Logfile of failure stored in: /media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/temp/log.do_populate_sysroot.13772 ERROR: Task (/media/hdd1/jake/oe/tisdk-thud/sources/meta-ti/recipes-bsp/sciclient/sciclient-rtos_git.bb:do_populate_sysroot) failed with exit code '1' ERROR: sciclient-rtos-1_2020.2.3-r1 do_package: Fatal errors occurred in subprocesses: Command '['aarch64-linux-gnu-objcopy', '--only-keep-debug', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/package/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/bin2c.out', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/package/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/.debug/bin2c.out']' returned non-zero exit status 1: Traceback (most recent call last): File "/media/hdd1/jake/oe/tisdk-thud/sources/oe-core/meta/lib/oe/utils.py", line 272, in run ret = self._target(*self._args, **self._kwargs) File "/media/hdd1/jake/oe/tisdk-thud/sources/oe-core/meta/classes/package.bbclass", line 414, in splitdebuginfo subprocess.check_output([objcopy, '--only-keep-debug', file, debugfile], stderr=subprocess.STDOUT) File "/usr/lib/python3.5/subprocess.py", line 626, in check_output **kwargs).stdout File "/usr/lib/python3.5/subprocess.py", line 708, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['aarch64-linux-gnu-objcopy', '--only-keep-debug', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/package/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/bin2c.out', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/package/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/.debug/bin2c.out']' returned non-zero exit status 1 ERROR: sciclient-rtos-1_2020.2.3-r1 do_package: Function failed: split_and_strip_files On 2/3/2020 5:43 PM, Mahesh Radhakrishnan via Lists.Yoctoproject.Org wrote: > From: Mahesh Radhakrishnan <a0875154@UDA0875154> > > The license as such has not changed, but moved to a License file which > is not expected to change frequently > --- > recipes-bsp/sciclient/sciclient-rtos_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb > index 6a3d79c3..1f65149c 100644 > --- a/recipes-bsp/sciclient/sciclient-rtos_git.bb > +++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb > @@ -7,12 +7,12 @@ TI_PDK_COMP = "ti.drv.sciclient" > PE = "1" > > LICENSE = "BSD-3-Clause" > -LIC_FILES_CHKSUM = "file://sciclient.h;beginline=1;endline=31;md5=7224b2eeca1444815f1737bfcdfa892a" > +LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=1;endline=31;md5=c05dd6e04691b3339c447a7a21691705" > > COMPATIBLE_MACHINE = "k3" > PACKAGE_ARCH = "${MACHINE_ARCH}" > > -PR = "r0" > +PR = "r1" > > DEPENDS_append = " osal-rtos common-csl-ip-rtos" > > > [-- Attachment #2: Type: text/html, Size: 5947 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [EXTERNAL] [meta-ti] [thud/master][PATCH 2/2] sciclient-rtos: Updating License checksum, along with the file it is calculated 2020-02-04 19:59 ` [EXTERNAL] " Jacob Stiffler @ 2020-02-12 18:13 ` Denys Dmytriyenko [not found] ` <15F2BA41A55CAD04.13257@lists.yoctoproject.org> 1 sibling, 0 replies; 9+ messages in thread From: Denys Dmytriyenko @ 2020-02-12 18:13 UTC (permalink / raw) To: j-stiffler; +Cc: m-radhakrishnan2, meta-ti, meta-ti Any updates on this? On Tue, Feb 04, 2020 at 02:59:12PM -0500, Jacob Stiffler via Lists.Yoctoproject.Org wrote: > I am getting a packaging error with this update: > > > ERROR: sciclient-rtos-1_2020.2.3-r1 do_populate_sysroot: Fatal errors > occurred in subprocesses: > Command '['aarch64-linux-gnu-strip', '--remove-section=.comment', > '--remove-section=.note', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/sysroot-destdir/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/bin2c.out']' > returned non-zero exit status 1: Traceback (most recent call last): > File > "/media/hdd1/jake/oe/tisdk-thud/sources/oe-core/meta/lib/oe/utils.py", line > 272, in run > ret = self._target(*self._args, **self._kwargs) > File > "/media/hdd1/jake/oe/tisdk-thud/sources/oe-core/meta/lib/oe/package.py", > line 44, in runstrip > output = subprocess.check_output(stripcmd, stderr=subprocess.STDOUT) > File "/usr/lib/python3.5/subprocess.py", line 626, in check_output > **kwargs).stdout > File "/usr/lib/python3.5/subprocess.py", line 708, in run > output=stdout, stderr=stderr) > subprocess.CalledProcessError: Command '['aarch64-linux-gnu-strip', > '--remove-section=.comment', '--remove-section=.note', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/sysroot-destdir/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/bin2c.out']' > returned non-zero exit status 1 > > > ERROR: sciclient-rtos-1_2020.2.3-r1 do_populate_sysroot: Function failed: > sysroot_strip > ERROR: Logfile of failure stored in: /media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/temp/log.do_populate_sysroot.13772 > ERROR: Task (/media/hdd1/jake/oe/tisdk-thud/sources/meta-ti/recipes-bsp/sciclient/sciclient-rtos_git.bb:do_populate_sysroot) > failed with exit code '1' > ERROR: sciclient-rtos-1_2020.2.3-r1 do_package: Fatal errors occurred in > subprocesses: > Command '['aarch64-linux-gnu-objcopy', '--only-keep-debug', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/package/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/bin2c.out', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/package/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/.debug/bin2c.out']' > returned non-zero exit status 1: Traceback (most recent call last): > File > "/media/hdd1/jake/oe/tisdk-thud/sources/oe-core/meta/lib/oe/utils.py", line > 272, in run > ret = self._target(*self._args, **self._kwargs) > File "/media/hdd1/jake/oe/tisdk-thud/sources/oe-core/meta/classes/package.bbclass", > line 414, in splitdebuginfo > subprocess.check_output([objcopy, '--only-keep-debug', file, debugfile], > stderr=subprocess.STDOUT) > File "/usr/lib/python3.5/subprocess.py", line 626, in check_output > **kwargs).stdout > File "/usr/lib/python3.5/subprocess.py", line 708, in run > output=stdout, stderr=stderr) > subprocess.CalledProcessError: Command '['aarch64-linux-gnu-objcopy', > '--only-keep-debug', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/package/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/bin2c.out', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/package/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/.debug/bin2c.out']' > returned non-zero exit status 1 > > > ERROR: sciclient-rtos-1_2020.2.3-r1 do_package: Function failed: > split_and_strip_files > > On 2/3/2020 5:43 PM, Mahesh Radhakrishnan via Lists.Yoctoproject.Org wrote: > >From: Mahesh Radhakrishnan <a0875154@UDA0875154> > > > >The license as such has not changed, but moved to a License file which > >is not expected to change frequently > >--- > > recipes-bsp/sciclient/sciclient-rtos_git.bb | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > >diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb > >index 6a3d79c3..1f65149c 100644 > >--- a/recipes-bsp/sciclient/sciclient-rtos_git.bb > >+++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb > >@@ -7,12 +7,12 @@ TI_PDK_COMP = "ti.drv.sciclient" > > PE = "1" > > LICENSE = "BSD-3-Clause" > >-LIC_FILES_CHKSUM = "file://sciclient.h;beginline=1;endline=31;md5=7224b2eeca1444815f1737bfcdfa892a" > >+LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=1;endline=31;md5=c05dd6e04691b3339c447a7a21691705" > > COMPATIBLE_MACHINE = "k3" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > >-PR = "r0" > >+PR = "r1" > > DEPENDS_append = " osal-rtos common-csl-ip-rtos" > > > > > ^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <15F2BA41A55CAD04.13257@lists.yoctoproject.org>]
* Re: [EXTERNAL] [meta-ti] [thud/master][PATCH 2/2] sciclient-rtos: Updating License checksum, along with the file it is calculated [not found] ` <15F2BA41A55CAD04.13257@lists.yoctoproject.org> @ 2020-02-17 20:49 ` Denys Dmytriyenko 0 siblings, 0 replies; 9+ messages in thread From: Denys Dmytriyenko @ 2020-02-17 20:49 UTC (permalink / raw) To: j-stiffler, meta-ti Ping On Wed, Feb 12, 2020 at 01:13:28PM -0500, Denys Dmytriyenko via Lists.Yoctoproject.Org wrote: > Any updates on this? > > On Tue, Feb 04, 2020 at 02:59:12PM -0500, Jacob Stiffler via Lists.Yoctoproject.Org wrote: > > I am getting a packaging error with this update: > > > > > > ERROR: sciclient-rtos-1_2020.2.3-r1 do_populate_sysroot: Fatal errors > > occurred in subprocesses: > > Command '['aarch64-linux-gnu-strip', '--remove-section=.comment', > > '--remove-section=.note', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/sysroot-destdir/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/bin2c.out']' > > returned non-zero exit status 1: Traceback (most recent call last): > > File > > "/media/hdd1/jake/oe/tisdk-thud/sources/oe-core/meta/lib/oe/utils.py", line > > 272, in run > > ret = self._target(*self._args, **self._kwargs) > > File > > "/media/hdd1/jake/oe/tisdk-thud/sources/oe-core/meta/lib/oe/package.py", > > line 44, in runstrip > > output = subprocess.check_output(stripcmd, stderr=subprocess.STDOUT) > > File "/usr/lib/python3.5/subprocess.py", line 626, in check_output > > **kwargs).stdout > > File "/usr/lib/python3.5/subprocess.py", line 708, in run > > output=stdout, stderr=stderr) > > subprocess.CalledProcessError: Command '['aarch64-linux-gnu-strip', > > '--remove-section=.comment', '--remove-section=.note', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/sysroot-destdir/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/bin2c.out']' > > returned non-zero exit status 1 > > > > > > ERROR: sciclient-rtos-1_2020.2.3-r1 do_populate_sysroot: Function failed: > > sysroot_strip > > ERROR: Logfile of failure stored in: /media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/temp/log.do_populate_sysroot.13772 > > ERROR: Task (/media/hdd1/jake/oe/tisdk-thud/sources/meta-ti/recipes-bsp/sciclient/sciclient-rtos_git.bb:do_populate_sysroot) > > failed with exit code '1' > > ERROR: sciclient-rtos-1_2020.2.3-r1 do_package: Fatal errors occurred in > > subprocesses: > > Command '['aarch64-linux-gnu-objcopy', '--only-keep-debug', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/package/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/bin2c.out', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/package/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/.debug/bin2c.out']' > > returned non-zero exit status 1: Traceback (most recent call last): > > File > > "/media/hdd1/jake/oe/tisdk-thud/sources/oe-core/meta/lib/oe/utils.py", line > > 272, in run > > ret = self._target(*self._args, **self._kwargs) > > File "/media/hdd1/jake/oe/tisdk-thud/sources/oe-core/meta/classes/package.bbclass", > > line 414, in splitdebuginfo > > subprocess.check_output([objcopy, '--only-keep-debug', file, debugfile], > > stderr=subprocess.STDOUT) > > File "/usr/lib/python3.5/subprocess.py", line 626, in check_output > > **kwargs).stdout > > File "/usr/lib/python3.5/subprocess.py", line 708, in run > > output=stdout, stderr=stderr) > > subprocess.CalledProcessError: Command '['aarch64-linux-gnu-objcopy', > > '--only-keep-debug', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/package/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/bin2c.out', '/media/hdd1/jake/oe/tisdk-thud/build-tisdk/arago-aarch64-tmp/work/am65xx_evm-linux/sciclient-rtos/1_2020.2.3-r1/package/usr/share/ti/ti-pdk-tree/packages/ti/drv/sciclient/tools/bin2c/.debug/bin2c.out']' > > returned non-zero exit status 1 > > > > > > ERROR: sciclient-rtos-1_2020.2.3-r1 do_package: Function failed: > > split_and_strip_files > > > > On 2/3/2020 5:43 PM, Mahesh Radhakrishnan via Lists.Yoctoproject.Org wrote: > > >From: Mahesh Radhakrishnan <a0875154@UDA0875154> > > > > > >The license as such has not changed, but moved to a License file which > > >is not expected to change frequently > > >--- > > > recipes-bsp/sciclient/sciclient-rtos_git.bb | 4 ++-- > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > > >diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb > > >index 6a3d79c3..1f65149c 100644 > > >--- a/recipes-bsp/sciclient/sciclient-rtos_git.bb > > >+++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb > > >@@ -7,12 +7,12 @@ TI_PDK_COMP = "ti.drv.sciclient" > > > PE = "1" > > > LICENSE = "BSD-3-Clause" > > >-LIC_FILES_CHKSUM = "file://sciclient.h;beginline=1;endline=31;md5=7224b2eeca1444815f1737bfcdfa892a" > > >+LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=1;endline=31;md5=c05dd6e04691b3339c447a7a21691705" > > > COMPATIBLE_MACHINE = "k3" > > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > >-PR = "r0" > > >+PR = "r1" > > > DEPENDS_append = " osal-rtos common-csl-ip-rtos" > > > > > > > > > > > ^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <15F005E2E8B9A198.9169@lists.yoctoproject.org>]
* Re: [meta-ti] [thud/master][PATCH 2/2] sciclient-rtos: Updating License checksum, along with the file it is calculated [not found] ` <15F005E2E8B9A198.9169@lists.yoctoproject.org> @ 2020-02-11 1:32 ` Denys Dmytriyenko [not found] ` <15F2350AF6366026.19576@lists.yoctoproject.org> 1 sibling, 0 replies; 9+ messages in thread From: Denys Dmytriyenko @ 2020-02-11 1:32 UTC (permalink / raw) To: m-radhakrishnan2, meta-ti Ping On Mon, Feb 03, 2020 at 05:45:39PM -0500, Denys Dmytriyenko via Lists.Yoctoproject.Org wrote: > On Mon, Feb 03, 2020 at 05:43:09PM -0500, Mahesh Radhakrishnan via Lists.Yoctoproject.Org wrote: > > From: Mahesh Radhakrishnan <a0875154@UDA0875154> > > > > The license as such has not changed, but moved to a License file which > > is not expected to change frequently > > --- > > recipes-bsp/sciclient/sciclient-rtos_git.bb | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb > > index 6a3d79c3..1f65149c 100644 > > --- a/recipes-bsp/sciclient/sciclient-rtos_git.bb > > +++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb > > @@ -7,12 +7,12 @@ TI_PDK_COMP = "ti.drv.sciclient" > > PE = "1" > > > > LICENSE = "BSD-3-Clause" > > -LIC_FILES_CHKSUM = "file://sciclient.h;beginline=1;endline=31;md5=7224b2eeca1444815f1737bfcdfa892a" > > +LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=1;endline=31;md5=c05dd6e04691b3339c447a7a21691705" > > Do you want to drop beginline/endline since the entire file is the license now? > > > > COMPATIBLE_MACHINE = "k3" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > > > -PR = "r0" > > +PR = "r1" > > > > DEPENDS_append = " osal-rtos common-csl-ip-rtos" > > > > -- > > 2.17.1 > > > > > > > ^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <15F2350AF6366026.19576@lists.yoctoproject.org>]
* Re: [meta-ti] [thud/master][PATCH 2/2] sciclient-rtos: Updating License checksum, along with the file it is calculated [not found] ` <15F2350AF6366026.19576@lists.yoctoproject.org> @ 2020-02-17 20:49 ` Denys Dmytriyenko 0 siblings, 0 replies; 9+ messages in thread From: Denys Dmytriyenko @ 2020-02-17 20:49 UTC (permalink / raw) To: m-radhakrishnan2, meta-ti Ping On Mon, Feb 10, 2020 at 08:32:18PM -0500, Denys Dmytriyenko via Lists.Yoctoproject.Org wrote: > Ping > > On Mon, Feb 03, 2020 at 05:45:39PM -0500, Denys Dmytriyenko via Lists.Yoctoproject.Org wrote: > > On Mon, Feb 03, 2020 at 05:43:09PM -0500, Mahesh Radhakrishnan via Lists.Yoctoproject.Org wrote: > > > From: Mahesh Radhakrishnan <a0875154@UDA0875154> > > > > > > The license as such has not changed, but moved to a License file which > > > is not expected to change frequently > > > --- > > > recipes-bsp/sciclient/sciclient-rtos_git.bb | 4 ++-- > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > > > diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb > > > index 6a3d79c3..1f65149c 100644 > > > --- a/recipes-bsp/sciclient/sciclient-rtos_git.bb > > > +++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb > > > @@ -7,12 +7,12 @@ TI_PDK_COMP = "ti.drv.sciclient" > > > PE = "1" > > > > > > LICENSE = "BSD-3-Clause" > > > -LIC_FILES_CHKSUM = "file://sciclient.h;beginline=1;endline=31;md5=7224b2eeca1444815f1737bfcdfa892a" > > > +LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=1;endline=31;md5=c05dd6e04691b3339c447a7a21691705" > > > > Do you want to drop beginline/endline since the entire file is the license now? > > > > > > > COMPATIBLE_MACHINE = "k3" > > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > > > > > -PR = "r0" > > > +PR = "r1" > > > > > > DEPENDS_append = " osal-rtos common-csl-ip-rtos" > > > > > > -- > > > 2.17.1 > > > > > > > > > > > > > > > ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2020-02-17 20:49 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-03 22:43 [thud/master][PATCH 0/2] SCICLIENT License checksum update Mahesh Radhakrishnan
2020-02-03 22:43 ` [thud/master][PATCH 1/2] ti-pdk-fetch: SRCREV udpate to 2020.2.3 Mahesh Radhakrishnan
2020-02-03 22:43 ` [thud/master][PATCH 2/2] sciclient-rtos: Updating License checksum, along with the file it is calculated Mahesh Radhakrishnan
2020-02-03 22:45 ` [meta-ti] " Denys Dmytriyenko
2020-02-04 19:59 ` [EXTERNAL] " Jacob Stiffler
2020-02-12 18:13 ` Denys Dmytriyenko
[not found] ` <15F2BA41A55CAD04.13257@lists.yoctoproject.org>
2020-02-17 20:49 ` Denys Dmytriyenko
[not found] ` <15F005E2E8B9A198.9169@lists.yoctoproject.org>
2020-02-11 1:32 ` Denys Dmytriyenko
[not found] ` <15F2350AF6366026.19576@lists.yoctoproject.org>
2020-02-17 20:49 ` 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.