diff options
| author | Geoff Parker <geoffrey.parker@arthrex.com> | 2024-03-18 13:09:25 -0700 |
|---|---|---|
| committer | Tim Orling <tim.orling@konsulko.com> | 2024-03-22 07:06:17 -0700 |
| commit | 4799a6291223467311d24ed3e1af367aadea122e (patch) | |
| tree | 588597d262a04796fdf38422aae025ab148b6f77 | |
| parent | c41adcb6cbfcfa04bf4fa689a3dfcad0afe6b86a (diff) | |
| download | meta-java-4799a6291223467311d24ed3e1af367aadea122e.tar.gz | |
layer.conf: Mark as compatible with scarthgap
LAYERSERIES_COMPAT: replace nanbield with scarthgap for Yocto 5.0
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
| -rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index b6bf909..71d6a10 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | |||
| 7 | BBFILE_COLLECTIONS += "meta-java" | 7 | BBFILE_COLLECTIONS += "meta-java" |
| 8 | BBFILE_PATTERN_meta-java := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_meta-java := "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_meta-java = "10" | 9 | BBFILE_PRIORITY_meta-java = "10" |
| 10 | LAYERSERIES_COMPAT_meta-java = "nanbield" | 10 | LAYERSERIES_COMPAT_meta-java = "scarthgap" |
| 11 | LAYERDEPENDS_meta-java += "openembedded-layer" | 11 | LAYERDEPENDS_meta-java += "openembedded-layer" |
| 12 | 12 | ||
| 13 | LICENSE_PATH += "${LAYERDIR}/licenses" | 13 | LICENSE_PATH += "${LAYERDIR}/licenses" |
