Home
last modified time | relevance | path

Searched refs:exclude (Results 26 – 50 of 274) sorted by relevance

1234567891011

/openbmc/linux/net/bridge/
H A DKconfig47 Say N to exclude this support and reduce the binary size.
61 Say N to exclude this support and reduce the binary size.
73 Say N to exclude this support and reduce the binary size.
84 Say N to exclude this support and reduce the binary size.
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dmeta-world-pkgdata.bb44 exclude = '${WORLD_PKGDATA_EXCLUDE}'.split()
49 if p in exclude:
/openbmc/u-boot/tools/buildman/
H A Dcontrol.py213 exclude = []
214 if options.exclude:
215 for arg in options.exclude:
216 exclude += arg.split(',')
225 why_selected, board_warnings = boards.SelectBoards(args, exclude,
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgitarchive.py58 def git_commit_data(repo, data_dir, branch, message, exclude, notes, log): argument
69 if exclude:
70 repo.run_cmd(['rm', '--cached'] + [f for f in exclude], env_update)
165 …t_msg_body, branch_name, no_tag, tagname, tag_msg_subject, tag_msg_body, exclude, notes, push, key… argument
186 commit_msg, exclude, notes, log)
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_mdb.sh168 filter_mode exclude &> /dev/null
322 filter_mode exclude source_list $src1
340 filter_mode exclude source_list $src1
397 filter_mode exclude source_list $src1
424 filter_mode exclude source_list $src1
427 filter_mode exclude source_list $src1
434 filter_mode exclude source_list $src1
444 filter_mode exclude source_list $src1
454 filter_mode exclude source_list $src1
464 filter_mode exclude source_list $src1
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/
H A Dbridge_mdb.sh168 filter_mode exclude &> /dev/null
322 filter_mode exclude source_list $src1
340 filter_mode exclude source_list $src1
397 filter_mode exclude source_list $src1
424 filter_mode exclude source_list $src1
427 filter_mode exclude source_list $src1
434 filter_mode exclude source_list $src1
444 filter_mode exclude source_list $src1
454 filter_mode exclude source_list $src1
464 filter_mode exclude source_list $src1
[all …]
/openbmc/linux/scripts/
H A Ddev-needs.sh43 --exclude-parents Don't follow parent devices when tracking probe
240 --exclude-devlinks)
243 --exclude-parents)
H A Dmisc-check15 git -C ${srctree:-.} ls-files -i -c --exclude-per-directory=.gitignore 2>/dev/null |
/openbmc/linux/net/openvswitch/
H A DKconfig52 Say N to exclude this support and reduce the binary size.
64 Say N to exclude this support and reduce the binary size.
76 Say N to exclude this support and reduce the binary size.
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dbin_package.bbclass36 tar --no-same-owner --exclude='./patches' --exclude='./.pc' -cpf - . \
/openbmc/linux/kernel/gcov/
H A DKconfig27 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL
52 larger and run slower. Also be sure to exclude files from profiling
/openbmc/qemu/roms/
H A Dedk2-build.py421 if options.exclude:
422 exclude = False
423 for item in options.exclude:
426 exclude = True
427 if exclude:
/openbmc/openbmc/poky/meta/recipes-graphics/freetype/
H A Dfreetype_2.13.2.bb26 EXTRA_AUTORECONF += "--exclude=autoheader --exclude=automake"
/openbmc/skeleton/pyflashbmc/
H A Dsetup.cfg4 exclude=./configs/
/openbmc/skeleton/pydownloadmgr/
H A Dsetup.cfg4 exclude=./configs/
/openbmc/skeleton/pychassisctl/
H A Dsetup.cfg4 exclude=./configs/
/openbmc/skeleton/
H A Dsetup.cfg4 exclude=./configs/
/openbmc/skeleton/pyipmitest/
H A Dsetup.cfg4 exclude=./configs/
/openbmc/skeleton/pytools/
H A Dsetup.cfg4 exclude=./configs/
/openbmc/skeleton/pyinventorymgr/
H A Dsetup.cfg4 exclude=./configs/
/openbmc/skeleton/pystatemgr/
H A Dsetup.cfg4 exclude=./configs/
/openbmc/skeleton/pysystemmgr/
H A Dsetup.cfg4 exclude=./configs/
/openbmc/qemu/python/
H A DMANIFEST.in3 exclude README.rst
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0002-localedef-fix-ups-hardlink-to-make-it-compile.patch91 - puts(_(" -x, --exclude <regex> exclude files matching pattern"));
97 + puts((" -x, --exclude <regex> exclude files matching pattern"));
207 - _("option --exclude not supported (built without pcre2)"));
208 + ("option --exclude not supported (built without pcre2)"));
/openbmc/openbmc/poky/meta/recipes-kernel/kmod/
H A Dkmod_31.bb68 # Add .debug to the exclude path for depmod
69 echo "exclude .debug" > ${D}${nonarch_base_libdir}/depmod.d/exclude.conf

1234567891011