From 1ca13c1c421a70855ca60dfd7c0efc533f738d39 Mon Sep 17 00:00:00 2001 From: Justin Bronder Date: Tue, 7 Nov 2023 13:38:07 -0500 Subject: [PATCH 1/2] conf: update layer compat for nanbield Signed-off-by: Justin Bronder --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 80d5bc6..6f77357 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -33,4 +33,4 @@ BBFILE_PRIORITY_openrc-layer = "7" OPENRC_INITDIR = "${sysconfdir}/init.d" OPENRC_CONFDIR = "${sysconfdir}/conf.d" -LAYERSERIES_COMPAT_openrc-layer = "mickledore" +LAYERSERIES_COMPAT_openrc-layer = "nanbield" From ca736d26ff755e06e2afdb925f302144805ebc01 Mon Sep 17 00:00:00 2001 From: Justin Bronder Date: Tue, 7 Nov 2023 13:38:48 -0500 Subject: [PATCH 2/2] github: add nanbield to CI Signed-off-by: Justin Bronder --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23db127..72d3788 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,11 +6,13 @@ on: - master - kirkstone - mickledore + - nanbield pull_request: branches: - master - kirkstone - mickledore + - nanbield schedule: - cron: 11 2 * * 0