summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* meta-romulus: add YAML for system InventoryRatan Gupta2017-03-092-1/+638
| | | | | Change-Id: I069d7a0586d416692f01d54cc01318002a810c6f Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* meta-garrison: add YAML for system InventoryRatan Gupta2017-03-092-1/+1393
| | | | | Change-Id: I1e7b02813a53fd63e0c867e8712a407a0422c725 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* meta-firestone: add YAML for system InventoryRatan Gupta2017-03-092-1/+1393
| | | | | Change-Id: I8d5d39c1dcafdd5c18582957db9a41781b5aa0ed Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* meta-palmetto: add YAML for system inventoryRatan Gupta2017-03-092-1/+275
| | | | | Change-Id: I537fea3f24af262d181865381bc7564ca3404aee Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* meta-barreleye: add extra properties YAML for system inventoryRatan Gupta2017-03-091-0/+352
| | | | | Change-Id: I18d31e2adc31f2ac5b5094414623be3c40992837 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* meta-barreleye: add YAML for system inventoryRatan Gupta2017-03-091-0/+1041
| | | | | | | | This YAML file is for Barreleye, as it can not be generated from MRW. Change-Id: Ie42b49bcef11b7a8e137ae634eecd481c9f73efe Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* skeleton-rev.bbclass: bump versionPatrick Williams2017-03-091-1/+1
| | | | | Change-Id: I56697e33d0559da9d39a22d811377fcd402c2635 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-091-1/+1
| | | | | Change-Id: I20b34277d3abdefd9ca8c993608d01b2b0e91d1c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-host.bb: bump versionPatrick Williams2017-03-091-1/+1
| | | | | Change-Id: I83c70c264d3851991ac5880a4e00f1ceb7d5d06f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* obmc-phosphor-user.bb: bump versionPatrick Williams2017-03-091-1/+1
| | | | | Change-Id: I58f490d0878f04751f388d30b4b2a967905f4eef Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* network.bb: bump versionPatrick Williams2017-03-091-1/+1
| | | | | Change-Id: I1daf9324ff0841dcf4ada0d61f853898d5833deb Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-inventory-manager.inc: bump versionPatrick Williams2017-03-081-1/+1
| | | | | Change-Id: Ibfcf11cc9506ee971f7cdc0ab6fd4c5931806c30 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-hwmon.bb: bump versionPatrick Williams2017-03-081-1/+1
| | | | | Change-Id: I0f101bf6252a799e37286fe6ee57e5b1cb4310da Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-mapper.bb: bump versionPatrick Williams2017-03-071-1/+1
| | | | | Change-Id: I50b41c78660f5628af53746931a7688156bd756a Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-rest.inc: bump versionPatrick Williams2017-03-071-1/+1
| | | | | Change-Id: Ia8f4f5e15827df4d99dfeb9b78114590f9c9a6cf Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* obmc-phosphor-image: disable /etc/version filePatrick Williams2017-03-061-0/+7
| | | | | | | | | | | | | | The /etc/version file is created by image generation with the timestamp of when the image was built. This is not useful to users and they should instead use /etc/os-release. There appears to be no way to disable the version file. Per the following email, delete it as part of the ROOTFS_POSTPROCESS_COMMAND: https://www.mail-archive.com/yocto@yoctoproject.org/msg33555.html Fixes openbmc/openbmc#1232. Change-Id: I78b3f31477c8490312be253eb363c4aafadf486c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* skeleton-rev.bbclass: bump versionPatrick Williams2017-03-061-1/+1
| | | | | Change-Id: I9bec4d5d5a5c4087cdf5bc40e3fc53bca292c04e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* mrw-rev.bbclass: bump versionPatrick Williams2017-03-061-1/+1
| | | | | Change-Id: I20be9aa1afee8d165d6812640036677e8996f455 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* image: Use VIRTUAL-RUNTIME for state pkgsBrad Bishop2017-03-065-15/+39
| | | | | | | | | | | | The correct idiom for modeling runtime only virtual implementations with no build time API is to use VIRTUAL-RUNTIME in favor of PREFERRED_PROVIDER. Update the state management management applications accordingly since they fall into this category. Change-Id: I8f0092a38da4ea0741dd0f464b71f4ea12d12019 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* kernel: FSI and P9 fixesJoel Stanley2017-03-063-33/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Two fixes for FSI bugs that users were seeing often. A revert of the Zaius reserved memory region device tree change due to a kernel bug where u-boot will happily load data into the region that the kernel subsequently marks as inaccessible. This is a temporary fix until the ARM early boot code can be fixed. Finally, a change to bring Romulus PNOR SPI settings to parity with the other P9 platforms. Christopher Bostic (2): drivers/fsi: Change hub sysfs name drivers/fsi: Don't scan after fsi-gpio_master unbound Lei YU (1): arm: aspeed: romulus: Set PNOR SPI address mapping Patrick Williams (1): Set Zaius back to old address range Change-Id: I3887c7dbd3f6fd450fb096ba59e0189af87039d7 Signed-off-by: Joel Stanley <joel@jms.id.au>
* meta-phosphor: add missing RDEPENDS on pyphosphor pkgsPatrick Williams2017-03-034-0/+4
| | | | | Change-Id: Iaebf6d1e076519ca8378bc3fe982f54b77a05092 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-031-1/+1
| | | | | Change-Id: If8a0c71e7424feeb35e2420725aa2e597a00b419 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-hwmon.bb: bump versionPatrick Williams2017-03-031-1/+1
| | | | | Change-Id: Ia1c35d976ffc1a1c562f94e02b7f1bebf597f61b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Update LED Manager recipe to support Barreleye machineVishwanatha Subbanna2017-03-034-0/+60
| | | | | | | This has the changes that enables LED group manager on Barreleye Change-Id: I7f0822622023ec05212f37c25dc2a408d77f1bd4 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Update LED Manager recipe to support Palmetto machineVishwanatha Subbanna2017-03-0311-20/+85
| | | | | | | This has the changes that enables LED group manager on Palmetto Change-Id: Iaf4d4cc4c798c70e557009e9928225facb1d7d86 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* meta-openpower: Remove deprecated inventory-uploadPatrick Williams2017-03-031-1/+0
| | | | | Change-Id: I9b99cf57d696fb56d29e7ed9e07e7979e4e36997 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-state-manager.bb: bump versionPatrick Williams2017-03-021-1/+1
| | | | | Change-Id: Ic97e057d9d8890dc7796feb1bc270a7e46a6a2f7 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-hwmon.bb: bump versionPatrick Williams2017-03-021-1/+1
| | | | | Change-Id: I57fe2810d64a696c273b55cbad20b21f16912f9c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-net-ipmid.bb: bump versionPatrick Williams2017-03-021-1/+1
| | | | | Change-Id: Ibb25a3484f87272b57813cb15c1e7b7b5636f8ba Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-host.bb: bump versionPatrick Williams2017-03-021-1/+1
| | | | | Change-Id: I6b5fa55845409a74b4521a7ae2592df3f2474e17 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-021-1/+1
| | | | | Change-Id: I9021278f12da3d9733cef4e5c859ac938ce4488d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* leds: Make phosphor-led-manager-config nativeBrad Bishop2017-03-022-3/+4
| | | | | | | | | | | | phosphor-led-manager-config is a meta-recipe that pulls in other native recipes based on mrw enablement. Switch from being a target recipe to a native recipe. A native recipe is more appropriate since a target recipe will cause bitbake to create -dev packages and attempt to install those into an SDK. Change-Id: I42af0796960cefe19d182afb2957e5c4853c6d28 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* software: remove ${PN} pkgBrad Bishop2017-03-021-0/+4
| | | | | | | | | | | By default OE adds ${PN} as a runtime dependency to ${PN}-[static]dev. Remove ${PN} since it will never have any content. Additionally, override the default ${PN}-[static]dev dependencies with the correct pkgs. Change-Id: Ibdcc16961b8d4774388ded94fca8fdaff31df4d7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* state: remove ${PN} pkgBrad Bishop2017-03-021-0/+4
| | | | | | | | | | | By default OE adds ${PN} as a runtime dependency to ${PN}-[static]dev Remove ${PN} since it will never have any content. Additionally, override the default ${PN}-[static]dev dependencies with the correct pkgs. Change-Id: I7c5a49a5cdd453cc23eb2595cc53455659040062 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add libstdc++fs to SDKBrad Bishop2017-03-021-1/+1
| | | | | Change-Id: I9bdbacc7fb763cfcf4c056911152513c7c872299 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-rest: consolidate SRCREVPatrick Williams2017-03-014-18/+13
| | | | | Change-Id: Ibc52e625764ba9f03c13267792b9c551f0bf3d8f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-rest.bb: bump versionPatrick Williams2017-03-021-1/+1
| | | | | Change-Id: Iab6d5f07583525471aee16f0e4282da9a3f67e6b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-rocket.bb: bump versionPatrick Williams2017-03-021-1/+1
| | | | | Change-Id: Ibad1ae1e49a01dc252220a6ac478f7bde22715f3 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-gevent.bb: bump versionPatrick Williams2017-03-011-1/+1
| | | | | Change-Id: I398184abc4532fb93e1574a96f9b222710aaa17b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Palmetto: Add Palmetto OCC sensorsBrad Bishop2017-03-012-1/+14
| | | | | Change-Id: I6afef5d9c241bca369f11799d430ed9bceb5cbce Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-011-1/+1
| | | | | Change-Id: I3aabcaea82a0f63f713f6e30ffd9c903b89ca976 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* os-release: ensure 'dirty' really means dirty.Patrick Williams2017-03-011-1/+2
| | | | | | | | | | | When using --git-dir, git no longer automatically determines the working tree and thus always assumes the tree is dirty unless the --work-tree option is also passed. Fixes openbmc/openbmc#820. Change-Id: I3af6941e0562bf665290e57c2b7a80459385fefa Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-011-1/+1
| | | | | Change-Id: I551b0693c7b71bca15f44baa20f24a6d59f3ac2d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add StopWhenUnneeded to hwmon sd unitBrad Bishop2017-03-011-0/+1
| | | | | | | | The net effect is that systemd will stop the unit when a udev remove event occurs. Change-Id: I89413770b01c236caef74ca8af21d3b05845db45 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Ensure FSI scan runs before services that use FSIMatt Spinler2017-03-012-0/+4
| | | | | | | | The FSI scan must be done before start_host and vcs_workaround run in order for them to work propertly. Change-Id: I1305a65763ba35721d5655f1f3e6c2d8af5fdc71 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* led: Sync claimed busname with sd unitBrad Bishop2017-03-012-1/+1
| | | | | | | | The busname directive in the sd unit template did not match the claimed busname. Change-Id: Ide67cd91b0fd560f06726736fbba8f5177b05164 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-011-1/+1
| | | | | Change-Id: If1dd12be400294ad46ce66ee5182210c9912df5e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* skeleton-rev.bbclass: bump versionPatrick Williams2017-03-011-1/+1
| | | | | Change-Id: Ie261b5d7d9ee88aa9a93e7d52da9755b1c66d641 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-hwmon.bb: bump versionPatrick Williams2017-03-011-1/+1
| | | | | Change-Id: I71acf17624ba5f2ac89d9dd7dd22348035094d4e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-fru.inc: bump versionPatrick Williams2017-03-011-1/+1
| | | | | Change-Id: I5328a4caf6578c2ba9f540ae46bc13b2dca251f5 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
OpenPOWER on IntegriCloud