summaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* ubuntu package dependencies updatedPeter Kowalsky2018-11-211-1/+1
| | | | | | | won't build without libxml-parser-perl under ubuntu 16.04 on ppc64le Signed-off-by: Peter Kowalsky <peter@kowalsky.at> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* README: point to docs, update platform listStewart Smith2018-03-091-4/+15
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* add libssl-dev to requirements for Ubuntu/DebianWerner Fischer2017-04-041-1/+1
| | | | | | | | | Running op-build on Ubuntu 16.04 without having libssl-dev installed leads to the following error: scripts/sign-file.c:25:30: fatal error: openssl/opensslv.h: No such file or directory This commit adds the libssl-dev package to the dependencies for Ubuntu/Debian systems.
* README: Mention current FedoraStewart Smith2017-02-161-1/+1
| | | | | | Fedora 23 is out of support, mention current Fedora. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* README: fix formattingAndrew Donnellan2016-11-081-2/+2
| | | | | | | | Add in some spaces that were inadvertently removed so that the mailing list details aren't all squashed on one line. Fixes: 763413e032cb ("README: add note on cross-compilation, miscellaneous improvements") Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
* README: add note on cross-compilation, miscellaneous improvementsAndrew Donnellan2016-11-041-12/+18
| | | | | | | | | | | | | | | | | To a reader who has never used Buildroot before, it's not obvious that op-build supports cross-compilation (indeed, cross-compiling from x86_64 to ppc64 is the primary workflow of many developers). Document this accordingly. While we're here, make a few miscellaneous fixes: * Improve formatting, get rid of some extraneous spaces etc * Fix a couple of spelling and capitalisation errors * Restructure some sentences to read more nicely * For Ubuntu/Debian dependencies, note that the step on adding universe is only relevant to Ubuntu Reported-by: Bill Alexander <bill@ohwah.com> Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
* Update readme to point to mailing listStewart Smith2016-03-101-1/+10
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Update README.md build dependencies based on bare system installsStewart Smith2016-03-041-14/+22
| | | | | | | | These dependencies come from my experiments with Dockerfiles for building op-build, which proved that our build-deps here were a bit incomplete. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Move readme to markdown syntaxJoel Stanley2016-02-221-0/+37
This way it looks a bit nicer on Github. Adds an extra top level heading explaining the OpenPower firmware. Signed-off-by: Joel Stanley <joel@jms.id.au>
OpenPOWER on IntegriCloud