diff --git a/recipes-bsp/transport-rtos/nimu-rtos_git.bb b/recipes-bsp/transport-rtos/nimu-rtos_git.bb index 3321af42..101951bb 100644 --- a/recipes-bsp/transport-rtos/nimu-rtos_git.bb +++ b/recipes-bsp/transport-rtos/nimu-rtos_git.bb @@ -7,7 +7,7 @@ PR = "${INC_PR}.0" LIC_FILES_CHKSUM = "file://nimu_eth.h;beginline=1;endline=35;md5=ee9c662c39d4584fb2a8b66413d2866d" -COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|omapl1" +COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|omapl1|k3" NIMU_DESTSUFFIX = "git/ndk/nimu" @@ -25,6 +25,7 @@ DEPENDS_append_k2g = " emac-lld-rtos" DEPENDS_append_c665x-evm = " emac-lld-rtos" DEPENDS_append_c667x-evm = " pa-lld-rtos cppi-lld-rtos" DEPENDS_append_omapl1 = " emac-lld-rtos" +DEPENDS_append_k3 = " emac-lld-rtos" # Build with make instead of XDC TI_PDK_XDCMAKE = "0" diff --git a/recipes-bsp/transport-rtos/transport.inc b/recipes-bsp/transport-rtos/transport.inc index 61772bd8..b78b680f 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.12" -TRANSPORT_SRCREV = "0e0f30a30388ea34b3a00beb69c9bfccc26dfaa0" +# Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.13" +TRANSPORT_SRCREV = "3129b2ac9b00eb8882252402bc6ff31092e57da2" BRANCH = "${TRANSPORT_GIT_BRANCH}" SRC_URI = "${TRANSPORT_GIT_URI};protocol=${TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${TRANSPORT_SRCREV}" -PV = "01.00.00.12" +PV = "01.00.00.13" INC_PR = "r0"