Home
last modified time | relevance | path

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

12345678910>>...12

/OK3568_Linux_fs/yocto/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…
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dfixup-sb1250.c39 struct sb1250_bus_dma_limit_exclude *exclude = data; in sb1250_bus_dma_limit() local
43 exclude_this = exclude->set && (dev->bus->number >= exclude->start && in sb1250_bus_dma_limit()
44 dev->bus->number <= exclude->end); in sb1250_bus_dma_limit()
45 ht_bridge = !exclude->set && (dev->vendor == PCI_VENDOR_ID_SIBYTE && in sb1250_bus_dma_limit()
51 exclude->start = dev->subordinate->number; in sb1250_bus_dma_limit()
52 exclude->end = pci_bus_max_busnr(dev->subordinate); in sb1250_bus_dma_limit()
53 exclude->set = true; in sb1250_bus_dma_limit()
55 exclude->start, exclude->end); in sb1250_bus_dma_limit()
66 struct sb1250_bus_dma_limit_exclude exclude = { .set = false }; in quirk_sb1250_pci_dac() local
68 pci_walk_bus(dev->bus, sb1250_bus_dma_limit, &exclude); in quirk_sb1250_pci_dac()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dautoreconf-exclude.patch4 Subject: [PATCH 4/7] autoreconf-exclude.patch
19 + -x, --exclude=STEPS steps we should not run
27 +# Steps to exclude
28 +my @exclude;
38 + 'x|exclude=s' => \@exclude,
46 + @exclude = map { split /,/ } @exclude;
55 + @ex = grep (/^autopoint$/, @exclude);
67 + @ex = grep (/^libtoolize$/, @exclude);
80 + @ex = grep (/^gtkdocize$/, @exclude);
92 + @ex = grep (/^autoconf$/, @exclude);
[all …]
/OK3568_Linux_fs/yocto/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 …]
/OK3568_Linux_fs/buildroot/package/systemd/
H A Dfakeroot_tmpfiles.sh57 --exclude-prefix=/dev --exclude-prefix=/proc --exclude-prefix=/run \
58 --exclude-prefix=/sys --exclude-prefix=/tmp --exclude-prefix=/mnt \
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dperf.rst15 Userspace always runs at EL0 and thus this attribute will exclude EL0.
26 For the host this attribute will exclude EL1 and additionally EL2 on a VHE
29 For the guest this attribute will exclude EL1. Please note that EL2 is
41 For a non-VHE host this attribute will exclude EL2 as we consider the
52 These attributes exclude the KVM host and guest, respectively.
64 For non-VHE systems we exclude EL2 for exclude_host - upon entering and
68 For VHE systems we exclude EL1 for exclude_guest and exclude both EL0,EL2
70 to include/exclude EL0 as appropriate based on the exclude_host and
/OK3568_Linux_fs/kernel/tools/perf/
H A Dperf-completion.sh7 local exclude i j first
9 exclude="${1//[^$COMP_WORDBREAKS]}"
11 if [ -z "$exclude" ]; then
25 [ "${COMP_WORDS[$i]//[^$exclude]}" = "${COMP_WORDS[$i]}" ]
62 local exclude cur_ words_ cword_
64 exclude=$2
67 __my_reassemble_comp_words_by_ref "$exclude"
/OK3568_Linux_fs/external/xserver/.gitlab-ci/
H A DDockerfile6 echo 'path-exclude=/usr/share/doc/*' > /etc/dpkg/dpkg.cfg.d/99-exclude-cruft && \
7 echo 'path-exclude=/usr/share/locale/*' >> /etc/dpkg/dpkg.cfg.d/99-exclude-cruft && \
8 echo 'path-exclude=/usr/share/man/*' >> /etc/dpkg/dpkg.cfg.d/99-exclude-cruft && \
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/kmod/
H A D0001-depmod-Add-support-for-excluding-a-directory.patch6 This adds support to depmod to enable a new exclude directive in
10 via a new exclude directive.
12 depmod.d/exclude.conf example:
13 exclude .debug
34 + <term>exclude <replaceable>excludedir</replaceable>
43 + to exclude
85 + ERR("exclude add: out of memory\n");
90 + DBG("exclude add: %s\n", path);
109 + } else if (streq(cmd, "exclude")) {
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dusing-buildroot-development.txt102 package, the following will exclude the tests and in-tree builds from
108 --exclude JSTests --exclude ManualTests --exclude PerformanceTests \
109 --exclude WebDriverTests --exclude WebKitBuild --exclude WebKitLibraries \
110 --exclude WebKit.xcworkspace --exclude Websites --exclude Examples
/OK3568_Linux_fs/buildroot/package/setools/
H A D0001-Do-not-export-use-setools.InfoFlowAnalysis-and-setoo.patch45 - g = setools.DomainTransitionAnalysis(p, reverse=args.reverse, exclude=args.exclude)
46 + g = setools.dta.DomainTransitionAnalysis(p, reverse=args.reverse, exclude=args.exclude)
66 - g = setools.InfoFlowAnalysis(p, m, min_weight=args.min_weight, exclude=args.exclude,
68 + g = setools.infoflow.InfoFlowAnalysis(p, m, min_weight=args.min_weight, exclude=args.exclude,
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/quilt/
H A Dquilt.inc33 EXTRA_AUTORECONF += "--exclude=aclocal"
70 tar -c --exclude=\*.in bin/ | ( cd ${D}${PTEST_PATH} && tar -xf - )
71 tar -c --exclude=\*.in compat/ | ( cd ${D}${PTEST_PATH} && tar -xf - )
72 tar -c --exclude=\*.in quilt/ | ( cd ${D}${PTEST_PATH} && tar -xf - )
73 …tar -c --exclude=mail.test --exclude=delete.test test/ | ( cd ${D}${PTEST_PATH} && tar -xf - && ch…
/OK3568_Linux_fs/yocto/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; }
/OK3568_Linux_fs/external/mpp/tools/
H A Dastylerc2 --exclude=../build
3 --exclude=../osal/windows/pthread
4 --exclude=../osal/linux/drm.h
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dgo.bbclass120 tar -C ${S}/src/${GO_IMPORT} -cf - --exclude-vcs --exclude '*.test' --exclude 'testdata' . | \
122 tar -C ${B} -cf - --exclude-vcs --exclude '*.test' --exclude 'testdata' pkg | \
H A Dcopyleft_filter.bbclass15 COPYLEFT_LICENSE_EXCLUDE[doc] = 'Space separated list of globs which exclude licenses'
34 COPYLEFT_PN_EXCLUDE[doc] = 'Space separated list of recipe names to exclude'
57 exclude = oe.data.typed_value('COPYLEFT_LICENSE_EXCLUDE', d)
60 is_included, reason = oe.license.is_included(d.getVar('LICENSE'), include, exclude)
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/
H A Ddepmodwrapper-cross_1.0.bb33 if [ ! -e "\$3${nonarch_base_libdir}/depmod.d/exclude.conf" ]; then
35 echo "exclude .debug" > "\$3${nonarch_base_libdir}/depmod.d/exclude.conf"
/OK3568_Linux_fs/yocto/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)
130 …t_msg_body, branch_name, no_tag, tagname, tag_msg_subject, tag_msg_body, exclude, notes, push, key… argument
150 commit_msg, exclude, notes, log)
/OK3568_Linux_fs/yocto/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:
/OK3568_Linux_fs/device/rockchip/common/overlays/overlay-yocto/
H A Dinstall.sh12 --exclude="$(basename "$(realpath "$0")")"
17 --include="camera/" --include="video/" --exclude="/*"
/OK3568_Linux_fs/u-boot/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)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/files/
H A D0001-Add-missing-prototypes-to-function-declarations.patch20 exclude.c | 2 +-
44 diff --git a/exclude.c b/exclude.c
46 --- a/exclude.c
47 +++ b/exclude.c
/OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/
H A DLoadPin.rst23 It's also possible to exclude specific file types from LoadPin using kernel
24 command line option "``loadpin.exclude``". By default, all files are
26 as "``loadpin.exclude=kernel-module,kexec-image``". This allows to use
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dmeta-world-pkgdata.bb42 exclude = '${WORLD_PKGDATA_EXCLUDE}'.split()
47 if p in exclude:
/OK3568_Linux_fs/debian/scripts/patches/
H A D0002-modify-export-image-to-meet-rockchip-image-requireme.patch118 …T_SIZE=$(du --apparent-size -s "${EXPORT_ROOTFS_DIR}" --exclude var/cache/apt/archives --exclude b…
119 + ROOT_SIZE=$(du --apparent-size -s "${EXPORT_ROOTFS_DIR}" --exclude var/cache/apt/archives --block…
198 - rsync -aHAXx --exclude /var/cache/apt/archives --exclude /boot "${EXPORT_ROOTFS_DIR}/" "${ROOTFS_…
201 + rsync -aHAXx --exclude /var/cache/apt/archives "${EXPORT_ROOTFS_DIR}/" "${ROOTFS_DIR}/"

12345678910>>...12