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. 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"