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"