Searched +full:file +full:- +full:system (Results 1 – 25 of 1112) sorted by relevance
12345678910>>...45
3 LICENSE = "Apache-2.0 & GPL-2.0-only & BSD-2-Clause & BSD-3-Clause"5 file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10 \6 file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6 \7 file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=cb641bc04cda31daea161b1bc15da69f \8 file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \10 DEPENDS = "libbsd libpcre zlib libcap libusb squashfs-tools 7zip libselinux googletest"15 …git://salsa.debian.org/android-tools-team/android-platform-tools;name=core;protocol=https;branch=m…18 # Patches copied from android-platform-tools/debian/patches19 # and applied in the order defined by the file debian/patches/series21 file://debian/external/libunwind/user_pt_regs.patch \[all …]
3 LICENSE = "Apache-2.0 & GPL-2.0-only & BSD-2-Clause & BSD-3-Clause"5 file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10 \6 file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6 \7 file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=cb641bc04cda31daea161b1bc15da69f \8 file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \11 DEPENDS:append:class-target = " openssl"15 # matches with android-5.1.1_r3724 …git://${ANDROID_MIRROR}/platform/system/core;name=core;protocol=https;nobranch=1;destsuffix=git/sy…25 …git://${ANDROID_MIRROR}/platform/system/extras;name=extras;protocol=https;nobranch=1;destsuffix=gi…29 file://core/0001-adb-remove-selinux-extensions.patch;patchdir=system/core \[all …]
5 * you may not use this file except in compliance with the License.8 * http://www.apache.org/licenses/LICENSE-2.053 * Default configuration file name. This is used when the system does not54 * implement the D-Bus compatible interface.59 * Standard configuration file directory. This directory is part of the60 * firmware install image. It contains the standard version of the config file.62 const fs::path standardConfigFileDir{"/usr/share/phosphor-regulators"};65 * Test configuration file directory. This directory can contain a test version66 * of the config file. The test version will override the standard version.68 const fs::path testConfigFileDir{"/etc/phosphor-regulators"};[all …]
5 * you may not use this file except in compliance with the License.8 * http://www.apache.org/licenses/LICENSE-2.020 #include "system.hpp"56 * @param bus the D-Bus bus62 * Implements the D-Bus "configure" method.64 * Configures all the voltage regulators in the system.66 * This method should be called when the system is being powered on. It72 * Implements the D-Bus "monitor" method.77 * - regulator sensors will be read and published on D-Bus78 * - phase fault detection will be performed[all …]
1 # phosphor-regulators Configuration File5 - [Overview](#overview)6 - [Data Format](#data-format)7 - [Example](#example)8 - [Name](#name)9 - [Contents](#contents)10 - [Validation](#validation)11 - [Installation](#installation)12 - [Loading and Reloading](#loading-and-reloading)13 - [Testing](#testing)[all …]
1 # phosphor-power-sequencer Configuration File5 - [Overview](#overview)6 - [Data Format](#data-format)7 - [Name](#name)8 - [Contents](#contents)9 - [Installation](#installation)13 The `phosphor-power-sequencer` configuration file (config file) contains14 information about the power sequencer device within a system. This device is18 The information in the config file is used to determine which voltage rail21 The config file is optional. If no file is found, the application will log a[all …]
1 # Fan Presence Configuration File5 - [Overview](#overview)6 - [Data Format](#data-format)7 - [Example](#example)8 - [System Config Location](#system-config-location)9 - [Contents](#contents)10 - [Validation](#validation)11 - [Firmware Updates](#firmware-updates)12 - [Loading and Reloading](#loading-and-reloading)16 The `phosphor-fan-presence-tach` application is controlled by a configuration[all …]
1 Post-Installation Instructions3 Note: Once encoded and signed, the configuration file should not be renamed or moved.4 2. Initialize the Tripwire database file. (/usr/sbin/tripwire--init)5 3. Run the first integrity check. (/usr/sbin/tripwire--check)6 4. Edit the configuration file (twcfg.txt) with a text editor, if desired.7 5. Edit the policy file (twpol.txt) with a text editor, if desired.9 …file, we recommend you do so before running the configuration script. If you modify the policy fil…11 Modifying the Policy File12 …system in the Tripwire policy file (twpol.txt). A default policy file is included in the Tripwire …14 …file at /etc/tripwire/twpol.txt. An example policy file (located at /usr/doc/tripwire-VER#-REL#…[all …]
1 # Fan Control Configuration File5 - [Overview](#overview)6 - [Data Format](#data-format)7 - [System Config Location](#system-config-location)8 - [Contents](#contents)9 - [Validation](#validation)10 - [Firmware Updates](#firmware-updates)11 - [Loading and Reloading](#loading-and-reloading)12 - [Debug](#debug)16 The `phosphor-fan-control` application is comprised of as set of configuration[all …]
1 # Fan Monitor Configuration File5 - [Overview](#overview)6 - [Data Format](#data-format)7 - [Example](#example)8 - [System Config Location](#system-config-location)9 - [Contents](#contents)10 - [Validation](#validation)11 - [Firmware Updates](#firmware-updates)12 - [Loading and Reloading](#loading-and-reloading)16 The `phosphor-fan-monitor` application is controlled by a configuration file[all …]
1 /* SPDX-License-Identifier: GPL-2.0+ */3 * This file is part of UBIFS.5 * Copyright (C) 2006-2008 Nokia Corporation.12 * This header contains various key-related definitions and helper function.19 * Keys are 64-bits long. First 32-bits are inode number (parent inode number29 * key_mask_hash - mask a valid hash value.45 * key_r5_hash - R5 hash function (borrowed from reiserfs).65 * key_test_hash - testing hash function.79 * ino_key_init - initialize inode key.80 * @c: UBIFS file-system description object[all …]
1 inherit obmc-phosphor-systemd4 SYSTEMD_SERVICE:${PN} = "psu2-monitoring.service psu1-monitoring.service psu2up.service psu2down.se…5 …file://psu2-monitoring.service file://psu1-monitoring.service file://psus-manager.sh file://psu2up…7 LICENSE = "Apache-2.0"8 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacd…11 IMAGE_INSTALL += "power-supplies-monitoring "13 FILES:${PN} = "/usr/share/gpios/* /usr/bin/* /etc/system/*"16 install -d ${D}${sysconfdir}/system/17 install -d ${D}/usr/share/gpios18 install -d ${D}/usr/bin[all …]