[PlanetCCRMA] kernel-rt for armv7hl

Jiri Kastner cz172638 at gmail.com
Tue Sep 3 13:28:33 PDT 2013


resolved
changed

%if %{with_rt}
# We should modify the Makefile.config to deal with the realtime kernel,
# for now do this
cp -p kernel-%{version}-x86_64.config kernel-%{version}-x86_64-rt.config
cp -p kernel-%{version}-i686.config kernel-%{version}-i686-rt.config
cp -p kernel-%{version}-i686-PAE.config kernel-%{version}-i686-
rtPAE.config
%endif

to

%if %{with_rt}
# We should modify the Makefile.config to deal with the realtime kernel,
# for now do this
cp -p kernel-%{version}-x86_64.config kernel-%{version}-x86_64-rt.config
cp -p kernel-%{version}-i686.config kernel-%{version}-i686-rt.config
cp -p kernel-%{version}-i686-PAE.config kernel-%{version}-i686-
rtPAE.config
cp -p kernel-%{version}-armv7hl.config kernel-%{version}-armv7hl-rt.config
cp -p kernel-%{version}-armv7hl-lpae.config kernel-%{version}-armv7hl-
rtlpae.config
%endif

jiri



More information about the PlanetCCRMA mailing list