summaryrefslogtreecommitdiff
path: root/meta-facebook/meta-yosemitev2/conf
AgeCommit message (Collapse)AuthorFilesLines
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 Williams3-7/+7
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-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-01-14meta-facebook: yosemitev2: Add dbus sensor and entity managerHCL-BMC1-0/+1
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 Khemka5-0/+292
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>