Comment 3 for bug 1123849

Revision history for this message
Marcin Juszkiewicz (hrw) wrote :

19:43 hrw@puchatek:rules.d$ diff -u 2-binary-arch.mk.orig 2-binary-arch.mk
--- 2-binary-arch.mk.orig 2013-02-14 19:44:06.479876514 +0100
+++ 2-binary-arch.mk 2013-02-14 19:44:09.919876514 +0100
@@ -110,6 +110,11 @@
        chmod 0600 $(pkgdir)/boot/vmcoreinfo-$(abi_release)-$*
 endif

+# hack in the boot wrapper
+ if [ -d debian/build/boot-wrapper ] ; then \
+ install -m644 debian/build/boot-wrapper/*.axf $(pkgdir)/boot/ ; \
+ fi
+
        $(build_cd) $(kmake) $(build_O) $(conc_level) $(modules_install_target) \
                INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$(pkgdir)/ \
                INSTALL_FW_PATH=$(pkgdir)/lib/firmware/$(abi_release)-$*