Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 25 of 254) sorted by relevance

1234567891011

/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/files/
H A Dmount-copybind15 spec=$1
32 if [ -d "$spec" ]; then
36 mkdir "$spec"
41 restorecon "$spec"
59 …" = 1 ] || ! mount -t overlay overlay -olowerdir="$mountpoint",upperdir="$spec",workdir="$overlay_…
63 cp -aPR "$mountpoint"/. "$spec/"
66 mount -o "bind$options" "$spec" "$mountpoint"
75 if [ ! -f "$spec" ]; then
76 cp -aP "$mountpoint" "$spec"
79 mount -o "bind$options" "$spec" "$mountpoint"
/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/
H A D0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch4 Subject: [PATCH] tests/egl/spec: make egl_ext_surface_compression conditional
8 | In file included from /srv/storage/alex/yocto/build-64/workspace/sources/piglit/tests/egl/spec/eg…
9 | /srv/storage/alex/yocto/build-64/workspace/sources/piglit/tests/egl/spec/egl_ext_surface_compress…
18 .../spec/egl_ext_surface_compression/CMakeLists.gles3.txt | 6 ++++--
19 tests/egl/spec/egl_ext_surface_compression/create_surface.c | 1 -
22 diff --git a/tests/egl/spec/egl_ext_surface_compression/CMakeLists.gles3.txt b/tests/egl/spec/egl_e…
24 --- a/tests/egl/spec/egl_ext_surface_compression/CMakeLists.gles3.txt
25 +++ b/tests/egl/spec/egl_ext_surface_compression/CMakeLists.gles3.txt
41 diff --git a/tests/egl/spec/egl_ext_surface_compression/create_surface.c b/tests/egl/spec/egl_ext_s…
43 --- a/tests/egl/spec/egl_ext_surface_compression/create_surface.c
[all …]
H A D0001-tests-Fix-narrowing-errors-seen-with-clang.patch13 .../spec/ext_framebuffer_multisample/draw-buffers-common.cpp | 4 ++--
17 diff --git a/tests/spec/ext_framebuffer_multisample/draw-buffers-common.cpp b/tests/spec/ext_frameb…
19 --- a/tests/spec/ext_framebuffer_multisample/draw-buffers-common.cpp
20 +++ b/tests/spec/ext_framebuffer_multisample/draw-buffers-common.cpp
/openbmc/openbmc/poky/meta/lib/oe/
H A Dnpm_registry.py33 def __init__(self, spec): argument
34 self.__spec = spec
90 def __init__(self, base_fname, spec): argument
92 self.__spec = spec
112 def __init__(self, base_fname, spec): argument
114 self.__spec = spec
147 def _meta_uri(spec): argument
148 return REGISTRY + '/' + uri_quote(spec.name, safe = '@')
153 def _tarball_uri(spec): argument
155 uri_quote(spec.name, safe = '@'),
[all …]
/openbmc/u-boot/board/gdsys/a38x/
H A Dhre.c87 #define IS_PCR_HREG(spec) ((spec) & 0x20) argument
88 #define IS_FIX_HREG(spec) (((spec) & 0x38) == 0x08) argument
89 #define IS_VAR_HREG(spec) (((spec) & 0x38) == 0x10) argument
90 #define HREG_IDX(spec) ((spec) & (IS_PCR_HREG(spec) ? 0x1f : 0x7)) argument
220 static struct h_reg *get_hreg(uint8_t spec) in get_hreg() argument
224 idx = HREG_IDX(spec); in get_hreg()
225 if (IS_FIX_HREG(spec)) { in get_hreg()
229 } else if (IS_PCR_HREG(spec)) { in get_hreg()
233 } else if (IS_VAR_HREG(spec)) { in get_hreg()
253 static struct h_reg *access_hreg(struct udevice *tpm, uint8_t spec, in access_hreg() argument
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/
H A D0006-Make-gemspecs-reproducible.patch35 Gem::Specification.new do |spec|
36 spec.name = "fiddle"
37 spec.version = version_module::Fiddle::VERSION
38 + spec.date = RUBY_RELEASE_DATE
39 spec.authors = ["Aaron Patterson", "SHIBATA Hiroshi"]
40 spec.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org"]
59 Gem::Specification.new do |spec|
60 spec.name = "ipaddr"
61 spec.version = version
62 + spec.date = RUBY_RELEASE_DATE
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A Dvalgrind-make-ld-XXX.so-strlen-intercept-optional.patch24 spec->to_addr = to_addr;
25 spec->isWrap = False;
26 spec->isGlobal = False;
27 - spec->mandatory = mandatory;
36 + spec->mandatory = NULL;
38 + spec->mandatory = mandatory;
41 spec->mark = False; /* not significant */
42 spec->done = False; /* not significant */
/openbmc/qemu/tests/tcg/s390x/
H A Dvfminmax.c286 const char *spec = test->table[it.cls[0]][it.cls[1]]; in main() local
294 if (strcmp(spec, "T(a)") == 0 || in main()
295 strcmp(spec, "Xi: T(a)") == 0) { in main()
297 } else if (strcmp(spec, "T(b)") == 0 || in main()
298 strcmp(spec, "Xi: T(b)") == 0) { in main()
300 } else if (strcmp(spec, "Xi: T(a*)") == 0) { in main()
303 } else if (strcmp(spec, "Xi: T(b*)") == 0) { in main()
306 } else if (strcmp(spec, "T(M(a,b))") == 0) { in main()
324 fprintf(stderr, "Unexpected spec: %s\n", spec); in main()
327 xi_exp |= spec[0] == 'X'; in main()
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0005-color-parser-Use-fast_float-implementation-for-from_.patch31 @@ -298,7 +298,7 @@ parse_csslike(std::string const& spec) noexcept
33 auto const start = spec.c_str() + 1;
34 auto const end = spec.c_str() + spec.size();
40 @@ -424,7 +424,7 @@ parse_x11like(std::string const& spec) noexcept
42 auto const start = spec.c_str() + 1;
43 auto const end = spec.c_str() + spec.size();
49 @@ -447,13 +447,13 @@ parse_x11like(std::string const& spec) noexcept
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/
H A D0001-build-don-t-override-localstatedir-mandir-sysconfdir.patch15 be specified inside the spec file, not in ./configure
19 locations as needed. The .spec file is being modified
27 dist/trousers.spec.in | 2 +-
53 diff --git a/dist/trousers.spec.in b/dist/trousers.spec.in
55 --- a/dist/trousers.spec.in
56 +++ b/dist/trousers.spec.in
/openbmc/ipmitool/
H A DMakefile.am46 cp control/ipmitool.spec $(distdir)
70 rpm: control/ipmitool.spec dist
72 cp control/ipmitool.spec $(RPMDIR)/SPECS
75 $(RPMDIR)/SPECS/ipmitool.spec
/openbmc/u-boot/drivers/mtd/spi/
H A Dsandbox.c130 const char *spec = NULL; in sandbox_sf_probe() local
150 spec = strchr(pdata->device_name, ','); in sandbox_sf_probe()
151 if (spec) in sandbox_sf_probe()
152 spec++; in sandbox_sf_probe()
154 spec = pdata->device_name; in sandbox_sf_probe()
155 idname_len = strlen(spec); in sandbox_sf_probe()
156 debug("%s: device='%s'\n", __func__, spec); in sandbox_sf_probe()
162 if (!strncasecmp(spec, data->name, len)) in sandbox_sf_probe()
167 spec); in sandbox_sf_probe()
523 struct udevice *bus, ofnode node, const char *spec) in sandbox_sf_bind_emul() argument
[all …]
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-systemd.bbclass195 def install_link(d, spec, pkg):
196 tgt, dest = spec.split(':')
200 set_doappend(d, '_INSTALL_LINKS', spec)
203 def add_override(d, spec, pkg):
204 tmpl, dest = spec.split(':')
205 set_doappend(d, '_INSTALL_OVERRIDES', '%s' % spec)
235 for spec in listvar_to_list(d, 'SYSTEMD_LINK:%s' % pkg):
236 install_link(d, spec, pkg)
237 for spec in listvar_to_list(d, 'SYSTEMD_OVERRIDE:%s' % pkg):
238 add_override(d, spec, pkg)
[all …]
/openbmc/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c140 #define IS_PCR_HREG(spec) ((spec) & 0x20) argument
141 #define IS_FIX_HREG(spec) (((spec) & 0x38) == 0x08) argument
142 #define IS_VAR_HREG(spec) (((spec) & 0x38) == 0x10) argument
143 #define HREG_IDX(spec) ((spec) & (IS_PCR_HREG(spec) ? 0x1f : 0x7)) argument
454 static struct h_reg *get_hreg(uint8_t spec) in get_hreg() argument
458 idx = HREG_IDX(spec); in get_hreg()
459 if (IS_FIX_HREG(spec)) { in get_hreg()
463 } else if (IS_PCR_HREG(spec)) { in get_hreg()
467 } else if (IS_VAR_HREG(spec)) { in get_hreg()
486 static struct h_reg *access_hreg(struct udevice *tpm, uint8_t spec, in access_hreg() argument
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0002-do-not-import-target-module-while-cross-compile.patch41 + spec = importlib.util._find_spec_from_path(modulename, [os.environ["PYTHONPATH"]])
42 + if spec:
46 + module = importlib.util.module_from_spec(spec)
47 + spec.loader.load_module(module)
54 + Logs.warn('Cross module[%s] has been found, but can not be loaded.' % (spec.name))
/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/
H A Dvolatile-binds.bb45 while read spec mountpoint; do
46 if [ -z "$spec" ]; then
50 servicefile="$(echo "${spec#/}" | tr / -).service"
52 sed -e "s#@what@#$spec#g; s#@where@#$mountpoint#g" \
53 -e "s#@whatparent@#${spec%/*}#g; s#@whereparent@#${mountpoint%/*}#g" \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0001-do-not-import-target-module-while-cross-compile.patch43 + spec = importlib.util._find_spec_from_path(modulename, [os.environ["PYTHONPATH"]])
44 + if spec:
48 + module = importlib.util.module_from_spec(spec)
49 + spec.loader.load_module(module)
56 + Logs.warn('Cross module[%s] has been found, but can not be loaded.' % (spec.name))
/openbmc/openbmc-test-automation/data/
H A Dmodel.py9 spec = importlib.util.spec_from_file_location(name, module_path)
10 module = importlib.util.module_from_spec(spec)
11 spec.loader.exec_module(module)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/
H A D0001-Use-setuptools-instead-of-distutils.patch12 libpwquality.spec.in | 11 ++---------
17 diff --git a/libpwquality.spec.in b/libpwquality.spec.in
19 --- a/libpwquality.spec.in
20 +++ b/libpwquality.spec.in
/openbmc/qemu/docs/specs/
H A Dindex.rst28 vmw_pvscsi-spec
30 ivshmem-spec
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/
H A Dgenerate-srcuri.py39 spec = importlib.util.spec_from_file_location("fetchmodule", filename)
40 module = importlib.util.module_from_spec(spec)
41 spec.loader.exec_module(module)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/
H A Dparallel_make.patch39 -_generated/%.py: $(tools_dir)/spec-to-python.xsl $(spec_dir)/%.xml
40 +_generated/%.py: _generated/__init__.py $(tools_dir)/spec-to-python.xsl $(spec_dir)/%.xml
42 $(tools_dir)/spec-to-python.xsl \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/
H A D0001-genisoimage-Add-missing-extern-definition.patch25 #define JMAX 64 /* maximum Joliet file name length (spec) */
26 #define JLONGMAX 103 /* out of spec Joliet file name length */
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/
H A Dtgt_1.0.90.bb4 LIC_FILES_CHKSUM = "file://scripts/tgtd.spec;beginline=7;endline=7;md5=21c19ea7dad04648b9c2f791b6e2…
85 perl-module-file-spec-unix \
86 perl-module-file-spec \
87 perl-module-file-spec-functions \
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpluginbase.py59 spec = importlib.util.spec_from_file_location(mname, mpath)
60 module = importlib.util.module_from_spec(spec)
61 spec.loader.exec_module(module)

1234567891011