/openbmc/pldm/configurations/ |
H A D | meson.build | 1 install_subdir('pdr', install_dir: package_datadir) 3 install_subdir('host', install_dir: package_datadir) 5 install_subdir('events', install_dir: package_datadir) 7 install_subdir('softoff', install_dir: package_datadir) 11 install_data('entityMap.json', install_dir: package_datadir) 18 install_dir: package_datadir, 22 install_dir: package_datadir, 26 install_dir: package_datadir, 30 install_dir: package_datadir, 34 install_dir: package_datadir, [all …]
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | obmc-phosphor-ipmiprovider-symlink.bbclass | 15 def install_symlink(d, libname, install_dir): 18 if not os.path.exists(install_dir): 19 os.makedirs(install_dir) 33 os.symlink(source, os.path.join(install_dir, file)) 36 install_dir = d.getVar('HOSTIPMI_LIBDIR', True) 37 install_symlink(d, libname, install_dir) 40 install_dir = d.getVar('NETIPMI_LIBDIR', True) 41 install_symlink(d, libname, install_dir) 44 install_dir = d.getVar('BLOBIPMI_LIBDIR', True) 45 install_symlink(d, libname, install_dir)
|
H A D | phosphor-ipmi-host-whitelist.bbclass | 11 install_dir = d.getVar('INSTALLDIR', True) 12 if not os.path.exists(install_dir): 13 os.makedirs(install_dir) 14 install_file = os.path.join(install_dir, whitelist_file)
|
/openbmc/linux/tools/testing/selftests/ |
H A D | kselftest_install.sh | 12 install_dir="$base_dir"/kselftest_install 22 echo "$0: Installing in default location - $install_dir ..." 27 install_dir="$1" 28 echo "$0: Installing in specified location - $install_dir ..." 32 KSFT_INSTALL_PATH="$install_dir" make install
|
H A D | gen_kselftest_tar.sh | 45 install_dir="$install_work"/"$install_name" 46 mkdir -p "$install_dir" 50 ./kselftest_install.sh "$install_dir"
|
/openbmc/phosphor-host-ipmid/include/ |
H A D | meson.build | 3 install_dir: get_option('includedir'), 9 install_dir: get_option('includedir'), 15 install_dir: get_option('includedir'), 20 install_subdir('ipmid-host', install_dir: get_option('includedir')) 21 install_subdir('ipmid', install_dir: get_option('includedir'))
|
/openbmc/phosphor-led-sysfs/ |
H A D | meson.build | 32 install_data(['udev' / 'rules.d' / '70-leds.rules'], install_dir : udevdir / 'rules.d') 36 install_dir: systemd.get_variable(pkgconfig: 'systemdsystemunitdir') 39 install_dir: systemd.get_variable(pkgconfig: 'systemdsystemunitdir') 44 install_dir: dbus.get_variable(pkgconfig: 'system_bus_services_dir') 60 install_dir: '/usr/libexec/phosphor-led-sysfs' 70 install_dir: '/usr/libexec/phosphor-led-sysfs'
|
/openbmc/obmc-console/ |
H A D | meson.build | 22 install_dir: systemdsystemunitdir, 29 install_dir: systemdsystemunitdir, 36 install_dir: systemdsystemunitdir) 41 install_dir: systemdsystemunitdir) 44 install_dir: systemdsystemunitdir / 'obmc-console-ssh@.service.d') 52 install_dir: udev.get_variable('udevdir') / 'rules.d') 78 install_dir: get_option('sbindir'),
|
/openbmc/phosphor-gpio-monitor/ |
H A D | meson.build | 47 install_dir: systemd_system_unit_dir 53 install_dir: systemd_system_unit_dir 59 install_dir: systemd_system_unit_dir 65 install_dir: systemd_system_unit_dir 80 install_dir: udev_rules_dir 86 install_dir: get_option('datadir') / 'phosphor-gpio-monitor'
|
/openbmc/bmcweb/static/ |
H A D | meson.build | 2 install_subdir('google', install_dir: 'share/www') 5 install_subdir('images', install_dir: 'share/www') 7 install_subdir('styles', install_dir: 'share/www')
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | meson.build | 49 install_dir: get_option('libexecdir')) 66 install_dir: get_option('libexecdir')) 71 install_dir: get_option('libexecdir')) 83 install_dir: systemunitdir) 90 install_dir: systemunitdir) 96 install_dir: systemunitdir)
|
/openbmc/qemu/ui/icons/ |
H A D | meson.build | 5 install_dir: qemu_icondir / 'hicolor' / s / 'apps') 10 install_dir: qemu_icondir / 'hicolor' / '32x32' / 'apps') 13 install_dir: qemu_icondir / 'hicolor' / 'scalable' / 'apps')
|
/openbmc/phosphor-logging/dist/ |
H A D | meson.build | 7 install_dir: systemd_system_unit_dir, 13 install_dir: get_option('datadir') / 'dbus-1' / 'system.d', 21 install_dir: dbus_system_bus_services_dir)
|
/openbmc/phosphor-certificate-manager/dist/ |
H A D | meson.build | 37 install_dir: systemd_system_unit_dir, 42 install_dir: busconfig_dir, 47 install_dir: cert_manager_dir, 54 # install_dir: systemd_system_unit_dir,
|
/openbmc/phosphor-bmc-code-mgmt/usb/ |
H A D | meson.build | 27 install_dir: get_option('bindir') 39 install_dir: systemd_system_unit_dir 44 install_dir: udev_dir / 'rules.d'
|
/openbmc/phosphor-buttons/ |
H A D | meson.build | 66 install_dir: get_option('bindir') 76 install_dir: get_option('bindir') 88 install_dir: systemd_system_unit_dir 93 install_dir: systemd_system_unit_dir
|
/openbmc/openbmc/poky/scripts/ |
H A D | install-buildtools | 115 install_dir = "" 283 install_dir = args.directory 285 (tmpbuildtools, install_dir), shell=True) 287 install_dir = "/opt/poky/%s" % args.installer_version 297 (install_dir, arch), 'rb') as f: 322 logger.debug("install_dir: %s" % install_dir) 334 if not which_tool.startswith(install_dir): 336 (tool, install_dir))
|
/openbmc/entity-manager/src/ |
H A D | meson.build | 23 install_dir: installdir, 49 install_dir: installdir, 65 install_dir: installdir,
|
/openbmc/phosphor-virtual-sensor/ |
H A D | meson.build | 41 install_dir: get_option('bindir') 50 install_data(sources : 'virtual_sensor_config.json', install_dir : packagedir) 60 install_dir: systemd.get_variable('systemdsystemunitdir'))
|
/openbmc/pldm/oem/ibm/service_files/ |
H A D | meson.build | 6 install_dir: systemd_system_unit_dir, 11 install_dir: systemd_system_unit_dir,
|
/openbmc/bmcweb/redfish-core/schema/dmtf/ |
H A D | meson.build | 3 install_dir: 'share/www/redfish/v1/schema', 10 install_dir: 'share/www/redfish/v1/JsonSchemas',
|
/openbmc/phosphor-hwmon/msl/ |
H A D | meson.build | 6 install_dir: get_option('bindir'), 13 install_dir: systemd_system_unit_dir
|
/openbmc/x86-power-control/ |
H A D | meson.build | 58 install_dir: get_option('bindir')) 66 install_dir: systemd.get_variable('systemdsystemunitdir')) 71 install_dir: '/usr/share/x86-power-control/')
|
/openbmc/phosphor-bmc-code-mgmt/side-switch/ |
H A D | meson.build | 14 install_dir: get_option('bindir') 23 install_dir: systemd_system_unit_dir)
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | meson.build | 27 install_dir: get_option('libdir'), 67 install_dir: get_option('libdir'), 89 install_dir: get_option('libdir') / 'ipmid-providers',
|