summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/layer.conf
Commit message (Collapse)AuthorAgeFilesLines
* layer.conf: Update for the scarthgap release seriesRichard Purdie2024-02-091-1/+1
| | | | | | | | Prepare for the scarthgap release. (From meta-yocto rev: 5be4f867a3fba39103a569eb4ecf10c39eca3742) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* layer.conf: Update to nanbield release seriesRichard Purdie2023-09-101-1/+1
| | | | | | (From meta-yocto rev: 1274324fedd63a60ac974b35b1d2b53928a42840) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* layer.conf: Mark master as compatible with mickledoreRichard Purdie2023-01-031-1/+1
| | | | | | (From meta-yocto rev: d12c8f18f97935e3f5481a2324dcfdfaa9f1b944) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky/meta-yocto-bsp: Post release version/codename updatesRichard Purdie2022-04-221-1/+1
| | | | | | (From meta-yocto rev: e6f4a7f76b8a60f365a111e0b38d6d5090a0b003) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* layer.conf: Update to kirkstone namespaceRichard Purdie2022-02-211-1/+1
| | | | | | (From meta-yocto rev: a9224d845854f0f213b53648c4b01b0785c749c0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* layer.conf: Update to honisterRichard Purdie2021-07-291-1/+1
| | | | | | | | | This marks the layers as compatible with honister now they use the new override syntax. (From meta-yocto rev: ea637ebd5a79e5d023bbf347d633568bcb7506a2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* layer.conf: Update for hardknott release seriesRichard Purdie2021-03-151-1/+1
| | | | | | (From meta-yocto rev: f07f28224c9d3d1af5e7a63151da8ad4731fd1c5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-poky/meta-yocto-bsp layer.conf: Move to depend on gatesgarth release ↵Richard Purdie2020-05-181-1/+1
| | | | | | | | codename (From meta-yocto rev: a6b17a67a7478fb6536eff388bfd30f058388fd5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* layer.conf: Update to new dunfell release nameRichard Purdie2020-03-151-1/+1
| | | | | | (From meta-yocto rev: a1ae7e14edd36007adf027e21711f016e0f25658) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* layer.conf: Update for zeus seriesRichard Purdie2019-10-081-1/+1
| | | | | | (From meta-yocto rev: 339de6c86cc93b24ed7faaa7012d0768c626a11c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* layer.conf: Update to warrior release name seriesRichard Purdie2019-04-021-1/+1
| | | | | | (From meta-yocto rev: 85ed7ed9d3b34562b1df30e67aa0698facdb0dd5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* layer.conf: Update sumo->thud in preparation for releaseRichard Purdie2018-09-241-1/+1
| | | | | | (From meta-yocto rev: 2404cddc02b428fb510574b02707f7e0b68e31e8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* layer.conf: Update LAYERSERIES rocko -> sumoRichard Purdie2018-04-061-1/+1
| | | | | | (From meta-yocto rev: db28e5c97895d2a25098aaac7f0a65d4f2a01866) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Add LAYERSERIES_COMPAT markup to layer.confRichard Purdie2017-06-121-0/+2
| | | | | | | | | This means mismatched layers are more clearly identified to the user in cases where compatibility has not been tested. (From meta-yocto rev: ca35ea46708e0514e4d5a20950880be0bf1d4147) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-sanity.bbclass: update conf/templateconf.cfg for existing installationsBill Randle2016-03-261-1/+1
| | | | | | | | | | | | | | 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>
* meta-yocto: Rename to meta-poky to better match its purposeRichard Purdie2016-02-281-0/+18
"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>