diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2025-06-22 12:50:34 -0300 |
---|---|---|
committer | Hiago De Franco <hiago.franco@toradex.com> | 2025-06-22 12:50:34 -0300 |
commit | 53a566c9dc022e6b78167d4f43810edf92781d21 (patch) | |
tree | 76082a99c7a8117124b2711e2688db52f2a87f3b | |
parent | 21fbb839c83bc6084f97241a18a7800510b4699f (diff) |
layer.conf: update for the whinlatter release series
Fix current error:
ERROR: Layer toradex-nxp-layer is not compatible with the core layer
which only supports these series: whinlatter (layer is compatible with
styhead walnascar)
Signed-off-by: Hiago De Franco <hiago.franco@toradex.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 2032f23..e7923e8 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 = "styhead walnascar" +LAYERSERIES_COMPAT_toradex-nxp-layer = "walnascar whinlatter" |