Home
last modified time | relevance | path

Searched full:exclude (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/openbmc/openbmc-test-automation/test_lists/
H A Dskip_test_witherspoon2 --exclude Verify_Minimal_Memory_Buffer_Inventory
3 --exclude Verify_Minimal_Main_Planar_Inventory
4 --exclude Verify_Minimal_System_Inventory
6 --exclude io_board_Present
7 --exclude io_board_Fault
9 --exclude Test_Heartbeat_LED_And_Verify_Via_REST
10 --exclude Test_Beep_LED_And_Verify_Via_REST
11 --exclude Test_Identify_LED_And_Verify_Via_REST
13 --exclude Verify_Unrecoverable_Callout_Handling_For_NXDMAENG
15 --exclude Test_Non_SSL_Connection_To_Port_80
[all …]
H A Dskip_test_palmetto2 --exclude System_Present
3 --exclude Chassis_Present
5 --exclude Disable_PowerCap
7 --exclude Execute_ipmi_BT_capabilities_command
9 --exclude io_board_Present
10 --exclude io_board_Fault
11 --exclude Verify_Enabling_OCC_Turbo_Setting_Via_IPMI
12 --exclude Verify_Disabling_OCC_Turbo_Setting_Via_IPMI
13 --exclude Verify_Setting_OCC_Turbo_Via_REST
15 --exclude Set_BMC_Time_With_Split_And_Manual
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dperl-ptest.inc13 …tar -c --exclude=try --exclude=a.out --exclude='*.o' --exclude=libperl.so* --exclude=[Mm]akefile -…
14 … --exclude=cygwin --exclude=os2 --exclude=djgpp --exclude=qnx --exclude=symbian --exclude=haiku \
15 --exclude=vms --exclude=vos --exclude=NetWare --exclude=amigaos4 --exclude=buildcustomize.pl \
16 …--exclude='win32/config.*' --exclude=plan9 --exclude=README.plan9 --exclude=perlplan9.pod --exclud…
17 --exclude=veryclean.sh --exclude=realclean.sh --exclude=getioctlsizes \
18 --exclude=dl_aix.xs --exclude=sdbm.3 --exclude='cflags.SH' --exclude=[Mm]akefile.old \
19 …--exclude=miniperl --exclude=generate_uudmap --exclude=patches --exclude='config.log' * | ( cd ${D…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/
H A Dmariadb_11.4.6.bb12 --exclude CMakeFiles \
13 --exclude cmake_install.cmake \
14 --exclude Makefile \
15 --exclude=*.a \
16 --exclude=*.h \
17 --exclude=*.o \
18 --exclude=*.so \
19 --exclude=*.d \
20 --exclude=*.txt
23 --exclude CMakeFiles \
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dautoreconf-exclude.patch4 Subject: [PATCH] autoreconf-exclude.patch
20 + -x, --exclude=STEPS steps we should not run
28 +# Steps to exclude
29 +my @exclude;
39 + 'x|exclude=s' => \@exclude,
47 + @exclude = map { split /,/ } @exclude;
56 + @ex = grep (/^autopoint$/, @exclude);
68 + @ex = grep (/^libtoolize$/, @exclude);
81 + @ex = grep (/^gtkdocize$/, @exclude);
93 + @ex = grep (/^autoconf$/, @exclude);
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtypeaheads.py30 layers = layers.exclude(
35 layer__name__icontains=search_term).exclude(
72 name__icontains=search_term).exclude(pk__in=primary_results)
74 layer_version__layer__name__icontains=search_term).exclude(
75 pk__in=primary_results).exclude(pk__in=secondary_results)
104 … secondary_results = distros.filter(name__icontains=search_term).exclude(pk__in=primary_results)
105 …ilter(layer_version__layer__name__icontains=search_term).exclude(pk__in=primary_results).exclude(p…
132 name__icontains=search_term).exclude(pk__in=primary_results)
134 layer_version__layer__name__icontains=search_term).exclude(
135 pk__in=primary_results).exclude(pk__in=secondary_results)
[all …]
/openbmc/openbmc-test-automation/test_lists/witherspoon/
H A Dskip_inband_ipmi2 --exclude Verify_Disabling_And_Enabling_IPMI_Via_Host
3 --exclude Verify_Disabling_IPMI_Via_OOB_IPMI
4 --exclude Verify_IPMI_Disable_Persistency_After_BMC_Reboot
5 --exclude eSEL
H A Dskip_oob_ipmi2 --exclude Verify_Disabling_And_Enabling_IPMI_Via_Host
3 --exclude Verify_Disabling_IPMI_Via_OOB_IPMI
4 --exclude Verify_IPMI_Disable_Persistency_After_BMC_Reboot
5 --exclude Ipmi_Sol
/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/
H A D0003-Exclude-VCS-directory-with-writing-from-an-archive.patch4 Subject: Exclude VCS directory with writing from an archive
43 +# Test --exclude-vcs option with subcommands: EXTRACT, LIST, DIFF.
49 +# > The --exclude-vcs flag seems to exclude .gitignore but not .git when
52 +AT_SETUP([--exclude-vcs extract list compare])
53 +AT_KEYWORDS([exclude-vcs extract list compare exclude18])
80 +tar -xvf gitrepo.tar --exclude-vcs | sort
84 +tar -tf gitrepo.tar --exclude-vcs | sort
88 +tar -dvf gitrepo.tar --exclude-vcs gitrepo | sort
H A D0002-tests-check-for-recently-fixed-bug.patch43 +AT_SETUP([--exclude-vcs-ignores memory allocation])
44 +AT_KEYWORDS([exclude exclude17])
50 +tar -cf - --exclude-vcs-ignores . | tar -tf -
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lapack/
H A Dlapack_3.12.1.bb81 --exclude CMakeFiles \
82 --exclude cmake_install.cmake \
83 --exclude Makefile
85 --exclude CMakeFiles \
86 --exclude cmake_install.cmake \
87 --exclude Makefile
89 --exclude CMakeFiles \
90 --exclude cmake_install.cmake \
91 --exclude Makefile \
92 --exclude lapacke.pc
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dexport.py55 for param, recipes in {'include':args.include,'exclude':args.exclude}.items():
76 if not len(set(workspace.keys()).difference(set(args.exclude))):
88 if recipe not in args.exclude:
108 …group.add_argument('--exclude', '-e', nargs='+', default=[], help='Exclude recipes into the tar ar…
/openbmc/qemu/scripts/
H A Dmake-release76 exclude=(--exclude=.git)
80 exclude+=(--exclude=subprojects/"$(subproject_dir $sp)")
83 tar "${exclude[@]}" -cJf ${destination}.tar.xz ${destination}
H A Dclean-header-guards.pl35 my $exclude = qr,^(include/standard-headers/|linux-headers/
51 return if !$opt_v or $fname =~ $exclude;
59 return if $fname =~ $exclude;
153 unless ($fname =~ $exclude) {
187 unless ($fname =~ $exclude) {
205 unless $fname =~ $exclude or $fname =~ $exclude_cpp;
/openbmc/openbmc-build-scripts/scripts/
H A Dgenerate-html-index.py5 and all its sub-directories. There are options to exclude certain files and
16 create_index_file(l_args.logs_dir_path, "/", l_args.exclude)
29 i_exclude_list A Python list of files and directories to exclude from
116 "--exclude",
119 help="A space-delimited list of files to exclude from the index.",
/openbmc/openbmc/poky/meta/classes/
H A Dcopyleft_filter.bbclass19 COPYLEFT_LICENSE_EXCLUDE[doc] = 'Space separated list of globs which exclude licenses'
38 COPYLEFT_PN_EXCLUDE[doc] = 'Space separated list of recipe names to exclude'
61 exclude = oe.data.typed_value('COPYLEFT_LICENSE_EXCLUDE', d)
64 is_included, reason = oe.license.is_included(d.getVar('LICENSE'), include, exclude)
/openbmc/telemetry/
H A Dgcovr.cfg5 exclude-unreachable-branches = yes
6 exclude-throw-branches = yes
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dinit-exclude.patch1 Hack in support for an "exclude" config option for the init module, so
61 +local($dir, $f, @stbuf, @rv, @exclude);
63 +@exclude = split(/,/, $config{exclude});
72 + $f =~ /^mandrake/ || grep {$_ eq $f} @exclude ) { next; }
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/
H A D0001-Add-missing-prototypes-to-function-declarations.patch21 exclude.c | 2 +-
42 diff --git a/exclude.c b/exclude.c
44 --- a/exclude.c
45 +++ b/exclude.c
/openbmc/openbmc/poky/meta/recipes-kernel/kmod/
H A Ddepmodwrapper-cross_1.0.bb38 if [ ! -e "\$3${nonarch_base_libdir}/depmod.d/exclude.conf" ]; then
40 echo "exclude .debug" > "\$3${nonarch_base_libdir}/depmod.d/exclude.conf"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgo.bbclass119 tar -C ${S}/src/${GO_IMPORT} -cf - --exclude-vcs --exclude '*.test' --exclude 'testdata' . | \
121 tar -C ${B} -cf - --exclude-vcs --exclude '*.test' --exclude 'testdata' pkg | \
/openbmc/u-boot/include/linux/
H A Dlibfdt.h92 * Given a list of nodes to include and properties to exclude, find
97 * for all nodes but exclude the property "data", then you will get the
130 * @exc_prop: List of properties names to exclude
131 * @exc_prop_count: Number of properties in exclude list
151 * Given a nodes and properties to include and properties to exclude, find
166 * for all nodes but exclude the property "data", then you will get the
178 * The nodes/properties to include/exclude are defined by a function
182 * 0 - to exclude this part
240 * @return 0 to exclude, 1 to include, -1 if no information is
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/opcua/open62541/
H A D0001-fix-build-do-not-install-git-files.patch20 PATTERN "*.pyc" EXCLUDE
21 + PATTERN ".git*" EXCLUDE
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dmeta-world-pkgdata.bb43 exclude = '${WORLD_PKGDATA_EXCLUDE}'.split()
48 if p in exclude:
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0037-compiler-rt-Exclude-sync_fetch_and_-for-any-pre-ARMv.patch4 Subject: [PATCH] compiler-rt: Exclude sync_fetch_and_* for any pre-ARMv6 targets
49 + # For ARM archs, exclude any sync builtins if dmb or mcr p15, #0, r0, c7, c10, #5
61 # For ARM archs, exclude any VFP builtins if VFP is not supported

12345678910>>...14