File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -189,13 +189,20 @@ EOFEOF
189
189
fi
190
190
191
191
if [ " ${DISABLE_GPLV3} " = " 1" ]; then
192
- cat << EOFEOF >> conf/local.conf
192
+ # supported in v95
193
+ if [ -f ../layers/meta-lmp-base/conf/distro/include/lmp-no-gplv3.inc ]; then
194
+ cat << EOFEOF >> conf/local.conf
195
+ require conf/distro/include/lmp-no-gplv3.inc
196
+ EOFEOF
197
+ else
198
+ cat << EOFEOF >> conf/local.conf
193
199
INHERIT += "image-license-checker lmp-disable-gplv3"
194
200
IMAGE_LICENSE_CHECKER_ROOTFS_BLACKLIST = "GPL-3.0 LGPL-3.0 AGPL-3.0"
195
201
IMAGE_LICENSE_CHECKER_NON_ROOTFS_BLACKLIST = "GPL-3.0 LGPL-3.0 AGPL-3.0"
196
202
IMAGE_LICENSE_CHECKER_ROOTFS_DENYLIST = "GPL-3.0-only GPL-3.0-or-later LGPL-3.0* AGPL-3.0*"
197
203
IMAGE_LICENSE_CHECKER_NON_ROOTFS_DENYLIST = "GPL-3.0-only GPL-3.0-or-later LGPL-3.0* AGPL-3.0*"
198
204
EOFEOF
205
+ fi
199
206
fi
200
207
201
208
sstate_mirror=" https://storage.googleapis.com/lmp-cache/v${LMP_VERSION_CACHE} -sstate-cache"
You can’t perform that action at this time.
0 commit comments