summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/phosphor-gevent
AgeCommit message (Collapse)AuthorFilesLines
2019-02-01meta-ibm: remove nginx from IBM platforms.Ed Tanous2-19/+0
Nginx on OpenBMC has a number of issues that matter to openbmc. 1. It increases the binary size. This is an issue given that OpenBMC targets a relatively minimal flash footprint. 2. It increases the runtime overhead. Running nginx as a reverse proxy to the application servers causes a runtime overhead, and context switch for every single page load, as well as an extra socket. 3. nginx doesn't implement any kind of authentication, so auth needs to be implemented in every application server. This removes a lot of the advantages of the reverse proxy, and duplicates a lot of code amongst multiple application servers 4. A number of nginx parameters run from the nginx config file. Some of these parameters (like cipher suite support) are desired to be changed at runtime, rather than fixed at compile time. Related to commit here to move system to bmcweb: https://gerrit.openbmc-project.xyz/#/c/openbmc/meta-phosphor/+/12933/ (From meta-ibm rev: b6639a209f0089864bef4fc86dcad97880bce682) Change-Id: I21848eb3a8dfa85968c6c96d6a78f5145402db1d Signed-off-by: Ed Tanous <ed.tanous@intel.com> (cherry picked from commit 699e296eb0dbd421bcb2fff4be9d446f47ae7195) Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-17meta-ibm: phosphor-gevent: set wildcard to versionPatrick Venture1-0/+0
Update the bbappend to wildcard on the recipe's version. (From meta-ibm rev: 5d7c531563283f19c8ff86a40ff63ed1d3f3d316) Change-Id: I50f62ffda238bc7824c27c619d7f4cd38611f59b Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-06meta-ibm: phosphor-gevent: set append wildcardPatrick Venture1-0/+0
For a recipe without a suffix piece, add wildcard to the append. Next will update the recipe. Then update the append again. (From meta-ibm rev: a46e0ebc1ee5d1b995033ede98c667a0cd2e7f47) Change-Id: I1184be4f69452ba99ef568047398422118220878 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-23[Subtree] Bring openbmc machines to top levelDave Cobbley3-0/+23
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>