/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | 0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch | 4 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 D | 0001-sysconfig.py-use-platlibdir-also-for-purelib.patch | 4 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 D | get_module_deps3.py | 126 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 D | 0002-automake-Update-for-python.m4-to-respect-libdir.patch | 40 - 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 D | 0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch | 4 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/linux/Documentation/devicetree/bindings/fpga/ |
H A D | lattice,sysconfig.yaml | 4 $id: http://devicetree.org/schemas/fpga/lattice,sysconfig.yaml# 7 title: Lattice Slave SPI sysCONFIG FPGA manager 13 Lattice sysCONFIG port, which is used for FPGA configuration, among others, 23 - lattice,sysconfig-ecp5 57 const: lattice,sysconfig-ecp5 74 compatible = "lattice,sysconfig-ecp5";
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/files/ |
H A D | 0001-change-sysconfig-path-to-etc-default.patch | 4 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 D | arptables.service | 8 …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/linux/arch/arm/mach-omap2/ |
H A D | omap_hwmod_common_data.c | 24 * struct omap_hwmod_sysc_type1 - TYPE1 sysconfig scheme. 26 * To be used by hwmod structure to specify the sysconfig offsets 40 * struct omap_hwmod_sysc_type2 - TYPE2 sysconfig scheme. 42 * To be used by hwmod structure to specify the sysconfig offsets if the 54 * struct omap_hwmod_sysc_type3 - TYPE3 sysconfig scheme.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
H A D | openl2tpd-initscript-fix-sysconfig.patch | 7 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 D | corosync_3.1.6.bb | 44 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/linux/drivers/fpga/ |
H A D | lattice-sysconfig-spi.c | 3 * Lattice FPGA programming over slave SPI sysCONFIG interface. 9 #include "lattice-sysconfig.h" 126 .name = "sysconfig-ecp5", 135 .compatible = "lattice,sysconfig-ecp5", 152 MODULE_DESCRIPTION("Lattice sysCONFIG Slave SPI FPGA Manager");
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/boinc-client/ |
H A D | 0001-scripts-Do-not-check-for-files-on-build-host.patch | 41 - 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-openembedded/meta-python/recipes-devtools/python/python3-gevent/ |
H A D | 0001-_setuputils.py-Do-not-add-sys_inc_dir.patch | 23 # 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/ipmitool/contrib/ |
H A D | ipmi.init.redhat | 5 # config: /etc/sysconfig/ipmi 8 # configurations. Requires an /etc/sysconfig/ipmi file to function, 17 # Exit silently if we don't have a sysconfig file, 22 [ -f /etc/sysconfig/ipmi ] || exit 0 23 . /etc/sysconfig/ipmi
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/ |
H A D | xrdp_0.9.19.bb | 14 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/lm_sensors/ |
H A D | lmsensors-config_1.0.bb | 25 install -d ${D}${sysconfdir}/sysconfig 27 install -m 0644 ${UNPACKDIR}/sensord ${D}${sysconfdir}/sysconfig 65 ${sysconfdir}/sysconfig/sensord \
|
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/ |
H A D | twpol-yocto.txt | 340 /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-networking/recipes-extended/tgt/ |
H A D | tgt_1.0.90.bb | 46 install -d ${D}${sysconfdir}/sysconfig 47 install -m 0644 ${UNPACKDIR}/tgtd ${D}${sysconfdir}/sysconfig/tgtd 55 ${sysconfdir}/sysconfig/tgtd \
|
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/ |
H A D | kdump | 19 if [ -f /etc/sysconfig/kdump.conf ]; then 20 . /etc/sysconfig/kdump.conf 22 echo "no /etc/sysconfig/kdump.conf"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/ |
H A D | freeradius_3.2.5.bb | 212 install -d ${sysconfdir}/sysconfig 213 echo "MLPREFIX=${MLPREFIX}" > ${sysconfdir}/sysconfig/radiusd 217 install -d $D${sysconfdir}/sysconfig 218 echo "MLPREFIX=${MLPREFIX}" > $D${sysconfdir}/sysconfig/radiusd 224 # only try to remove ${sysconfdir}/sysconfig/radiusd for systemd 238 rm -f ${sysconfdir}/sysconfig/radiusd 239 rmdir --ignore-fail-on-non-empty ${sysconfdir}/sysconfig
|
/openbmc/linux/tools/verification/dot2/ |
H A D | Makefile | 9 PYLIB ?= $(shell python3 -c 'import sysconfig; print (sysconfig.get_path("purelib"))')
|
/openbmc/u-boot/drivers/usb/musb/ |
H A D | omap3.c | 37 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/poky/meta/recipes-kernel/kexec/ |
H A D | kexec-tools_2.0.30.bb | 46 install -d ${D}${sysconfdir}/sysconfig 47 install -m 0644 ${UNPACKDIR}/kdump.conf ${D}${sysconfdir}/sysconfig 67 ${sysconfdir}/sysconfig/kdump.conf \
|
/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/ |
H A D | 0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 20 -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…
|