summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandra Tobajas <sandra.tobajas@gmail.com>2020-01-14 13:29:08 -0500
committerJia Zhang <zhang.jia@linux.alibaba.com>2020-01-16 08:35:40 +0800
commit561800fe3f38c8d48bb7f1e741c0a2b8cba36144 (patch)
tree63fc856107deb2c43c4b813d4ebfbacf4d6cda7f
parentb2eb24569b3ac307b52973737a984839f1bb0a9a (diff)
downloadmeta-secure-core-561800fe3f38c8d48bb7f1e741c0a2b8cba36144.tar.gz
grub-efi-efi-secure-boot.inc: append do_deploy instead overriding it
Append do_deploy function instead of overriding it. Signed-off-by: Sandra Tobajas <sandra.tobajas@savoirfairelinux.com>
-rw-r--r--meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc b/meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc
index 4e107ff..56ba863 100644
--- a/meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc
+++ b/meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc
@@ -177,8 +177,8 @@ fakeroot do_chownboot() {
177} 177}
178addtask chownboot after do_deploy before do_package 178addtask chownboot after do_deploy before do_package
179 179
180# Override the do_deploy() in oe-core. 180# Append the do_deploy() in oe-core.
181do_deploy_class-target() { 181do_deploy_append_class-target() {
182 install -m 0644 "${D}${EFI_BOOT_PATH}/${GRUB_IMAGE}" "${DEPLOYDIR}" 182 install -m 0644 "${D}${EFI_BOOT_PATH}/${GRUB_IMAGE}" "${DEPLOYDIR}"
183 183
184 install -d "${DEPLOYDIR}/efi-unsigned" 184 install -d "${DEPLOYDIR}/efi-unsigned"