summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb')
-rw-r--r--recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
index 84dae9a6..e095b7f5 100644
--- a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
+++ b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
@@ -23,8 +23,8 @@ DEFAULT_RTOS_FAMILY = "jacinto"
23DEFAULT_RTOS_VERSION = "07_03_00_26" 23DEFAULT_RTOS_VERSION = "07_03_00_26"
24DEFAULT_RTOS_VERSION_DOT = "07.03.00.26" 24DEFAULT_RTOS_VERSION_DOT = "07.03.00.26"
25 25
26DEFAULT_RTOS_VERSION_am64xx = "07_03_00_18" 26DEFAULT_RTOS_VERSION_am64xx = "07_03_00_19"
27DEFAULT_RTOS_VERSION_DOT_am64xx = "07.03.00.18" 27DEFAULT_RTOS_VERSION_DOT_am64xx = "07.03.00.19"
28 28
29DEFAULT_RTOS_VERSION_am65xx = "07_03_00_22" 29DEFAULT_RTOS_VERSION_am65xx = "07_03_00_22"
30DEFAULT_RTOS_VERSION_DOT_am65xx = "07.03.00.22" 30DEFAULT_RTOS_VERSION_DOT_am65xx = "07.03.00.22"
@@ -51,7 +51,7 @@ DEFAULT_FIRMWARE_SHA256SUM = "unknown"
51DEFAULT_FIRMWARE_SHA256SUM_j7 = "d3fc9fbcfaf67ebd5a509e56ef30e9a54242c290baecfda15e7ff92c127738d0" 51DEFAULT_FIRMWARE_SHA256SUM_j7 = "d3fc9fbcfaf67ebd5a509e56ef30e9a54242c290baecfda15e7ff92c127738d0"
52DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "674040e161cb4b87845fd527dea166a2dd25d0df9136aa6206d73a9240058c40" 52DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "674040e161cb4b87845fd527dea166a2dd25d0df9136aa6206d73a9240058c40"
53DEFAULT_FIRMWARE_SHA256SUM_am65xx = "61e0be08bea8ab1055645bd96504a6a29c70318c5b277237dee9981cd94d7f79" 53DEFAULT_FIRMWARE_SHA256SUM_am65xx = "61e0be08bea8ab1055645bd96504a6a29c70318c5b277237dee9981cd94d7f79"
54DEFAULT_FIRMWARE_SHA256SUM_am64xx = "1b44bccd20b767568e996e924a2ef18cabd1c3e16d3412629ff72d83b81b152f" 54DEFAULT_FIRMWARE_SHA256SUM_am64xx = "5d1785cbdb91904a5ef3027378061041c59186c4198d7ebcfa660a1ff513d528"
55 55
56# Use weak assignment for CORESDK_RTOS_* variables to use defaults if not yet set 56# Use weak assignment for CORESDK_RTOS_* variables to use defaults if not yet set
57CORESDK_RTOS_FAMILY ?= "${DEFAULT_RTOS_FAMILY}" 57CORESDK_RTOS_FAMILY ?= "${DEFAULT_RTOS_FAMILY}"