summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2018-08-31pyphosphor: srcrev bump 216b518a3c..f63e191ca6Brad Bishop1-1/+1
Adriana Kobylak (4): sensors: Remove BootProgressSensor sensors: Remove OperatingSystemStatusSensor sensors: Remove BootCountSensor sensors: Remove TurboAllowedSensor (From meta-phosphor rev: da48ad15d35d36a73f440cc7efb2f1da48e603e4) Change-Id: Iec930d45b7b7f390073b83d27fb420529940ca9c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-31Restructure phosphor-logging recipeDeepak Kodihalli1-3/+17
Restructure phosphor-logging recipe to allow additions of packages. (From meta-phosphor rev: 38af2c0d75122aecaeac53c0190884a48885f6a6) Change-Id: If187200a0874bc0c9ce6e4d759a2e1ca7ea7ffc8 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-31Revert "Disable forwarding of journal to syslog"Deepak Kodihalli2-14/+0
This reverts commit cffe1bf83203854489e7b8bab81c9188143f7ab5. This is to enable syslog daemons to forward journal logs to a remote server. (From meta-phosphor rev: 03f3dbd09e50b6e63418118df6e2267a2ba650bc) Change-Id: Ie1ff86a2f48e77227eda60f2f047e6f33ff7b01c Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-31bmcweb: srcrev bump b79d4eef01..9b243a4ee4Brad Bishop1-1/+1
Ed Tanous (2): Add json to the known content types Make dbus monitor compatible with phosphor-rest (From meta-phosphor rev: fb386a7e5cd0f760a47f5de7f9ec3445ff27ca03) Change-Id: I62bca43b27272e9800e9207bf222bda532d71229 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-31phosphor-rest-server: srcrev bump 3a9a51c969..6691e7ca4eBrad Bishop1-1/+1
Adriana Kobylak (1): rest_dbus: Add read-only property error Matt Spinler (1): Explicitly convert dbus.Booleans to bools (From meta-phosphor rev: a2c69d7b18c201dc2e7b269eb436d87cfa54654e) Change-Id: I11889bb8c9bebc02e5eef6b64dca0c47a6ba0781 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-31phosphor-snmp: srcrev bump f3fac2228a..f4ecf88338Brad Bishop1-1/+1
Gunnar Mills (1): Fix broken link (From meta-phosphor rev: 8a34d2d33b124170321cfe18a0082a44bee81083) Change-Id: Ia68dc83f7743a7b320c9cfac6aae201addceebc0 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-31phosphor-pid-control: srcrev bump 64f072a74c..40be36ac31Brad Bishop1-1/+1
Patrick Venture (1): add missing gmock header: read|write interface mock (From meta-phosphor rev: 2d789d810dc9b74817760473ea25d631c0183ff5) Change-Id: If44eb6054745b5e42594059cd92ae31ebd7c6fa7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-31phosphor-webui: srcrev bump 1073c1490f..dc36acc943Brad Bishop1-1/+1
Gunnar Mills (6): Add Power Usage Page Remove unused chassisPowerOn Set the power cap Add config.json file Remove double variable set Remove 2nd CopyWebpackPlugin var beccabroek (1): Checkbox not selected with 0 log events selected (From meta-phosphor rev: 9568968e0534f24e1a23a2be64706cb089b94dab) Change-Id: I1f4b29550d112d2da6f02c3250ab6e7f578ee301 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-31phosphor-logging: srcrev bump 477b731ad0..9fab279fb3Brad Bishop1-1/+1
Deepak Kodihalli (5): documentation: markdown header level fixups Add application to configure rsyslog phosphor-ryslog-conf: add way to disable logging rsyslog-conf: add validation and error handling phosphor-rsyslog-conf: implement restore (From meta-phosphor rev: ea6a3d1ce6e1921e7e729a71c68cbfed3b564676) Change-Id: I97cf268e88b94bcc9efad6991a2291e8cb15d061 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-31phosphor-bmc-code-mgmt: srcrev bump 28b2ba4a2d..76c79df3fcBrad Bishop1-1/+1
Andrew Geissler (1): Add -flto to CXXFLAGS Lei YU (3): Make MEDIA_DIR configurable Delete functional BMC id if ACTIVE_BMC_MAX_ALLOWED is less than 2 static layout: Support field mode (From meta-phosphor rev: 1b7c30dcac5dff739a6ccb66ccd20ed632511f9b) Change-Id: If5b70e8c063b86c9ee8dbc6bcd433b52b0a7d5e4 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-28Install GPIO definition JSONMatt Spinler2-0/+9
The code in libopenbmc_intf.so looks for the GPIO definition file /etc/default/obmc/gpio/gpios_defs.json. Install it from this recipe. The actual JSON files should go into the corresponding directories in the machine layers along with a bbappend of this recipe to set FILESEXTRAPATHS_prepend. (From meta-phosphor rev: 728258c6a235f75176ea213e671d7a93904ca72a) Change-Id: I3969e005cbdfd04ae8cec1c13c3c3bb625dca574 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-28phosphor-software-manager: Add ACTIVE_BMC_MAX_ALLOWED configLei YU2-0/+3
For static flash layout, configure ACTIVE_BMC_MAX_ALLOWED to 1, because it has only one active BMC image; For ubi-fs, configure ACTIVE_BMC_MAX_ALLOWED to 2, because ubi-fs assumes there are two BMC images by default. Resolves openbmc/phosphor-bmc-code-mgmt#2 Tested: Verify that ACTIVE_BMC_MAX_ALLOWED is set to 1 for Romulus build, and set to 2 for Witherspoon build. (From meta-phosphor rev: bf3edf1ce09f19836c38c2dd43ab4e50664fc46e) Change-Id: I60e49c14bda25547fde9a2308470ed164ebbd249 Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-28phosphor-software-manager: Add MEDIA_DIR configLei YU2-0/+13
Configure MEDIA_DIR to /run/media for static flash layout; Configure MEDIA_DIR to /media which is default for ubi-fs. Resolves openbmc/phosphor-bmc-code-mgmt#3 Tested: Verify that the MEDIA_DIR is set to /run/media for Romulus build, and set to /media for Witherspoon build. (From meta-phosphor rev: f43eb6ee89433e4898cbdb1532963f038419c003) Change-Id: If96c2ee135d314bd6de0cd745c6a871b75183fe1 Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-28Make obmc-flash-bmc-setenv common for static and ubiLei YU2-7/+13
Static flash layout will use obmc-flash-bmc-setenv service to set factory-reset env in u-boot, so make it common for both static and ubi flash layout. Tested: Build the image and verify the service and the obmc-flash-bmc script exist in both static and ubi builds. (From meta-phosphor rev: b2c944f13b0f891a7f569f3a9608e3c0de27a462) Change-Id: Ia067cebfe35a9d2d7d2af8b4d1bd4cb5717372ae Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-28Add cjson recipeEd Tanous1-0/+15
CJson is a support library implementing json support for C libraries. It is relatively small, and compliant enough for secure systems usage. More information can be found in the CJson homepage here: https://github.com/DaveGamble/cJSON Tested by: "bitbake cjson" and saw no build failures. (From meta-phosphor rev: 908d4f44184e34e0d13e6017221122ab5915a310) Change-Id: I8b9fcbc5ce0ffe556da8bfa6b1d84c527160a65e Signed-off-by: Ed Tanous <ed.tanous@intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-28gpioplus: Add libraryWilliam A. Kennington III1-0/+23
Tested: Package builds successfully and the output looks correct. (From meta-phosphor rev: cb1a1831baa36b0e6bb5e199a333255f42d3593e) Change-Id: I6aa75e0147793b13992bd05ac9efffbaef19c092 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-28Sumo refreshBrad Bishop2-50/+0
Update external subtrees to latest Yocto sumo. Change-Id: I8364f32bef079841c6e57f1c587f4b1bedf62fef Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-24Fixing bblayers conf versioningDave Cobbley1-1/+1
This fix allows others consuming the meta-phosphor layer to update bblayers conf independent of the upstream layer. Change-Id: I8e170da62d260bbad175ed0fd13407886cb77e7f Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com>
2018-08-24sdeventplus_git.bb: bump versionAndrew Geissler1-1/+1
Change-Id: I6f208f294b9f2cfdfa3e0101dbfdc2f45817e1d1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2018-08-23[Subtree] Bring openbmc machines to top levelDave Cobbley2-1/+2
The new subtree model brings the subtrees up from the openbmc-machines layer. Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0 Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-23[Subtree] Removing import-layers directoryDave Cobbley1-8/+8
As part of the move to subtrees, need to bring all the import layers content to the top level. Change-Id: I4a163d10898cbc6e11c27f776f60e1a470049d8f Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-23sdeventplus: Add packageWilliam A. Kennington III1-0/+24
This adds the initial recipe for the sdeventplus package. Tested: Package builds successfully and the output looks correct. Change-Id: I506955205dc9bcfe75a83b76442f4857c74b99bb Signed-off-by: William A. Kennington III <wak@google.com>
2018-08-23phosphor-pid-control.bb: bump versionAndrew Geissler1-1/+1
Change-Id: I10692dea155377dcd8558ae57e69948e6995ded0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2018-08-22sdbusplus.bb: bump versionAndrew Geissler1-1/+1
Change-Id: I849e03f2334a8602e05058669158083ad158104f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-22phosphor-webui.bb: bump versionAndrew Geissler1-1/+1
Change-Id: I1c709f716bec80bed0c4dc5b16fa70c809c8cc64 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-22inarp.bb: bump versionAndrew Geissler1-1/+1
Change-Id: I3aa64d678759bcba72bfc093f88d07c5a6bb91ae Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-22phosphor-gpio-monitor.bb: bump versionAndrew Geissler1-1/+1
Change-Id: I6622c666a193d8c17b88027d88790fda88e33b96 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-21phosphor-pid-control.bb: bump versionAndrew Geissler1-1/+1
Change-Id: I7ab76637af5a601b92f3fbcd31f5c39af49f6f0d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-21phosphor: Remove 'pflash -i' serviceJoel Stanley2-22/+0
Once upon a time this service was added to initalise the host flash before starting the host firmware, otherwise some systems would not boot. > commit 14f965d8dc806d710218de18357ba7f106484a8e > Author: Andrew Geissler <andrewg@us.ibm.com> > Date: Thu May 11 09:54:04 2017 -0500 > > PNOR init workaround for P8 based systems > > The PNOR chip requires an init to be done to it prior > to starting the host. This is a temporary fix to this > issue until we get the mboxd function ported to P8. Ever since e7b0fd568ae2 ("Switch userspace to use MTD access by default", October 2017) running pflash hs not done this, as it access the flash through the kernel mtd interface. A machine could chose use mboxd and the mbox protocol on P8 but it is not required to fix this issue. Change-Id: I5c2400063bf776018ef60f2642fb2629c96af0a7 Resolves: openbmc/openbmc#1598 Signed-off-by: Joel Stanley <joel@jms.id.au>
2018-08-21remove use of meta-virtualizationBrad Bishop5-59/+0
Remove meta-virtualization from any bblayer.conf.samples. It was originally added for the python-pyyaml and python-gevent recipes but better maintained versions of these recipes are provided by meta-python. Before this can be done the python-gevent bbappend in the phosphor layer must be removed. The version scope was wildcarded to any version but the patches don't apply to python-gevent_1.2.2, which becomes the default from meta-python when meta-virt is removed. Drop the bbappend. Change-Id: I6658a163460e3c8e63dc7371ffff803a7b6915b5 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-21bmcweb.bb: bump versionAndrew Geissler1-1/+1
Change-Id: Icf5868a967bc55e5d45a8b58c80bfb6a1aaf96bd Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-20phosphor-webui.bb: bump versionAndrew Geissler1-1/+1
Change-Id: Id24b1c26d0e91172285f745926d6b0ff538d37f0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-20phosphor-software-manager.inc: bump versionAndrew Geissler1-1/+1
Change-Id: Ia57c246400656cee580f8fd5f249a05ad44c2715 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-20obmc-init: Add factory reset supportLei YU1-3/+17
In obmc-init.sh, there is "clean-rwfs-filesystem" that clean the rwfs during boot, but it backs up the files in whitelist, so it is not a *real* factory reset. Add a new "factory-reset" option, and when it exists, erase the rwfs without restoring files in whitelist. Tested: Set openbmconce=factory-reset in u-boot env, and verify the rwfs is erased during boot without restore; Set openbmconce=clean-rwfs-filesystem in u-boot env, and verify that rwfs is erased with whitelist restored. Change-Id: Ifdc76da46fe273e9c942f30444173e51f8106fcc Signed-off-by: Lei YU <mine260309@gmail.com>
2018-08-17phosphor-snmp_git.bb: bump versionAndrew Geissler1-1/+1
Change-Id: Ibbb72012ce64021300413fa4de7f591eb8ae69a0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-17phosphor-webui.bb: bump versionAndrew Geissler1-1/+1
Change-Id: Ia9b517ccea96d32d65f38eeb38cd132a3023ab66 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-16Use ColdFire FSI interface on Palmetto (P8)Joel Stanley1-1/+1
Moves Palmetto to use the kernel API, and the ColdFire master driver. This change bumps the kernel (with device tree changes) and the skeleton repository for a corresponding op-hostctl (host_control.exe) change. Palmetto is the only system in the tree using this code. Any out of tree systems (such as other P8s) must switch to using the kernel interface as well. Skeleton changes: Joel Stanley (1): hostctl: Move to kernel FSI interface Linux changes: Benjamin Herrenschmidt (2): ARM: dts: aspeed: Add Power8 CFAM description for use by Palmetto ARM: dts: aspeed: Palmetto system can use coprocessor for FSI Change-Id: I43aada22c9d7b21dc24bd5aae3c4dcb77bdaaa8f Signed-off-by: Joel Stanley <joel@jms.id.au>
2018-08-16phosphor-host-postd.inc: bump versionAndrew Geissler1-1/+1
Change-Id: I3e4f730965d0c9ec8743c91b40891310fdad0890 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-16phosphor-webui.bb: bump versionAndrew Geissler1-1/+1
Change-Id: I7ff2e1c95a00c9c5dc62427aca3fe0f1bdf1aa30 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-15bmcweb.bb: bump versionAndrew Geissler1-1/+1
Change-Id: I6f8fca9d7922386a91129a54c9f028d91929a048 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-15bmcweb.bb: bump versionAndrew Geissler1-1/+1
Change-Id: Icb33325493b1bd3dd4f4faf4313cc6918afeceff Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-14bmcweb.bb: bump versionAndrew Geissler1-1/+1
Change-Id: I155c11daa55d454be4eb615d39f907563184c5df Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-13phosphor-software-manager.inc: bump versionAndrew Geissler1-1/+1
Change-Id: Ibd1e9079fb4a20326f64888e2aa49190262ed9c5 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-13bmcweb.bb: bump versionAndrew Geissler1-1/+1
Change-Id: I715fa2b0e223986143cba7648e46bcd35eb5dc1f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-13phosphor-networkd-rev.bbclass: bump versionAndrew Geissler1-1/+1
Change-Id: I5a9f2d8a7fdc37fe65d9bd3408162fb5f88db372 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-11phosphor-webui.bb: bump versionAndrew Geissler1-1/+1
Change-Id: I2a6176fd7dcdb89c94f3e2bc9982143a69882562 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-10phosphor-host-postd.inc: bump versionAndrew Geissler1-1/+1
Change-Id: I9dfe7bd38124eb50949a8bae661f6d99c94ce276 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-10phosphor-logging.bb: bump versionAndrew Geissler1-1/+1
Change-Id: Ibee2586ecd5fc5ede67f5707c587c04e8f77f017 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-10phosphor-ipmi-host.inc: bump versionAndrew Geissler1-1/+1
Change-Id: I89305d24643ceb31722b7cfbdaac838700444c48 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-08-10bmcweb.bb: bump versionAndrew Geissler1-1/+1
Change-Id: I098cd6c6019b1db60d34fcd5a7ad5e645e0e60c9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>