From 4a066511a944ec946efa7a4571029c992cf0ae00 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 7 Dec 2022 21:20:25 +0000 Subject: layer.conf: Ensure layer libdir is seen by bitbake Use the new addpylib functionality to ensure our library code is seen by bitbake. Signed-off-by: Richard Purdie --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index cd0eeb3..190415e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,6 +12,8 @@ BBFILE_COLLECTIONS += "meta-mingw" BBFILE_PATTERN_meta-mingw := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-mingw = "8" +addpylib ${LAYERDIR}/lib oeqa + LAYERDEPENDS_meta-mingw = "core" LAYERSERIES_COMPAT_meta-mingw = "kirkstone langdale" -- cgit v1.2.3-54-g00ecf