Discussion:
[Sisuite-devel] systemimager-debian - patches for the x86_64 support
Geoffroy Vallée
2007-05-25 16:55:59 UTC
Permalink
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
--
Geoffroy
dann frazier
2007-05-30 04:31:00 UTC
Permalink
Post by Geoffroy Vallée
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.
Committed - thanks for repoking me Geoffroy.

I've been quite happy with your changes of late, feel free to commit
to trunk directly and I'll just review the changes. Just make sure to
add an entry to debian/changelog in each changeset (see my commits for
reference).
--
dann frazier
Geoffroy Vallée
2007-05-30 18:41:27 UTC
Permalink
Post by dann frazier
Post by Geoffroy Vallée
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.
Committed - thanks for repoking me Geoffroy.
I've been quite happy with your changes of late, feel free to commit
to trunk directly and I'll just review the changes. Just make sure to
add an entry to debian/changelog in each changeset (see my commits for
reference).
Works for me and of course i will keep you in the loop to let you know what is
the current status. You are the systemimager-debian master, i am sure i will
still need your help periodically. :-)

Thanks for everything Dann.
--
Geoffroy
Loading...