linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* patch to 2.6.27 fix build rpm
@ 2008-10-15 14:04 Евгений Маначкин
  2008-10-15 15:35 ` Cyrill Gorcunov
  0 siblings, 1 reply; 15+ messages in thread
From: Евгений Маначкин @ 2008-10-15 14:04 UTC (permalink / raw)
  To: linux-kernel

Latest working kernel version:2.6.26.6
Distribution: any
Hardware Environment: any
Software Environment: any
Problem Description: Build error from make rpm. Many unpacked files (*.fw).

Steps to reproduce: 

Add in .config:
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""

and say make rpm to build.

This patch for file linux-2.6.27/scripts/package/mkspec is fix this problem:


--- mkspec.old  2008-10-11 00:00:38.000000000 +0700
+++ mkspec      2008-10-11 00:39:43.000000000 +0700
@@ -64,8 +64,10 @@
 echo "%install"
 echo "%ifarch ia64"
 echo 'mkdir -p $RPM_BUILD_ROOT/boot/efi $RPM_BUILD_ROOT/lib/modules'
+echo 'mkdir -p $RPM_BUILD_ROOT/boot/efi $RPM_BUILD_ROOT/lib/firmware'
 echo "%else"
 echo 'mkdir -p $RPM_BUILD_ROOT/boot $RPM_BUILD_ROOT/lib/modules'
+echo 'mkdir -p $RPM_BUILD_ROOT/boot $RPM_BUILD_ROOT/lib/firmware'
 echo "%endif"

 echo 'INSTALL_MOD_PATH=$RPM_BUILD_ROOT make %{_smp_mflags} modules_install'
@@ -92,5 +94,6 @@
 echo '%defattr (-, root, root)'
 echo "%dir /lib/modules"
 echo "/lib/modules/$KERNELRELEASE"
+echo "/lib/firmware"
 echo "/boot/*"
 echo ""

С уважением, Маначкин Е.Р.
________________________________________
|Комплексные решения на базе Linux.
|Opensource wireless routers firmware
|www: http://wive-ng.sf.net
|mail-to: sfstudio@mail.ru
|ICQ: 485758428
|JID: sfstudio-omsk@jabber.ru



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2008-10-24 23:14 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-15 14:04 patch to 2.6.27 fix build rpm Евгений Маначкин
2008-10-15 15:35 ` Cyrill Gorcunov
2008-10-15 16:54   ` Евгений Маначкин
2008-10-15 17:24     ` Cyrill Gorcunov
2008-10-15 17:37       ` Евгений Маначкин
2008-10-15 17:46         ` [PATCH] " Alan Cox
2008-10-23 20:46           ` [stable] " Greg KH
2008-10-23 23:50             ` Randy Dunlap
2008-10-24  6:04               ` Sam Ravnborg
2008-10-15 17:47         ` Re: " Cyrill Gorcunov
2008-10-16  1:17           ` Ian Hilt
2008-10-15 18:53         ` Frans Pop
2008-10-15 19:08           ` Евгений Маначкин
2008-10-15 18:56         ` H. Peter Anvin
2008-10-15 17:36     ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).