Home
last modified time | relevance | path

Searched refs:exclude (Results 126 – 150 of 271) sorted by relevance

1234567891011

/openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/
H A Dtiff_4.6.0.bb23 # exclude betas
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/
H A Dlibsdl_1.2.15.bb71 EXTRA_AUTORECONF += "--include=acinclude --exclude=autoheader"
/openbmc/linux/drivers/scsi/
H A Dsg.c171 bool exclude; /* 1->open(O_EXCL) succeeded and is active */ member
264 while (sdp->exclude) { in open_wait()
268 !sdp->exclude)); in open_wait()
332 if (sdp->exclude) { in sg_open()
345 sdp->exclude = true; in sg_open()
369 sdp->exclude = false; /* undo if error */ in sg_open()
401 if (sdp->exclude) { in sg_release()
402 sdp->exclude = false; in sg_release()
2622 sdp->sg_tablesize, sdp->exclude, sdp->open_cnt); in sg_proc_seq_show_debug()
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py213 return self.build_set.exclude(
358 layer_version__in=self.get_all_compatible_layer_versions()).exclude(name__exact='')
546 completeper = tf.exclude(outcome=Task.OUTCOME_NA).count()*100 // tfc
750 self.task_build.exclude(outcome=Task.OUTCOME_NA).count() == 0
1197 …return super(Package_DependencyManager, self).get_queryset().exclude(package_id = F('depends_on__i…
1354 …return super(Recipe_DependencyManager, self).get_queryset().exclude(recipe_id = F('depends_on__id'…
1726 for pkg in self.get_all_packages().exclude(
/openbmc/openbmc/poky/scripts/contrib/
H A Dbuild-perf-test-wrapper.sh201 --exclude "buildstats.json" \
/openbmc/openbmc/poky/meta/recipes-core/kbd/kbd/
H A D0001-Remove-non-free-Agafari-fonts.patch27 That is why several GNU/Linux distributions exclude Agafari from the
/openbmc/qemu/.gitlab-ci.d/
H A Dbuildtest.yml289 --target-list-exclude=alpha-linux-user,sh4-linux-user
299 --target-list-exclude=alpha-linux-user,sh4-linux-user
377 …--target-list-exclude=alpha-linux-user,microblazeel-linux-user,aarch64_be-linux-user,i386-linux-us…
523 - gcovr --xml-pretty --exclude-unreachable-branches --print-summary
H A Dbase.yml32 # Stage 1: exclude scenarios where we definitely don't
/openbmc/u-boot/
H A DMakefile413 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \
414 --exclude CVS --exclude .pc --exclude .hg --exclude .git
/openbmc/linux/tools/perf/util/
H A Dparse-events.c1639 int exclude = eu | ek | eh; in get_event_modifier() local
1648 if (!exclude) in get_event_modifier()
1649 exclude = eu = ek = eh = 1; in get_event_modifier()
1654 if (!exclude) in get_event_modifier()
1655 exclude = eu = ek = eh = 1; in get_event_modifier()
1658 if (!exclude) in get_event_modifier()
1659 exclude = eu = ek = eh = 1; in get_event_modifier()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DMS-PL18 … change. To the extent permitted under your local laws, the contributors exclude the implied warra…
H A DMS-RL22 … change. To the extent permitted under your local laws, the contributors exclude the implied warra…
/openbmc/openbmc/poky/meta/recipes-devtools/quilt/
H A Dquilt.inc33 EXTRA_AUTORECONF += "--exclude=aclocal"
/openbmc/openbmc/poky/meta/recipes-bsp/grub/
H A Dgrub2.inc18 file://autogen.sh-exclude-pc.patch \
/openbmc/linux/scripts/package/
H A Dkernel.spec102 %exclude /lib/modules/%{KERNELRELEASE}/build
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata.py349 exclude = varflags.get("vardepvalueexclude")
350 for excl in exclude.split('|'):
/openbmc/bmcweb/
H A Dmeson.build134 if cxx.has_link_argument('-Wl,--exclude-libs,ALL')
135 add_project_link_arguments('-Wl,--exclude-libs,ALL', language: 'cpp')
/openbmc/telemetry/
H A D.gitignore39 # When using Gradle or Maven with auto-import, you should exclude module files,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/
H A Drrdtool_1.8.0.bb25 EXTRA_AUTORECONF = "-I m4 --exclude=autopoint"
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dmediatek,xsphy.yaml56 Register shared by multiple U3 ports, exclude port's private register,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/
H A Dminio_git.bb151 … || { echo "[INFO] $site_dest: copying .go files" ; rsync -a --exclude='vendor/' --exclude='.git/'…
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_ipk.bbclass22 OPKG_ARGS += "${@['', '--add-exclude ' + ' --add-exclude '.join((d.getVar('PACKAGE_EXCLUDE') or "")…
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A D__init__.py350 for exclude in (self.d.getVar("PACKAGE_EXCLUDE") or "").split():
351 cmd += " --add-exclude %s" % exclude
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c719 bool exclude = ((i % 4) == 0); in add_dummy_events() local
726 0, exclude); in add_dummy_events()
/openbmc/linux/tools/testing/selftests/
H A DMakefile263 @tar caf ${TAR_PATH} --exclude=kselftest-packages -C ${INSTALL_PATH} .

1234567891011