diff options
author | Jiang Lu <lu.jiang@windriver.com> | 2019-03-17 12:01:42 +0800 |
---|---|---|
committer | Liwei Song <liwei.song@windriver.com> | 2019-09-12 05:17:43 -0400 |
commit | 56dbf2a67a7f055425545050b39db48f7a461383 (patch) | |
tree | 5e799b78e86859356a69f0b287eb21f3f801342e | |
parent | c624ea284308aaf64754b5cfb0f312d9e447fb3e (diff) | |
download | meta-secure-core-56dbf2a67a7f055425545050b39db48f7a461383.tar.gz |
secure-core:allow other layer overwrite INITRAMFS_IMAGE
Allow other layer overwrite $INITRAMFS_IMAGE.
Signed-off-by: Jiang Lu <lu.jiang@windriver.com>
Signed-off-by: Liwei Song <liwei.song@windriver.com>
-rw-r--r-- | meta/recipes-core/images/secure-core-image.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/images/secure-core-image.inc b/meta/recipes-core/images/secure-core-image.inc index 266d148..52cf672 100644 --- a/meta/recipes-core/images/secure-core-image.inc +++ b/meta/recipes-core/images/secure-core-image.inc | |||
@@ -25,7 +25,7 @@ IMAGE_INSTALL = "\ | |||
25 | 25 | ||
26 | IMAGE_LINGUAS = " " | 26 | IMAGE_LINGUAS = " " |
27 | 27 | ||
28 | INITRAMFS_IMAGE = "secure-core-image-initramfs" | 28 | INITRAMFS_IMAGE ?= "secure-core-image-initramfs" |
29 | 29 | ||
30 | inherit core-image | 30 | inherit core-image |
31 | 31 | ||