| Message ID | 1726729681-15869-2-git-send-email-wangmy@fujitsu.com |
|---|---|
| State | Accepted, archived |
| Commit | 0601401b68090b0cf304393ced2072b3c3f0f206 |
| Delegated to: | Tim Orling |
| Headers | show |
| Series | [meta-java] layer.conf: Mark as compatible with styhead | expand |
diff --git a/conf/layer.conf b/conf/layer.conf index 71d6a10..3b77b2d 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "meta-java" BBFILE_PATTERN_meta-java := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-java = "10" -LAYERSERIES_COMPAT_meta-java = "scarthgap" +LAYERSERIES_COMPAT_meta-java = "styhead" LAYERDEPENDS_meta-java += "openembedded-layer" LICENSE_PATH += "${LAYERDIR}/licenses"