summaryrefslogtreecommitdiffstats
path: root/openpower/custom/README
blob: 088575f8f042bf20c4d8f32c65eb9e4c7fecd880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This directory is for placing custom packages that can be kept separate from
an upstream op-build.  The purpose of this is to make pulling in upstream
op-build updates much easier, since your customizations will not touch any 
files also modified by op-build changes.

openpower/custom/configs        # For machine configs (*_defconfig files)
                /package        # For additional packages.
                /patches        # For patching existing packages.

It is recommended that the layout of the custom/configs and custom/package
directories follow the layout of the openpower/ peers.

The openpower/custom/patches directory should have subdirectories for each
package desired to be patched and patch files contained inside.  For example
to add a patch to skiboot you would create:
    openpower/custom/patches/skiboot/skiboot-0001-example.patch
OpenPOWER on IntegriCloud