From 0033a92c8055b968e30532b5b8feb1c4eb42f8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Mon, 22 Jan 2024 21:13:42 +0100 Subject: [PATCH] qemu.sh: Fix bug when emulate VPD Wrong date format for manufacture-date --- board/common/qemu/qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/common/qemu/qemu.sh b/board/common/qemu/qemu.sh index 5213ebf4..412c35e1 100755 --- a/board/common/qemu/qemu.sh +++ b/board/common/qemu/qemu.sh @@ -208,7 +208,7 @@ vpd_args() cat <"$vpd_file" { - "manufacture-date": "$(date +"%d/%m/%Y %H:%M:%S")", + "manufacture-date": "$(date +"%m/%d/%Y %H:%M:%S")", "vendor-extension": [ [ 61046,