summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-whoosh
diff options
context:
space:
mode:
authorAnthony <anthonyhkf@google.com>2023-05-30 08:30:41 +0300
committerWilliam A. Kennington III <wak@google.com>2023-05-31 01:03:05 +0300
commitb06364da808fa8390e16b7c4c7e26245cf9d5bd3 (patch)
tree2f187e6556d93c8dc1e65bbe5ab0585cf61127a9 /meta-openembedded/meta-python/recipes-devtools/python/python3-whoosh
parentc56f09a7883cc1444cf8ea1908addc04bcde22e3 (diff)
downloadopenbmc-b06364da808fa8390e16b7c4c7e26245cf9d5bd3.tar.xz
meta-google: gbmc-mac-config: Fix MAC address too large failure
The existing one would fail when the MAC address from EEPROM + MAC address count >= 0xff. Fix this so that it will only fail when it is strictly greater than 0xff. Example failure: if `mac[5]` is 0xfc and `num` is 4, in this case even after the MAC address assignments are done, it will fail due to the last checked exceeded 0xff. Signed-off-by: Anthony <anthonyhkf@google.com> Change-Id: If24debed070bdd500cb0f3df6aa4c49d8f3af365
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-whoosh')
0 files changed, 0 insertions, 0 deletions