<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta-yocto, branch 1.5_M4.rc2</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=1.5_M4.rc2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=1.5_M4.rc2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2013-08-27T23:25:57+00:00</updated>
<entry>
<title>local.conf.sample: Add genericx86-64 machine to machine list</title>
<updated>2013-08-27T23:25:57+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2013-08-27T20:16:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9b052712efbdc6308ef756276c72141ac923cfa8'/>
<id>urn:sha1:9b052712efbdc6308ef756276c72141ac923cfa8</id>
<content type='text'>
local.conf.sample lists all core BSPs. Add the new genericx86-64
machine, removing the duplicate entry of the genericx86 machine.

(From meta-yocto rev: fb2ed5b2bc3fad86ac78c99ad93d0c64a5ea73ba)

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>local.conf.sample: Replace atom-pc with genericx86</title>
<updated>2013-08-27T09:55:08+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2013-08-26T21:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6edcb6fb25ed3cf3eeb17f6d5ab8e9669cefaa43'/>
<id>urn:sha1:6edcb6fb25ed3cf3eeb17f6d5ab8e9669cefaa43</id>
<content type='text'>
Update the sample local.conf file to reflect the recent replacement of
atom-pc with genericx86.

(From meta-yocto rev: 87069d3228d23bc37dc918bbb17bda2f397aa7ba)

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Cc: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>meta-yocto: change default kernel to 3.10</title>
<updated>2013-08-27T09:55:07+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-08-26T18:08:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=36fc237ad7aaf7097698caaa2a19e49731eb1a21'/>
<id>urn:sha1:36fc237ad7aaf7097698caaa2a19e49731eb1a21</id>
<content type='text'>
With 3.10 being the next LTSI kernel, and all qemu reference platforms
tested on that new baseline, the time has come to bump the default
version for qemu* and other boards to 3.10.

Reference platforms continue to explicitly set their own preferred versions
for the kernel as required.

(From meta-yocto rev: 8a732e2b940edb7618899a83dedb074f6086a407)

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>poky.conf: add Debian 7.1 to SANITY_TESTED_DISTROS</title>
<updated>2013-08-22T11:54:39+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2013-08-21T09:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=06f1ebf206911ffe223483da945189a287f20b7d'/>
<id>urn:sha1:06f1ebf206911ffe223483da945189a287f20b7d</id>
<content type='text'>
7.1 is a point release with security and bug fixes only, and I can confirm that
it works.

(From meta-yocto rev: 6d667926f795387207f6bed591aff244926f08e2)

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>SDK_NAME: Change to include image name and tune arch</title>
<updated>2013-08-22T11:51:59+00:00</updated>
<author>
<name>Elizabeth Flanagan</name>
<email>elizabeth.flanagan@intel.com</email>
</author>
<published>2013-08-21T21:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b2d8f69089ad1b243b69645f07eeeea8d5a271b7'/>
<id>urn:sha1:b2d8f69089ad1b243b69645f07eeeea8d5a271b7</id>
<content type='text'>
[YOCTO #4618]

When building out multiple toolchains with the same target arch
you can end up having toolchains with the same name. Making
the naming a bit more granular by adding IMAGE_BASENAME and
TUNE_PKGARCH to SDK_NAME and removing TARGET_ARCH from SDK_NAME

(From meta-yocto rev: 4ad6195596f7dcdb8a7131555d7caee630a4b958)

Signed-off-by: Elizabeth Flanagan &lt;elizabeth.flanagan@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>upstream_tracking: Update last check dates</title>
<updated>2013-08-22T11:51:59+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2013-08-22T05:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=183e781ac5fa153fa8b01fb9d0b1d4a5fb4d0012'/>
<id>urn:sha1:183e781ac5fa153fa8b01fb9d0b1d4a5fb4d0012</id>
<content type='text'>
(From meta-yocto rev: f03751075aab2fe2bc733eee7ae47fb8a6453ccd)

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>maintainers: give guilt-native to Bruce</title>
<updated>2013-08-22T11:51:59+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2013-08-22T05:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c467d8438a180f1023329c070d23a549516427cc'/>
<id>urn:sha1:c467d8438a180f1023329c070d23a549516427cc</id>
<content type='text'>
(From meta-yocto rev: e1eb3f66a933a0e64a735e6484028474b6e9f670)

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>upstream_tracking: add NO_UPDATE_REASON for gawk and pango</title>
<updated>2013-08-22T11:51:59+00:00</updated>
<author>
<name>Cristiana Voicu</name>
<email>cristiana.voicu@intel.com</email>
</author>
<published>2013-08-22T08:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d6dc3329a5a3163ae6d2ef07c257dc6643a66ca4'/>
<id>urn:sha1:d6dc3329a5a3163ae6d2ef07c257dc6643a66ca4</id>
<content type='text'>
(From meta-yocto rev: 7763eaea0f3c3e5b63fa7c28e578f676ca1f5ef6)

Signed-off-by: Cristiana Voicu &lt;cristiana.voicu@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>poky.conf: Don't force the addition of extra DISTRO_FEATURES</title>
<updated>2013-08-20T21:58:04+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2013-08-15T18:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b2ff1add530b1fec2fb7f385227a03db47015c37'/>
<id>urn:sha1:b2ff1add530b1fec2fb7f385227a03db47015c37</id>
<content type='text'>
The DISTRO_FEATURES shouldn't unconditionally append items to it. This
makes it impossible to override it inside of local.conf or in a distro
based on Poky.

This moved the definition to poky.conf and created a new variable
(POKY_DEFAULT_DISTRO_FEATURES) which easy overriding of this, for Poky
based distros and used the 'DISTRO_FEATURES_DEFAULT' variable to avoid
duplication OE-Core default.

This makes the override of default DISTRO_FEATURES easier. User can now do:

,----[ Usage example for local.conf ]
| DISTRO_FEATURES = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} \
|                    largefile opengl multiarch"
`----

(From meta-yocto rev: 3be81b70202909e273b5b555d8e66e9e644ef2c0)

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>maintainers.inc: add entries for libav, x264 and yasm</title>
<updated>2013-08-16T10:27:57+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2013-08-15T12:06:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=48bdcd7b2f65bbb1f707af38475947824da713d9'/>
<id>urn:sha1:48bdcd7b2f65bbb1f707af38475947824da713d9</id>
<content type='text'>
These were recently added by me and I'm prepared to continue maintaining
them.

(From meta-yocto rev: c31d43ba3799bd54e143505db38910574e6233ec)

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
