Skip to content

Commit b9f5ade

Browse files
committed
modify ipmi version from 01.0F.0F to 01.10.00
[Root Cause] NA [Solution] NA [Affected Functions] NA [Verification] OK.
1 parent 4c021eb commit b9f5ade

File tree

1 file changed

+1
-1
lines changed
  • meta-facebook/meta-wedge/recipes-wedge/ipmid/files

1 file changed

+1
-1
lines changed

meta-facebook/meta-wedge/recipes-wedge/ipmid/files/ipmid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ app_get_device_id (unsigned char *response, unsigned char *res_len)
613613
ipmi_res_t *res = (ipmi_res_t *) response;
614614
unsigned char *data = &res->data[0];
615615
FILE *fp=NULL;
616-
int fv_major = 0x0f, fv_minor = 0x0F;
616+
int fv_major = 0x10, fv_minor = 0x00;
617617
char buffer[32];
618618

619619
fp = fopen("/etc/issue","r");

0 commit comments

Comments
 (0)