|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] make-kpkg (Debian based tool) does not build xen patched
P.S. It looks like Win32 Thunderbird mail client has added windows line
endings upon attaching it to the previous email. Trying again from
another box.
listmail wrote:
I don't see your exact errors but if our make-kpkg build issues are
the same then I am pretty sure my makefile hack still works on 2.6.34
+ andrew's patches. Check out attached file; you would apply it with
'patch -p0 < makefile.hack' while inside the kernel source directory.
On 9/14/2010 9:55 PM, Mike Viau wrote:
> On Date: Wed, 15 Sep 2010 02:35:08 +0100 <mark@xxxxxxxxxxxxxxxxxx>
wrote:
>
> Apologies for slightly O/T on this, as I can't provide any help.
>
> I would like to ask why you don't want to use pvops squeeze kernel?
is it missing something you need? (hardware in kernel >2.6.32?)
>
I need usbback support for pvusb so that I pass (back and forth) usb
devices. I have already tried the pvops squeeze kernel for this.
Also I understand performance is better with the Xenlinux Dom0
kernels, although the pvops one has come a long way in terms of
performance :)
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
------------------------------------------------------------------------
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
--- arch/x86/Makefile.orig 2010-05-02 12:24:38.000000000 -0400
+++ arch/x86/Makefile 2010-05-02 12:27:01.000000000 -0400
@@ -155,18 +155,19 @@
LDFLAGS_vmlinux := -e startup_64
endif
-# Default kernel to build
-all: vmlinuz
+endif
+## Default kernel to build
+#all: vmlinuz
-# KBUILD_IMAGE specifies the target image being built
-KBUILD_IMAGE := $(boot)/vmlinuz
+## KBUILD_IMAGE specifies the target image being built
+#KBUILD_IMAGE := $(boot)/vmlinuz
-vmlinuz: vmlinux
- $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
- $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
- $(Q)ln -fsn ../../x86/boot/$@ $(objtree)/arch/$(UTS_MACHINE)/boot/$@
-else
-# Default kernel to build
+#vmlinuz: vmlinux
+# $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
+# $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
+# $(Q)ln -fsn ../../x86/boot/$@ $(objtree)/arch/$(UTS_MACHINE)/boot/$@
+#else
+## Default kernel to build
all: bzImage
# KBUILD_IMAGE specify target image being built
@@ -176,7 +177,7 @@
$(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
$(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
$(Q)ln -fsn ../../x86/boot/bzImage
$(objtree)/arch/$(UTS_MACHINE)/boot/$@
-endif
+#endif
$(BOOT_TARGETS): vmlinux
$(Q)$(MAKE) $(build)=$(boot) $@
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|