Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 989 Bytes

integration-kernel.md

File metadata and controls

34 lines (23 loc) · 989 Bytes

OpenIPC Wiki

Table of Content

Additional requirements for kernel configuration

CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_LOOP=y

CONFIG_IP_MULTICAST=y

CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y

CONFIG_ROOT_NFS=y

Patch file requirements

  • Patch file name should follow format <number>-<description>.patch.

  • Patch file should not contain any reference to package version in its name.

  • The <number> part of patch's file name refers to the application order starting from 1. It is preferred to left-pad the number with zeros up to total of four digits, like git-format-patch does. 0001-foobar-the-buz.patch

  • Patch file should contain a commentary in its header, explaining what this patch does, and why it is needed.

  • Add a Signed-off-by statement in the header of each patch file to help tracking changes and certify that the patch is released under the same license as the software it modifies.