[elrepo] How to build kernel-firmware
Alan Bartlett
ajb at elrepo.org
Sat Dec 28 13:56:31 EST 2013
On 28 December 2013 17:35, Alex Domoradov <alex.hha at gmail.com> wrote:
> I have tried the following command
>
> # rpmbuild -ba --target=x86_64 --with firmware kernel-lt-3.10.spec
> ...
> ...
> ...
> Wrote: /root/rpmbuild/SRPMS/kernel-lt-3.10.25-1.el6.nosrc.rpm
> Wrote: /root/rpmbuild/RPMS/x86_64/kernel-lt-3.10.25-1.el6.x86_64.rpm
> Wrote: /root/rpmbuild/RPMS/x86_64/kernel-lt-devel-3.10.25-1.el6.x86_64.rpm
> Wrote: /root/rpmbuild/RPMS/x86_64/kernel-lt-headers-3.10.25-1.el6.x86_64.rpm
> Wrote: /root/rpmbuild/RPMS/x86_64/perf-3.10.25-1.el6.x86_64.rpm
>
>
> As you can see it doesn't build kerlnel-lt-firmware package
>
> Did I miss something? Please advise
Hello Alex,
The firmware and documentation packages are only build for the
"noarch" target. The command line that you require is:
rpmbuild -bb --target noarch --without doc kernel-lt-3.10.spec
Alan.
More information about the elrepo
mailing list