Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 88ed2737 16-Jun-2023 Lei YU <yulei.sh@bytedance.com>

meta-phosphor: image-signing: Make script POSIX compliant

The script was comparing string with `==` that works in bash but not in
`dash`.

Change it to `=` so that it is more POSIX compliant.

Teste

meta-phosphor: image-signing: Make script POSIX compliant

The script was comparing string with `==` that works in bash but not in
`dash`.

Change it to `=` so that it is more POSIX compliant.

Tested: Verify the build passes with SIGNING_PUBLIC_KEY defined with
both `bash` and `dash`.

Signed-off-by: Lei YU <yulei.sh@bytedance.com>
Change-Id: Id825cd111adeae5b1e50ea4f25603728cc122375

show more ...


Revision tags: 2.14.0, 2.14.0-rc1, 2.15.0-dev
# ce219766 18-Jan-2023 Lei YU <yulei.sh@bytedance.com>

phosphor-image-signing: Add SIGNING_PUBLIC_KEY

Add SIGNING_PUBLIC_KEY so that it installs the public key to the BMC
image.
If it's defined, the user shall not define SIGNING_KEY.

Tested:
* Do not d

phosphor-image-signing: Add SIGNING_PUBLIC_KEY

Add SIGNING_PUBLIC_KEY so that it installs the public key to the BMC
image.
If it's defined, the user shall not define SIGNING_KEY.

Tested:
* Do not define SIGNING_KEY or SIGNING_PUBLIC_KEY, the build is the same
as before;
* Define SIGNING_PUBLIC_KEY and do not define SIGNING_KEY, the build
installs the SIGNING_PUBLIC_KEY into the BMC image;
* Define SIGNING_KEY and do not define SIGNING_PUBLIC_KEY, the build
installs the public key from SIGNING_KEY;
* Define both SIGNING_PUBLIC_KEY and SIGNING_KEY, the build fails with
below error message:

```
Both SIGNING_KEY and SIGNING_PUBLIC_KEY are defined, expecting only one
```

Signed-off-by: Lei YU <yulei.sh@bytedance.com>
Change-Id: I3f345cc90b82f8964c2b498e8d9616cb20cd65cd

show more ...


Revision tags: 2.13.0, 2.14.0-dev, 2.12.0
# 9936f86d 19-Sep-2022 Ed Tanous <edtanous@google.com>

Run oe-stylize on our files

In all of our recipes, we should be following yoctos lead on formatting,
order, and other things, for consistency in our meta layers.

This commit runs oe-stylize.py on a

Run oe-stylize on our files

In all of our recipes, we should be following yoctos lead on formatting,
order, and other things, for consistency in our meta layers.

This commit runs oe-stylize.py on all of our files. The types of
changes being made can be seen in the commit, but amount to:

1. Setting an explicit key ordering
2. Sectioning the files appropriately
3. Applying rules checking to our files

At some point in the near future, we would turn this on as part of
repotest, but some minor changes need to be upstreamed to meta-oe (WIP)
to make that happen.

Looking for input on whether this is something we'd like to do, and
whether the diffs below look reasonable to folks.

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I489dd21d38a9fe4f3ece89cc7a5e1d0463224abf

show more ...


Revision tags: 2.12.0-rc1, 2.13.0-dev, 2.11.0, 2.12.0-dev
# 12fc939c 06-Aug-2021 Patrick Williams <patrick@stwcx.xyz>

meta-phosphor: prep for new override syntax

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5


Revision tags: 2.10.0-rc1, 2.11.0-dev, 2.9.0, 2.9.0-rc1, 2.10.0-dev, 2.8.0, 2.8.0-rc1, 2.9.0-dev
# 6f3f0aa7 13-Sep-2019 Brad Bishop <bradleyb@fuzziesquirrel.com>

meta-phosphor: Remove references to PHOSPHORBASE

PHOSPHORBASE is only used for pointing at licenses...point at the
licenses in oe-core in meta/files/common-licenses instead. to match the

meta-phosphor: Remove references to PHOSPHORBASE

PHOSPHORBASE is only used for pointing at licenses...point at the
licenses in oe-core in meta/files/common-licenses instead. to match the
defacto convention used in other oe layers like meta-openembedded.

(From meta-phosphor rev: a1cee09419cb1467c3d2b7bf996b40089f0d06f4)

Change-Id: If136d24638a8022671988cf0a01620e7fffc545f
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...


Revision tags: 2.7.0, 2.7.0-rc1, 2.8.0-dev, 2.7.0-dev, 2.6.0, 2.6.0-rc1, 2.6.0.rc1, v2.4
# 75f0387b 03-Nov-2018 Brad Bishop <bradleyb@fuzziesquirrel.com>

meta-phosphor: master refresh 3026b0fa5a..d76a657a63

Update meta-phosphor to master HEAD.

Patrick Venture (52):
meta-phosphor: obmc-console: set LICENSE field
me

meta-phosphor: master refresh 3026b0fa5a..d76a657a63

Update meta-phosphor to master HEAD.

Patrick Venture (52):
meta-phosphor: obmc-console: set LICENSE field
meta-phosphor: dbus-interfaces: set LICENSE field
meta-phosphor: rest-dbus: set LICENSE field
meta-phosphor: slpd-lite: set LICENSE field
meta-phosphor: ipmi-host: set LICENSE field
meta-phosphor: ipmi-net: set LICENSE field
meta-phosphor: network: inarp: set LICENSE field
meta-phosphor: network: set LICENSE field
meta-phosphor: logging: set LICENSE field
meta-phosphor: ipmi-tool: fixup LICENSE
meta-phosphor: clear-once: set LICENSE field
meta-phosphor: preinit-mounts: set LICENSE field
meta-phosphor: systemd: obmc-targets: set LICENSE field
meta-phosphor: dbus: perms: set LICENSE field
meta-phosphor: dbus-interfaces-mapper-config-native: set LICENSE field
meta-phosphor: dbus-monitor-config-native: set LICENSE field
meta-phosphor: legacy-namespace-mapper-config-native: set LICENSE field
meta-phosphor: mapper-config-native: set LICENSE field
meta-phosphor: obmc-host-failure-reboots: set LICENSE field
meta-phosphor: fan-control-events-config-native: set LICENSE field
meta-phosphor: fan-control-fan-config-native: set LICENSE field
meta-phosphor: fan-control-zone-conditions-config-native: set LICENSE field
meta-phosphor: fan-control-zone-config-native: set LICENSE field
meta-phosphor: fan-monitor-config-native: set LICENSE field
meta-phosphor: fan-presence-config-native: set LICENSE field
meta-phosphor: image-signing: set LICENSE field
meta-phosphor: insecure-signing-key-native: set LICENSE field
meta-phosphor: inventory-manager-assettag-native: set LICENSE field
meta-phosphor: inventory-manager-config-native: set LICENSE field
meta-phosphor: ipmi-channel-inventory-native: set LICENSE field
meta-phosphor: ipmi-config: set LICENSE field
meta-phosphor: ipmi-fru-merge-config-native: set LICENSE field
meta-phosphor: ipmi-fru-properties-native: set LICENSE field
meta-phosphor: ipmi-fru-read-bmc-inventory-native: set LICENSE field
meta-phosphor: ipmi-fru-read-not-sent-by-host-inventory-native: set LICENSE field
meta-phosphor: ipmi-fru-whitelist-native: set LICENSE field
meta-phosphor: ipmi-inventory-sel-native: set LICENSE field
meta-phosphor: ipmi-sensor-config-native: set LICENSE field
meta-phosphor: ipmi-sensor-inventory-native: set LICENSE field
meta-phosphor: logging-callouts-example-native: set LICENSE field
meta-phosphor: logging-error-logs-native: set LICENSE field
meta-phosphor: settings-defaults-native: set LICENSE field
meta-phosphor: fan-presence-mrw-native: set LICENSE field
meta-phosphor: fan-control-fan-config-mrw-native: set LICENSE field
meta-phosphor: ipmi-fru-properties-mrw-native: set LICENSE field
meta-phosphor: ipmi-inventory-sel-mrw-native: set LICENSE field
meta-phosphor: ipmi-sensor-inventory-mrw-config-native: set LICENSE field
meta-phosphor: ipmi-sensor-inventory-mrw-native: set LICENSE field
meta-phosphor: led-manager-config-mrw-native: set LICENSE field
meta-phosphor: logging-callouts-mrw-native: set LICENSE field
meta-phosphor: hwmon-config-mrw: set LICENSE field
meta-phosphor: settings-read-settings-mrw-native: set LICENSE field

Change-Id: Ibe919c3f1a748fae67b45ff6908a236b08902450
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...


# ff075f6e 31-Aug-2018 Brad Bishop <bradleyb@fuzziesquirrel.com>

meta-phosphor: Move layer content from common/

Adopt a more conventional directory hierarchy. meta-phosphor is still
a _long_ way from suitable for hosting on yoctoproject.org but thing

meta-phosphor: Move layer content from common/

Adopt a more conventional directory hierarchy. meta-phosphor is still
a _long_ way from suitable for hosting on yoctoproject.org but things
like this don't help.

(From meta-phosphor rev: 471cfcefa74b8c7ceb704cb670e6d915cf27c63b)

Change-Id: I3f106b2f6cdc6cec734be28a6090800546f362eb
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...