Revision Date Author Comments
# 40d8f44b 11-Aug-2021 Brandon Kim <brandonkim@google.com>

meta-ingrasys: meta-zaius: Cleanup for Yocto override syntax change

Cleanup with
```
convert-overrides.py meta-ingrasys

git grep -l _zaius -- meta-ingrasys \
| xargs s

meta-ingrasys: meta-zaius: Cleanup for Yocto override syntax change

Cleanup with
```
convert-overrides.py meta-ingrasys

git grep -l _zaius -- meta-ingrasys \
| xargs sed -i 's/_zaius/:zaius/'
```

After cleanup
```
$ git grep "_[a-z0-9_/-]*[ :]" -- meta-ingrasys | grep '.bb'
meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend:# compose_list is not defined immediately so don't use :=
```

Signed-off-by: Brandon Kim <brandonkim@google.com>
Change-Id: Ib2da97530167688313ac16aedd69168137788c86

show more ...


# a242d47b 13-Sep-2019 Brad Bishop <bradleyb@fuzziesquirrel.com>

meta-ingrasys: Remove references to INGRASYSBASE

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

meta-ingrasys: Remove references to INGRASYSBASE

INGRASYSBASE 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-ingrasys rev: fcd2b2998a76f00307bb2ff821efa8ff8ef87c68)

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

show more ...


# 02a18d03 17-Jun-2019 Brad Bishop <bradleyb@fuzziesquirrel.com>

meta-ingrasys: zaius: new YAML dependency scheme

All the IPMI virtuals and PREFERRED_PROVIDERS in meta-phosphor are in
the process of being deprecated. Prepare for that and move to a si

meta-ingrasys: zaius: new YAML dependency scheme

All the IPMI virtuals and PREFERRED_PROVIDERS in meta-phosphor are in
the process of being deprecated. Prepare for that and move to a simpler
scheme for providing the YAML configuration for Zaius systems.

(From meta-ingrasys rev: a01ad654ff32e8f16ab36033ca1656d6b15bd1a0)

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

show more ...