diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-08-03 14:38:11 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-08-03 14:38:11 +0800 |
commit | 59c66fed7a911556618997e3024798ab3b0fb11a (patch) | |
tree | 4c7bb042dd7a6f4d043a53ab8ba5ae2568fae3bf | |
parent | 1078adea02116cc391441121ffe755a307547cf6 (diff) | |
download | meta-secure-core-59c66fed7a911556618997e3024798ab3b0fb11a.tar.gz |
kernel-initramfs: set the default priority to -1
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta/recipes-core/images/kernel-initramfs.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/images/kernel-initramfs.bb b/meta/recipes-core/images/kernel-initramfs.bb index 1546421..ead4ba0 100644 --- a/meta/recipes-core/images/kernel-initramfs.bb +++ b/meta/recipes-core/images/kernel-initramfs.bb | |||
@@ -3,6 +3,8 @@ DESCRIPTION = "This package includes the initramfs for the kernel boot. \ | |||
3 | " | 3 | " |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | 5 | ||
6 | DEFAULT_PREFERENCE = "-1" | ||
7 | |||
6 | DEPENDS = "virtual/kernel" | 8 | DEPENDS = "virtual/kernel" |
7 | 9 | ||
8 | PROVIDES = "virtual/kernel-initramfs" | 10 | PROVIDES = "virtual/kernel-initramfs" |