summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2022-08-04 18:18:09 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2022-08-04 18:18:09 +0200
commit147ec8ce33829e9129ce68874b73bc8f33606b76 (patch)
tree2e98b5ac7d182b37d06337356874514130f68c46 /conf/layer.conf
parentb89c636859705b8927d8f10481443a3b2281df7e (diff)
downloadmeta-readonly-rootfs-overlay-147ec8ce33829e9129ce68874b73bc8f33606b76.tar.gz
Fix compatibility with kirkstone branchHEADmasterkirkstonehonister
- add 'kirkstone' to LAYERSERIES_COMPAT; - adjust the expectations of the new 'empty-dirs' QA check added in [1], since we explictly populate '/media' (note that this change seems to have been backported to the honister branch too, so it's not specific to kirkstone); [1] https://github.com/openembedded/openembedded-core/commit/a454fda9c3 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index de377f2..aef6eba 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "readonly-rootfs-overlay"
9BBFILE_PATTERN_readonly-rootfs-overlay = "^${LAYERDIR}/" 9BBFILE_PATTERN_readonly-rootfs-overlay = "^${LAYERDIR}/"
10BBFILE_PRIORITY_readonly-rootfs-overlay = "6" 10BBFILE_PRIORITY_readonly-rootfs-overlay = "6"
11 11
12LAYERSERIES_COMPAT_readonly-rootfs-overlay = "honister" 12LAYERSERIES_COMPAT_readonly-rootfs-overlay = "honister kirkstone"