From 3df46aebac1fbefd8905e0f42b620637c4a4e100 Mon Sep 17 00:00:00 2001 From: Patrick Vogelaar Date: Wed, 6 Mar 2024 14:59:16 +0100 Subject: [PATCH] fix(bblayers.conf.sample): fix metalayer name for meta-lts-kernel-mixin --- templates/bblayers.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/bblayers.conf.sample b/templates/bblayers.conf.sample index 9d6f252..1500d24 100644 --- a/templates/bblayers.conf.sample +++ b/templates/bblayers.conf.sample @@ -23,5 +23,5 @@ BBLAYERS ?= " \ ##COREOS_EXTLAYERSDIR##/meta-arm/meta-arm \ ##COREOS_EXTLAYERSDIR##/meta-arm/meta-arm-toolchain \ ##COREOS_EXTLAYERSDIR##/meta-ti/meta-ti-bsp \ - ##COREOS_EXTLAYERSDIR##/meta-lts-mixins \ + ##COREOS_EXTLAYERSDIR##/meta-lts-kernel-mixin \ "