jwboyer pushed to kernel (master). "Correct dtb copying"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 11 18:35:31 UTC 2015


From a962393de3cfc92ef3ee3aadc4f50490e3d79281 Mon Sep 17 00:00:00 2001
From: Josh Boyer <jwboyer at fedoraproject.org>
Date: Mon, 11 May 2015 14:35:02 -0400
Subject: Correct dtb copying


diff --git a/kernel.spec b/kernel.spec
index ad556f9..d361859 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1491,7 +1491,7 @@ BuildKernel() {
 
 %ifarch %{arm} aarch64
     %{make} -s ARCH=$Arch V=1 dtbs dtbs_install INSTALL_DTBS_PATH=$RPM_BUILD_ROOT/%{image_install_path}/dtb-$KernelVer
-    cp $RPM_BUILD_ROOT/%{image_install_path}/dtb-$KernelVer
+    cp -r $RPM_BUILD_ROOT/%{image_install_path}/dtb-$KernelVer $RPM_BUILD_ROOT/lib/modules/$KernelVer/dtb
     find arch/$Arch/boot/dts -name '*.dtb' -type f | xargs rm -f
 %endif
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kernel.git/commit/?h=master&id=a962393de3cfc92ef3ee3aadc4f50490e3d79281


More information about the scm-commits mailing list