]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commitdiff
Fixed build issue
authorRishabh Garg <rishabh@ti.com>
Thu, 13 Jan 2022 18:13:11 +0000 (23:43 +0530)
committerRishabh Garg <rishabh@ti.com>
Thu, 13 Jan 2022 18:13:11 +0000 (23:43 +0530)
- Wrong binaries were picked due to OS type defined as tirtos

Signed-off-by: Rishabh Garg <rishabh@ti.com>
packages/ti/build/Rules.make

index c15d4b38dd883d0e7580b40cdb1e0b467b59116d..7bd026b99037b78f9d9ec144eb5a618b535a5d9d 100755 (executable)
@@ -38,7 +38,7 @@ SDK_INSTALL_PATH ?= $(abspath ../../../../)
 TOOLS_INSTALL_PATH ?= $(SDK_INSTALL_PATH)
 
 #Default BUILD_OS_TYPE (tirtos/baremetal/qnx/freertos)
-export BUILD_OS_TYPE ?= tirtos
+export BUILD_OS_TYPE ?= freertos
 
 ifeq ($(BUILD_OS_TYPE), qnx)
 #PDK under different folder for QNX