<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta-yocto, branch python3</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=python3</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=python3'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2016-02-28T11:31:17+00:00</updated>
<entry>
<title>meta-yocto: Rename to meta-poky to better match its purpose</title>
<updated>2016-02-28T11:31:17+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2016-02-16T16:42:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9d5483c37523ff3d334c98cafb848282b54962cd'/>
<id>urn:sha1:9d5483c37523ff3d334c98cafb848282b54962cd</id>
<content type='text'>
"poky" is the reference distribution for the Yocto Project. This renames
the layer within the meta-yocto repository to meta-poky, better matching
what that layer contains.

A layer.conf file is left behind as this is the only way which allows
existing builds to migrate safely to the new name. It will be removed
at some future point.

This change requires the corresponding OE-Core change to handle the
migration and the changes to the infrastructure to support this.

(From meta-yocto rev: d0c88df2e14672fca4ebbde93c5efbcd0e4fa9b6)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Remove obsolete references to exmap</title>
<updated>2016-02-15T17:32:09+00:00</updated>
<author>
<name>Randy MacLeod</name>
<email>Randy.MacLeod@windriver.com</email>
</author>
<published>2016-02-09T02:46:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=a56da4a0fc792c854d1201b22969dc48fe437a0b'/>
<id>urn:sha1:a56da4a0fc792c854d1201b22969dc48fe437a0b</id>
<content type='text'>
Exmap was a useful tool but it appears to be unsupported.
Remove it from the sample local.conf and remove the
commented lines from the profile tools packagegroup.

(From meta-yocto rev: 4c71076dc70fc9fd2c3c6183fe6e5c1724cf6682)

Signed-off-by: Randy MacLeod &lt;Randy.MacLeod@windriver.com&gt;
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>poky: Disable static libs by default</title>
<updated>2016-02-15T16:34:59+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2016-02-14T14:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9cb38c1eb54a37ca846585e305f6e85b1db041c8'/>
<id>urn:sha1:9cb38c1eb54a37ca846585e305f6e85b1db041c8</id>
<content type='text'>
Static libraries are old technology. We've left them around since in
previous tests, they only added around 5% to the overall build time.

With new and interesting uses of OE, they're becoming more problematic.
For example, sstate becomes much larger with static libs enabled which
increases the size of eSDK and increases the time taken for sstate
operations. Since the static libs contain all the debugging symbols,
they're also pretty huge.

Therefore use the common include which enables this from OE-Core.

(From meta-yocto rev: a67da388fd9afd8c4b6084b972349da05b9a433e)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>maintainers.inc: include libjpeg-turbo and mmc-utils</title>
<updated>2016-02-12T18:03:47+00:00</updated>
<author>
<name>Maxin B. John</name>
<email>maxin.john@intel.com</email>
</author>
<published>2016-02-12T14:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=971fafba6a04531acc73ed348f04a6315be6d0ef'/>
<id>urn:sha1:971fafba6a04531acc73ed348f04a6315be6d0ef</id>
<content type='text'>
Include libjpeg-turbo and mmc-utils packages in the list.

(From meta-yocto rev: f89dbf8a83c557d1612c67bea5535e7b82f218f5)

Signed-off-by: Maxin B. John &lt;maxin.john@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>poky: update qemu* to prefer 4.4 kernel</title>
<updated>2016-02-11T22:57:19+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2016-02-11T15:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4a8d20ae4d5605fa128e52149585f9a7d2e9ba48'/>
<id>urn:sha1:4a8d20ae4d5605fa128e52149585f9a7d2e9ba48</id>
<content type='text'>
4.4 is out and has had enough mileage to be the default for the
qemu machines. Tested with sato, minimal and kernel dev image
types.

(From meta-yocto rev: 99a698b1cc00ed1a4e2f2344c13db11da5f0d466)

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>maintainers: remove gtk-theme-torturer and gnome-mime-data</title>
<updated>2016-02-08T10:53:29+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2016-02-05T20:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d482d84998c70f6cf4269ad15d3e7ac6f3cb3a53'/>
<id>urn:sha1:d482d84998c70f6cf4269ad15d3e7ac6f3cb3a53</id>
<content type='text'>
(From meta-yocto rev: 1176f890cc022dc541f2754fa3782dcda676dd5e)

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>local.conf.sample.extended: Document HOW-TO enable systemd or busbox for init system</title>
<updated>2016-02-05T00:22:30+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2016-01-22T20:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=34e95b0349043030b430a8fa22ffd15aae17017c'/>
<id>urn:sha1:34e95b0349043030b430a8fa22ffd15aae17017c</id>
<content type='text'>
OE core provides systemd,busybox as options for system init system along
with sysvinit being the default. Document the needed settings to enable
systemd and busybox as options if user wishes.

(From meta-yocto rev: 36ea4c99bd1d769e1b4098c8cc9baffc161131b6)

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>local.conf.sample: Remove trailing whitespaces</title>
<updated>2016-02-05T00:22:30+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2016-01-22T20:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=077d32eb5281be65fa5656c1faa32a3881edf2fd'/>
<id>urn:sha1:077d32eb5281be65fa5656c1faa32a3881edf2fd</id>
<content type='text'>
(From meta-yocto rev: 93c7a1a72cb485fabd5f247e6245ec44b4cb26bf)

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>poky-tiny: Use musl for default system C library</title>
<updated>2016-02-04T23:45:05+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2015-12-20T00:05:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=1e95ebd4c3f8364479c371d2c4bc4f643db3262f'/>
<id>urn:sha1:1e95ebd4c3f8364479c371d2c4bc4f643db3262f</id>
<content type='text'>
poky-tiny is reference for smallest footprint distro that can be
generated using yocto project infrastructure. Therefore switch to using
musl which gives the smallest footprint with a lot of extra stretching
for adding new package if needed, core-image-minimal for qemux86 comes
out to be 716K ( rootfs only ), boot tested on qemux86/poky-tiny

(From meta-yocto rev: e1b4918a4f3a19a125537a984ce4dadb79badcea)

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
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>maintainers.inc: Set me as Maintainer of QEMU.</title>
<updated>2016-02-04T23:41:02+00:00</updated>
<author>
<name>Aníbal Limón</name>
<email>anibal.limon@linux.intel.com</email>
</author>
<published>2016-02-03T17:52:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6594bd543f7f0794448f69a2509147fbec59bc20'/>
<id>urn:sha1:6594bd543f7f0794448f69a2509147fbec59bc20</id>
<content type='text'>
(From meta-yocto rev: eb1e3fa0644099295b4fe5a5a5415804b5fda693)

Signed-off-by: Aníbal Limón &lt;anibal.limon@linux.intel.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
