Setting PYTHON3=no for LOCI images

Recently, LOCI changed its default so images are python3 if nothing is
specified at the *docker_image files. With the recent upversion of LOCI
in the build tools [1], we need to explictly set PYTHON3=no to images
that are still using python2. This commit fixes the StarlingX images to
use this parameter

TEST PLAN
PASS build the stx-pci-irq-affinity-agent on the stable branch

[1] 00bd632a68

Closes-Bug: #1958696
Signed-off-by: Thiago Brito <thiago.brito@windriver.com>
Change-Id: I9faae4ae3fa52b42e0a7392a793296d912507f8e
This commit is contained in:
Thiago Brito 2022-01-24 14:44:07 -03:00 committed by Thiago Paiva Brito
parent c084efc3b8
commit 1508099073
2 changed files with 2 additions and 0 deletions

View File

@ -21,3 +21,4 @@ PIP_PACKAGES="pci-irq-affinity-agent \
python-novaclient \
retrying \
psutil"
PYTHON3=no

View File

@ -21,3 +21,4 @@ PIP_PACKAGES="pci-irq-affinity-agent \
python-novaclient \
retrying \
psutil"
PYTHON3=no