summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/distro/poky.conf
Commit message (Collapse)AuthorAgeFilesLines
* poky: Update distro version to 2.1.2Richard Purdie2016-11-091-1/+1
| | | | | | (From meta-yocto rev: 5e0f74876155b2174e9b078e1829559a58347c9c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 2.1.1 krogoth releaseRichard Purdie2016-07-061-1/+1
| | | | | | (From meta-yocto rev: 19c53669baf39ef793b3fb8f0e01345e450f1f78) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add Fedora 23 to supported distrosRoss Burton2016-04-091-0/+1
| | | | | | | | | [ YOCTO #8871 ] (From meta-yocto rev: 97ef7ac033f50a7544cc7b199b9af637d0bce858) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Convetion is 2.1, not 2.1.0Richard Purdie2016-04-061-1/+1
| | | | | | (From meta-yocto rev: 35487c9e30a99c66d7a21483ae510cc0218efcd5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 2.1.0 krogoth releaseRichard Purdie2016-04-061-2/+2
| | | | | | (From meta-yocto rev: e1d41fc7971643f137c6df4391ecbbd66e434171) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Exclude DATE from DISTRO/SDK_VERSION checksumsRichard Purdie2016-04-031-0/+3
| | | | | | | | | | | | | DATE is in HASHCONFIG_WHITELIST which means the server does not reparse when DATE changes. If DISTRO_VERSION was used somewhere and contained DATE, the value *would* change however, meaning the server and worker checksums could end up differing. We therefore exclude DATE from the checksums, making everything consistent. (From meta-yocto rev: b5d6379ab9484acd3ea22fa9faeeaf0a1e2c2550) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Enable uninativeRichard Purdie2016-03-091-0/+2
| | | | | | | | | Use uninative by default, not least to benefit from sstate cache reuse on the autobuilders. (From meta-yocto rev: 22e788f73528103b9927e7ffc75e509e51c2ffa9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Rename to meta-poky to better match its purposeRichard Purdie2016-02-281-0/+104
"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 <richard.purdie@linuxfoundation.org>