Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/tools/buildman/
H A Dcontrol.py187 exclude = []
188 if options.exclude:
189 for arg in options.exclude:
190 exclude += arg.split(',')
192 why_selected = boards.SelectBoards(args, exclude)
H A Dboard.py242 def SelectBoards(self, args, exclude=[]): argument
263 for expr in exclude:
H A DREADME136 You can also use -x to specifically exclude some boards. For example:
/rk3399_rockchip-uboot/
H A DMakefile397 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \
398 --exclude CVS --exclude .pc --exclude .hg --exclude .git
/rk3399_rockchip-uboot/scripts/
H A Dget_maintainer.pl662 my $exclude = 0;
674 $exclude = 1;
681 if (!$exclude) {