summaryrefslogtreecommitdiffstats
path: root/conf/template.atom-c3000-debug
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2021-06-15 15:02:11 +0200
committerMatei Valeanu <Matei.Valeanu@enea.com>2021-06-15 15:34:35 +0200
commitb0b7aa09e307af9678a94bdf27a310a326b9034b (patch)
treeaf197c108214d9ee10630a1b3b6c9ea0a5fba121 /conf/template.atom-c3000-debug
parent863f1ae607ee7855e1fd10988c08d15484bdf296 (diff)
downloadmeta-el-nfv-access-b0b7aa09e307af9678a94bdf27a310a326b9034b.tar.gz
[tmp] allow python2 support for element-vcpe
Temporary solution until we upgrade vcpe to python3 and remove python2 support! python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes" Change-Id: If20d79fb4051633a941c368f71443ae9bf10ad6a Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Diffstat (limited to 'conf/template.atom-c3000-debug')
-rw-r--r--conf/template.atom-c3000-debug/local.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/template.atom-c3000-debug/local.conf.sample b/conf/template.atom-c3000-debug/local.conf.sample
index b96bf48..b5e3f8c 100644
--- a/conf/template.atom-c3000-debug/local.conf.sample
+++ b/conf/template.atom-c3000-debug/local.conf.sample
@@ -267,3 +267,6 @@ USERADD_GID_TABLES = "files/group"
267# Unfortunately, setting the variable below breaks the build, so do not set it 267# Unfortunately, setting the variable below breaks the build, so do not set it
268# for now 268# for now
269# USERADD_ERROR_DYNAMIC = "1" 269# USERADD_ERROR_DYNAMIC = "1"
270
271# to be removed together with python2 layer
272I_SWEAR_TO_MIGRATE_TO_PYTHON3 = "yes"