From 20fb501beea21dc3e3a9062dae3708397bc9e531 Mon Sep 17 00:00:00 2001 From: Vinicius Aquino Date: Fri, 16 Feb 2024 11:00:41 -0300 Subject: [PATCH] meta-ossystems-base: Fit branch to nanbield release only Signed-off-by: Vinicius Aquino --- README | 2 +- conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index cefea30..16d9829 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ products being developed with OpenEmbedded and/or Yocto Project. This layer depends on: URI: git://git.openembedded.org/openembedded-core -branch: master +branch: nanbield revision: HEAD Contributing diff --git a/conf/layer.conf b/conf/layer.conf index a855d37..241ced3 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "ossystems-base" BBFILE_PATTERN_ossystems-base := "^${LAYERDIR}/" BBFILE_PRIORITY_ossystems-base = "8" -LAYERSERIES_COMPAT_ossystems-base = "langdale mickledore nanbield" +LAYERSERIES_COMPAT_ossystems-base = "nanbield" LICENSE_PATH += "${LAYERDIR}/conf/licenses"