packages (Titanium): kernel-desktop/kernel-desktop.spec - rel 2; bcond with...

cactus cactus at pld-linux.org
Thu Sep 3 10:12:13 CEST 2009


Author: cactus                       Date: Thu Sep  3 08:12:13 2009 GMT
Module: packages                      Tag: Titanium
---- Log message:
- rel 2; bcond with bfs scheduler

---- Files affected:
packages/kernel-desktop:
   kernel-desktop.spec (1.204.2.51 -> 1.204.2.52) 

---- Diffs:

================================================================
Index: packages/kernel-desktop/kernel-desktop.spec
diff -u packages/kernel-desktop/kernel-desktop.spec:1.204.2.51 packages/kernel-desktop/kernel-desktop.spec:1.204.2.52
--- packages/kernel-desktop/kernel-desktop.spec:1.204.2.51	Mon Aug 17 01:41:51 2009
+++ packages/kernel-desktop/kernel-desktop.spec	Thu Sep  3 10:12:07 2009
@@ -19,7 +19,7 @@
 #    be part of this kernel (apparmor, grsec(well maybe the minimal patch will be considered as part of this kernel)
 #    netfilter, etc.).
 # 8) Patches for laptops shall only be applied if laptop mode is enable. So should desktop patches too.
-# 9) Please don't change the configs to this multiarch version - I don't want to waste my time upgrading the kernel 
+# 9) Please don't change the configs to this multiarch version - I don't want to waste my time upgrading the kernel
 #    and managing yet another symbols style.
 # 10) If you'd like something in this kernel that isn't already included but don't have the time/know how to add it
 #     yourself, let me know of it and why it is important to you. If the patches are actively updated and maintained
@@ -35,6 +35,7 @@
 %bcond_with	laptop		# build for laptops - 100Hz
 %bcond_with	grsec_minimal	# build wihout grsec_minimal
 %bcond_with	sreadahead	# uuooaaa, be frickin' fast at boot
+%bcond_with	bfs		# Brain Fuck Scheduler (by -ck) - could be good only for desktops/laptops/eeePC
 
 %{?debug:%define with_verbose 1}
 
@@ -45,14 +46,14 @@
 
 %define		_basever		2.6.30
 %define		_postver		.5
-%define		_rel			1
+%define		_rel			2
 
 %define		_enable_debug_packages			0
 
 %if %{with laptop}
-%define		alt_kernel	laptop%{?with_pae:-pae}%{?with_grsec_minimal:-grsec}
+%define		alt_kernel	laptop%{?with_pae:-pae}%{?with_bfs:-bfs}%{?with_grsec_minimal:-grsec}
 %else
-%define		alt_kernel	desktop%{?with_pae:-pae}%{?with_grsec_minimal:-grsec}
+%define		alt_kernel	desktop%{?with_pae:-pae}%{?with_bfs:-bfs}%{?with_grsec_minimal:-grsec}
 %endif
 
 # kernel release (used in filesystem and eventually in uname -r)
@@ -98,6 +99,8 @@
 Patch3:		kernel-desktop-grsec-minimal.patch
 # sreadahead - get it from http://code.google.com/p/sreadahead/source/browse/trunk/0001-kernel-trace-open.patch
 Patch4:		kernel-desktop-trace-open.patch
+# replace for cfs : http://ck.kolivas.org/patches/bfs/ see bfs-faq.txt
+Patch5:		kernel-desktop-sched-bfs.patch
 
 #### End patches ##
 URL:		http://www.kernel.org/
@@ -452,6 +455,11 @@
 %patch4 -p1
 %endif
 
+# bfs
+%if %{with bfs}
+%patch5 -p1
+%endif
+
 # Fix EXTRAVERSION in main Makefile
 sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{_postver}-%{alt_kernel}#g' Makefile
 
@@ -1071,6 +1079,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.204.2.52  2009/09/03 08:12:07  cactus
+- rel 2; bcond with bfs scheduler
+
 Revision 1.204.2.51  2009/08/16 23:41:51  hawk
 - updated to 2.6.30.5, intel-2009q2 patch applied upstream
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel-desktop/kernel-desktop.spec?r1=1.204.2.51&r2=1.204.2.52&f=u



More information about the pld-cvs-commit mailing list