Changeset 1904


Ignore:
Timestamp:
06/10/12 04:03:02 (11 months ago)
Author:
reyalp
Message:

add os-camera-lists target to generate camera_list.csv files of vxworks and dryos cameras

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1903 r1904  
    197197        $(MAKE) -C tools PLATFORM=a720 PLATFORMSUB=100c clean all 
    198198 
     199# note assumes PLATFORMOS is always in same case! 
     200os-camera-list-entry: 
     201        echo $(PLATFORM),$(PLATFORMSUB),$(subst _,,$(STATE)),$(COPY_TO), >> camera_list_$(PLATFORMOS).csv 
     202 
    199203# define targets to batch build all cameras & firmware versions 
    200204# list of cameras/firmware versions is in 'camera_list.csv' 
     
    219223        rm -f $(topdir)bin/caminfo.txt   > $(DEVNULL) 
    220224 
     225# note, this will not include cameras with SKIP_AUTOBUILD set 
     226os-camera-lists: 
     227        echo 'CAMERA,FIRMWARE,BETA_STATUS,COPY_TO,SKIP_AUTOBUILD' > camera_list_dryos.csv 
     228        echo 'CAMERA,FIRMWARE,BETA_STATUS,COPY_TO,SKIP_AUTOBUILD' > camera_list_vxworks.csv 
     229        sh tools/auto_build.sh $(MAKE) os-camera-list-entry $(CAMERA_LIST) 
     230 
    221231# make sure each enabled firmware/sub has a PRIMARY.BIN 
    222232# Note this will not fail, just prints all the missing ones 
Note: See TracChangeset for help on using the changeset viewer.