diff options
| author | Ernest Van Hoecke <ernest.vanhoecke@toradex.com> | 2026-03-20 10:52:38 +0100 |
|---|---|---|
| committer | Ernest Van Hoecke <ernest.vanhoecke@toradex.com> | 2026-03-20 10:53:18 +0100 |
| commit | e9e0a86e096fcfe227ae0abd99f45458598b3c8b (patch) | |
| tree | 6173d0b3e170f18c320936242b0a8157054b8aed /conf | |
| parent | 64e2e57d1805a79ba882fd6c5ecda69fd068ba6b (diff) | |
layer.conf: Update for the wrynose release series
Change the compatibility to wrynose, as no long term support for
whinlatter is planned.
Fixes the below build error:
ERROR: Layer toradex-nxp-layer is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
Diffstat (limited to 'conf')
| -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 a854f32..a419466 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -26,4 +26,4 @@ LAYERDEPENDS_toradex-nxp-layer = " \ freescale-3rdparty \ toradex-bsp-common-layer \ " -LAYERSERIES_COMPAT_toradex-nxp-layer = "whinlatter" +LAYERSERIES_COMPAT_toradex-nxp-layer = "wrynose" |
