Skip to content

Commit 268dccd

Browse files
frosteyeszboszor
authored andcommitted
conf/layer.conf: Remove unneeded BBMASK
The immediate expansion of BBMASK in layer.conf, prevent usage of BBMASK like described in #15 Secondary the BBMASK change is not relevant anymore. Tested with styhead branch using the following layers. - meta-clang - meta-clang-revival - meta-cloud-services - meta-erlang - meta-openembedded - meta-python-ai - meta-virtualization - poky building python3-virtualenv result in version 20.26.5, not changed by meta-cloud-services/meta-openstack. Also tested that python3-pre-commit builds as expected with the BBMASK removed. Just cleanup the layer.conf by removeing the unneeded BBMASK. Signed-off-by: Claus Stovgaard <[email protected]>
1 parent e517c37 commit 268dccd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

conf/layer.conf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,3 @@ LAYERSERIES_COMPAT_meta-python-ai = "styhead"
2323

2424
LAYERDEPENDS_meta-python-ai = "core openembedded-layer meta-python clang-revival-layer"
2525
LAYERRECOMMENDS_meta-python-ai = "intel"
26-
27-
# python3-pre-commit needs python3-virtualenv >= 20.10.0
28-
# The one from meta-python satisfies.
29-
# But meta-cloud-services/meta-openstack has 1.11.4. Exclude this version.
30-
BBMASK := "${@ 'python3-virtualenv_1\..*\.bb' if (d.getVar('BBMASK') is None or d.getVar('BBMASK') == '') else d.getVar('BBMASK') + '|python3-virtualenv_1\..*\.bb' }"

0 commit comments

Comments
 (0)