summaryrefslogtreecommitdiff
path: root/meta-inspur/meta-on5263m5/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
diff options
context:
space:
mode:
authorJohn Wang <wangzqbj@inspur.com>2019-05-17 03:49:38 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-05 15:58:45 +0300
commit728c9e5e5a10bbd020b30955e3260ee939c0dedf (patch)
tree239b9a95b320a58344b9f35da4e40889e1716dc6 /meta-inspur/meta-on5263m5/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
parentbab20941c451d79aa6bdd3cbad89edb45e7cc18c (diff)
downloadopenbmc-728c9e5e5a10bbd020b30955e3260ee939c0dedf.tar.xz
meta-inspur: Move recipes under meta-common
Since meta-common is an x86 platform related meta, it would cause ambiguity if other platform related machines are created. In order to avoid ambiguity, recipses under meta-common are moved to meta-on5263m5, the meta-common folder is deleted. Tested: export TEMPLATECONF=meta-inspur/meta-on5263m5/conf source openbmc-env bitbake obmc-phosphor-image Build successfully (From meta-inspur rev: 295f5c5f6fbec43e8d5727e9a50dcba58e951cbd) Signed-off-by: John Wang <wangzqbj@inspur.com> Change-Id: Iffacaf8131ec83362ec453a51818f6901f1f80e5 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-inspur/meta-on5263m5/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json')
-rw-r--r--meta-inspur/meta-on5263m5/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json47
1 files changed, 0 insertions, 47 deletions
diff --git a/meta-inspur/meta-on5263m5/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json b/meta-inspur/meta-on5263m5/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
deleted file mode 100644
index b02709ec2..000000000
--- a/meta-inspur/meta-on5263m5/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "gpio_configs": {
-
- "power_config": {
- "power_good_in": "PGOOD",
- "power_up_outs": [
- {"name": "POWER_UP_PIN", "polarity": true}
- ],
- "reset_outs": [
- {"name": "RESET_OUT", "polarity": false}
- ]
- }
- },
-
- "gpio_definitions": [
- {
- "name": "PGOOD",
- "pin": "AB3",
- "direction": "in"
- },
- {
- "name": "POWER_BUTTON",
- "pin": "E2",
- "direction": "both"
- },
- {
- "name": "POWER_UP_PIN",
- "pin": "E3",
- "direction": "out"
- },
- {
- "name": "RESET_BUTTON",
- "pin": "E0",
- "direction": "both"
- },
- {
- "name": "RESET_OUT",
- "pin": "E1",
- "direction": "out"
- },
- {
- "name": "ID_BUTTON",
- "pin": "S6",
- "direction": "both"
- }
- ]
-}