diff options
| author | Chirag Shilwant <c-shilwant@ti.com> | 2024-12-04 20:35:06 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2024-12-06 09:22:25 -0600 |
| commit | 70c21b00dc9a095dbc11bb40142703a8e9d01209 (patch) | |
| tree | ee62a990e68abeef19aaf2b86319e3242780792c /meta-ti-extras/conf | |
| parent | 5ff33770ca304eee303466257a552fb2d7f833e8 (diff) | |
| download | meta-ti-70c21b00dc9a095dbc11bb40142703a8e9d01209.tar.gz | |
conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
After scarthgap release, oe-core switched to use UNPACKDIR instead
of WORKDIR [1]. Post this change, meta-ti updated all references of
WORKDIR to UNPACKDIR in master branch.
Since, UNPACKDIR changes aren't backported to oe-core:scarthgap, we need to
drop it from LAYERSERIES_COMPAT in meta-ti.
[1]: https://git.openembedded.org/openembedded-core/commit/?id=e022d62ba917790af2121da57646271ef17c03fa
Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
Acked-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'meta-ti-extras/conf')
| -rw-r--r-- | meta-ti-extras/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf index 5c493daa..bd139673 100644 --- a/meta-ti-extras/conf/layer.conf +++ b/meta-ti-extras/conf/layer.conf | |||
| @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-extras" | |||
| 9 | BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_meta-ti-extras = "6" | 10 | BBFILE_PRIORITY_meta-ti-extras = "6" |
| 11 | 11 | ||
| 12 | LAYERSERIES_COMPAT_meta-ti-extras = "scarthgap styhead walnascar" | 12 | LAYERSERIES_COMPAT_meta-ti-extras = "styhead walnascar" |
| 13 | 13 | ||
| 14 | LICENSE_PATH += "${LAYERDIR}/licenses" | 14 | LICENSE_PATH += "${LAYERDIR}/licenses" |
| 15 | 15 | ||
