summaryrefslogtreecommitdiffstats
path: root/meta-poky
Commit message (Collapse)AuthorAgeFilesLines
* poky: Switch to post release name/versionRichard Purdie2016-04-291-2/+2
| | | | | | (From meta-yocto rev: c9766c66525a0c1b040d1282ecc1c6f41c615dc7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: Switch to using kernel 4.4 and busybox for initKhem Raj2016-04-291-5/+7
| | | | | | | | | | | | | | busybox based init system is available and used in many other distributions e.g. buildroot, therefore use that combination with mdev gives a scalable image and chance to execute sysvinit scripts as well, adding nothing to image size. (From meta-yocto rev: fb26fae4476c6e4ce281c70d81a416035650ebf6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toasterconf.json: Update for krogoth releaseBelen Barros Pena2016-04-181-2/+17
| | | | | | | | | | Update the Toaster configuration file in the meta-poky layer to include the Yocto Project 2.1 release. (From meta-yocto rev: 3f86af4148744c65b3d78f8df0d5e4d852cf7ae8) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toasterconf.json: Remove fido from supported configurationsBelen Barros Pena2016-04-181-17/+2
| | | | | | | | | | | It looks like the master branch will no longer build with the Fido release, so remove all references to fido and make sure that the file sets up local, master and jethro releases. (From meta-yocto rev: a1955509f1f96b982f13a1e9ec0e4fd309e72a6b) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny.conf: set PREFERRED_VERSION_linux-yocto-tiny to 4.4Robert Yang2016-04-181-1/+1
| | | | | | | | (From meta-yocto rev: 84d320a2c088703b7f7160858672688a8ed5f443) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Make it possible to override EXTRA_IMAGE_FEATURESPeter Kjellerstedt2016-04-091-1/+1
| | | | | | | | | | | It should be possible to override EXTRA_IMAGE_FEATURES in auto.conf, which is read before local.conf. (From meta-yocto rev: 6ac97f09957f206272e5bd6833ae699fd8375714) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com> 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>
* maintainers.inc: remove adt-installerYi Zhao2016-04-091-1/+0
| | | | | | | (From meta-yocto rev: 8ef0e0dd13f944d9f88f64079edb947ed6570d5e) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: remove reference to adtYi Zhao2016-04-091-2/+2
| | | | | | | (From meta-yocto rev: 990c40fcbbf341a933ee9b22ca26948cfe886b91) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-floating-revisions: Fix typoRichard Purdie2016-04-081-1/+1
| | | | | | (From meta-yocto rev: 8b8c3fa97826f76c3b21ae9bc7e7a99a7edafbf4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toasterconf.json: Add DL_DIR and SSTATE_DIR to poky toasterconfSujith H2016-04-071-1/+3
| | | | | | | | | | | | | | | | Add the DL_DIR and SSTATE_DIR to the toasterconf with defaults set We now support per project sharing of the DL_DIR and SSTATE_DIR in toaster. [YOCTO #8422] (From meta-yocto rev: 3ef8917f03a3900585281a50168cffdff4e05d06) Signed-off-by: Sujith H <sujith.h@gmail.com> Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Michael Wood <michael.g.wood@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-sanity.bbclass: update conf/templateconf.cfg for existing installationsBill Randle2016-03-263-6/+40
| | | | | | | | | | | | | | Updates of existing installations for the meta-yocto to meta-poky transition will update the bblayers.conf file, but not the templateconf.cfg file. This patch updates the template file to point to meta-poky/conf, if necessary. Fixes [YOCTO #9278] (From meta-yocto rev: e560e9b157fd53cccbe73659b44777715660f0b2) Signed-off-by: Bill Randle <william.c.randle@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* site.conf.sample: fix reference to oe-git-proxy scriptPaul Eggleton2016-03-261-1/+1
| | | | | | | | | | The name of the script is oe-git-proxy, not oe-git-proxy.sh. (From meta-yocto rev: c10150d94e8830c82937f6b229672c194ef270bf) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf-notes: remove reference to adt-installerEd Bartosh2016-03-261-1/+0
| | | | | | | | | | | | | As adt-installer is not supported anymore in 2.1, removed the reference to it from "Common targets". [YOCTO #9256] (From meta-yocto rev: b4b516f69da3127d3861116d77373f96f8257d50) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Disable prelink by defaultRichard Purdie2016-03-131-1/+2
| | | | | | | | | | prelink is having issues with IFUNC symbols such as tha for fork() in libpthread. Disable prelink for now until we can get to the bottom of the issue. (From meta-yocto rev: 00d52bdcc4793da88d0e2979e9a89d67be20ffb8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/distro/include: drop old recipesPaul Eggleton2016-03-092-19/+0
| | | | | | | | | These recipes have been removed (some a very long time ago). (From meta-yocto rev: aaac6caf880c977c1385515580743f0e01800f73) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bblayers.conf.sample: remove BBLAYERS_NON_REMOVABLEPaul Eggleton2016-03-091-4/+0
| | | | | | | | | | Hob was the only thing paying attention to this, and now Hob itself has been removed we can remove this as well. (From meta-yocto rev: 31f937ebfe916aadcd0beb5f8088d88feadc2a98) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 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>
* maintainers.inc: Add new eudev package and change maintainership for udevAlejandro Hernandez2016-03-021-1/+1
| | | | | | | (From meta-yocto rev: a9815c6175095e3afb7142287a25593ef03488d1) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Rename to meta-poky to better match its purposeRichard Purdie2016-02-2822-0/+3938
"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>