<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/scripts, branch laverne</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=laverne</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=laverne'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2011-01-25T09:31:49+00:00</updated>
<entry>
<title>poky-extract-sdk: allow relative paths for extract-dir</title>
<updated>2011-01-25T09:31:49+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2011-01-21T22:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=fd7a07b3a2153826bedda2ef76b9a33ab2791680'/>
<id>urn:sha1:fd7a07b3a2153826bedda2ef76b9a33ab2791680</id>
<content type='text'>
psuedo needs a full path to its pid file, so convert
relative extract-dir paths to full ones.

The symptom of this bug is receiving the following error:

pseudo: Couldn't open relative/path/to/var/pseudo/pseudo.pid: No such file or directory

This fixes [BUGID #670]

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>scripts/poky-qemu: Improve tmp layout assumption</title>
<updated>2011-01-14T12:07:46+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-12-15T23:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ce4f8356796bc797d9156ed252a4ed638a2150d5'/>
<id>urn:sha1:ce4f8356796bc797d9156ed252a4ed638a2150d5</id>
<content type='text'>
If someone has changed TMPDIR in local.conf to a non-standard location, the
poky-qemu script currently doesn't handle this and assumes if BUILDDIR is set,
$BUILDDIR/tmp will exist.

Its simple to check if this exists and if not, to ask bitbake where the
directory is so this patch changes the code to do that.

Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Make poky-qemu and related scripts work with arbitrary SDK locations</title>
<updated>2011-01-14T12:07:29+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2010-12-08T04:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=54f08d23cd7d0de6aec31f4764389ff4dab2990d'/>
<id>urn:sha1:54f08d23cd7d0de6aec31f4764389ff4dab2990d</id>
<content type='text'>
* No longer assume SDK toolchains are installed in /opt/poky
* [BUGFIX #568] where specifying paths to both the kernel and fs
  image caused an error due to POKY_NATIVE_SYSROOT never being
  set, triggering failure of poky-qemu-ifup/ifdown
* Cosmetic improvements to usage() functions by using basename

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>poky-qemu: Fix issues when running Yocto 0.9 release images</title>
<updated>2011-01-14T12:07:11+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2010-11-13T00:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=8a3d0f375ce416ada1a5443e4a8e467504001beb'/>
<id>urn:sha1:8a3d0f375ce416ada1a5443e4a8e467504001beb</id>
<content type='text'>
This fixes two bugs with poky-qemu when it is run from a
standalone meta-toolchain setup.

[BUGFIX #535] and [BUGFIX #536]

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>poky-qemu-internal: make the -no-reboot qemu option mandatory</title>
<updated>2010-10-14T19:12:04+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2010-10-14T18:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9a2ae44380a5ef81fb099075af99351db06a3252'/>
<id>urn:sha1:9a2ae44380a5ef81fb099075af99351db06a3252</id>
<content type='text'>
This fixes [BUGID #100]

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>poky-qemu: miscellaneous bugfixes</title>
<updated>2010-10-14T19:12:04+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2010-10-14T18:29:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7d7d35f369c271a7b7cf517601d472ab2104297b'/>
<id>urn:sha1:7d7d35f369c271a7b7cf517601d472ab2104297b</id>
<content type='text'>
In scenarios where the POKY_NATIVE_SYSROOT env variable hasn't been
set up, bug #427 can still be triggered. This fixes it by running
setup_tmpdir(). This fixes [BUGID #427].

Also, the qemu tap dev lock directory needs to be chmod 777 so that
multiple users can create and delete lock files.

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>poky-qemu: add nographic option for disabling video console</title>
<updated>2010-10-14T19:12:03+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2010-10-14T18:23:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=af404b1372ffe683ae1f3c1914fa9fee6800420c'/>
<id>urn:sha1:af404b1372ffe683ae1f3c1914fa9fee6800420c</id>
<content type='text'>
This fixes [BUGID #408]

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>poky-qemu-internal: enforce a 128M memory limit for qemuarm</title>
<updated>2010-10-12T16:21:39+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2010-10-12T16:07:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d393edda26269f74914d3f86092779a808fdb296'/>
<id>urn:sha1:d393edda26269f74914d3f86092779a808fdb296</id>
<content type='text'>
This fixes [BUGID #433]

Also set a sane default for the ifconfig command, which simplifies
our autobuilder sanity test setup.

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>poky-qemu: fix for handling full path to rootfs</title>
<updated>2010-10-11T21:24:23+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2010-10-11T20:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=364aaa6dfa706a6fe4afc85b5688a02daab75b26'/>
<id>urn:sha1:364aaa6dfa706a6fe4afc85b5688a02daab75b26</id>
<content type='text'>
This fixes [BUGID #427]

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>poky-qemu-internal: implement file locking in bash</title>
<updated>2010-10-08T21:48:20+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2010-10-08T21:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c805a6ed281279ef0ccc4e6e084d52a725260e09'/>
<id>urn:sha1:c805a6ed281279ef0ccc4e6e084d52a725260e09</id>
<content type='text'>
There does not appear to be a universal lockfile utility that
meets our needs. For example:

* 'lockfile' is part of the procmail pacakge in Ubuntu, a
  requirement we don't want to impose on our users
* lockfile-[create|remove] from the Ubuntu lockfile-progs
  package does not appear to be available in Fedora/openSUSE

So, the most portable way to do this is just to implement it
in bash. The likelihood of race conditions is minimal for
what we need this for.

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
</feed>
