summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-07 21:20:25 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-07 21:20:38 +0000
commit4a066511a944ec946efa7a4571029c992cf0ae00 (patch)
tree9217f7d3375864ed7f8dbded7f2f5ae55b089680
parentf908cab8edfcde40aac1eff06813f5128d1467aa (diff)
downloadmeta-mingw-4a066511a944ec946efa7a4571029c992cf0ae00.tar.gz
layer.conf: Ensure layer libdir is seen by bitbake4.2_M1
Use the new addpylib functionality to ensure our library code is seen by bitbake. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
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"
12BBFILE_PATTERN_meta-mingw := "^${LAYERDIR}/" 12BBFILE_PATTERN_meta-mingw := "^${LAYERDIR}/"
13BBFILE_PRIORITY_meta-mingw = "8" 13BBFILE_PRIORITY_meta-mingw = "8"
14 14
15addpylib ${LAYERDIR}/lib oeqa
16
15LAYERDEPENDS_meta-mingw = "core" 17LAYERDEPENDS_meta-mingw = "core"
16 18
17LAYERSERIES_COMPAT_meta-mingw = "kirkstone langdale" 19LAYERSERIES_COMPAT_meta-mingw = "kirkstone langdale"