From: Mahesh Radhakrishnan <[email protected]> Updating to version 1.0.0.11A and update the license checksum of the sub component recipes
Signed-off-by: Jacob Stiffler <[email protected]> --- 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 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
