From 0cfab2c93c300607c9fbc5f23ae75d446187087c Mon Sep 17 00:00:00 2001 From: Igor Zalatov Date: Mon, 28 Feb 2022 09:53:49 +0300 Subject: [PATCH] The patch names --- en/integration-kernel.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/en/integration-kernel.md b/en/integration-kernel.md index 14670a1..9be0d5b 100644 --- a/en/integration-kernel.md +++ b/en/integration-kernel.md @@ -19,3 +19,10 @@ CONFIG_IP_PNP_DHCP=y CONFIG_ROOT_NFS=y ``` + +## The patch names + +These patch files should be named -.patch. +The patch files coming with Buildroot should not contain any package version reference in their filename. +The field in the patch file name refers to the apply order, and shall start at 1 +It is preferred to pad the number with zeros up to 4 digits, like git-format-patch does. E.g.: 0001-foobar-the-buz.patch \ No newline at end of file