Skip to content

Commit 40ea8b2

Browse files
committed
qemu.sh: Fix bug when emulate VPD
Wrong date format for manufacture-date
1 parent 6a91c76 commit 40ea8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

board/common/qemu/qemu.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ vpd_args()
208208

209209
cat <<EOF | "$onieprom" -e >"$vpd_file"
210210
{
211-
"manufacture-date": "$(date +"%d/%m/%Y %H:%M:%S")",
211+
"manufacture-date": "$(date +"%m/%d/%Y %H:%M:%S")",
212212
"vendor-extension": [
213213
[
214214
61046,

0 commit comments

Comments
 (0)