From 7b079e1d0842e3a1e18ebc1d1fad8c97c96639eb Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Thu, 7 Oct 2010 13:45:20 -0700 Subject: Update meta-ide-support dependencies Using poky-qemu with our new tap networking and/or unfs support required too many additional build steps. This updates the meta-ide-support dependencies so all features are built and available to use. Specifically, this adds psuedo-native, qemu-helper-native, and unfs-server-native to the dependency chain for meta-ide-support. This fixes [BUGID #392] Also add poky-gen-tapdevs and remove runqemu-nfs from the qemu-helper-native recipe, and update some qemu control script error messages to suggest building meta-ide-support. Signed-off-by: Scott Garman --- meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb') diff --git a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb index 473411db92..791465694b 100644 --- a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb +++ b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb @@ -1,19 +1,19 @@ DESCRIPTION = "Qemu helper scripts from Poky" LICENSE = "GPL" RDEPENDS = "qemu-nativesdk" -PR = "r7" +PR = "r8" FILESPATH = "${FILE_DIRNAME}/qemu-helper" SRC_URI = "file://${POKYBASE}/scripts/poky-qemu \ file://${POKYBASE}/scripts/poky-qemu-internal \ file://${POKYBASE}/scripts/poky-addptable2image \ + file://${POKYBASE}/scripts/poky-gen-tapdevs \ file://${POKYBASE}/scripts/poky-qemu-ifup \ file://${POKYBASE}/scripts/poky-qemu-ifdown \ file://${POKYBASE}/scripts/poky-find-native-sysroot \ file://${POKYBASE}/scripts/poky-extract-sdk \ file://${POKYBASE}/scripts/poky-export-rootfs \ - file://${POKYBASE}/scripts/runqemu-nfs \ file://tunctl.c \ file://raw2flash.c \ " @@ -31,7 +31,6 @@ do_compile() { do_install() { install -d ${D}${bindir} install -m 0755 ${WORKDIR}${POKYBASE}/scripts/poky-* ${D}${bindir}/ - install -m 0755 ${WORKDIR}${POKYBASE}/scripts/runqemu-nfs ${D}${bindir}/ install tunctl ${D}${bindir}/ install raw2flash.spitz ${D}${bindir}/ install flash2raw.spitz ${D}${bindir}/ -- cgit v1.2.3-54-g00ecf