Geoffroy Vallée
2007-05-25 16:55:59 UTC
Hi all,
New patches for systemimager-debian, also available in my branch (r83). With
these patches, i can create Debian packages on x86_64. Actually i tested
my branch on both x86 and x86_64 and the package creation process is just fine.
Note that a patch is a new one that has to be included into the 'patches'
directory; this patch is in attachment and not directly into the mail since the
patch is pretty big.
Thanks,
--- debian/rules (revision 82)
+++ debian/rules (revision 83)
@@ -23,7 +23,7 @@
-p $(PKG)-server-flamethrowerd \
-p $(PKG)-bittorrent
-BOOTARCHS = i386 ia64
+BOOTARCHS = i386 ia64 amd64
PATCHES=$(sort $(shell find $(CURDIR)/patches -name "*.patch"))
--- patches/02_use-pruned-kernel.patch (revision 82)
+++ patches/02_use-pruned-kernel.patch (revision 83)
@@ -1,5 +1,5 @@
---- systemimager-3.7.5/make.d/kernel.rul.orig 2006-10-17 14:17:24.000000000 -0400
-+++ systemimager-3.7.5/make.d/kernel.rul 2006-12-07 16:58:35.911120160 -0500
+--- systemimager-3.8.0/make.d/kernel.rul.orig 2006-10-17 14:17:24.000000000 -0400
++++ systemimager-3.8.0/make.d/kernel.rul 2007-05-18 05:11:36.000000000 -0400
@@ -12,17 +12,17 @@
#
@@ -22,6 +22,19 @@
endif
ifeq ($(ARCH),parisc)
+@@ -40,10 +40,10 @@
+ endif
+
+ ifeq ($(ARCH),x86_64)
+- LINUX_VERSION = 2.6.18.1
++ LINUX_VERSION = 2.6.20
+ LINUX_IMAGE = $(LINUX_SRC)/arch/x86_64/boot/bzImage
+ LINUX_TARGET = bzImage
+- LINUX_DIR = linux-$(LINUX_VERSION)
++ LINUX_DIR = linux-source-$(LINUX_VERSION)
+ endif
+
+ # currently ppc only supports rs6k machines. Help is welcome to
@@ -76,7 +76,7 @@
endif
New patches for systemimager-debian, also available in my branch (r83). With
these patches, i can create Debian packages on x86_64. Actually i tested
my branch on both x86 and x86_64 and the package creation process is just fine.
Note that a patch is a new one that has to be included into the 'patches'
directory; this patch is in attachment and not directly into the mail since the
patch is pretty big.
Thanks,
--- debian/rules (revision 82)
+++ debian/rules (revision 83)
@@ -23,7 +23,7 @@
-p $(PKG)-server-flamethrowerd \
-p $(PKG)-bittorrent
-BOOTARCHS = i386 ia64
+BOOTARCHS = i386 ia64 amd64
PATCHES=$(sort $(shell find $(CURDIR)/patches -name "*.patch"))
--- patches/02_use-pruned-kernel.patch (revision 82)
+++ patches/02_use-pruned-kernel.patch (revision 83)
@@ -1,5 +1,5 @@
---- systemimager-3.7.5/make.d/kernel.rul.orig 2006-10-17 14:17:24.000000000 -0400
-+++ systemimager-3.7.5/make.d/kernel.rul 2006-12-07 16:58:35.911120160 -0500
+--- systemimager-3.8.0/make.d/kernel.rul.orig 2006-10-17 14:17:24.000000000 -0400
++++ systemimager-3.8.0/make.d/kernel.rul 2007-05-18 05:11:36.000000000 -0400
@@ -12,17 +12,17 @@
#
@@ -22,6 +22,19 @@
endif
ifeq ($(ARCH),parisc)
+@@ -40,10 +40,10 @@
+ endif
+
+ ifeq ($(ARCH),x86_64)
+- LINUX_VERSION = 2.6.18.1
++ LINUX_VERSION = 2.6.20
+ LINUX_IMAGE = $(LINUX_SRC)/arch/x86_64/boot/bzImage
+ LINUX_TARGET = bzImage
+- LINUX_DIR = linux-$(LINUX_VERSION)
++ LINUX_DIR = linux-source-$(LINUX_VERSION)
+ endif
+
+ # currently ppc only supports rs6k machines. Help is welcome to
@@ -76,7 +76,7 @@
endif
--
Geoffroy
Geoffroy