From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-relay2.palm.com ([64.28.152.243]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RyY5P-0007gS-TQ for openembedded-devel@lists.openembedded.org; Sat, 18 Feb 2012 01:23:36 +0100 X-IronPort-AV: E=Sophos;i="4.73,441,1325491200"; d="scan'208";a="11750093" Received: from unknown (HELO ushqusdns3.palm.com) ([148.92.223.90]) by smtp-relay2.palm.com with ESMTP; 17 Feb 2012 16:14:14 -0800 Received: from joso.noir.com ([10.100.2.14]) by ushqusdns3.palm.com (8.14.4/8.14.4) with ESMTP id q1I0E2Qw008750; Fri, 17 Feb 2012 16:14:02 -0800 Message-ID: <4F3EED56.3080400@palm.com> Date: Fri, 17 Feb 2012 16:14:14 -0800 From: Rich Pixley User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0.1) Gecko/20120208 Thunderbird/10.0.1 MIME-Version: 1.0 To: "openembedded-devel@lists.openembedded.org" Subject: runqemu? X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 00:23:36 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit What do I need to do to be able to run core-image-minimal on Ubuntu-11.10 amd64? --rich cd /home/rich/projects/webos/openembedded-core && . ./oe-init-build-env && runqemu qemux86 ### Shell environment set up for builds. ### You can now run 'bitbake ' Common targets are: core-image-minimal core-image-sato meta-toolchain meta-toolchain-sdk adt-installer meta-ide-support You can also run generated qemu images with a command like 'runqemu qemux86' Continuing with the following parameters: KERNEL: [/home/rich/projects/webos/openembedded-core/build/tmp-eglibc/deploy/images/bzImage-qemux86.bin] ROOTFS: [/home/rich/projects/webos/openembedded-core/build/tmp-eglibc/deploy/images/core-image-minimal-qemux86.ext3] FSTYPE: [ext3] Setting up tap interface under sudo Acquiring lockfile for tap0... WARNING: distccd not present, no distcc support loaded. Running qemu... /home/rich/projects/webos/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/qemu -kernel /home/rich/projects/webos/openembedded-core/build/tmp-eglibc/deploy/images/bzImage-qemux86.bin -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=no,downscript=no -hda /home/rich/projects/webos/openembedded-core/build/tmp-eglibc/deploy/images/core-image-minimal-qemux86.ext3 -show-cursor -usb -usbdevice wacom-tablet -vga vmware -enable-gl -no-reboot -m 128 --append "vga=0 root=/dev/hda rw mem=128M ip=192.168.7.2::192.168.7.1:255.255.255.0 oprofile.timer=1 " Enabling opengl Could not initialize SDL(No available video device) - exiting Set 'tap0' nonpersistent Releasing lockfile of preconfigured tap device 'tap0'