Move VPD jsons to vpd repo
Replace jsons from ibm_vpd folder to config/ and install json via
meson.
Signed-off-by: RekhaAparna01<vrekhaaparna@ibm.com>
Change-Id: I30240e820a50653d325b5dd56cf09f775af29812
diff --git a/meson.build b/meson.build
index 72e810b..c5aa0bf 100644
--- a/meson.build
+++ b/meson.build
@@ -198,7 +198,7 @@
install_dir: get_option('bindir'))
package_datadir = join_paths('share', 'vpd')
-install_subdir('config/ibm', install_dir: package_datadir, strip_directory: true)
+install_subdir('config/ibm/', install_mode: 'rwxr-xr-x', install_dir: package_datadir, strip_directory: true)
else
FRUGEN = '$srcdir/extra-properties.py -e' + get_option('FRU_YAML')