summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/distro/include
Commit message (Collapse)AuthorAgeFilesLines
* poky-altcfg: Update PREFERRED_VERSION for kerenlRichard Purdie2024-01-221-2/+2
| | | | | | | | Update to 6.6 since it is our only kernel version. (From meta-yocto rev: 00b2de10d7665a60d32497cb141f40ba3e1143fa) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcsections: apply section removal also in C++, not only in CPeter Marko2023-07-121-0/+2
| | | | | | | | | | | | | | | | Currently only CFLAGS contains sections optimizations. This is used during C compilation. C++ compilation uses CXXFLAGS instead. I did not introduce CXXFLAGS_SECTION_REMOVAL because the options are identical in C and C++, while adding it would add whole lot of additional useless lines of code to maintain. (From meta-yocto rev: 4962baf5d0baf3bf61a44020be96cb877f4e4979) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-altconfig: enable usrmerge DISTRO_FEATURERoss Burton2023-06-151-2/+2
| | | | | | | | | | | | | | | | | The point of poky-altconfig is to exercise popular DISTRO_FEATURES which are not enabled in nodistro or poky out of the box. With the upcoming v254 release of systemd mandating usrmerge[1] this will become mandatory for anyone using systemd, so get ahead of the curve and enable it in poky-altconfig now to shake out any problems and ensure it is continually tested. [1] https://lists.freedesktop.org/archives/systemd-devel/2023-June/049173.html (From meta-yocto rev: 060021abc795cebbbf003265c2fcb976505333a8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: Drop 5.15 supportRichard Purdie2023-05-261-1/+1
| | | | | | | | | | 5.15 doesn't work with gcc 13 and we'll be replacing 5.15 with a new kernel version later in the release cycle. Drop 5.15 now so we can move forward with gcc 13 and we'll add a new kernel version later. (From meta-yocto rev: 084d840d7f655466d5d668ca309a8b09b83f23fb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-bleeding: Update and reworkRichard Purdie2023-03-211-48/+18
| | | | | | | | | | | | | | | | | | This distro setting has bitrotted quite badly but the idea remains a good one. Try and improve things by: * using a class and a list of recipes to make things more readable * drop settings for recipes which no longer use git * drop obsolete PREFERRED_VERSION settings * add a provider switch to use linux-yocto-dev * reword to avoid "package" confusion with recipe The distro then builds and highlighted a number of matchbox issues which other patches address and improve. (From meta-yocto rev: 00e974484d771dd015af1f2c0c547135555d24d0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: change preferred kernel version to 5.15 in poky-altBruce Ashfield2022-08-091-1/+1
| | | | | | | | | | 5.10 has been removed from oe-core, we change the alt distro to the 5.15 kernel. (From meta-yocto rev: 7077d849ef8588b65a7a3ae61b49292407ac13d7) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-floating-revisions.inc: remove xf86-input-keyboard entryAlexander Kanavin2022-08-041-2/+0
| | | | | | | | | The recipe has been removed from core. (From meta-yocto rev: ae07a50d067d554d1d62ba1c8a4c323907a2c559) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcsections: add nativesdk-cairo to exclude listChristian Eggers2022-02-161-0/+2
| | | | | | | | | | | | | | | | configure fails with the following error if gcsections is active during build of nativesdk-cairo: | checking whether float word ordering is bigendian... unknown | configure: error: | | Unknown float word ordering. You need to manually preset | ax_cv_c_float_words_bigendian=no (or yes) according to your system. (From meta-yocto rev: 45f97f55ae181b3fe5436276b36f5ed48d7437de) Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-floating-revisions.inc: Use new override syntax for commented varsPeter Kjellerstedt2021-08-261-5/+5
| | | | | | | (From meta-yocto rev: ab8cec2cc136f03747995565c3f5ae923883a55c) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-alt: switch default kernel to 5.10Bruce Ashfield2021-08-181-1/+1
| | | | | | | | | | 5.4 has been dropped from oe-core release/development, so we switch the alt-config to use 5.10. (From meta-yocto rev: 979b52c5f1d649791bfe312d79585a4cd346ce26) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-poky/meta-yocto-bsp: Convert to new override syntaxRichard Purdie2021-07-293-54/+54
| | | | | | | | | | | | This converts the two layers to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> with no manual fixes. (From meta-yocto rev: 387eab70f343966267c2a68746aea1bbb8525191) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-poky: remove clutter referencesRoss Burton2021-06-031-2/+0
| | | | | | | (From meta-yocto rev: 4c507b7bd9453abce9faf9e764756c01f303d01d) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: fix typosVivien Didelot2021-03-111-1/+1
| | | | | | | | | | Fix fromw -> from typo in poky-world-exclude.inc, and confiruration -> configuration in poky-tiny.conf. (From meta-yocto rev: 70f767e9440452bf65dc5c295ae5e336d5622597) Signed-off-by: Vivien Didelot <vdidelot@pbsc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-alt: don't use conditional assignment for preferred kernel versionBruce Ashfield2021-01-051-1/+1
| | | | | | | | | | | | | | | | The include of poky.conf already sets a preferred kernel version, so the one in the alt-config won't have any impact. This normally isn't a problem, but when we are introducing a new kernel that doesn't yet have compatibility with all machines, it throws warnings. WARNING: preferred version 5.10% of linux-yocto not available (for item kernel-module-x-tables) WARNING: versions of linux-yocto available: 5.4.69+gitAUTOINC+1c358e1969_cfcdd63145 5.8.13+gitAUTOINC+b976de4f41_5981001bf0 (From meta-yocto rev: a7b41f311eb79a2a112a75160b6d557029ca9904) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcsections: add more suppressions for SDK buildsSinan Kaya2020-12-201-0/+10
| | | | | | | | | More suppression is needed for glibc, perl and mingw. (From meta-yocto rev: 0e0f03888f876f7025aec292689a14925217619d) Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: enable section removalSinan Kaya2020-12-031-0/+22
| | | | | | | | | | Use GCC sections flags so that unused sections can be garbage collected at link time. (From meta-yocto rev: 70176ee6235c2545e18df855cac2c3524b7e50e4) Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-alt: bump LTS kernel to v5.4Bruce Ashfield2020-02-221-1/+1
| | | | | | | | | We move from 4.19 to 5.4 as the LTS kernel. (From meta-yocto rev: db7ed0a35a9822ba2ffe629c08bc5056be1cccc0) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-altcfg: Replace poky-lsb with poky-altcfgRichard Purdie2019-08-291-0/+6
| | | | | | | | | | LSB has been removed, replace poky-lsb with poky-altcfg, a place where we can test different configurations on the autobuilder as well as showing an example of how to subclass a distro configuration. (From meta-yocto rev: 00fdefff55717331a220fe624f29c387970d31d7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Remove LSB support bitsAdrian Bunk2019-08-291-1/+1
| | | | | | | | | | | | LSB as a standard isn't current and isn't well suited to embedded anyway. Its putting artifical constraints on the system and with modern layer technology, would now be better off as its own layer. As such its time to split it out. (From meta-yocto rev: 8bb0237a74c2b66d0d0f19e600a5fb39df67894f) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/include: Add poky-distro-alt-test-config.incRichard Purdie2019-07-191-0/+2
| | | | | | | | | | In order to phase out poky-lsb, move the alternate test configurations to a separate .inc file. This is necessary to avoid maintaining this configuration in the autobuilder config (such as kernel version numbers). (From meta-yocto rev: 235f592b44617afcd31211e476428fadf456eaea) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-floating-revisions: remove deleted testsRoss Burton2019-02-121-2/+0
| | | | | | | | | | These tests are very old, unmaintained, and there are better benchmarking systems available now. (From meta-yocto rev: 48b446fe7ee6601e8927a2f6663c98e6c42e9064) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf: remove maintainers.inc, now in oe-coreRoss Burton2017-09-211-825/+0
| | | | | | | (From meta-yocto rev: c32855290f41616d5c48bb3cb717ec7a840b867d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: updating ownership for apt, dpkg, perl, qemu and related onesLeonardo Sandoval2017-09-121-27/+27
| | | | | | | (From meta-yocto rev: 2966ec0b203dbdce519049e8a6c98fb2f6121a24) Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: assign newly added recipesAlexander Kanavin2017-08-241-0/+9
| | | | | | | | | Speak up if you disagree with these. (From meta-yocto rev: a09b543f9bd0ff9026b129f23d4ae8a5f5a980a6) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: fix pn- overridePaul Eggleton2017-08-241-1/+1
| | | | | | | | | Fix typo in override (_pn_go insteadof _pn-go). (From meta-yocto rev: e5860f12878966d9e8590e872c2f9d9264b24663) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: assign newly added recipesAlexander Kanavin2017-08-091-2/+18
| | | | | | | | | If you disagree with the assignments, please speak up. (From meta-yocto rev: 0966bf5a4e2e202dd1bee04f58a008728b21aed7) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-world-exclude.inc: remove recipes from meta-qt4Alexander Kanavin2017-08-091-4/+0
| | | | | | | | | | Now that meta-qt4 isn't used by the autobuilder, there's no need to exclude broken recipes fron that layer either. (From meta-yocto rev: feb7d9db5979a1b8d5f27c370d01755b50023255) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/maintainers: update for revised maintainershipRoss Burton2017-06-231-188/+148
| | | | | | | | | | | | | | | - move X.org to MontaVista - change Denys's email to ti.com - move "compression" to TI - move VA to Intel - move some to LG Thanks everyone for taking some recipes! (From meta-yocto rev: 975143f63278a5873bcd41c9763426eebfc19e65) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: update maintainers in several python modules, cronie and swigLeonardo Sandoval2017-06-031-16/+16
| | | | | | | | | | | | | | The python modules involved are: * Python 2: numpy and setuptools * python 3: async, dbus, distribute, docutils, gitdb, nose, numpy, pip, pygobject, setuptools, six and smmap (From meta-yocto rev: 103690a9469880ad5059d7ce831d574456f59ee1) Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: move to TIRoss Burton2017-04-201-8/+8
| | | | | | (From meta-yocto rev: b4a77002ec6e82178ebc9a98500d792523094414) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: reassign to OS SystemsRoss Burton2017-04-201-10/+10
| | | | | | (From meta-yocto rev: c19383f1d06180d52122090ca5f94bb449800a3f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: reassign to montavistaRoss Burton2017-04-201-29/+29
| | | | | | (From meta-yocto rev: 2530c7c61cf046bbd04059bc903aa9b65dceb9c3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: move u-boot to marekRoss Burton2017-04-201-3/+3
| | | | | | (From meta-yocto rev: 9e07c711e022f54162603a6175cad928c883accf) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: change ownership on cve-check-tool, nfs-utils, ↵Leonardo Sandoval2017-04-131-4/+4
| | | | | | | | | | ttf-bitstream-vera and which (From meta-yocto rev: c6bbd7f45260d0921ad1c5f8c1f1f7846aa42270) Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-world-exclude.inc: add python-pyqtPaul Eggleton2017-04-101-0/+2
| | | | | | | | | | | python-pyqt in meta-qt4 is about to require sip 4.19 that only meta-oe provides; as we only bring in meta-qt4 for LSB, there's no need to be building this as part of world and it would fail without meta-oe anyway. (From meta-yocto rev: 202598d670a1d335d2a8de7685244fa7f480bd26) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: Add maintainers to go-native and vulkan software package ↵Leonardo Sandoval2017-03-291-0/+2
| | | | | | | | | recipes (From meta-yocto rev: 6edf4e6bf8202378069496eda9f30b9ff7ef85f2) Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers list: add self to libpcre2 as maintainerArmin Kuster2017-03-221-0/+1
| | | | | | | | (From meta-yocto rev: f011bc3caa0734a90d41e96aac302d1a3dc04c51) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: re-assign pcmanfm, so it has same owner as libfmAlexander Kanavin2016-12-201-1/+1
| | | | | | | (From meta-yocto rev: 05126a52525538386c3f91a3de2fa52a55ab42e7) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: Change maintainers for python(3) modulesJose Lamego2016-11-281-4/+4
| | | | | | | | | | | | | | Some packages with recipes for both python2 and python3 must be upgraded simultaneously to avoid version conflicts due to common dependencies. This change distributes responsibilities to provide a single maintainer for related recipes. (From meta-yocto rev: 3318697f529bb3f821b46e64b12e59c2f2aad1ea) Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: remove libwnck3 recipeAlexander Kanavin2016-11-151-1/+0
| | | | | | | | (From meta-yocto rev: b9a01ef196b605255c015f14b907308a1c167402) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/distro/include/maintainers: move toolchain to Khem RajRoss Burton2016-11-091-30/+28
| | | | | | | | | | | | Khem Raj of Comcast has offered to formally own the toolchain and C libraries, so reassign the maintainership to him. Thanks, Khem! (From meta-yocto rev: ae4e83f08474f50683d0176996d1ab8378989d17) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: remove SGML recipesAlexander Kanavin2016-10-281-12/+0
| | | | | | | | (From meta-yocto rev: 572a736e529f862fa60145b34412c3f18d2a9ded) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: add missing recipesAlexander Kanavin2016-10-281-0/+3
| | | | | | | | (From meta-yocto rev: c8fbbfa3224fe1079ecfeef5c7305cd040597198) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: remove core-image-directfb referenceMaxin B. John2016-10-281-1/+0
| | | | | | | | | | | | | | core-image-directfb was removed from oe-core with this commit: remove core-image-directfb.bb as part of moving directfb from oe-core (From OE-Core rev: 8871fe1189776d78e5848b08edb9c990b9aebf2d) (From meta-yocto rev: d8e70722ce82d1d688f63e8572b46c1f01d7f353) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: Change maintainers for python(3) modulesLeonardo Sandoval2016-09-281-34/+34
| | | | | | | | | | New maintainers for python(3) modules: Edwin for python3 and Jose for python2 (From meta-yocto rev: b0e7ac3b54d36977ac46abe5b17ddce54d44a2c7) Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: new maintainers in multiple recipesLeonardo Sandoval2016-09-281-14/+14
| | | | | | | | | | | In order to load balance Alejandro H. there are new maintainers for the following packages: aspell, bc, cronie, libusb(-compact), nfs-utils, pcmanfm, ruby, swig, texinfo, tex-info-dummy-native, ttf-bitstream-vera, unzip and which. (From meta-yocto rev: 63236ba175569c90a6bb9ec3024e18cdd3437e3d) Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: Change perl maintainerLeonardo Sandoval2016-09-281-17/+17
| | | | | | | | | | Anibal agreed to maintain most perl related recipes (include perl and perl-native). (From meta-yocto rev: 20e37fd391a2e9c6f529d4f16d83ed9a4ac12c73) Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: add missing recipesAlexander Kanavin2016-09-131-0/+4
| | | | | | | | (From meta-yocto rev: 34e7bda499e870601cec044e6a63c83ceca4050c) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: rename gtk-doc-stub to gtk-doc, reassign to me2.2_M3Alexander Kanavin2016-09-091-1/+1
| | | | | | | (From meta-yocto rev: e09444f0f613cd7b092bab5cb0106c1447be1ecf) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: update maintainers for DengkeRobert Yang2016-08-231-46/+46
| | | | | | | | | | | * Take recipes from Jussi Kukkonen * Take recipes from Kai, Wenzong and Yi. (From meta-yocto rev: 508dfcf39e09661950c408497fa23ee8a8e20f55) 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>