[Lunar-commits] CVS: moonbase/kernel/linux-openmosix DETAILS, 1.2,
1.3 PRE_BUILD, 1.1, 1.2
Auke Kok
sofar at lunar-linux.org
Mon Mar 22 09:37:04 GMT 2004
Update of /var/cvs/lunar/moonbase/kernel/linux-openmosix
In directory dbguin.lunar-linux.org:/tmp/cvs-serv31098
Modified Files:
DETAILS PRE_BUILD
Log Message:
Bumping after this kernel has testrun for 72 hours non-stop. it is *VITAL* that you recompile your openmosix-tools AFTER installing the kernel, or otherwise you will see strange things.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-openmosix/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 22 Dec 2003 13:35:33 -0000 1.2
+++ DETAILS 22 Mar 2004 09:37:02 -0000 1.3
@@ -1,25 +1,25 @@
MODULE=linux-openmosix
- VERSION=2.4.23
- PVERSION=rc1.1.0
+ VERSION=2.4.25
+ PVERSION=3-rc1.0.0
SOURCE=linux-$VERSION.tar.bz2
- SOURCE2=linux-$VERSION-openmosix-patch-set-$PVERSION.tar.bz2
+ SOURCE2=linux-$VERSION-openmosix-$PVERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION
SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.4/$SOURCE
SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.4/$SOURCE
SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
- SOURCE_VFY=md5:642af5ab5e1fc63685fde85e9ae601e4
- SOURCE2_VFY=md5:23cf04603e684fde64c1e8f9de75f8c7
+ SOURCE_VFY=md5:5fc8e9f43fa44ac29ddf9a9980af57d8
+ SOURCE2_VFY=md5:e9eece6132418b673865f5f35e84e4c9
WEBSITE=http://www.kernel.org
ENTERED=20031206
- UPDATED=20031222
+ UPDATED=20040319
KEEP_SOURCE="on"
SHORT="The Linux kernel, the core of the GNU/Linux OS, with the lunar patch set"
cat << EOF
This is the same as the linux module but with a fixed patche set with all
the main patches and with these additional patches:
-
- openmosix-2
-
+
+ openmosix-3
+
Features are enabled or disabled by the standard kernel configuration tools,
i.e. "make menuconfig" or "make config" or "make xconfig".
EOF
Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-openmosix/PRE_BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- PRE_BUILD 8 Dec 2003 23:39:24 -0000 1.1
+++ PRE_BUILD 22 Mar 2004 09:37:02 -0000 1.2
@@ -1,32 +1,32 @@
# Bail if we're not running a core with kernel fuctions
-
+
if [ ! -e $FUNCTIONS/kernel.lunar ] ; then
message " ${PROBLEM_COLOR}Bailing out, ${DEFAULT_COLOR}Lunar (or theedge) code version too old"
message " ${PROBLEM_COLOR}Update core ${MODULE_COLOR}(lin lunar or lin theedge)${DEFAULT_COLOR} to install this kernel"
kill $PPID
exit;
fi
-
+
cd /usr/src
rm -rf linux-$VERSION linux
-
+
unpack $SOURCE
-
+
ln -s linux-$VERSION linux
-
-if [ -f $CONFIG_CACHE/.config ]; then
+
+if [ -f $CONFIG_CACHE/.config.openmosix ]; then
cp $CONFIG_CACHE/.config.openmosix /usr/src/linux/.config
fi
-
+
cd /usr/src/linux
mkdir patches
bzcat $SOURCE_CACHE/$SOURCE2 | tar -xf - -C patches
-
-for pat in patches/openmosix/* patches/main/* patches/fix/* ; do
+
+for pat in patches/main/* patches/fix/* patches/openmosix/* ; do
patch_it $pat 1
done
-
+
rm -rf patches
chown -R root:root /usr/src/linux-$VERSION
-
+
true
More information about the Lunar-commits
mailing list