summaryrefslogtreecommitdiff
path: root/meta-fii/meta-mori/recipes-phosphor/settings
AgeCommit message (Collapse)AuthorFilesLines
2023-07-21meta-fii: meta-mori: Uniform syntax for recipesKyle Nieman1-0/+1
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>
2023-07-01meta-fii: meta-mori: Update unit power behaviorKyle Nieman1-0/+6
1) Remove unwanted dependencies for the warm reboot targets. 2) Set the power policy to always on to prevent unwanted host power off. 3) Change user reset command to use ipmitool command Change-Id: Ie87296a48349219860c79f6275133595f3501e43 Signed-off-by: Kyle Nieman <kyle.nieman@fii-na.com>
2022-05-19meta-fii: meta-mori: Override chassis capabilities settingsCharles Boyer2-0/+25
This commit adds the settings for the IPMI Chassis Capabilities command. Signed-off-by: Charles Boyer <Charles.Boyer@fii-usa.com> Change-Id: I2fe225a49f960eaa29d6a2d598cde77998ab28a2