From 1cdfbdf5640bf5905fbecae59d9ba5790824f60c Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Thu, 19 Mar 2009 17:36:13 +0200 Subject: [PATCH] packing update --- debian/changelog | 21 ++++++++++++++++++++- debian/rules | 4 ++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b1b191f..d162079 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,29 @@ +qemu (0.10.0-0maemo3) unstable; urgency=low + + * debian/ + make building sb1-qemu conditional + * MW: + linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket syscalls + * Riku: + Convert musb fifo to 8bit to allow 8/16/32bit access + Make USB devices self-powered + add some USB registers + fix omap3_usb interrupt raising + * Juha + let beagleboard understand the -m switch + arm core emulation performance improvement + omap3 prcm and clocks clean-up + omap3 bootrom emulations + + -- Riku Voipio Thu, 19 Mar 2009 16:33:06 +0200 + qemu (0.10.0-0maemo2) unstable; urgency=low * Add guest-base support * merge upstream * more omap3 fixes - -- Riku Voipio Mon, 09 Mar 2009 14:53:44 +0200 + -- Riku Voipio Mon, 09 Mar 2009 14:53:44 +0200 qemu (0.10.0-0maemo1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index f8b1d40..d5e593f 100755 --- a/debian/rules +++ b/debian/rules @@ -33,11 +33,15 @@ ifeq ($(DEB_HOST_ARCH_OS),kfreebsd) conf_arch += --audio-drv-list=oss,sdl,esd,pa endif +BUILD_SB1_QEMU=$(shell test -r /scratchbox/tools/lib/libsb.a ; echo YES || echo NO) + ifeq ($(DEB_HOST_ARCH_CPU),i386) conf_arch += --cpu=i386 +ifeq ($(BUILD_SB1_QEMU),YES) package_list += obj-sb1/config-host.mak install_list += sb1-qemu-install endif +endif ifeq ($(DEB_HOST_ARCH_CPU),sparc) conf_arch += --cpu=sparc endif -- 1.7.9.5