summaryrefslogtreecommitdiff
path: root/meta-facebook/meta-tiogapass
AgeCommit message (Collapse)AuthorFilesLines
2023-03-31meta-facebook: switch to static-norootfs layoutPatrick Williams1-0/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie8cb1db003e1ebc09e601ec0497d4e062841b830
2023-03-11meta-facebook: add BMC compatible strings for all platformsPatrick Williams1-0/+2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Idedb1dd9459b649cacbbb31284e137cc3f52327c
2023-01-13yocto:mickledore: add support for new yocto layerAndrew Geissler1-1/+1
Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I8e54833ac78e540e9dd5011533d53ff9a3af6763
2022-10-14treewide: more obmc-host-ctl cleanupsPatrick Williams1-1/+0
obmc-host-ctl is defined as a MACHINE, DISTRO, and IMAGE feature. The IMAGE feature pulls in a virtual provider only if the COMBINED feature (MACHINE + DISTRO) is enabled. This is only done on openpower machines. There are a lot of other places where machines are half-way disabling this feature and/or changing variables which have zero effect anyhow. Clean up almost all references to `obmc-host-ctl`. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I090d782bb6a34dc4e3c43df97e8ccf6e1812fed5
2022-09-30add langdale to compatible layerAndrew Geissler1-1/+1
Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I65febeeec11e6e5b40ee728f42cfbe77023dae1e
2022-09-12treewide: handle more upstream TEMPLATECONF movePatrick Williams1-0/+0
We also need to move the conf-notes.txt files. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic44e015c0216b526de4fec277ad42f162bca1f33
2022-09-09treewide: handle upstream TEMPLATECONF movePatrick Williams2-0/+0
The latest poky commit is requiring us to have all of our template configs in a subdirectory instead of directly in the `conf` directory. Without this we end up with errors during setup like: ``` Error: TEMPLATECONF value (which is .../openbmc/meta-facebook/meta-bletchley/conf) must point to meta-some-layer/conf/templates/template-name ``` Fix this by moving all of our template files into the 'default' template subdirectory (following the pattern of poky) and modifying `setup` as necessary to follow. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iecefde73d55acbb6bc63ae3d68c4311adaf327ae
2022-04-30treewide: remove meta-perlPatrick Williams1-1/+0
The only recipes which use content from meta-perl are openpower machines: ``` meta-openpower/recipes-bsp/pdata/pdata_git.bb: libxml-libxml-perl-native \ meta-yadro/meta-nicole/recipes-phosphor/logging/openpower-esel-parser_git.bb: libxml-libxml-perl-native \ ``` Remove meta-perl from the bblayers of every layer except openpower machines. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I51f1a8fbfbe879295c64d2339fc115dbd8823681
2022-04-30treewide: remove meta-webserverPatrick Williams1-1/+0
No systems use content from meta-webserver (nginx, apache, etc.), so remove the clutter from our bblayers.conf.samples. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I89ab5ac8c19cd8aa486a2f42d24dcf68688e2408
2022-04-22treewide: drop unused meta-security layerBrad Bishop1-1/+0
This was added with cde0f094f for libseccomp, but shortly after that upstream moved libseccomp from meta-security to core (241c7d2e6). As such, meta-security is no longer used or required. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I371e54b11f6336720dfc6edf0ef733d22b7fb4f2
2022-04-12treewide: Update BB_DISKMON_DIRS useGeorge Liu1-4/+4
Per [1][2], Yocto is starting to deprecate ABORT and has replaced the "ABORT" action in BB_DISKMON_DIRS entries with "HALT". 1. https://wiki.yoctoproject.org/wiki/Inclusive_language 2. https://git.yoctoproject.org/poky/commit/?id=4f77505d94a8f6260933f457e9848d1d2fa98ce5 Tested: Built obmc-phosphor-image successfully and eliminate the following warnings: ``` WARNING: The BB_DISKMON_DIRS "ABORT" action has been renamed to "HALT", update configuration ``` Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: If57d0ded9fac41e23b31b01e2a0e309ac7388148
2022-03-22meta-facebook: meta-tiogapass: switch u-boot to 2019.04Logananth Sundararaj7-47/+14
Switching the u-boot branch from the 2016.07-aspeed-openbmc to the 2019.04-aspeed-openbmc Added the config file to modify the defconfig file from the uboot-machine. Removing the files related to the 2016.07-aspeed branch. Tested: Tested in Tiogapass platform and Verified the U-boot logs. Signed-off-by: Logananth Sundararaj <logananth_s@hcl.com> Change-Id: I5caadacdc1232fc180db79abe2f11c959feca018
2022-02-26treewide: support yocto kirkstone releasePatrick Williams1-1/+1
* Deprecate N-1 release (hardknott). * Enable N+1 release (kirkstone). Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I39e027e02dab64b4390b46ffbd9c299c858f403e
2022-01-18u-boot: Specify u-boot package for AST2500 machinesJoel Stanley1-0/+4
This sets u-boot to the package containing the v2016.07-aspeed-openbmc branch. This ensures there will be no change if the default changes in the future. Change-Id: Iea12e1691dbdda34a3f95d6d0862add0b15bcf37 Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-12-02Remove BBLAYERS_NON_REMOVABLE variableAlexander Filippov1-14/+0
`BBLAYERS_NON_REMOVABLE` is obsolete and no longer required. As it said by Yocto documentation it can be used by `Hob` https://www.yoctoproject.org/docs/1.5.2/ref-manual/ref-manual.html#var-BBLAYERS_NON_REMOVABLE that already removed since Yocto-2.1 https://www.yoctoproject.org/tools-resources/projects/hob Change-Id: Ibc2d8268a9d837a81e9cf6b0131dba8d0a030a3f Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
2021-11-10meta-facebook: simplify SERIAL_CONSOLESPatrick Williams1-2/+0
The majority of our hardware uses ttyS4 and 57600. Rather than have each machine specify this, put it into a generic "facebook" override as the default for all our machines. Assuming OVERRIDES is set correctly, machines can still make specific overrides as alternatives. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id8b704163dc57d94e27481dba7aef1bdf66aeee5
2021-09-16treewide: fix comments for rpm/ipkPatrick Williams1-1/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia05891430c6c97a89b7bc8ba4558ae496866bf7d
2021-09-13meta-facebook: switch to ipk packagesPatrick Williams1-1/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I75f71a404016949179cca78605ae5be4613249e3
2021-08-31meta-facebook: move rsyslog redfish config from tiogapassPatrick Williams5-97/+0
The rsyslog configuration previously done in tiogapass is necessary for Redfish event logs. Move this to be used by all machines. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib2315287b17ee68ba18a24c9f67f7446ead9b65a
2021-08-24treewide: remove gategarth from layer-supportPatrick Williams1-1/+1
We've typically kept these LAYERSERIES_COMPAT to 2 releases: the current and the upcoming. Remove 'gatesgarth' is it is now 2 releases back. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5e812a94fed1738898af75c0fdee81996a5bbf20
2021-08-11meta-facebook: increment CONF_VERSIONPatrick Williams1-1/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iefe6488f6447fb3976c8f9597674227e83ad8b83
2021-08-11meta-facebook: more prep for new override syntaxPatrick Williams3-27/+67
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I21120d6215c25be49afd60d6e807b68f2798423a
2021-08-10Remove redundant code to set root passwordJoseph Reynolds1-5/+1
Background: The OpenBmc project default root account password is set in meta-phosphor/conf/distro/include/phosphor-defaults.inc and can be customized in each layer's local.conf file. Many of these local.conf.sample files had redundant code to set the password, which probably should not have been there. Removing them allows the defaults in phosphor-defaults.inc to take effect. Tested: No. Only meta-ibm was tested. Signed-off-by: Joseph Reynolds <joseph-reynolds@charter.net> Change-Id: I76dce00d269d7afa005d7bcfd63f846d3cf45596
2021-08-07meta-facebook: prep for new override syntaxPatrick Williams7-14/+14
Ran `scripts/contrib/convert-overrides.py` from upstream Yocto and fixed up a few by hand that were missed. Tested: Built bletchley and tiogapass. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0489ba007132901697e4ef1a29b03a3591b3ee3b
2021-06-15meta-facebook: Add rsyslog for Redfish.Jayashree Dhanapal1-1/+16
Added template for Redfish format in rsyslog conf file to save the journal entry as Redfish event. Tested : Verified journalctl log in tiogapass using Redfish. Signed-off-by: Jayashree Dhanapal <jayashree-d@hcl.com> Change-Id: Ic09530c824e65c5dd27fc4c6dac5a385370bdadc
2021-06-07treewide: Remove obsolete image-mklibs classWilliam A. Kennington III1-2/+1
This is apparently not actually working anymore and is removed in the next poky update. Change-Id: Ia1c6a258d124a4a30a14fc42e8e0bba95e64faeb Signed-off-by: William A. Kennington III <wak@google.com>
2021-04-06hardknott: yocto releaseAndrew Geissler1-1/+1
Latest upstream yocto has moved on to the 3.3 hardknott release Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ieae36798d66d21c2c642931f06407d3bb2acf163
2021-03-22openbmc: add meta-security layerAnton D. Kachalov1-0/+2
This layer provides libseccomp. Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: I84513d56f2ed75fab49043196b98ef8b858e394f
2020-11-21meta-facebook: update Yocto compat for gatesgarthPatrick Williams1-1/+1
The next release of Yocto is soon and most of the upstream layers have switched support strings for it. Support layer compat for gatesgarth (current) and dunfell (previous). (From meta-facebook rev: 14fc581f37beea18d5b1e6eb04fbb014be5cd357) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5c460251ca3e1f7cd2a48008238cd7885e44493d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-03meta-facebook: tiogapass: add U-Boot patch to match EFI firmware baud ratePaul Fertser3-0/+43
This adds a tiogapass-specific patch so that U-Boot and kernel console are using 57600 to match EFI firmware baud rate. (From meta-facebook rev: f552fa78ddbf0364fc393cdbc214d8b1742288b3) Signed-off-by: Paul Fertser <fercerpav@gmail.com> Change-Id: I73e313aad7abd9d3361e14fb560a7b3f41539e55 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-15tiogapass: remove meta-openpowerPatrick Williams1-2/+0
(From meta-facebook rev: 14ef3016a207805304c452161a6e2591792e65b2) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie06f176d6946fb3d0a61f42148a68449a7c00af5 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-18meta-facebook: tiogapass: update kernel configVijay Khemka1-0/+12
Configured some pmbus driver, IPMB driver and PECI driver for facebook tiogapass platform. (From meta-facebook rev: 9dad565e4783a08707df2dda665893ba93264e01) Change-Id: Iea7bdfd857d1a0f8dcba92fdb7afb3c3cca65872 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-21rsyslog: remove pin of specific versionAndrew Geissler1-8/+0
The current pinned version no longer works with upstream. The following error is logged building: ERROR: rsyslog-8.1904.0-r0 do_configure: QA Issue: rsyslog: configure was passed unrecognised options: --enable-imfile-tests [unknown-configure-option] Some investigation has not netted any solid reason on why this is needed anymore. (From meta-facebook rev: 51eee252deec4ba432fafd88d7e1c326cb09c5c9) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ic53181fbf030614d7a01fb9205dfc4d44e99b6a9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-06meta-facebook: add machine-compute include filesPatrick Williams1-1/+1
(From meta-facebook rev: 355b76e8abbb4566f0c8d201358b0e794c80f29f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3718d245fc570c151f3df8602a55e862e98e018e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-06meta-facebook: restructure phosphor default-virtualsPatrick Williams1-14/+1
Due to our structure and missing RPROVIDES we were picking up old python-based implementations of some daemons. Restructure our conf and package group files to look more like meta-intel, and point to the proper implementations of services. (From meta-facebook rev: fbe12f7a42a592be01e2ced7215705ad5261e529) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0995a3d80604f71900222983574f3b29d418fe1b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-29meta-facebook: Remove warrior yocto releaseVijay Khemka1-1/+1
(From meta-facebook rev: e072a27c813016cf0a0961f299320a2207910700) Change-Id: I4b94045ff897cf97d434623a5a81f683fb3548a1 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-28dunfell: add support for new layerAndrew Geissler1-1/+1
(From meta-facebook rev: e7ca2cd4edb25b44205da051630ab28f36f1e0a2) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I643b04c0ec805d0155f62fc6e136de40248f018f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-05meta-facebook: Move recipes-phosphor to facebook layerVijay Khemka14-127/+0
Moved recipe-phosphor to meta-facebook to support multiple facebook platform and make use of common code across platforms. (From meta-facebook rev: 2b00ba0327fcef6ae98243bc48367b395460805f) Change-Id: If3b847b60c60d1d93c3c26be0018eb8408e4f93e Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-05meta-facebook: Move common recipe under facebook layerVijay Khemka9-238/+0
Moved common facebook recipe under meta-facebook to support multiple facebook platform and make use of common code across platforms. This is just a first phase to add common layer and moved meta-tiogapass/recipe-fbtp to ./recipe-fb. Slowly, will move all common meta data under meta-facebook. (From meta-facebook rev: 2769bfe7823ce0ce426f2faf463c6d91e43b6c29) Change-Id: I7f9f0d2d621524bc6de1c948a55a23238e3a7b7f Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-02-20meta-facebook: tiogapass: Fix sled cycle supportVijay Khemka1-4/+6
Fixing sled cycle with order and also adding output. (From meta-facebook rev: e071aa2001021afa4d8a9a3d4982d6fcf681654a) Change-Id: I8ac00cdc69cf10a04e2a2a41a87a7cc4564d66b8 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-29meta-facebook: tiogapass: modify power control scriptVijay Khemka3-41/+9
Update power control scripts as per x86 host power control which is dbus based. (From meta-facebook rev: 14bcc378fa968fd8c8fbd4de3aa7b568c1899ab0) Change-Id: I36348f9e54781f377ff509cf9287443db5a78262 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-29meta-facebook: update ipmbbridge channel config fileVijay Khemka1-4/+2
Updated chanel configuration files as per new ipmbbridge design based on new IPMB driver. (From meta-facebook rev: 7fa06730dae54cb4f0fee127f4f38d58bcb4db31) Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Change-Id: I8b4bb64a5cce8cb1d6da1bd3754a8cdaed2ecea1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-23fb-ipmi-oem: srcrev bump f43fad4232..317999d3acAndrew Geissler1-1/+1
Vijay Khemka (1): Get ME status for lcd card (From meta-facebook rev: 8a92351b98ded62c4549b1f6e24ac6ae2a6b8d32) Change-Id: I5fe63d7b68887cf3b7bfeae753766d3ff4d36c68 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-08meta-facebook: tiogapass: Add post code managerVijay Khemka1-0/+2
Added postd and post code manager to maintain post code history. (From meta-facebook rev: 490ef71e8264426363344566cb99cccf6bddd1b5) Change-Id: Ia56d8474f139440abd8a827282252728b0ab6031 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-06meta-facebook: watchdog: Add restart cause commandVijay Khemka2-0/+2
Added restart cause command after taking watchdog action. This will update dbus status for restart cause of host. (From meta-facebook rev: 6a85046dcc41024e52ffe4a5a8678548c54ee38b) Change-Id: I057a441a26310f80837a8fe742b669b69cf3d26e Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-06meta-facebook: watchdog: fix host cycleVijay Khemka1-0/+1
There was a issue in power cycle command as poweron was sent immediately after poweroff where as power status didn't change so poweron command was ignored. So adding sleep of 6 sec before sending poweron. (From meta-facebook rev: 83af1046a8719f6ad44f80a2cce4f8b0dc9565f7) Change-Id: I8907643578983b8b3851523c780bc59e5528baac Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-06fb-ipmi-oem: srcrev bump and move config fileVijay Khemka1-3/+4
srcrev bump 38183d6670...f43fad4232 Vijay Khemka (6): Support for add and get boot order Move debug card config file Add support for debug card critical sensors Add precision in critical sensor Add critical sensor units to lcd display Add dynamic precision in critical sensor Moved config file from ipmi-providor to lcd-debug on target. (From meta-facebook rev: fa9b43bcce88b3fc7ecefe82942a6a8beff2d89e) Change-Id: I29723497b24245c40abafb8323c14fbe63f0a59a Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-09meta-facebook: Add watchdog serviceVijay Khemka5-0/+49
Added watchdog service file and also provided actionmap for watchdog timeout. (From meta-facebook rev: 7fd6185e1af3a3f04dcf30dc0b828f8eb5fae07a) Change-Id: I52394f7619ad0927ee1d6aba8a9a6784302bd673 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-02meta-facebook: Adding intra bmc channel infoVijay Khemka1-0/+24
Added intra bmc channel info for sending ipmi command via local bmc ipmi-tools. (From meta-facebook rev: f7ee231b28cd450e5604356bf0c6f75fc37249f5) Change-Id: I1f44e42db18700d1f4aec7a4e3e182c0b9cfbc5c Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-02meta-facebook: Add Sel-loggerVijay Khemka2-0/+4
Added sel logger and enabled thresold monitoring as well as pulse monitoring. (From meta-facebook rev: 3b56cb14dc37fff03f22b932f110e9fa0289e234) Change-Id: I714834abd7992448dc72a379c89d71d76adb357c Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>