Home
last modified time | relevance | path

Searched refs:sysconfig (Results 1 – 25 of 120) sorted by relevance

12345

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-sysconfig.py-use-platlibdir-also-for-purelib.patch4 Subject: [PATCH] sysconfig.py: use platlibdir also for purelib
12 Lib/sysconfig/__init__.py | 2 +-
15 diff --git a/Lib/sysconfig/__init__.py b/Lib/sysconfig/__init__.py
17 --- a/Lib/sysconfig/__init__.py
18 +++ b/Lib/sysconfig/__init__.py
H A D0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch4 Subject: [PATCH] Lib/sysconfig.py: use prefix value from build configuration
13 Lib/sysconfig/__init__.py | 5 +++++
16 diff --git a/Lib/sysconfig/__init__.py b/Lib/sysconfig/__init__.py
18 --- a/Lib/sysconfig/__init__.py
19 +++ b/Lib/sysconfig/__init__.py
H A Dget_module_deps3.py126 import sysconfig
127 soabi = sysconfig.get_config_var('SOABI')
136 dep_path = dep_path.replace(sysconfig._get_sysconfigdata_name(), "_sysconfigdata*")
170 cached = cached.replace(sysconfig._get_sysconfigdata_name(), "_sysconfigdata*")
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/
H A D0002-automake-Update-for-python.m4-to-respect-libdir.patch40 - sitedir = sysconfig.get_path('purelib', scheme, vars={'base':'$am_py_prefix'})
42 - sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'})
44 - from distutils import sysconfig
45 - sitedir = sysconfig.get_python_lib(0, 0, prefix='$am_py_prefix')
69 - sitedir = sysconfig.get_path('platlib', scheme, vars={'platbase':'$am_py_exec_prefix'})
71 - sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_exec_prefix'})
73 - from distutils import sysconfig
74 - sitedir = sysconfig.get_python_lib(1, 0, prefix='$am_py_exec_prefix')
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools/
H A D0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch4 Subject: [PATCH] _distutils/sysconfig.py: make it possible to substite the
8 not the most elegant solution, but distutils/sysconfig has been
19 setuptools/_distutils/sysconfig.py | 12 ++++++++++--
22 diff --git a/setuptools/_distutils/sysconfig.py b/setuptools/_distutils/sysconfig.py
24 --- a/setuptools/_distutils/sysconfig.py
25 +++ b/setuptools/_distutils/sysconfig.py
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/files/
H A D0001-change-sysconfig-path-to-etc-default.patch4 Subject: [PATCH] change sysconfig path to /etc/default
6 OE uses /etc/default for service configuration, not /etc/sysconfig which
25 -Description=Watch /etc/sysconfig/btrfsmaintenance
29 -PathChanged=/etc/sysconfig/btrfsmaintenance
40 -Description=Update cron periods from /etc/sysconfig/btrfsmaintenance
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/arptables/arptables/
H A Darptables.service8 …re=/bin/sh -c "mkdir -p /etc/sysconfig; if [ ! -f /etc/sysconfig/arptables ]; then /usr/sbin/arpta…
9 ExecStart=/bin/sh -c "/usr/sbin/arptables-restore < /etc/sysconfig/arptables"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Dopenl2tpd-initscript-fix-sysconfig.patch7 Correct the location of the sysconfig
9 /etc/sysconfig/
25 -# config: /etc/sysconfig/openl2tpd
31 -. /etc/sysconfig/openl2tpd
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/corosync/
H A Dcorosync_3.1.6.bb44 install -d ${D}${sysconfdir}/sysconfig/
45 install -m 0644 ${S}/init/corosync.sysconfig.example ${D}${sysconfdir}/sysconfig/corosync
46 …install -m 0644 ${S}/tools/corosync-notifyd.sysconfig.example ${D}${sysconfdir}/sysconfig/corosync…
/openbmc/u-boot/drivers/usb/musb/
H A Domap3.c37 u32 sysconfig; member
72 l = readl(&otg->sysconfig); in musb_db_otg_regs()
110 OMAP3_OTG_SYSCONFIG_NO_IDLE_MODE, &otg->sysconfig); in musb_platform_init()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/boinc-client/
H A D0001-scripts-Do-not-check-for-files-on-build-host.patch41 - if [ -d /etc/sysconfig ] ; then \
42 + if [ -d $(DESTDIR)/etc/sysconfig ] ; then \
43 $(INSTALL) -d $(DESTDIR)$(sysconfdir)/sysconfig ; \
44 $(INSTALL_DATA) $(srcdir)/boinc-client.conf $(DESTDIR)$(sysconfdir)/sysconfig/boinc-client ; \
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwpol-yocto.txt340 /etc/sysconfig/network-scripts/ifdown -> $(SEC_CRIT) ;
341 /etc/sysconfig/network-scripts/ifdown-cipcb -> $(SEC_CRIT) ;
342 /etc/sysconfig/network-scripts/ifdown-ippp -> $(SEC_CRIT) ;
343 /etc/sysconfig/network-scripts/ifdown-ipv6 -> $(SEC_CRIT) ;
344 /etc/sysconfig/network-scripts/ifdown-isdn -> $(SEC_CRIT) ;
345 /etc/sysconfig/network-scripts/ifdown-post -> $(SEC_CRIT) ;
346 /etc/sysconfig/network-scripts/ifdown-ppp -> $(SEC_CRIT) ;
347 /etc/sysconfig/network-scripts/ifdown-sit -> $(SEC_CRIT) ;
348 /etc/sysconfig/network-scripts/ifdown-sl -> $(SEC_CRIT) ;
349 /etc/sysconfig/network-scripts/ifup -> $(SEC_CRIT) ;
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gevent/
H A D0001-_setuputils.py-Do-not-add-sys_inc_dir.patch23 # Neither sysconfig dir is not enough if we're in a virtualenv; the greenlet.h
26 - sys_inc_dir = os.path.abspath(sysconfig.get_path("include")) # 2
29 'python' + sysconfig.get_python_version()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/
H A Dlmsensors-config_1.0.bb25 install -d ${D}${sysconfdir}/sysconfig
27 install -m 0644 ${UNPACKDIR}/sensord ${D}${sysconfdir}/sysconfig
65 ${sysconfdir}/sysconfig/sensord \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/
H A Dopenct.init29 [ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/
H A Dxrdp_0.9.20.bb14 file://xrdp.sysconfig \
69 install -d ${D}${sysconfdir}/sysconfig/xrdp
72 install -m 0644 ${UNPACKDIR}/xrdp.sysconfig ${D}${sysconfdir}/sysconfig/xrdp/
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils-0.9.18/
H A Dinit22 if [ ! -f /etc/sysconfig/irda ]; then
38 . /etc/sysconfig/irda
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/
H A Dkdump19 if [ -f /etc/sysconfig/kdump.conf ]; then
20 . /etc/sysconfig/kdump.conf
/openbmc/qemu/python/scripts/
H A Dmkvenv.py77 import sysconfig
193 return sysconfig.get_path("purelib")
207 if "venv" in sysconfig.get_scheme_names():
208 lib_path = sysconfig.get_path(
452 bin_path = sysconfig.get_path("scripts")
503 _path_is_prefix(sysconfig.get_path("purelib"), path)
504 or _path_is_prefix(sysconfig.get_path("platlib"), path)
/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/
H A D0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch20 -EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} -c "from sys import stdout; from sysconfig import get…
21 +#EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} -c "from sys import stdout; from sysconfig import ge…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dnfdragora/dnfdragora/
H A D0001-To-fix-error-when-do_package.patch27 -set(CMAKE_INSTALL_FULL_SYSCONFDIR "/etc" CACHE PATH "sysconfig directory (default /etc)")
28 +set(CMAKE_INSTALL_FULL_SYSCONFDIR "${CMAKE_INSTALL_PREFIX}/../etc" CACHE PATH "sysconfig directory…
H A D0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch21 -execute_process(COMMAND ${PYTHON_EXECUTABLE} -c "from distutils.sysconfig import get_python_lib; p…
22 +#execute_process(COMMAND ${PYTHON_EXECUTABLE} -c "from distutils.sysconfig import get_python_lib; …
/openbmc/openbmc/poky/meta/recipes-devtools/createrepo-c/createrepo-c/
H A D0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch21 -EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} -c "from sys import stdout; from sysconfig import get…
22 +#EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} -c "from sys import stdout; from sysconfig import ge…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A Dmultipathd.oe23 sysconfig=/etc/sysconfig
/openbmc/openbmc/poky/meta/recipes-devtools/librepo/librepo/
H A D0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch23 -from sysconfig import get_path
29 +#from sysconfig import get_path

12345