diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/wic/utils/oe/misc.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/lib/wic/utils/oe/misc.py b/scripts/lib/wic/utils/oe/misc.py index af831d3505..0fa8a53b98 100644 --- a/scripts/lib/wic/utils/oe/misc.py +++ b/scripts/lib/wic/utils/oe/misc.py | |||
@@ -120,17 +120,6 @@ def exec_native_cmd(cmd_and_args, native_sysroot, catch=3): | |||
120 | 120 | ||
121 | return (rc, out) | 121 | return (rc, out) |
122 | 122 | ||
123 | # kickstart doesn't support variable substution in commands, so this | ||
124 | # is our current simplistic scheme for supporting that | ||
125 | |||
126 | wks_vars = dict() | ||
127 | |||
128 | def get_wks_var(key): | ||
129 | return wks_vars[key] | ||
130 | |||
131 | def add_wks_var(key, val): | ||
132 | wks_vars[key] = val | ||
133 | |||
134 | BOOTDD_EXTRA_SPACE = 16384 | 123 | BOOTDD_EXTRA_SPACE = 16384 |
135 | 124 | ||
136 | _BITBAKE_VARS = defaultdict(dict) | 125 | _BITBAKE_VARS = defaultdict(dict) |