| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Fedora 23 is out of support, mention current Fedora.
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
|
|
|
|
|
|
|
|
| |
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>
|
|
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>
|