summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--conf/template.atom-c3000-debug/local.conf.sample3
-rw-r--r--conf/template.atom-c3000/local.conf.sample3
-rw-r--r--conf/template.xeon-d-debug/local.conf.sample3
-rw-r--r--conf/template.xeon-d/local.conf.sample3
4 files changed, 12 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"
diff --git a/conf/template.atom-c3000/local.conf.sample b/conf/template.atom-c3000/local.conf.sample
index c6cbdba..558e110 100644
--- a/conf/template.atom-c3000/local.conf.sample
+++ b/conf/template.atom-c3000/local.conf.sample
@@ -264,3 +264,6 @@ USERADD_GID_TABLES = "files/group"
264# Unfortunately, setting the variable below breaks the build, so do not set it 264# Unfortunately, setting the variable below breaks the build, so do not set it
265# for now 265# for now
266# USERADD_ERROR_DYNAMIC = "1" 266# USERADD_ERROR_DYNAMIC = "1"
267
268# to be removed together with python2 layer
269I_SWEAR_TO_MIGRATE_TO_PYTHON3 = "yes"
diff --git a/conf/template.xeon-d-debug/local.conf.sample b/conf/template.xeon-d-debug/local.conf.sample
index 4be1706..e80ee61 100644
--- a/conf/template.xeon-d-debug/local.conf.sample
+++ b/conf/template.xeon-d-debug/local.conf.sample
@@ -268,3 +268,6 @@ USERADD_GID_TABLES = "files/group"
268# Unfortunately, setting the variable below breaks the build, so do not set it 268# Unfortunately, setting the variable below breaks the build, so do not set it
269# for now 269# for now
270# USERADD_ERROR_DYNAMIC = "1" 270# USERADD_ERROR_DYNAMIC = "1"
271
272# to be removed together with python2 layer
273I_SWEAR_TO_MIGRATE_TO_PYTHON3 = "yes"
diff --git a/conf/template.xeon-d/local.conf.sample b/conf/template.xeon-d/local.conf.sample
index a1a874d..2b10f27 100644
--- a/conf/template.xeon-d/local.conf.sample
+++ b/conf/template.xeon-d/local.conf.sample
@@ -265,3 +265,6 @@ USERADD_GID_TABLES = "files/group"
265# Unfortunately, setting the variable below breaks the build, so do not set it 265# Unfortunately, setting the variable below breaks the build, so do not set it
266# for now 266# for now
267# USERADD_ERROR_DYNAMIC = "1" 267# USERADD_ERROR_DYNAMIC = "1"
268
269# to be removed together with python2 layer
270I_SWEAR_TO_MIGRATE_TO_PYTHON3 = "yes"