diff --git a/packages/linux-drivers/gpu-aml/patches/gpu-aml-0002-use-rfc-date-in-version-string.patch b/packages/linux-drivers/gpu-aml/patches/gpu-aml-0002-use-rfc-date-in-version-string.patch new file mode 100644 index 0000000000..b21447b980 --- /dev/null +++ b/packages/linux-drivers/gpu-aml/patches/gpu-aml-0002-use-rfc-date-in-version-string.patch @@ -0,0 +1,13 @@ +diff --git a/mali/Kbuild b/mali/Kbuild +index 7cc2225..6ce6270 100755 +--- a/mali/Kbuild ++++ b/mali/Kbuild +@@ -312,7 +312,7 @@ VERSION_STRINGS += REPO_URL=$(REPO_URL) + VERSION_STRINGS += REVISION=$(DRIVER_REV) + VERSION_STRINGS += CHANGED_REVISION=$(CHANGED_REVISION) + VERSION_STRINGS += CHANGE_DATE=$(CHANGE_DATE) +-VERSION_STRINGS += BUILD_DATE=$(shell date) ++VERSION_STRINGS += BUILD_DATE=$(shell date -R) + ifdef CONFIG_MALI400_DEBUG + VERSION_STRINGS += BUILD=debug + else