remove lecagy cdist-type-emulator support
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
0913bb21dd
commit
cc87573d6b
1 changed files with 0 additions and 6 deletions
|
@ -146,12 +146,6 @@ class Config:
|
||||||
env['__target_host'] = self.target_host
|
env['__target_host'] = self.target_host
|
||||||
env['__global'] = self.path.out_dir
|
env['__global'] = self.path.out_dir
|
||||||
|
|
||||||
# Legacy stuff to make cdist-type-emulator work
|
|
||||||
env['__cdist_core_dir'] = os.path.join(self.path.base_dir, "core")
|
|
||||||
env['__cdist_local_base_dir'] = self.path.temp_dir
|
|
||||||
|
|
||||||
# Submit information to new type emulator
|
|
||||||
|
|
||||||
# Required for recording source
|
# Required for recording source
|
||||||
env['__cdist_manifest'] = manifest
|
env['__cdist_manifest'] = manifest
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue