<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.yoctoproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=David+Rodriguez</id>
	<title>Yocto Project - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.yoctoproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=David+Rodriguez"/>
	<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/Special:Contributions/David_Rodriguez"/>
	<updated>2026-04-15T23:46:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_QEMU_UNFS_test_procedure&amp;diff=19310</id>
		<title>Yocto QEMU UNFS test procedure</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_QEMU_UNFS_test_procedure&amp;diff=19310"/>
		<updated>2016-07-01T13:38:25Z</updated>

		<summary type="html">&lt;p&gt;David Rodriguez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Yocto QEMU UNFS test case procedure}}&lt;br /&gt;
&lt;br /&gt;
==Steps to run the NFS test case for all qemu machines==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[Prerequisites:]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. Have a clone of poky &lt;br /&gt;
&amp;lt;pre&amp;gt;$ git clone git://git.yoctoproject.org/poky&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Checkout the correct hash.&lt;br /&gt;
&amp;lt;pre&amp;gt;$ git checkout    and/or   $ git log&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3. Download the &amp;quot;kernel&amp;quot; file (&amp;lt;ZIMAGE&amp;gt;.bin) and the image compressed file (&amp;lt;IMAGE NAME&amp;gt;.tar.bz2) from autobilder link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[Steps:]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. Open a terminal and place in poky/ directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;$ cd $PATH/poky&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Source the environment:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ source oe-init-build-env build&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4. Place the downloaded kernel (&amp;lt;ZIMAGE&amp;gt;.bin) and the &amp;lt;IMAGE NAME&amp;gt;.tar.bz2 file after &amp;quot;build&amp;quot; directory, something like &amp;quot;/home/&amp;lt;YOURUSER&amp;gt;/poky/build/tmp/deploy/images/qemu&amp;lt;MACHINE&amp;gt;/&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 1:&#039;&#039;&#039; First you need to create manually those directories in your system.&lt;br /&gt;
a) In poky directory create tmp directory (&amp;lt;code&amp;gt;~/poky/build$ mkdir tmp&amp;lt;/code&amp;gt;); b) Then access to tpm (&amp;lt;code&amp;gt;$ cd tmp &amp;lt;/code&amp;gt;); c) Create deploy directory (&amp;lt;code&amp;gt;$ mkdir deploy &amp;lt;/code&amp;gt;); d) Access to deploy directory (&amp;lt;code&amp;gt;$ cd deploy &amp;lt;/code&amp;gt;); e) Create images directory (&amp;lt;code&amp;gt;$ mkdir images &amp;lt;/code&amp;gt;); f) Access to images directory (&amp;lt;code&amp;gt; $ cd images &amp;lt;/code&amp;gt;); g) create your qemu folder, for example if you are testing qemux86 (&amp;lt;code&amp;gt;$ mkdir qemux86&amp;lt;/code&amp;gt; ); h) Access  your qemu folder, for instance to qemux86 directory (&amp;lt;code&amp;gt; $ cd qemux86 &amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 2:&#039;&#039;&#039; you can avoid to download and copy here the files and directly download in this path, typing in this path the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ wget /&amp;lt;WEB_ADRESS_OF_THE_KERNEL_IMAGE&amp;gt;/&amp;lt;ZIMAGE&amp;gt;.bin&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;$ wget /&amp;lt;WEB_ADRESS_OF_THE_IMAGE&amp;gt;/&amp;lt;IMAGE NAME&amp;gt;.tar.bz2 &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Go to build directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ cd /home/&amp;lt;YOURUSER&amp;gt;/poky/build&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
6. Extract the SDK, typing in a terminal the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ runqemu-extract-sdk tpm/deploy/images/qemux&amp;lt;MACHINE&amp;gt;/&amp;lt;IMAGE NAME&amp;gt;.tar.bz2 rootfs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 3:&#039;&#039;&#039; &amp;quot;rootfs&amp;quot; is referring to a directory going to be created, you can choose any name as you want.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 4:&#039;&#039;&#039; is it possible that the system will ask you to bitbake the system first. If so, then type in the terminal &amp;lt;code&amp;gt;$ bitbake meta-ide-support&amp;lt;/code&amp;gt; (This process would take a while). Then type again in a terminal: &amp;lt;code&amp;gt;$ runqemu-extract-sdk tpm/deploy/images/qemux&amp;lt;MACHINE&amp;gt;/&amp;lt;IMAGE NAME&amp;gt;.tar.bz2 rootfs &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
7. Start the qemu machine with NFS:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ runqemu nfs tmp/deploy/images/qemux&amp;lt;MACHINE&amp;gt;/&amp;lt;ZIMAGE&amp;gt;.bin/ rootfs&amp;lt;/pre&amp;gt;&lt;br /&gt;
qemu machine should be launch after this command.&lt;br /&gt;
&lt;br /&gt;
8. Finally, from qemu open a terminal and type &lt;br /&gt;
&amp;lt;pre&amp;gt;$ poweroff&amp;lt;/pre&amp;gt;&lt;br /&gt;
to exit.&lt;br /&gt;
&lt;br /&gt;
Contributing to any of the yoctoproject.org repositories, including qa-tools, can be achieved with the [[Poky Contributions]] guidelines.&lt;/div&gt;</summary>
		<author><name>David Rodriguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_QEMU_UNFS_test_procedure&amp;diff=19306</id>
		<title>Yocto QEMU UNFS test procedure</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_QEMU_UNFS_test_procedure&amp;diff=19306"/>
		<updated>2016-06-30T20:51:38Z</updated>

		<summary type="html">&lt;p&gt;David Rodriguez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Yocto QEMU UNFS test case procedure}}&lt;br /&gt;
&lt;br /&gt;
==Steps to run the NFS test case for all qemu machines==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[Prerequisites:]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. Have a clone of poky &lt;br /&gt;
&amp;lt;pre&amp;gt;$ git clone git://git.yoctoproject.org/poky&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Checkout the correct hash.&lt;br /&gt;
&amp;lt;pre&amp;gt;$ git checkout    and/or   $ git log&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3. Download the &amp;quot;kernel&amp;quot; file (&amp;lt;ZIMAGE&amp;gt;.bin) and the image compressed file (&amp;lt;IMAGE NAME&amp;gt;.tar.bz2) from autobilder link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[Steps:]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. Open a terminal and place in poky/ directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;$ cd $PATH/poky&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Source the environment:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ source oe-init-build-env build&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4. Place the downloaded kernel (&amp;lt;ZIMAGE&amp;gt;.bin) and the &amp;lt;IMAGE NAME&amp;gt;.tar.bz2 file after &amp;quot;build&amp;quot; directory, something like &amp;quot;/home/&amp;lt;YOURUSER&amp;gt;/poky/build/tmp/deploy/images/qemu&amp;lt;MACHINE&amp;gt;/&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 1:&#039;&#039;&#039; First you need to create manually those directories in your system.&lt;br /&gt;
a) In poky directory create tmp directory (&amp;lt;code&amp;gt;~/poky/build$ mkdir tmp&amp;lt;/code&amp;gt;); b) Then access to tpm (&amp;lt;code&amp;gt;$ cd tmp &amp;lt;/code&amp;gt;); c) Create deploy directory (&amp;lt;code&amp;gt;$ mkdir deploy &amp;lt;/code&amp;gt;); d) Access to deploy directory (&amp;lt;code&amp;gt;$ cd deploy &amp;lt;/code&amp;gt;); e) Create images directory (&amp;lt;code&amp;gt;$ mkdir images &amp;lt;/code&amp;gt;); f) Access to images directory (&amp;lt;code&amp;gt; $ cd images &amp;lt;/code&amp;gt;); g) create your qemu folder, for example if you are testing qemux86 (&amp;lt;code&amp;gt;$ mkdir qemux86&amp;lt;/code&amp;gt; ); h) Access  your qemu folder, for instance to qemux86 directory (&amp;lt;code&amp;gt; $ cd qemux86 &amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 2:&#039;&#039;&#039; you can avoid to download and copy here the files and directly download in this path, typing in this path the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ wget /&amp;lt;WEB_ADRESS_OF_THE_KERNEL_IMAGE&amp;gt;/&amp;lt;ZIMAGE&amp;gt;.bin&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;$ wget /&amp;lt;WEB_ADRESS_OF_THE_IMAGE&amp;gt;/&amp;lt;IMAGE NAME&amp;gt;.tar.bz2 &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Go to build directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ cd /home/&amp;lt;YOURUSER&amp;gt;/poky/build&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
6. Extract the SDK, typing in a terminal the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ runqemu-extract-sdk tpm/deploy/images/qemux&amp;lt;MACHINE&amp;gt;/&amp;lt;IMAGE NAME&amp;gt;.tar.bz2 rootfs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 3:&#039;&#039;&#039; &amp;quot;rootfs&amp;quot; is referring to a directory going to be created, you can choose any name as you want.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 4:&#039;&#039;&#039; is it possible that the system will ask you to bitbake the system first. If so, then type in the terminal &amp;lt;code&amp;gt;$ bitbake meta-ide-support&amp;lt;/code&amp;gt; (This process would take a while). Then type again in a terminal: &amp;lt;code&amp;gt;$ runqemu-extract-sdk tpm/deploy/images/qemux&amp;lt;MACHINE&amp;gt;/&amp;lt;IMAGE NAME&amp;gt;.tar.bz2 rootfs &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
7. Start the qemu machine with NFS:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ runqemu nfs tmp/deploy/images/qemux&amp;lt;MACHINE&amp;gt;/&amp;lt;ZIMAGE&amp;gt;.bin/ rootfs&amp;lt;/pre&amp;gt;&lt;br /&gt;
qemu machine should be launch after this command.&lt;br /&gt;
&lt;br /&gt;
8. Finally, from qemu open a terminal type &lt;br /&gt;
&amp;lt;pre&amp;gt;$ poweroff&amp;lt;/pre&amp;gt;&lt;br /&gt;
to exit.&lt;br /&gt;
&lt;br /&gt;
Contributing to any of the yoctoproject.org repositories, including qa-tools, can be achieved with the [[Poky Contributions]] guidelines.&lt;/div&gt;</summary>
		<author><name>David Rodriguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_QEMU_UNFS_test_procedure&amp;diff=19305</id>
		<title>Yocto QEMU UNFS test procedure</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_QEMU_UNFS_test_procedure&amp;diff=19305"/>
		<updated>2016-06-30T20:18:31Z</updated>

		<summary type="html">&lt;p&gt;David Rodriguez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Yocto QEMU UNFS test case procedure}}&lt;br /&gt;
&lt;br /&gt;
==Steps to run the NFS test case for all qemu machines==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[Prerequisites:]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. Have a clone of poky &lt;br /&gt;
&amp;lt;pre&amp;gt;$ git clone git://git.yoctoproject.org/poky&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Checkout the correct hash.&lt;br /&gt;
&amp;lt;pre&amp;gt;$ git checkout    and/or   $ git log&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3. Download the &amp;quot;kernel&amp;quot; file (&amp;lt;ZIMAGE&amp;gt;.bin) and the image compressed file (&amp;lt;IMAGE NAME&amp;gt;.tar.bz2) from autobilder link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[Steps:]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. Open a terminal and place in poky/ directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;$ cd $PATH/poky&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Source the environment:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ source oe-init-build-env build&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4. Place the downloaded kernel (&amp;lt;ZIMAGE&amp;gt;.bin) and the &amp;lt;IMAGE NAME&amp;gt;.tar.bz2 file after &amp;quot;build&amp;quot; directory, something like &amp;quot;/home/&amp;lt;YOURUSER&amp;gt;/poky/build/tmp/deploy/images/qemu&amp;lt;MACHINE&amp;gt;/&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 1:&#039;&#039;&#039; First you need to create manually those directories in your system.&lt;br /&gt;
a) In poky directory create tmp directory (&amp;lt;code&amp;gt;~/poky/build$ mkdir tmp&amp;lt;/code&amp;gt;); b) Then access to tpm (&amp;lt;code&amp;gt;$ cd tmp &amp;lt;/code&amp;gt;); c) Create deploy directory (&amp;lt;code&amp;gt;$ mkdir deploy &amp;lt;/code&amp;gt;); d) Access to deploy directory (&amp;lt;code&amp;gt;$ cd deploy &amp;lt;/code&amp;gt;); e) Create images directory (&amp;lt;code&amp;gt;$ mkdir images &amp;lt;/code&amp;gt;); f) Access to images directory (&amp;lt;code&amp;gt; $ cd images &amp;lt;/code&amp;gt;); g) create your qemu folder, for example if you are testing qemux86 (&amp;lt;code&amp;gt;$ mkdir qemux86&amp;lt;/code&amp;gt; ); h) Access  your qemu folder, for instance to qemux86 directory (&amp;lt;code&amp;gt; $ cd qemux86 &amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 2:&#039;&#039;&#039; you can avoid to download and copy here the files and directly download in this path, typing in this path the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ wget /webaddresofthe_Kernel_image&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;$ wget /webaddressof_the.tar.bz2 &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Go to build directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ cd /home/&amp;lt;YOURUSER&amp;gt;/poky/build&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
6. Extract the SDK, typing in a terminal the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ runqemu-extract-sdk tpm/deploy/images/qemux&amp;lt;MACHINE&amp;gt;/&amp;lt;IMAGE NAME&amp;gt;.tar.bz2 rootfs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 3:&#039;&#039;&#039; &amp;quot;rootfs&amp;quot; is referring to a directory going to be created, you can choose any name as you want.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 4:&#039;&#039;&#039; is it possible that the system will ask you to bitbake the system first. If so, then type in the terminal &amp;lt;code&amp;gt;$ bitbake meta-ide-support&amp;lt;/code&amp;gt; (This process would take a while). Then type again in a terminal: &amp;lt;code&amp;gt;$ runqemu-extract-sdk tpm/deploy/images/qemux&amp;lt;MACHINE&amp;gt;/&amp;lt;IMAGE NAME&amp;gt;.tar.bz2 rootfs &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
7. Start the qemu machine with NFS:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ runqemu nfs tmp/deploy/images/qemux&amp;lt;MACHINE&amp;gt;/&amp;lt;ZIMAGE&amp;gt;.bin/ rootfs&amp;lt;/pre&amp;gt;&lt;br /&gt;
qemu machine should be launch after this command.&lt;br /&gt;
&lt;br /&gt;
8. Finally, from qemu open a terminal type &lt;br /&gt;
&amp;lt;pre&amp;gt;$ poweroff&amp;lt;/pre&amp;gt;&lt;br /&gt;
to exit.&lt;br /&gt;
&lt;br /&gt;
Contributing to any of the yoctoproject.org repositories, including qa-tools, can be achieved with the [[Poky Contributions]] guidelines.&lt;/div&gt;</summary>
		<author><name>David Rodriguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_QEMU_UNFS_test_procedure&amp;diff=19304</id>
		<title>Yocto QEMU UNFS test procedure</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_QEMU_UNFS_test_procedure&amp;diff=19304"/>
		<updated>2016-06-30T20:16:45Z</updated>

		<summary type="html">&lt;p&gt;David Rodriguez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Yocto QEMU UNFS test case procedure}}&lt;br /&gt;
&lt;br /&gt;
==Steps to run the NFS test case for all qemu machines==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[Prerequisites:]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. Have a clone of poky &lt;br /&gt;
&amp;lt;pre&amp;gt;$ git clone git://git.yoctoproject.org/poky&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Checkout the correct hash.&lt;br /&gt;
&amp;lt;pre&amp;gt;$ git checkout    and/or   $ git log&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3. Download the &amp;quot;kernel&amp;quot; file (&amp;lt;ZIMAGE&amp;gt;.bin) and the image compressed file (&amp;lt;IMAGE NAME&amp;gt;.tar.bz2) from autobilder link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[Steps:]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. Open a terminal and place in poky/ directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;$ cd $PATH/poky&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Source the environment:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ source oe-init-build-env build&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4. Place the downloaded kernel (&amp;lt;ZIMAGE&amp;gt;.bin) and the &amp;lt;IMAGE NAME&amp;gt;.tar.bz2 file after &amp;quot;build&amp;quot; directory, something like &amp;quot;/home/&amp;lt;YOURUSER&amp;gt;/poky/build/tmp/deploy/images/qemu&amp;lt;MACHINE&amp;gt;/&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 1:&#039;&#039;&#039; First you need to create manually those directories in your system.&lt;br /&gt;
a) In poky directory create tmp directory (&amp;lt;code&amp;gt;~/poky/build$ mkdir tmp&amp;lt;/code&amp;gt;); b) Then access to tpm (&amp;lt;code&amp;gt;$ cd tmp &amp;lt;/code&amp;gt;); c) Create deploy directory (&amp;lt;code&amp;gt;$ mkdir deploy &amp;lt;/code&amp;gt;); d) Access to deploy directory (&amp;lt;code&amp;gt;$ cd deploy &amp;lt;/code&amp;gt;); e) Create images directory (&amp;lt;code&amp;gt;$ mkdir images &amp;lt;/code&amp;gt;); f) Access to images directory (&amp;lt;code&amp;gt; $ cd images &amp;lt;/code&amp;gt;); g) create your qemu folder, for example if you are testing qemux86 (&amp;lt;code&amp;gt;$ mkdir qemux86&amp;lt;/code&amp;gt; ); h) Access  your qemu folder, for instance to qemux86 directory (&amp;lt;code&amp;gt; $ cd qemux86 &amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 2:&#039;&#039;&#039; you can avoid to download and copy here the files and directly download in this path, typing in this path the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ wget /webaddresofthe_Kernel_image&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;$ wget /webaddressof_the.tar.bz2 &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Go to build directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ cd /home/&amp;lt;YOURUSER&amp;gt;/poky/build&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
6. Extract the SDK, typing in a terminal the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ runqemu-extract-sdk tpm/deploy/images/qemux&amp;lt;MACHINE&amp;gt;/&amp;lt;IMAGE NAME&amp;gt;.tar.bz2 rootfs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 3:&#039;&#039;&#039; &amp;quot;rootfs&amp;quot; is referring to a directory going to be created, you can choose any name as you want.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 4:&#039;&#039;&#039; is it possible that the system will ask you to bitbake the system first. If so, then type in the terminal &amp;lt;code&amp;gt;$ bitbake meta-ide-support&amp;lt;/code&amp;gt; (This process would take a while). Then type again in a terminal: &amp;lt;code&amp;gt;$ runqemu-extract-sdk tpm/deploy/images/qemux&amp;lt;MACHINE&amp;gt;/&amp;lt;IMAGE NAME&amp;gt;.tar.bz2 rootfs &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
7. Start the qemu machine with NFS:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ runqemu nfs tmp/deploy/images/qemux&amp;lt;MACHINE&amp;gt;/&amp;lt;ZIMAGE&amp;gt;.bin/ rootfs&amp;lt;/pre&amp;gt;&lt;br /&gt;
qemu machine should be launch after this command.&lt;br /&gt;
&lt;br /&gt;
8. Finally from qemu open a terminal type &lt;br /&gt;
&amp;lt;pre&amp;gt;$ poweroff&amp;lt;/pre&amp;gt;&lt;br /&gt;
to exit.&lt;br /&gt;
&lt;br /&gt;
Contributing to any of the yoctoproject.org repositories, including qa-tools, can be achieved with the [[Poky Contributions]] guidelines.&lt;/div&gt;</summary>
		<author><name>David Rodriguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_QEMU_UNFS_test_procedure&amp;diff=19303</id>
		<title>Yocto QEMU UNFS test procedure</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_QEMU_UNFS_test_procedure&amp;diff=19303"/>
		<updated>2016-06-30T20:06:44Z</updated>

		<summary type="html">&lt;p&gt;David Rodriguez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Yocto QEMU UNFS test case procedure}}&lt;br /&gt;
&lt;br /&gt;
==Steps to run the NFS test case for all qemu machines==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[Prerequisites:]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. Have a clone of poky &lt;br /&gt;
&amp;lt;pre&amp;gt;$ git clone git://git.yoctoproject.org/poky&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Checkout the correct hash.&lt;br /&gt;
&amp;lt;pre&amp;gt;$ git checkout    and/or    git log&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3. Download the &amp;quot;kernel&amp;quot; file (&amp;lt;ZIMAGE&amp;gt;.bin) and the image compressed file (&amp;lt;IMAGE NAME&amp;gt;.tar.bz2) from autobilder link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[Steps:]]&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. Open a terminal and place in poky/ directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;$ cd $PATH/poky&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Source the environment:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ source oe-init-build-env build&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4. Place the downloaded kernel (&amp;lt;ZIMAGE&amp;gt;.bin) and the &amp;lt;IMAGE NAME&amp;gt;.tar.bz2 file after &amp;quot;build&amp;quot; directory, something like &amp;quot;/home/&amp;lt;YOURUSER&amp;gt;/poky/build/tmp/deploy/images/qemu&amp;lt;MACHINE&amp;gt;/&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 1:&#039;&#039;&#039; First you need to create manually those directories in your system.&lt;br /&gt;
a) In poky directory create tmp directory (&amp;lt;code&amp;gt;~/poky/build$ mkdir tmp&amp;lt;/code&amp;gt;); b) Then access to tpm (&amp;lt;code&amp;gt;$ cd tmp &amp;lt;/code&amp;gt;); c) Create deploy directory (&amp;lt;code&amp;gt;$ mkdir deploy &amp;lt;/code&amp;gt;); d) Access to deploy directory (&amp;lt;code&amp;gt;$ cd deploy &amp;lt;/code&amp;gt;); e) Create images directory (&amp;lt;code&amp;gt;$ mkdir images &amp;lt;/code&amp;gt;); f) Access to images directory (&amp;lt;code&amp;gt; $ cd images &amp;lt;/code&amp;gt;); g) create your qemu folder, for example if you are testing qemux86 (&amp;lt;code&amp;gt;$ mkdir qemux86&amp;lt;/code&amp;gt; ); h) Access  your qemu folder, for instance to qemux86 directory (&amp;lt;code&amp;gt; $ cd qemux86 &amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 2:&#039;&#039;&#039; you can avoid to download and copy here the files and directly download in this path, typing in this path the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ wget /webaddresofthe_Kernel_image&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;$ wget /webaddressof_the.tar.bz2 &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Go to build directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ cd /home/&amp;lt;YOURUSER&amp;gt;/poky/build&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
6. Extract the SDK, typing in a terminal the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ runqemu-extract-sdk tpm/deploy/images/qemux&amp;lt;MACHINE&amp;gt;/&amp;lt;IMAGE NAME&amp;gt;.tar.bz2 rootfs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 3:&#039;&#039;&#039; &amp;quot;rootfs&amp;quot; is referring to a directory going to be created, you can choose any name as you want.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 4:&#039;&#039;&#039; is it possible that the system will ask you to bitbake the system first. Then type in the terminal &amp;lt;code&amp;gt;$ bitbake meta-ide-support&amp;lt;/code&amp;gt; (This process would take a while).&lt;br /&gt;
&lt;br /&gt;
7. Type again in a terminal: &lt;br /&gt;
&amp;lt;pre&amp;gt;$ runqemu-extract-sdk tpm/deploy/images/qemux&amp;lt;MACHINE&amp;gt;/&amp;lt;IMAGE NAME&amp;gt;.tar.bz2 rootfs &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Start the qemu machine with NFS:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ runqemu nfs tmp/deploy/images/qemux&amp;lt;MACHINE&amp;gt;/&amp;lt;ZIMAGE&amp;gt;.bin/ rootfs&amp;lt;/pre&amp;gt;&lt;br /&gt;
qemu machine should be launch after this command.&lt;br /&gt;
&lt;br /&gt;
9. From qemu open a terminal and type &lt;br /&gt;
&amp;lt;pre&amp;gt;$ poweroff&amp;lt;/pre&amp;gt;&lt;br /&gt;
to exit.&lt;br /&gt;
&lt;br /&gt;
Contributing to any of the yoctoproject.org repositories, including qa-tools, can be achieved with the [[Poky Contributions]] guidelines.&lt;/div&gt;</summary>
		<author><name>David Rodriguez</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_QEMU_UNFS_test_procedure&amp;diff=19300</id>
		<title>Yocto QEMU UNFS test procedure</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Yocto_QEMU_UNFS_test_procedure&amp;diff=19300"/>
		<updated>2016-06-30T17:31:07Z</updated>

		<summary type="html">&lt;p&gt;David Rodriguez: Created page with &amp;quot;{{DISPLAYTITLE:Yocto QEMU UNFS test case procedure}}  ==Steps to run the NFS test case for all qemu machines==  &amp;lt;strong&amp;gt;Prerequisites:&amp;lt;/strong&amp;gt;  1. Have a clone of poky  &amp;lt;pre&amp;gt;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Yocto QEMU UNFS test case procedure}}&lt;br /&gt;
&lt;br /&gt;
==Steps to run the NFS test case for all qemu machines==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Prerequisites:&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. Have a clone of poky &lt;br /&gt;
&amp;lt;pre&amp;gt;$ git clone git://git.yoctoproject.org/poky&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Checkout the correct hash.&lt;br /&gt;
&amp;lt;pre&amp;gt;$ git checkout and/or git log&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3. Download the &amp;quot;kernel&amp;quot; file (&amp;lt;zimage&amp;gt;.bin) and the image compressed file (.tar.bz2) from desire autobilder link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Steps:&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. Open a terminal and place in poky/ directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;$ cd $PATH/poky&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Source the environment:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ source oe-init-build-env build&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4. Place the downloaded kernel (&amp;lt;zimage&amp;gt;.bin) and the .tar.bz2 file after &amp;quot;build&amp;quot; directory, something like &amp;quot;/home/YOURUSER/poky/build/tmp/deploy/images/qemuXYZ/&amp;quot; Note: First you need to create manually those directories in your system.&lt;br /&gt;
a) In poky directory create tmp directory (~/poky/build$ mkdir tmp); b) Then access to tpm ($ cd tmp); c) Create deploy directory ($ mkdir deploy); d) Access to deploy directory ($ cd deploy); e) Create images directory ($ mkdir images); f) Access to images directory ($ cd images); g) create your qemu folder, for example if you are testing qemux86 ($ mkdir qemux86); h) Access to qemux86 directory ($ cd qemux86)&lt;br /&gt;
Note: you can avoid to download and copy here the files and directly download in this path, typing in this path the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ wget /webaddresofthe_Kernel_image&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;$ wget /webaddressof_the.tar.bz2 file&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Go to build directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ cd /home/youruser/poky/build&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
6. Extract the SDK, typing in a terminal the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ runqemu-extract-sdk tpm/deploy/images/qemux86/core-image-sato-sdk-qemux86.tar.bz2 rootfs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note1: &amp;quot;rootfs&amp;quot; is referring to a directory going to be created, you can choose any name as you want.&lt;br /&gt;
Note2: is it possible that the system will ask you to bitbake the system first. Then type in the terminal $ bitbake meta-ide-support (grab a cup of coffe, this process will take a while).&lt;br /&gt;
&lt;br /&gt;
7. Type again in a terminal: &lt;br /&gt;
&amp;lt;pre&amp;gt;$ runqemu-extract-sdk tpm/deploy/images/qemux86/core-image-sato-sdk-qemux86.tar.bz2 rootfs &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Start the qemu machine with NFS:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ runqemu nfs tmp/deploy/images/qemux86/&amp;lt;zimage&amp;gt;.bin/ rootfs&amp;lt;/pre&amp;gt;&lt;br /&gt;
qemu machine should be launche after this comand.&lt;br /&gt;
&lt;br /&gt;
9. From qemu open a terminal and type &lt;br /&gt;
&amp;lt;pre&amp;gt;$ poweroff&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ git clone git://git.yoctoproject.org/qa-tools&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contributing to any of the yoctoproject.org repositories, including qa-tools, can be achieved with the [[Poky Contributions]] guidelines.&lt;/div&gt;</summary>
		<author><name>David Rodriguez</name></author>
	</entry>
</feed>