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