Patrick Williams | 8056a23 | 2015-03-03 01:21:00 -0600 | [diff] [blame] | 1 | This directory is for placing custom packages that can be kept separate from |
| 2 | an upstream op-build. The purpose of this is to make pulling in upstream |
| 3 | op-build updates much easier, since your customizations will not touch any |
| 4 | files also modified by op-build changes. |
| 5 | |
| 6 | openpower/custom/configs # For machine configs (*_defconfig files) |
| 7 | /package # For additional packages. |
| 8 | /patches # For patching existing packages. |
| 9 | |
| 10 | It is recommended that the layout of the custom/configs and custom/package |
| 11 | directories follow the layout of the openpower/ peers. |
| 12 | |
| 13 | The openpower/custom/patches directory should have subdirectories for each |
| 14 | package desired to be patched and patch files contained inside. For example |
| 15 | to add a patch to skiboot you would create: |
| 16 | openpower/custom/patches/skiboot/skiboot-0001-example.patch |