Commit eb5af673 authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Juerg Haefliger
parent cc2e2701
......@@ -44,7 +44,7 @@ ifneq ($(DEB_HOST_ARCH),$(DEB_BUILD_ARCH))
endif
# Are any of the kernel signing options enabled.
any_signed=$(sort $(filter-out false,$(uefi_signed)))
any_signed=$(sort $(filter-out false,$(uefi_signed) $(opal_signed)))
ifeq ($(any_signed),true)
bin_pkg_name=$(bin_pkg_name_unsigned)
else
......
......@@ -152,6 +152,11 @@ ifeq ($(uefi_signed),true)
$(signingv)/$(instfile)-$(abi_release)-$*.efi; \
fi
endif
ifeq ($(opal_signed),true)
install -d $(signingv)
cp -p $(pkgdir_bin)/boot/$(instfile)-$(abi_release)-$* \
$(signingv)/$(instfile)-$(abi_release)-$*.opal;
endif
install -d $(pkgdir)/boot
install -m644 $(builddir)/build-$*/.config \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment