From d640a4fe41d3ccc16a172d9ec71017eaa16e70b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Iwanicki?= Date: Thu, 12 Dec 2024 11:55:39 +0100 Subject: [PATCH 1/2] README.md: add MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Iwanicki --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff02af2 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# meta-coreboot + +Meta layer containing recipes for coreboot utilities. From 60991926d7cfdc7002e3d1cbeb9ab493b9419b20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Iwanicki?= Date: Thu, 12 Dec 2024 11:58:31 +0100 Subject: [PATCH 2/2] conf/layer.conf: lower layer priority MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Iwanicki --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index dbc1dad..a10f43f 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "coreboot" BBFILE_PATTERN_coreboot = "^${LAYERDIR}/" -BBFILE_PRIORITY_coreboot = "85" +BBFILE_PRIORITY_coreboot = "8" LAYERVERSION_coreboot = "1"