<?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=Bogdanm</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=Bogdanm"/>
	<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/Special:Contributions/Bogdanm"/>
	<updated>2026-04-07T21:00:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Smart&amp;diff=7705</id>
		<title>Smart</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Smart&amp;diff=7705"/>
		<updated>2012-10-31T13:34:59Z</updated>

		<summary type="html">&lt;p&gt;Bogdanm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://labix.org/smart/&lt;br /&gt;
&lt;br /&gt;
Mark&#039;s smart contrib branch:&lt;br /&gt;
&lt;br /&gt;
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=mhatle/smart&lt;br /&gt;
&lt;br /&gt;
To test this out querying a root filesystem on the host:&lt;br /&gt;
&lt;br /&gt;
# Ensure you are using &amp;quot;package_rpm&amp;quot; in PACKAGE_CLASSES&lt;br /&gt;
# Comment out the line in core-image-minimal that removes the packaging data files&lt;br /&gt;
# &amp;lt;code&amp;gt;bitbake core-image-minimal&amp;lt;/code&amp;gt;&lt;br /&gt;
# &amp;lt;code&amp;gt;bitbake python-smartpm-native&amp;lt;/code&amp;gt;&lt;br /&gt;
# &amp;lt;code&amp;gt;bitbake -c devshell core-image-minimal&amp;lt;/code&amp;gt;&lt;br /&gt;
# Within the devshell:&lt;br /&gt;
 cd ../rootfs&lt;br /&gt;
 export PYTHONPATH=&amp;quot;/path/to/native/sysroot/usr/lib/python2.7/site-packages&amp;quot;&lt;br /&gt;
 export RPM_ETCRPM=$PWD/etc/rpm&lt;br /&gt;
 smart --data-dir=$PWD/var/lib/smart channel --add rpmsys type=rpm-sys name=&amp;quot;rpmsys&amp;quot;&lt;br /&gt;
 smart --data-dir=$PWD/var/lib/smart config --set rpm-root=$PWD&lt;br /&gt;
 smart --data-dir=$PWD/var/lib/smart config --set rpm-dbpath=/var/lib/rpm&lt;br /&gt;
&lt;br /&gt;
You should now be able to query the packages installed into the rootfs e.g.&lt;br /&gt;
 smart --data-dir=$PWD/var/lib/smart query&lt;br /&gt;
&lt;br /&gt;
If you add an rpm-dir channel and run smart under fakechroot (or pseudo presumably, but fakechroot is simpler for testing here) you can install and uninstall packages (note that you might have to install fakechroot on your host first):&lt;br /&gt;
&lt;br /&gt;
  smart --data-dir=$PWD/var/lib/smart channel --add test type=rpm-dir path=/path/to/tmp/deploy/rpm/i586&lt;br /&gt;
  smart --data-dir=$PWD/var/lib/smart query # verify that the new channel is recognized&lt;br /&gt;
  fakechroot smart --data-dir=$PWD/var/lib/smart install zip # install &#039;zip&#039; in the rootfs&lt;/div&gt;</summary>
		<author><name>Bogdanm</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=OpenGL_pass-through_in_QEMU&amp;diff=6094</id>
		<title>OpenGL pass-through in QEMU</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=OpenGL_pass-through_in_QEMU&amp;diff=6094"/>
		<updated>2012-05-31T03:22:22Z</updated>

		<summary type="html">&lt;p&gt;Bogdanm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
The OpenGL pass-through in QEMU is used to &#039;redirect&#039; the OpenGL calls running on the emulated target to the host&#039;s native OpenGL library. This brings an important speed up on the execution speed of the target applications that use OpenGL. It is currently available only for x86 targets. It consists on a number of a set of QEMU patches.&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
&lt;br /&gt;
Edwin Zhai created an in-depth presentation about the OpenGL pass-through (see attachment below).&lt;br /&gt;
&lt;br /&gt;
[[File:QEMU_GL_in_Yocto.pdf]]&lt;/div&gt;</summary>
		<author><name>Bogdanm</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=OpenGL_pass-through_in_QEMU&amp;diff=6076</id>
		<title>OpenGL pass-through in QEMU</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=OpenGL_pass-through_in_QEMU&amp;diff=6076"/>
		<updated>2012-05-30T08:31:07Z</updated>

		<summary type="html">&lt;p&gt;Bogdanm: Created page with &amp;quot;== Overview ==  The OpenGL pass-through in QEMU is used to &amp;#039;redirect&amp;#039; the OpenGL calls running on the emulated target to the host&amp;#039;s native OpenGL library. This brings an importan...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
The OpenGL pass-through in QEMU is used to &#039;redirect&#039; the OpenGL calls running on the emulated target to the host&#039;s native OpenGL library. This brings an important speed up on the execution speed of the target applications that use OpenGL. It is currently available only for x86 related targets. It consists on a number of a set of QEMU patches.&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
&lt;br /&gt;
Edwin Zhai created an in-depth presentation about the OpenGL pass-through (see attachment below).&lt;br /&gt;
&lt;br /&gt;
[[File:QEMU_GL_in_Yocto.pdf]]&lt;/div&gt;</summary>
		<author><name>Bogdanm</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=File:QEMU_GL_in_Yocto.pdf&amp;diff=6075</id>
		<title>File:QEMU GL in Yocto.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=File:QEMU_GL_in_Yocto.pdf&amp;diff=6075"/>
		<updated>2012-05-30T08:29:35Z</updated>

		<summary type="html">&lt;p&gt;Bogdanm: OpenGL pass-through in QEMU presentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OpenGL pass-through in QEMU presentation&lt;/div&gt;</summary>
		<author><name>Bogdanm</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Projects&amp;diff=6074</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Projects&amp;diff=6074"/>
		<updated>2012-05-30T08:13:15Z</updated>

		<summary type="html">&lt;p&gt;Bogdanm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to the Projects Page ==&lt;br /&gt;
* [[AutoBuilder]]&lt;br /&gt;
* [[Poky]]&lt;br /&gt;
* [[SDK Generator]]&lt;br /&gt;
* [[Eclipse Plug-in]]&lt;br /&gt;
* [[Anjuta Plug-in]]&lt;br /&gt;
* [[Pseudo]]&lt;br /&gt;
* [[Swabber]]&lt;br /&gt;
* [[Cross-Prelink]]&lt;br /&gt;
* [[QA]]&lt;br /&gt;
* [[Documentation]]&lt;br /&gt;
* [[BSPs]]&lt;br /&gt;
* [[Tracing and Profiling]]&lt;br /&gt;
* Linux Kernel&lt;br /&gt;
** [[Linux_Kernel/Boot_Time|Boot Time]]&lt;br /&gt;
** [[Linux_kernel/Image_Size|Image Size]]&lt;br /&gt;
* [[Multilib]]&lt;br /&gt;
* [[BitBake/GUI|BitBake GUI&#039;s]]&lt;br /&gt;
* [[x32 abi]]&lt;br /&gt;
* [[Baryon]]&lt;br /&gt;
* [[Build Appliance Design]]&lt;br /&gt;
* [[Hob2 (Hob v2)]]&lt;br /&gt;
* [[Web UI]]&lt;br /&gt;
* [[OpenGL pass-through in QEMU]]&lt;/div&gt;</summary>
		<author><name>Bogdanm</name></author>
	</entry>
</feed>