From 987170ede11a4751f931bf531a8e5599315029a7 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 26 Jul 2016 23:06:10 -0400 Subject: Remove unused CACHE_PATH variable from configs The library function doing the caching now makes the parent directory if it doesn't exist so also removing that bit of code from the system manager. Change-Id: I30a55737a51e698d977dbc3f30208db1d4e0e87e Signed-off-by: Brad Bishop --- configs/Barreleye.py | 1 - configs/Firestone.py | 1 - configs/Garrison.py | 1 - configs/Palmetto.py | 1 - configs/Witherspoon.py | 1 - 5 files changed, 5 deletions(-) (limited to 'configs') diff --git a/configs/Barreleye.py b/configs/Barreleye.py index 66eee6c..2b6a5aa 100644 --- a/configs/Barreleye.py +++ b/configs/Barreleye.py @@ -1,7 +1,6 @@ #! /usr/bin/python HOME_PATH = './' -CACHE_PATH = '/var/cache/obmc/' GPIO_BASE = 320 SYSTEM_NAME = "Barreleye" diff --git a/configs/Firestone.py b/configs/Firestone.py index 086e0b2..e7a1fd3 100644 --- a/configs/Firestone.py +++ b/configs/Firestone.py @@ -1,7 +1,6 @@ #! /usr/bin/python HOME_PATH = './' -CACHE_PATH = '/var/cache/obmc/' GPIO_BASE = 320 SYSTEM_NAME = "Firestone" diff --git a/configs/Garrison.py b/configs/Garrison.py index acc80e8..5f8bf2f 100644 --- a/configs/Garrison.py +++ b/configs/Garrison.py @@ -1,7 +1,6 @@ #! /usr/bin/python HOME_PATH = './' -CACHE_PATH = '/var/cache/obmc/' GPIO_BASE = 320 SYSTEM_NAME = "Garrison" diff --git a/configs/Palmetto.py b/configs/Palmetto.py index 99a8e23..f13cc4e 100644 --- a/configs/Palmetto.py +++ b/configs/Palmetto.py @@ -1,7 +1,6 @@ #! /usr/bin/python HOME_PATH = './' -CACHE_PATH = '/var/cache/obmc/' GPIO_BASE = 320 SYSTEM_NAME = "Palmetto" diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py index a7d06ff..dd59e05 100644 --- a/configs/Witherspoon.py +++ b/configs/Witherspoon.py @@ -1,7 +1,6 @@ #! /usr/bin/python HOME_PATH = './' -CACHE_PATH = '/var/cache/obmc/' GPIO_BASE = 320 SYSTEM_NAME = "Witherspoon" -- cgit v1.2.1