Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# aefbb65c 30-Jun-2023 Kyle Nieman <kyle.nieman@fii-na.com>

meta-fii: meta-mori: Uniform syntax for recipes

Update bitbake recipe format to make uniform with the following rules:

1) Generally bbappends should have layer(mori) overrides
2) Add uniform append

meta-fii: meta-mori: Uniform syntax for recipes

Update bitbake recipe format to make uniform with the following rules:

1) Generally bbappends should have layer(mori) overrides
2) Add uniform appending by using "append" instead of "+="
3) bb files (excluding bbappends) typically should not have "append"
phrase except for limited amount of variables
(RDEPENDS,DEPENDS,FILES, ...)
4) Wrap lines greater than 80 chars when applicable
5) Switch syntax for long list values over multiple lines to use
four-space indent

In addition, oe-stylize.py was applied to further refine recipe syntax.

Tested: Built successfully. Individual packages were tested for
functionality with no notable change.

Change-Id: I626c529373805aa696f7c574e10c1617493d4f61
Signed-off-by: Kyle Nieman <kyle.nieman@fii-na.com>

show more ...


Revision tags: 2.14.0, 2.14.0-rc1, 2.15.0-dev, 2.13.0, 2.14.0-dev, 2.12.0, 2.12.0-rc1, 2.13.0-dev
# 59d2f61e 29-Apr-2022 Grant Williams <grant.williams@fii-na.com>

meta-fii: meta-mori: add phosphor console package

Add phosphor console mori_uart_mux_ctrl script,obmc-console service
files, and .conf files
- Added console feature for host & mpro
- Added mori_ua

meta-fii: meta-mori: add phosphor console package

Add phosphor console mori_uart_mux_ctrl script,obmc-console service
files, and .conf files
- Added console feature for host & mpro
- Added mori_uart_mux_ctrl.sh to set gpio S0_UART0_BMC_SEL and
S0_UART1_BMC_SEL allowing routing between host & mpro consoles
to bmc
- Added host_console_uart_configuration.service so that it runs
before obmc-console. Set it to require multi-user.target, which
is also required by obmc-console.

Signed-off-by: Grant Williams <grant.williams@fii-na.com>
Change-Id: I5d7002c20c5d1b87fa5c78e69b0885fc635c6145

show more ...