summaryrefslogtreecommitdiffstats
path: root/openpower/custom
Commit message (Collapse)AuthorAgeFilesLines
* busybox: Hide shutdown message from usersJoel Stanley2018-11-271-0/+45
| | | | | | | | | | | | | | | When kexec-ing to the next kernel a user will see a scary message about shutting down the system: The system is going down NOW! Sent SIGTERM to all processes Sent SIGKILL to all processes This patch suppresses those messages. Resolves https://github.com/open-power/op-build/issues/2385 Signed-off-by: Joel Stanley <joel@jms.id.au>
* dtc,petitboot: Sort device tree properties by unit numberJeremy Kerr2015-11-021-0/+110
| | | | | | | | | | | Currently, dtc will output nodes unordered, which may cause issues when assigning CPU numbers to NUMA nodes. This change incorporates a pre-kexec hook to sort the device tree, and a fix for dtc to order nodes by their unit number, to get a proper sort ordering. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Create 'custom' subdirectory.Patrick Williams2015-03-035-0/+16
This directory is a place for users to add custom packages and patches outside of the rest of the openpower package tree. This allows them to more easily maintain a fork of op-build and enhance it with their own packages.
OpenPOWER on IntegriCloud