mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 12:29:40 +01:00
scripts/lib/bsp/kernel.py: python3: use explicit relative imports
Have to convert implicit relative imports to explicit imports since implicit relative imports are not supported on python3. [YOCTO #9723] (From meta-yocto rev: 89cecc603d229768428f3cb68d21235dee80efda) Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
dd20de9c3e
commit
7fc6c45814
@@ -29,7 +29,7 @@
|
||||
import sys
|
||||
import os
|
||||
import shutil
|
||||
from tags import *
|
||||
from .tags import *
|
||||
import glob
|
||||
import subprocess
|
||||
from .engine import create_context
|
||||
|
||||
Reference in New Issue
Block a user