]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/starterware.git/commitdiff
PRSDK-3902 Fixed yocto build issue
authorSinthu Raja M <x0257345@ti.com>
Wed, 16 May 2018 13:22:07 +0000 (18:52 +0530)
committerSinthu Raja M <x0257345@ti.com>
Wed, 16 May 2018 17:43:25 +0000 (23:13 +0530)
 Removed redundancy adding of TOOLCHAIN_PATH_A8 path to PATH variable
 Removed command that removes all .[ao] files from all the folder of the
 starterware recipie including the compiler libraries.

build/makerules/env.mk
build/release_am335x.sh
build/release_am437x.sh

index 0df1dae66c8d3449d749cab7af2830e4af4c6423..ee4c14fca2751fecb2b918422420f4d43d0ac990 100644 (file)
@@ -79,8 +79,4 @@ else
   CHMOD = $(UTILSPATH)chmod
 endif
 
-
-PATH += $(PATH_SEPARATOR)$(TOOLCHAIN_PATH_A8)/bin
-export PATH
-
 # Nothing beyond this point
index 71d4411d349f5529ce50634a59136470000e9a1b..b1ccc141ac135bb1cdd45106830ff5e86ec84f58 100755 (executable)
@@ -18,8 +18,6 @@ rm -rf binary/
 
 ls
 
-alias CLEAN_OBJ="find ../ -name "*.[ao]" -delete"
-
 make clean -s KW_BUILD=no
 
 (CLEAN_OBJ)
index c2efe11ed0c97c20e27ce4cf89520485cfcb5b9f..e6635983262da88d4b2724473a369d93ab43fe33 100755 (executable)
@@ -21,8 +21,6 @@ rm -rf binary/
 
 ls
 
-alias CLEAN_OBJ="find ../ -name "*.[ao]" -delete"
-
 make clean -s KW_BUILD=no
 
 (CLEAN_OBJ)