[Buildroot] [PATCH-next v2 3/7] boot/at91bootstrap: rename patches with the proper naming convention

Ricardo Martincoski ricardo.martincoski at gmail.com
Sun Nov 21 17:07:52 UTC 2021


As reported by check-package (by calling it directly):
use name <number>-<description>.patch

Output of:
make at91bootstrap-dirclean at91bootstrap-patch | grep 'Patching\|Applying'

Before:
>>> at91bootstrap 1.16 Patching
Applying at91bootstrap-1.16-eabi-fix.patch using patch:
Applying at91bootstrap-1.16-gcc-4.6.x-ldscript-fix.patch using patch:
Applying at91bootstrap-1.16-u-boot-relocation-fix.patch using patch:

After:
>>> at91bootstrap 1.16 Patching
Applying 0001-eabi-fix.patch using patch:
Applying 0002-gcc-4.6.x-ldscript-fix.patch using patch:
Applying 0003-u-boot-relocation-fix.patch using patch:

Signed-off-by: Ricardo Martincoski <ricardo.martincoski at gmail.com>
---
v2: new patch in the series
---
 .../{at91bootstrap-1.16-eabi-fix.patch => 0001-eabi-fix.patch}    | 0
 ...4.6.x-ldscript-fix.patch => 0002-gcc-4.6.x-ldscript-fix.patch} | 0
 ...boot-relocation-fix.patch => 0003-u-boot-relocation-fix.patch} | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename boot/at91bootstrap/{at91bootstrap-1.16-eabi-fix.patch => 0001-eabi-fix.patch} (100%)
 rename boot/at91bootstrap/{at91bootstrap-1.16-gcc-4.6.x-ldscript-fix.patch => 0002-gcc-4.6.x-ldscript-fix.patch} (100%)
 rename boot/at91bootstrap/{at91bootstrap-1.16-u-boot-relocation-fix.patch => 0003-u-boot-relocation-fix.patch} (100%)

diff --git a/boot/at91bootstrap/at91bootstrap-1.16-eabi-fix.patch b/boot/at91bootstrap/0001-eabi-fix.patch
similarity index 100%
rename from boot/at91bootstrap/at91bootstrap-1.16-eabi-fix.patch
rename to boot/at91bootstrap/0001-eabi-fix.patch
diff --git a/boot/at91bootstrap/at91bootstrap-1.16-gcc-4.6.x-ldscript-fix.patch b/boot/at91bootstrap/0002-gcc-4.6.x-ldscript-fix.patch
similarity index 100%
rename from boot/at91bootstrap/at91bootstrap-1.16-gcc-4.6.x-ldscript-fix.patch
rename to boot/at91bootstrap/0002-gcc-4.6.x-ldscript-fix.patch
diff --git a/boot/at91bootstrap/at91bootstrap-1.16-u-boot-relocation-fix.patch b/boot/at91bootstrap/0003-u-boot-relocation-fix.patch
similarity index 100%
rename from boot/at91bootstrap/at91bootstrap-1.16-u-boot-relocation-fix.patch
rename to boot/at91bootstrap/0003-u-boot-relocation-fix.patch
-- 
2.25.1



More information about the buildroot mailing list