PEL: Add hostboot component ID file

Add a file with the hostboot component names for use by PEL parsers.

There are other ways these could be looked up, such as creating a new
python plugin process to be able to ask for a component name with python

However, as these names are typically static per processor generation,
this is going with the approach that takes the least amount of effort
until another approach is deemed necessary.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Iabeb4d77cade8a0f4ef064e1f7f892fd766c48d6
diff --git a/extensions/openpower-pels/meson.build b/extensions/openpower-pels/meson.build
index 11bc4f4..a29d257 100644
--- a/extensions/openpower-pels/meson.build
+++ b/extensions/openpower-pels/meson.build
@@ -136,6 +136,7 @@
 install_data(
     'registry/message_registry.json',
     'registry/O_component_ids.json',
+    'registry/B_component_ids.json',
     install_dir: get_option('datadir') / 'phosphor-logging/pels',
 )