Initial commit
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
# Chassis Control Capabilities set defaut value
|
||||
/xyz/openbmc_project/control/chassis_capabilities:
|
||||
- Interface: xyz.openbmc_project.Control.ChassisCapabilities
|
||||
Properties:
|
||||
CapabilitiesFlags:
|
||||
Default: 1
|
||||
ChassisIntrusionEnabled:
|
||||
Default: 'true'
|
||||
ChassisFrontPanelLockoutEnabled:
|
||||
Default: 'false'
|
||||
ChassisNMIEnabled:
|
||||
Default: 'false'
|
||||
ChassisPowerInterlockEnabled:
|
||||
Default: 'false'
|
||||
FRUDeviceAddress:
|
||||
Default: 32
|
||||
SDRDeviceAddress:
|
||||
Default: 32
|
||||
SELDeviceAddress:
|
||||
Default: 32
|
||||
SMDeviceAddress:
|
||||
Default: 32
|
||||
BridgeDeviceAddress:
|
||||
Default: 32
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
/xyz/openbmc_project/control/host0/power_restore_policy:
|
||||
- Interface: xyz.openbmc_project.Control.Power.RestorePolicy
|
||||
Properties:
|
||||
PowerRestorePolicy:
|
||||
Default: RestorePolicy::Policy::Restore
|
||||
@@ -0,0 +1,7 @@
|
||||
FILESEXTRAPATHS:prepend:s6q := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI:append:s6q = " file://chassis-capabilities.override.yml \
|
||||
file://power-policy-set-default.override.yml \
|
||||
"
|
||||
|
||||
PACKAGECONFIG:append:s6q = " boot_type"
|
||||
Reference in New Issue
Block a user