<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git/conf/machine/qemumicroblaze.conf, branch master</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2016-10-26T16:15:28+00:00</updated>
<entry>
<title>qemu* -&gt; *qemu-*: Rename QEMU machines</title>
<updated>2016-10-26T16:15:28+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2016-10-11T10:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=c570b1226152338cd6b5a1c254df3bcad83d56b8'/>
<id>urn:sha1:c570b1226152338cd6b5a1c254df3bcad83d56b8</id>
<content type='text'>
Rename the QEMU machines to match the &lt;board&gt;-&lt;design&gt;-&lt;arch&gt;
convention. QEMU only machines no longer need to be named qemu*.

Note for qemuzynq it is special in that it does not model a board, as
such it has no board in the name being just 'qemu-zynq7'.

This updates the README.md to match the new machine names.

Additional update all occurrences of the qemu* machines

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
Reviewed-by: Alistair Francis &lt;alistair.francis@xilinx.com&gt;
</content>
</entry>
<entry>
<title>machine-xilinx-qemu.inc: Move common runqemu setup to include</title>
<updated>2016-10-11T11:10:40+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2016-09-20T14:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=2147f108ef9cfbdb83304c08dc511df4286ded9c'/>
<id>urn:sha1:2147f108ef9cfbdb83304c08dc511df4286ded9c</id>
<content type='text'>
Move the common setup for QEMU machines into an include call
'machine-xilinx-qemu.inc'. This include is added to any machine that has
a QEMU model. It sets up common QB_* values as well as inheriting the
qemuboot class and adding the EXTRA_IMAGEDEPENDS on qemu-native.

This include also has helper functions to automatically determine the
DTB from KERNEL_DEVICETREE/MACHINE_DEVICETREE and automatically setup the
'console=' kernel command line based on SERIAL_CONSOLE.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>qemuzynq, qemumicroblaze: Improve runqemu support</title>
<updated>2016-09-29T14:27:08+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2016-09-03T13:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=aa1afe6327fb34734dfdc8fd843cb75ac820dcdf'/>
<id>urn:sha1:aa1afe6327fb34734dfdc8fd843cb75ac820dcdf</id>
<content type='text'>
 * Handle slirp/tap networking separately.
 * Force the use of serial port and always disable graphics since the
   qemuzynq and qemumicroblaze targets do not support any graphics

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
Reviewed-by: Alistair Francis &lt;alistair.francis@xilinx.com&gt;
</content>
</entry>
<entry>
<title>conf/machine: update for new runqemu</title>
<updated>2016-09-28T13:16:11+00:00</updated>
<author>
<name>Robert Yang</name>
<email>liezhi.yang@windriver.com</email>
</author>
<published>2016-08-19T01:12:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=b40710ac4d6e5df03502d7ba2e621f878cf1eca4'/>
<id>urn:sha1:b40710ac4d6e5df03502d7ba2e621f878cf1eca4</id>
<content type='text'>
The new runqemu has removed machine knowledge, these info can set in
bsp's conf file, please see oe-core's meta/classes/qemuboot.bbclass for
more info.

Signed-off-by: Robert Yang &lt;liezhi.yang@windriver.com&gt;
Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>qemumicroblaze: Remove device-tree usage</title>
<updated>2015-09-24T07:33:17+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2015-09-24T06:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=88f9267aa26d546e657fcea72880b55a4fd9aa5d'/>
<id>urn:sha1:88f9267aa26d546e657fcea72880b55a4fd9aa5d</id>
<content type='text'>
* Remove the qemumicroblaze device-tree as instead of using a in layer
  device tree the device tree that is provided as part of QEMU is used
* Update device-tree recipe removing the need for the runqemu
  compatiblity for qemumicroblaze

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>conf/machine/qemu*: Setup init-ifupdown for QEMU machines</title>
<updated>2015-09-24T07:32:14+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2015-09-24T06:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=d9b25aa3bb7fe60a9f8577c64aa7e21fc0b513cc'/>
<id>urn:sha1:d9b25aa3bb7fe60a9f8577c64aa7e21fc0b513cc</id>
<content type='text'>
* Using FILEOVERRIDES setup the init-ifupdown recipe to use the
  /etc/network/interfaces for the 'qemuarm' machine, this allows for
  the runqemu networking setup to specify the IP address via kernel
  parameters.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
</content>
</entry>
<entry>
<title>conf/machine/*.conf: Update MACHINE_FEATURES</title>
<updated>2015-04-17T07:49:09+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2015-04-17T07:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=edca777d4af70095654794ae8ca462d77c93b308'/>
<id>urn:sha1:edca777d4af70095654794ae8ca462d77c93b308</id>
<content type='text'>
* Update MACHINE_FEATURES for each machine to reflect the correct
  features provided on a per machine basis

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Add USE_VT="" to microblaze machine configs</title>
<updated>2014-12-03T07:45:44+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-12-01T05:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=464125b9b3ccb453c136bd79fd0461d9e3bdd7af'/>
<id>urn:sha1:464125b9b3ccb453c136bd79fd0461d9e3bdd7af</id>
<content type='text'>
* MicroBlaze kernels do not support VT currently, so disable the
  emitting of the virtual terminal 'tty1' from the sysvinit-inittab
  package via the setting of USE_VT = ""
* This resolves the issue where init tries to continiuously spawn getty
  on tty1

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>machine/*.conf: Remove use of MACHINE_KCONFIG</title>
<updated>2014-10-27T07:58:47+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-10-08T09:40:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=783a25eafb1ffed57f98c44b270577379356745b'/>
<id>urn:sha1:783a25eafb1ffed57f98c44b270577379356745b</id>
<content type='text'>
* Remove the use of MACHINE_KCONFIG, replace with KERNEL_FEATURES

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>qemumicroblaze: Add qemu-native and qemu-helper-native extra image dependencies.</title>
<updated>2013-08-26T02:17:23+00:00</updated>
<author>
<name>Elvis Dowson</name>
<email>elvis.dowson@gmail.com</email>
</author>
<published>2013-08-26T02:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=186cfff63087dd09bc55c71e1df02c4b3b9eeb5a'/>
<id>urn:sha1:186cfff63087dd09bc55c71e1df02c4b3b9eeb5a</id>
<content type='text'>
This commit adds the qemu-native and qemu-helper-native extra image
dependencies and fixes the following error while running the
runqemu qemumicroblaze command:

Error: Unable to find tunctl binary in '~/poky/build/tmp/sysroots/x86_64-linux/usr/bin'

Signed-off-by: Elvis Dowson &lt;elvis.dowson@gmail.com&gt;
Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
</feed>
