mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-13 21:49:30 +02:00
zephyr-core: Add addpylib declaration
OE-core 4901c9d471cab99d52876842980222ce271b66e4 "base: Switch to use
addpylib directive and BB_GLOBAL_PYMODULES" means that ${LAYERDIR}/lib
is no longer searched by default when loading test controllers.
meta-zephyr-core defines some custom test controllers for testing FVPs,
so add an addpylib directive to meta-zephyr-core/conf/layer.conf to fix
testimage.
Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
committed by
Naveen Saini
parent
c91fda796b
commit
e989f89265
@@ -20,3 +20,5 @@ LAYERSERIES_COMPAT_zephyrcore = "dunfell gatesgarth hardknott honister kirkstone
|
||||
X86_TUNE_DIR = "${@bb.utils.contains_any('LAYERSERIES_CORENAMES', 'honister kirkstone langdale', 'include/x86', 'include', d)}"
|
||||
|
||||
PYTHON3_NATIVE_SITEPACKAGES_DIR = "${libdir_native}/${PYTHON3_DIR}/site-packages"
|
||||
|
||||
addpylib ${LAYERDIR}/lib oeqa
|
||||
|
||||
Reference in New Issue
Block a user