item_updater: Add Bonnell compatible system

Add support for the P10 Bonnell system, it was added to the EM
Compatible Systems with:
```
https://github.com/openbmc/entity-manager/commit/0b5b122fe93f02fe79e0f8263a9c9e2c6d5c8c5e
```

Tested: Verified the symlinks were created on a Bonnell system.

Change-Id: I74cba7fd945365a990cdc23f89851c5751f73431
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/item_updater_main.cpp b/item_updater_main.cpp
index 855aaf2..a774fd2 100644
--- a/item_updater_main.cpp
+++ b/item_updater_main.cpp
@@ -61,6 +61,7 @@
 
     using namespace std::string_literals;
     std::map<std::string, std::vector<std::string>> extensionMap{{
+        {"ibm,bonnell"s, {".BONNELL_XML"s, ".P10"s}},
         {"ibm,everest"s, {".EVEREST_XML"s, ".P10"s}},
         {"ibm,rainier-2u"s, {".RAINIER_2U_XML"s, ".P10"s}},
         {"ibm,rainier-4u"s, {".RAINIER_4U_XML"s, ".P10"s}},