meta-facebook: Refactored config file for meson.

Refactored platform specific config file to support
in meson upgradation.

Tested: Tested and verified with yosemitev2 and tiogapass
        platform.

Signed-off-by: Karthikeyan Pasupathi <pkarthikeyan1509@gmail.com>
Change-Id: If557b57d3e02a926728330407f71abfa07e7d40f
diff --git a/meson_options.txt b/meson_options.txt
index edc2c52..1887aa3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,3 +4,7 @@
   'host-instances',
   type: 'string',
   description: 'Host Instances')
+option(
+  'machine',
+  type: 'string',
+  description: 'Machine')