summaryrefslogtreecommitdiff
path: root/meta-facebook/meta-yosemitev2
AgeCommit message (Collapse)AuthorFilesLines
2021-12-20meta-yosemitev2: fixing the build warnings.Logananth Sundararaj1-8/+8
while applying the patch facing some build warnings. Tested : Tested in Yosemitev2. Signed-off-by: Logananth Sundararaj <logananth.s@hcl.com> Change-Id: I1544059d205413823e148eff1a56b994ca2b05c1
2021-12-10meta-yosemitev2: Fixing the u-boot console debugging.Logananth Sundararaj2-70/+48
Removed the debug uboot console prints. Initialized the baudrate to 57600. Signed-off-by: Logananth Sundararaj <logananth.s@hcl.com> Change-Id: Ia6cd59e3d6a8a0d73d6a6113c60e13bba0f90b22
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-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 Williams5-9/+9
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-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
2021-01-13meta-facebook: yosemitev2: Add post code support for multi host in ↵Kumar Thangavel1-0/+1
meta-facebook. Added implementation to handle post codes from multiple host to BMC with multi process approach. Each process handles post codes for corresponding host. TESTED : Built the openbmc image targetting Facebook YosemiteV2 hardware. Verified all the host's postcodes stored in corresponding host directories. (From meta-facebook rev: 3247463e69d7645ec9805a2a50d65e1c525d08cb) Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: Ib6c410a0cae9776c595d53387ab017c496bccb97 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
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-09-15yosemitev2: remove meta-openpowerPatrick Williams1-2/+0
(From meta-facebook rev: 62ac22b8652ee58eb8fc9add26d9f78f9fa77a0b) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I95616b7a9d8dd3dbd31615a40cc5ed56d7bc6f11 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-27meta-facebook: meta-yosemitev2: align u-boot patch orderManikandan Elumalai3-2/+2
(From meta-facebook rev: 8843a9ca3fd5a02a77cbb27de6a121cf389231d2) Signed-off-by: Manikandan Elumalai <manikandan.hcl.ers.epl@gmail.com> Change-Id: I86c187ded8cf5dbac7812c6b186c69fe27fb4e06 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-10meta-facebook: meta-yosemitev2: add support for host console in SPLManikandan Elumalai2-2/+187
This feature adds four 1S server console through debug card connected to YosemiteV2 during boot. Tested: BMC and four 1 server uart console message getting through USB debug card by change position in the knob (Adaptor card). The YV2 needs to power ON after every change in the knob position to take effect and run time debug console handler will take care by application after boot. (From meta-facebook rev: bf07eebdca7175ded4c96185fe4b182e55d09772) Signed-off-by: Manikandan Elumalai <manikandan.hcl.ers.epl@gmail.com> Change-Id: I66939c8a04cd8fa97b6fdae91ed0b52086c8d0d5 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-12/+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-29Meta-facebook: Yosemitev2: Fix machine name in layerVijay Khemka1-1/+1
Replaced tiogapass with Yosemitev2 in layer compat, it was a mistake earlier. (From meta-facebook rev: d3d04815c8fdd0e4cd4f4ee2b2e5199e8ed7892e) Change-Id: I568113bcb735f3a239cdbc0fee1daa00ab41883d 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-04-04meta-yosemitev2: Change BMC console baud rateManikandan Elumalai1-0/+2
Updated BMC console baud rate to 57600 to match with server baud rate. (From meta-facebook rev: d1b8177fefe53818fb94a9c6d63628b22d197745) Signed-off-by: Manikandan Elumalai <manikandan.hcl.ers.epl@gmail.com> Change-Id: I00cf5232e6a3d5edf0d3b4bd619cb85afef7c416 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-04meta-yosemitev2: added IPMB kernel config and removed unused configManikandan Elumalai1-5/+2
(From meta-facebook rev: 4125bbcbb3c6f8107cba571fe0370b65422a0ece) Signed-off-by: Manikandan Elumalai <manikandan.hcl.ers.epl@gmail.com> Change-Id: I70b3ff73157e9720374bc61effdb173634fdb4ae Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-06meta-facebook: Yosemite: Remove recipes-phosphorVijay Khemka1-3/+0
Removed this recipes from Yosemite layer as most of config can be used from common layer under meta-facebook Later, when anything specific to Yosemite platform is required then a new bbappend can be added (From meta-facebook rev: b9fee399a82432353164bc3454c0f1cba90feee9) Change-Id: Id84a71ca20f8b5fe0e51e5e3aa62c8fbe5b5a1bf Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-06meta-facebook: Yosemite: Remove recipes-fbyv2Vijay Khemka1-20/+0
Removed this recipe from Yosemite layer as it can be referred from common recipes-fb. (From meta-facebook rev: 12335eca78d9b2a1fed8240f6e6a1ba2cd68a444) Change-Id: I974aaba99032691ef077732ce7e2da895a03bcc0 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-01-14meta-facebook: yosemitev2: Add phosphor-pid-control.Kumar Thangavel2-0/+4
Added phoshor-pid-control package for yosemiteV2 platform. Tested : Built Facebook YosemiteV2 images and loaded on the target hardware. We are able to see the fan speed updates when inlet temperature updates. (From meta-facebook rev: 256fdf1c496960923ac53b1ad0bad6141d3ee6ce) Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: Ibe04f0722f54e84909bbe81900c6e845168ba380 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-14meta-facebook: yosemitev2: Add dbus sensor and entity managerHCL-BMC3-0/+21
Added dbus-sensors and entity manager packages for yosemiteV2 platform. Tested : Built Facebook YosemiteV2 images and loaded on the target hardware. We are able to read temperature, Adc and mezz sensor values. (From meta-facebook rev: 9b7491ca408796249045abb85151973724cadb34) Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: Ia9acf270752d602d71008893366a6c2f0badf9bc Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-05meta-facebook: Introducing meta-yosemitev2Vijay Khemka10-0/+563
Initial introduction of Facebook Yosemite V2 platform. The Yosemite V2 is a multi-node server platforms that hosts four OCP server and equipped with Aspeed 2500 BMC SoC. Tested: Built Facebook Yosemite v2 image and loaded on the target hardware. Ensured that BMC boots to console. (From meta-facebook rev: 83e4ecf31aa9b818e8bc9ed4e237f3f9e6a6c2a9) Change-Id: Iaa22e15371292321b636e1e1cf4bbec2d6fe1bff Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: manikandan-e <manikandan.hcl.ers.epl@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>