]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/commitdiff
Added cify script and test dts files to yocto install
authorJustin Sobota <jsobota@ti.com>
Fri, 17 May 2013 17:47:55 +0000 (13:47 -0400)
committerJustin Sobota <jsobota@ti.com>
Fri, 17 May 2013 17:47:55 +0000 (13:47 -0400)
makefile_armv7
test/k2h/armv7/linux/README.txt
test/k2k/armv7/linux/README.txt

index eeb47ac8edc631e5ccb842febb0f9c0d0cc1de25..cef69f900c94116b74aa1f7fa248bcb4443b51df 100644 (file)
@@ -95,13 +95,17 @@ install:
        $(CP) ./*.h                $(INSTALL_INC_BASE_DIR)/ti/drv/rm
        $(CP) ./include/*.h        $(INSTALL_INC_BASE_DIR)/ti/drv/rm/include
        $(CP) ./util/*.h        $(INSTALL_INC_BASE_DIR)/ti/drv/rm/util
        $(CP) ./*.h                $(INSTALL_INC_BASE_DIR)/ti/drv/rm
        $(CP) ./include/*.h        $(INSTALL_INC_BASE_DIR)/ti/drv/rm/include
        $(CP) ./util/*.h        $(INSTALL_INC_BASE_DIR)/ti/drv/rm/util
+       $(CP) ./util/*.sh        $(INSTALL_INC_BASE_DIR)/ti/drv/rm/util 
        $(CP) ./util/libfdt/*.h $(INSTALL_INC_BASE_DIR)/ti/drv/rm/util/libfdt   
        $(CP) ./device/k2h/*.c $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2h
        $(CP) ./device/k2h/*.dtb $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2h
        $(CP) ./device/k2h/*.dts $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2h           
        $(CP) ./device/k2k/*.c $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2k     
        $(CP) ./device/k2k/*.dtb $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2k   
        $(CP) ./util/libfdt/*.h $(INSTALL_INC_BASE_DIR)/ti/drv/rm/util/libfdt   
        $(CP) ./device/k2h/*.c $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2h
        $(CP) ./device/k2h/*.dtb $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2h
        $(CP) ./device/k2h/*.dts $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2h           
        $(CP) ./device/k2k/*.c $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2k     
        $(CP) ./device/k2k/*.dtb $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2k   
-       $(CP) ./device/k2k/*.dts $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2k           
+       $(CP) ./device/k2k/*.dts $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2k   
+       $(CP) ./test/dts_files/*.c $(INSTALL_INC_BASE_DIR)/ti/drv/rm/test/dts_files     
+       $(CP) ./test/dts_files/*.dtb $(INSTALL_INC_BASE_DIR)/ti/drv/rm/test/dts_files   
+       $(CP) ./test/dts_files/*.dts $(INSTALL_INC_BASE_DIR)/ti/drv/rm/test/dts_files           
        @$(CP) -r $(ARMV7LIBDIR)/*.a         $(INSTALL_LIB_BASE_DIR)
 # Make rule to create examples Stub
 examples:
        @$(CP) -r $(ARMV7LIBDIR)/*.a         $(INSTALL_LIB_BASE_DIR)
 # Make rule to create examples Stub
 examples:
index def78b3de055a8a3f3a7369c84310f12f4e81de0..352f77acac6f36ec5c686972b30d800bb369912d 100644 (file)
@@ -17,12 +17,12 @@ $ ./rmServer_k2h.out global-resources.dtb server-policy.dtb linux-evm.dtb
 The Server will wait for Client socket connections and service any requests received via those sockets.
 
 
 The Server will wait for Client socket connections and service any requests received via those sockets.
 
 
-To run the rmClientTest_k2h.out:
+To run the rmLinuxClientTest_k2h.out:
 
 
-copy the following files from rm/test/dts_files to the install directory containing rmClientTest_k2h/k.out:
+copy the following files from rm/test/dts_files to the install directory containing rmLinuxClientTest_k2h/k.out:
 static-policy.dtb
 
 To execute the Client test:
 static-policy.dtb
 
 To execute the Client test:
-$ ./rmClientTest_k2h.out static-policy.dtb
+$ ./rmLinuxClientTest_k2h.out static-policy.dtb
 
 The Client test will establish a socket connection with the Server, request resources and then free all resources requested.
 
 The Client test will establish a socket connection with the Server, request resources and then free all resources requested.
index 2ef4de9d1109d1a937c486ba7a6a0a2789e8e999..ae28159682fed95c87d4938407ce8083b94372bc 100644 (file)
@@ -17,12 +17,12 @@ $ ./rmServer_k2k.out global-resources.dtb server-policy.dtb linux-evm.dtb
 The Server will wait for Client socket connections and service any requests received via those sockets.
 
 
 The Server will wait for Client socket connections and service any requests received via those sockets.
 
 
-To run the rmClientTest_k2k.out:
+To run the rmLinuxClientTest_k2k.out:
 
 
-copy the following files from rm/test/dts_files to the install directory containing rmClientTest_k2h/k.out:
+copy the following files from rm/test/dts_files to the install directory containing rmLinuxClientTest_k2h/k.out:
 static-policy.dtb
 
 To execute the Client test:
 static-policy.dtb
 
 To execute the Client test:
-$ ./rmClientTest_k2k.out static-policy.dtb
+$ ./rmLinuxClientTest_k2k.out static-policy.dtb
 
 The Client test will establish a socket connection with the Server, request resources and then free all resources requested.
 
 The Client test will establish a socket connection with the Server, request resources and then free all resources requested.