Browse Source

meta-systemd: add "core" to LAYERDEPENDS in layer.conf

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Chen Qi 9 years ago
parent
commit
22990fdc12
1 changed files with 1 additions and 0 deletions
  1. 1 0
      meta-systemd/conf/layer.conf

+ 1 - 0
meta-systemd/conf/layer.conf

@@ -29,3 +29,4 @@ BBFILE_PRIORITY_systemd-layer = "7"
 SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   systemd-serialgetty \
 "
+LAYERDEPENDS_systemd-layer = "core"