Home
last modified time | relevance | path

Searched refs:distro (Results 1 – 25 of 61) sorted by relevance

123

/third_party/libwebsockets/
D.sai.json226 # no distro -devel package for libuv
231 # no distro -devel package for libuv
236 # no distro -devel package for libuv
245 # no distro -devel package for mbedtls
/third_party/libabigail/tools/
Dfedabipkgdiff168 def is_distro_valid(distro): argument
177 return re.match(r'^(fc|el)\d{1,2}$', distro) is not None
196 distro = m.group(2)
197 return distro
870 def get_package_latest_build(self, package_name, distro): argument
885 selector = lambda item: item['release'].find(distro) > -1
905 get_distro_from_string(build['release']) <= distro
958 def get_latest_built_rpms(self, package_name, distro, arches=None): argument
968 latest_build = self.get_package_latest_build(package_name, distro)
1298 distro=global_config.from_distro)
[all …]
/third_party/musl/dist/
Dconfig.mak20 # Uncomment to fix broken distro-patched toolchains where hash-style=gnu(only)
23 # Uncomment to fix broken distro-patched toolchains where stack-protector=on
/third_party/mesa3d/docs/gallium/
Dindex.rst18 distro
/third_party/libuv/docs/
Drequirements.txt14 distro==1.4.0
/third_party/libinput/doc/user/
Dmeson.build194 foreach distro : distributions
195 yq_filter = '.distributions[] | select(.name == "@0@") | .packages | join(" ")'.format(distro)
198 dependencies_config.set('@0@_PACKAGES'.format(distro.to_upper()), deps)
/third_party/libabigail/doc/manuals/
Dfedabipkgdiff.rst93 * ``--from`` <distro>
97 ``distro`` value can be any valid value of the RPM macro
100 * ``--to`` <distro>
104 option ``--from``. The ``distro`` value could be any valid value
/third_party/jsframework/runtime/main/extend/systemplugin/napi/bundle/
DpackInfo.js70 distro: [paramMock.paramStringMock], property
/third_party/ltp/testcases/kdump/
DREADME30 5. Since KDUMP is supported by the above mentioned distro's the tests
44 For RHEL5 or Fedora distro :
/third_party/ltp/testcases/kdump/doc/
DREADME30 5. Since KDUMP is supported by the above mentioned distro's the tests
44 For RHEL5 or Fedora distro :
/third_party/mesa3d/docs/relnotes/
D6.424 tarball. This was done at the request of Linux distro vendors who prefer
D6.4.2.rst32 Linux distro vendors who prefer to use freeglut.
/third_party/libwebsockets/lib/misc/
Dfsmount.c104 fsm->distro, fsm->layers[m]); in lws_fsmount_mount()
/third_party/lz4/contrib/snap/
DREADME.md25 * install snap by doing 'snap install lz4' on any Linux distro
/third_party/python/Doc/using/
Dunix.rst20 that are not available on your distro's package. You can easily compile the
24 well, you can easily make packages for your own distro. Have a look at the
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
DREADME.md13 2) Install distro build dependency packages:
/third_party/toybox/kconfig/
DREADME20 squashfs _after_ after every major Linux distro had been locally carrying it
/third_party/node/
D.gitignore116 # These are not needed and causes issues for distro packagers.
/third_party/ltp/doc/
Dsupported-kernel-libc-versions.txt34 but users are encouraged to move to a newer distro.
DSupported-kernel,-libc,-toolchain-versions.asciidoc34 but users are encouraged to move to a newer distro.
/third_party/libinput/tools/
Dlibinput-record.c1359 char *distro = NULL, *version = NULL; in print_system_header() local
1365 if (!distro && strneq(osrstr, "ID=", 3)) in print_system_header()
1366 distro = strstrip(&osrstr[3], "\"'"); in print_system_header()
1370 if (distro && version) { in print_system_header()
1374 distro, in print_system_header()
1379 free(distro); in print_system_header()
/third_party/libwebsockets/lib/roles/dbus/
DREADME.md3 ## DBUS-related distro packages
/third_party/mesa3d/docs/drivers/
Dsvga3d.rst42 shouldn't be concerned with this information. But if your distro lacks
96 Depending on your Linux distro, other packages may be needed. Meson
/third_party/ltp/testcases/kernel/mce-test/doc/
Dhowto.txt304 distro's the test driver was written and tested on them. Contribution
322 For RHEL5 or Fedora distro:
333 For RHEL5 or Fedora distro:
353 For RHEL5 or Fedora distro:
/third_party/libwebsockets/READMEs/
DREADME.event-libs.md35 And second, for distro packaging, the event lib support plugins can be separately

123