To build it as part of the xtt, do:
make libraw1394-install
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
CONFIG_DEBUG_VM=y
# CONFIG_DEBUG_VIRTUAL is not set
+CONFIG_FIREWIRE=y
+CONFIG_FIREWIRE_OHCI=m
+
$(MAKE) -C qemu -j$$(($(NCPUS) * 2)) V=1
$(MAKE) -C qemu DESTDIR=$(shell pwd)/userspace/ install
+.PHONY: libraw1394-install
+libraw1394-install:
+ if ! [ -e libraw1394/config.h ]; then (cd libraw1394; ./autogen.sh;./configure --prefix=/usr); fi
+ $(MAKE) $(MFLAGS) -j$$(($(NCPUS) * 2)) -C libraw1394
+ $(MAKE) $(MFLAGS) -j$$(($(NCPUS) * 2)) -C libraw1394 DESTDIR=$(CURDIR)/userspace install
+ifeq ($(RPM_ARCH), x86_64)
+ (cd userspace/usr$(LIBSDIR); ln -fs ../lib/libraw1394.so.11)
+endif
+
.PHONY: root_image-tools-install
root_image-tools-install: userspace-prep
-REPOS = syslinux root_image/busybox root_image/netperf root_image/pciutils root_image/fio root_image/RPMs root_image/pm-utils root_image/kexec-tools xen linux root_image/xenalyze
+REPOS = syslinux root_image/busybox root_image/netperf root_image/pciutils root_image/fio root_image/RPMs root_image/pm-utils root_image/kexec-tools xen linux root_image/xenalyze root_image/libraw1394
include $(TOP)/scm.mk
HG_URL=http://xenbits.xen.org/
$(eval $(call HG_REPO,ext/xenalyze,root_image/xenalyze))
+
+GIT_URL=git://git.kernel.org/pub/scm/libs/ieee1394/
+$(eval $(call GIT_REPO,libraw1394.git,root_image/libraw1394))
+