From e5b38600acdf234da9e632706d9677a7f9d3e2e8 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Fri, 31 Aug 2018 12:39:15 -0500 Subject: Spelling fixes Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. (From meta-phosphor rev: 38f27112a9bc38337d8f4c63c333d2a1f28945fa) Change-Id: I834b99d63a260f21c60b58c91ec328cf04b683fe Signed-off-by: Gunnar Mills Signed-off-by: Brad Bishop --- .../0004-config-ast-common-Add-conditional-factory-reset-comm.patch | 2 +- .../aspeed-layer/recipes-kernel/cf-fsi-firmware/cf-fsi-firmware.bb | 2 +- .../systemd/0001-sd-bus-Don-t-automatically-add-ObjectManager.patch | 2 +- .../common/recipes-phosphor/chassis/obmc-op-control-power.bb | 2 +- .../common/recipes-phosphor/initrdscripts/files/obmc-init.sh | 2 +- .../common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb | 2 +- .../ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml | 4 ++-- .../recipes-phosphor/logging/phosphor-logging-error-logs-native.bb | 2 +- .../phosphor-systemd-policy/service-restart-policy.conf | 2 +- meta-phosphor/conf/distro/include/phosphor-base.inc | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/meta-phosphor/aspeed-layer/recipes-bsp/u-boot/files/0004-config-ast-common-Add-conditional-factory-reset-comm.patch b/meta-phosphor/aspeed-layer/recipes-bsp/u-boot/files/0004-config-ast-common-Add-conditional-factory-reset-comm.patch index 6bf9bb798..7712f4d1b 100644 --- a/meta-phosphor/aspeed-layer/recipes-bsp/u-boot/files/0004-config-ast-common-Add-conditional-factory-reset-comm.patch +++ b/meta-phosphor/aspeed-layer/recipes-bsp/u-boot/files/0004-config-ast-common-Add-conditional-factory-reset-comm.patch @@ -3,7 +3,7 @@ From: "Edward A. James" Date: Thu, 9 Nov 2017 11:39:10 -0600 Subject: [PATCH 4/4] config/ast-common: Add conditional factory reset command -Factory reset (removing persistant rwfs) has to occur before we've +Factory reset (removing persistent rwfs) has to occur before we've mounted the rwfs. However, the variable to determine whether or not to do the reset is stored in the u-boot env. This is tricky to access before rwfs is mounted except in u-boot. So, check it before every boot. diff --git a/meta-phosphor/aspeed-layer/recipes-kernel/cf-fsi-firmware/cf-fsi-firmware.bb b/meta-phosphor/aspeed-layer/recipes-kernel/cf-fsi-firmware/cf-fsi-firmware.bb index d11430963..179e1e636 100644 --- a/meta-phosphor/aspeed-layer/recipes-kernel/cf-fsi-firmware/cf-fsi-firmware.bb +++ b/meta-phosphor/aspeed-layer/recipes-kernel/cf-fsi-firmware/cf-fsi-firmware.bb @@ -1,5 +1,5 @@ SUMMARY = "Firmware for using the ASPEED ColdFire FSI master" -SECTION = "kenrel" +SECTION = "kernel" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" diff --git a/meta-phosphor/common/recipes-core/systemd/systemd/0001-sd-bus-Don-t-automatically-add-ObjectManager.patch b/meta-phosphor/common/recipes-core/systemd/systemd/0001-sd-bus-Don-t-automatically-add-ObjectManager.patch index bb0c8a2f0..f8f5b08a9 100644 --- a/meta-phosphor/common/recipes-core/systemd/systemd/0001-sd-bus-Don-t-automatically-add-ObjectManager.patch +++ b/meta-phosphor/common/recipes-core/systemd/systemd/0001-sd-bus-Don-t-automatically-add-ObjectManager.patch @@ -4,7 +4,7 @@ Date: Tue, 13 Mar 2018 15:34:30 -0400 Subject: [PATCH] sd-bus: Don't automatically add ObjectManager Even though sdbus helps manage org.freedesktop.DBus.ObjectManager -it must still be explictly enabled by a library client. +it must still be explicitly enabled by a library client. As such do not automatically add ObjectManager to GetManagedObjects method call responses or InterfacesAdded/Removed signals. Bus diff --git a/meta-phosphor/common/recipes-phosphor/chassis/obmc-op-control-power.bb b/meta-phosphor/common/recipes-phosphor/chassis/obmc-op-control-power.bb index fabddf37e..c3a1b9dac 100644 --- a/meta-phosphor/common/recipes-phosphor/chassis/obmc-op-control-power.bb +++ b/meta-phosphor/common/recipes-phosphor/chassis/obmc-op-control-power.bb @@ -1,4 +1,4 @@ -SUMMARY = "org.openbmc.control.Power implemention for OpenPOWER" +SUMMARY = "org.openbmc.control.Power implementation for OpenPOWER" DESCRIPTION = "A power control implementation suitable for OpenPOWER systems." PR = "r1" diff --git a/meta-phosphor/common/recipes-phosphor/initrdscripts/files/obmc-init.sh b/meta-phosphor/common/recipes-phosphor/initrdscripts/files/obmc-init.sh index 305b2dd65..62be89f03 100644 --- a/meta-phosphor/common/recipes-phosphor/initrdscripts/files/obmc-init.sh +++ b/meta-phosphor/common/recipes-phosphor/initrdscripts/files/obmc-init.sh @@ -46,7 +46,7 @@ probe_fs_type() { # This fw_get_env_var is a possibly broken version of fw_printenv that # does not check the crc or flag byte. -# The u-boot environemnt starts with a crc32, followed by a flag byte +# The u-boot environment starts with a crc32, followed by a flag byte # when a redundannt environment is configured, followed by var=value\0 sets. # The flag byte for nand is a 1 byte counter; for nor it is a 1 or 0 byte. diff --git a/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb b/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb index 6d0c70ec8..ab2c38e90 100644 --- a/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb +++ b/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb @@ -1,5 +1,5 @@ SUMMARY = "Phosphor OpenBMC pre-init scripts" -DESCRIPTION = "Phosphor OpenBMC filesytem mount reference implementation." +DESCRIPTION = "Phosphor OpenBMC filesystem mount reference implementation." LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml index a7e5ffcbd..d0e4f57d5 100644 --- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml +++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml @@ -190,8 +190,8 @@ gpu_func_sensor: type: "bool" assert: true deassert: false -# Field replacable doesn't come as a sensor data -# but we know that GPU is Field replacable so setting +# Field replaceable doesn't come as a sensor data +# but we know that GPU is Field replaceable so setting # true in both cases. xyz.openbmc_project.Inventory.Decorator.Replaceable: FieldReplaceable: diff --git a/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging-error-logs-native.bb b/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging-error-logs-native.bb index 94518d9a7..0dfacb1b6 100644 --- a/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging-error-logs-native.bb +++ b/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging-error-logs-native.bb @@ -1,4 +1,4 @@ -SUMMARY = "Phosphor OpenBMC - eror log meta data generation" +SUMMARY = "Phosphor OpenBMC - error log meta data generation" PR = "r1" inherit native diff --git a/meta-phosphor/common/recipes-phosphor/systemd-policy/phosphor-systemd-policy/service-restart-policy.conf b/meta-phosphor/common/recipes-phosphor/systemd-policy/phosphor-systemd-policy/service-restart-policy.conf index 0bd049b41..54516c2d4 100644 --- a/meta-phosphor/common/recipes-phosphor/systemd-policy/phosphor-systemd-policy/service-restart-policy.conf +++ b/meta-phosphor/common/recipes-phosphor/systemd-policy/phosphor-systemd-policy/service-restart-policy.conf @@ -21,7 +21,7 @@ # failure which means the default of 10s for this results in the service # being restarted indefinitely. Change this to 30s to only allow a service # to be restarted StartLimitBurst times within a 30s interval before -# being put in a permenant fail state. +# being put in a permanent fail state. # # See systemd-system.conf(5) for details on the conf files diff --git a/meta-phosphor/conf/distro/include/phosphor-base.inc b/meta-phosphor/conf/distro/include/phosphor-base.inc index d91dd7c89..3947f361b 100644 --- a/meta-phosphor/conf/distro/include/phosphor-base.inc +++ b/meta-phosphor/conf/distro/include/phosphor-base.inc @@ -35,7 +35,7 @@ ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" -# The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully +# The CONNECTIVITY_CHECK_URI's are used to test whether we can successfully # fetch from the network (and warn you if not). To disable the test set # the variable to be empty. # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=master -- cgit v1.2.3