configurations: meta: move bletchley files to subdirectory
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I8fc2497b49e631014a8284963c207ea3955d6116
diff --git a/configurations/meson.build b/configurations/meson.build
index 16410ee..bd810f7 100644
--- a/configurations/meson.build
+++ b/configurations/meson.build
@@ -88,11 +88,11 @@
'intel_front_panel.json',
'kudo_bmc.json',
'kudo_motherboard.json',
- 'meta/bletchley15_baseboard.json',
- 'meta/bletchley15_chassis.json',
- 'meta/bletchley_baseboard.json',
- 'meta/bletchley_chassis.json',
- 'meta/bletchley_frontpanel.json',
+ 'meta/bletchley/bletchley_baseboard.json',
+ 'meta/bletchley/bletchley_chassis.json',
+ 'meta/bletchley/bletchley_frontpanel.json',
+ 'meta/bletchley15/bletchley15_baseboard.json',
+ 'meta/bletchley15/bletchley15_chassis.json',
'meta/bmc_storage_module.json',
'meta/catalina/catalina_fio.json',
'meta/catalina/catalina_hdd_adc_ina.json',
diff --git a/configurations/meta/bletchley_baseboard.json b/configurations/meta/bletchley/bletchley_baseboard.json
similarity index 100%
rename from configurations/meta/bletchley_baseboard.json
rename to configurations/meta/bletchley/bletchley_baseboard.json
diff --git a/configurations/meta/bletchley_chassis.json b/configurations/meta/bletchley/bletchley_chassis.json
similarity index 100%
rename from configurations/meta/bletchley_chassis.json
rename to configurations/meta/bletchley/bletchley_chassis.json
diff --git a/configurations/meta/bletchley_frontpanel.json b/configurations/meta/bletchley/bletchley_frontpanel.json
similarity index 100%
rename from configurations/meta/bletchley_frontpanel.json
rename to configurations/meta/bletchley/bletchley_frontpanel.json
diff --git a/configurations/meta/bletchley15_baseboard.json b/configurations/meta/bletchley15/bletchley15_baseboard.json
similarity index 100%
rename from configurations/meta/bletchley15_baseboard.json
rename to configurations/meta/bletchley15/bletchley15_baseboard.json
diff --git a/configurations/meta/bletchley15_chassis.json b/configurations/meta/bletchley15/bletchley15_chassis.json
similarity index 100%
rename from configurations/meta/bletchley15_chassis.json
rename to configurations/meta/bletchley15/bletchley15_chassis.json