/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/files/ |
H A D | mount-copybind | 10 echo >&2 "Usage: $0 spec mountpoint [OPTIONS]" 15 spec=$1 28 mkdir -p "${spec%/*}" 32 if [ -d "$spec" ]; then 36 mkdir "$spec" 37 # If the $spec directory is created we need to take care that 41 restorecon "$spec" 46 # Fast version of calculating `dirname ${spec}`/.`basename ${spec}`-work 47 overlay_workdir="${spec%/*}/.${spec##*/}-work" 59 …" = 1 ] || ! mount -t overlay overlay -olowerdir="$mountpoint",upperdir="$spec",workdir="$overlay_… [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/ |
H A D | 0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch | 4 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 D | 0001-tests-Fix-narrowing-errors-seen-with-clang.patch | 13 .../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/recipes-devtools/ruby/ruby/ |
H A D | 0006-Make-gemspecs-reproducible.patch | 35 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/meta-security/recipes-scanners/buck-security/ |
H A D | buck-security_0.7.bb | 22 …sed -i 's!use lib "checks"!use lib File::Spec->catfile(dirname(File::Spec->rel2abs(__FILE__)), "bu… 23 …sed -i 's!use lib "checks/lib"!use lib File::Spec->catfile(dirname(File::Spec->rel2abs(__FILE__)),… 24 …sed -i 's!use lib "lib"!use lib File::Spec->catfile(dirname(File::Spec->rel2abs(__FILE__)), "buck/… 25 …sed -i 's!my $buck_root = "."!my $buck_root = File::Spec->catfile(dirname(File::Spec->rel2abs(__FI… 32 perl-module-file-basename perl-module-file-spec perl-module-getopt-long \ 40 … perl-module-file-basename perl-module-file-spec perl-module-getopt-long \
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | valgrind-make-ld-XXX.so-strlen-intercept-optional.patch | 24 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/openbmc/poky/meta/lib/oe/ |
H A D | npm_registry.py | 33 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 D | hre.c | 87 #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 216 * @param spec specification of a hash register 217 * @return pointer to hash register or NULL if @a spec does not qualify a 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() [all …]
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | obmc-phosphor-systemd.bbclass | 195 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/include/linux/usb/ |
H A D | cdc.h | 48 /* "Header Functional Descriptor" from CDC spec 5.2.3.1 */ 57 /* "Call Management Descriptor" from CDC spec 5.2.3.2 */ 70 /* "Abstract Control Management Descriptor" from CDC spec 5.2.3.3 */ 86 /* "Union Functional Descriptor" from CDC spec 5.2.3.8 */ 97 /* "Country Selection Functional Descriptor" from CDC spec 5.2.3.9 */ 108 /* "Network Channel Terminal Functional Descriptor" from CDC spec 5.2.3.11 */ 120 /* "Ethernet Networking Functional Descriptor" from CDC spec 5.2.3.16 */ 133 /* "MDLM Functional Descriptor" from CDC WMC spec 6.7.2.3 */ 143 /* "MDLM Detail Functional Descriptor" from CDC WMC spec 6.7.2.4 */ 178 /* Line Coding Structure from CDC spec 6.2.13 */ [all …]
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/ |
H A D | 0001-build-don-t-override-localstatedir-mandir-sysconfdir.patch | 15 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/openbmc/poky/meta/recipes-support/vte/vte/ |
H A D | 0005-color-parser-Use-fast_float-implementation-for-from_.patch | 31 @@ -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-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
H A D | 0002-do-not-import-target-module-while-cross-compile.patch | 41 + 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/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
H A D | 0001-do-not-import-target-module-while-cross-compile.patch | 43 + 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/poky/meta/recipes-core/volatile-binds/ |
H A D | volatile-binds.bb | 45 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/qemu/python/qemu/qmp/ |
H A D | models.py | 5 structures that the QMP spec mandates; they are used to verify incoming 6 data to make sure it conforms to spec. 57 Defined in qmp-spec.rst, section "Server Greeting". 85 Defined in qmp-spec.rst, section "Server Greeting". 107 Defined in qmp-spec.rst, section "Error". 129 Defined in qmp-spec.rst, section "Error".
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/ |
H A D | 0001-Use-setuptools-instead-of-distutils.patch | 12 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/include/hw/pci/ |
H A D | pci_regs.h | 6 #define PCI_PM_CAP_VER_1_1 0x0002 /* PCI PM spec ver. 1.1 */ 7 #define PCI_PM_CAP_VER_1_2 0x0003 /* PCI PM spec ver. 1.2 */
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | channel_layer.hpp | 50 * @enum Channel Protocol Type (refer spec sec 6.4) 68 * @enum Channel Medium Type (refer spec sec 6.5) 90 * @enum Channel Session Type (refer spec sec 22.24 - 102 * @enum Channel Access Mode (refer spec sec 6.6) 113 * @enum Authentication Types (refer spec sec 13.6 - IPMI 129 * @enum Payload Types (refer spec sec 13.27.3) 145 * @enum Access mode for channel access set/get (refer spec 172 * specification and used in Get / Set channel access (refer spec sec 22.22 187 * channel type and information as defined in IPMI specification. (refer spec
|
/openbmc/openbmc-test-automation/data/ |
H A D | model.py | 9 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/u-boot/arch/sandbox/include/asm/ |
H A D | spi.h | 24 int (*setup)(void **priv, const char *spec); 36 * Extract the bus/cs from the spi spec and return the start of the spi 37 * client spec. If the bus/cs are invalid for the current config, then
|
/openbmc/ipmitool/ |
H A D | Makefile.am | 46 cp control/ipmitool.spec $(distdir) 70 rpm: control/ipmitool.spec dist 72 cp control/ipmitool.spec $(RPMDIR)/SPECS 75 $(RPMDIR)/SPECS/ipmitool.spec
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/ |
H A D | tgt_1.0.90.bb | 4 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/u-boot/board/gdsys/p1022/ |
H A D | controlcenterd-id.c | 140 #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 450 * @param spec specification of a hash register 451 * @return pointer to hash register or NULL if @a spec does not qualify a 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() [all …]
|
/openbmc/qemu/hw/scsi/ |
H A D | srp.h | 107 * We need the packed attribute because the SRP spec puts the list of 137 * The SRP spec defines the size of the LOGIN_RSP structure to be 52 178 * We need the packed attribute because the SRP spec only aligns the 196 * We need the packed attribute because the SRP spec only aligns the 227 * The SRP spec defines the size of the RSP structure to be 36 bytes,
|