summaryrefslogtreecommitdiffstats
path: root/meta-initramfs
diff options
context:
space:
mode:
Diffstat (limited to 'meta-initramfs')
-rw-r--r--meta-initramfs/README8
-rw-r--r--meta-initramfs/conf/layer.conf2
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-initramfs/README b/meta-initramfs/README
index 79244d43f..b56224e91 100644
--- a/meta-initramfs/README
+++ b/meta-initramfs/README
@@ -12,7 +12,7 @@ Dependencies
12This layer depends on: 12This layer depends on:
13 13
14URI: git://github.com/openembedded/oe-core.git 14URI: git://github.com/openembedded/oe-core.git
15branch: master 15branch: warrior
16revision: HEAD 16revision: HEAD
17 17
18 18
@@ -20,12 +20,12 @@ Maintenance
20----------- 20-----------
21 21
22Send patches / pull requests to openembedded-devel@lists.openembedded.org 22Send patches / pull requests to openembedded-devel@lists.openembedded.org
23with '[meta-initramfs]' in the subject. 23with '[meta-initramfs][warrior]' in the subject.
24 24
25When sending single patches, please using something like: 25When sending single patches, please using something like:
26'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-initramfs][PATCH' 26'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-initramfs][warrior][PATCH'
27 27
28Interm layer maintainer: Khem Raj <raj.khem@gmail.com> 28Warrior maintainer: Armin Kuster <akuster808@gmail.com>
29 29
30 30
31License 31License
diff --git a/meta-initramfs/conf/layer.conf b/meta-initramfs/conf/layer.conf
index 6e0b00db0..781b1959e 100644
--- a/meta-initramfs/conf/layer.conf
+++ b/meta-initramfs/conf/layer.conf
@@ -16,7 +16,7 @@ BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/"
16BBFILE_PRIORITY_meta-initramfs = "8" 16BBFILE_PRIORITY_meta-initramfs = "8"
17LAYERDEPENDS_meta-initramfs = "core" 17LAYERDEPENDS_meta-initramfs = "core"
18 18
19LAYERSERIES_COMPAT_meta-initramfs = "thud warrior" 19LAYERSERIES_COMPAT_meta-initramfs = "warrior"
20 20
21SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ 21SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
22 dracut->virtual/kernel \ 22 dracut->virtual/kernel \