summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* layer.conf: Mark as compatible with scarthgapGeoff Parker2024-03-221-1/+1
| | | | | | LAYERSERIES_COMPAT: replace nanbield with scarthgap for Yocto 5.0 Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
* layer.conf: Mark as compatible with nanbieldAJ Bagwell2023-11-221-1/+1
| | | | | | | Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com> LAYERSERIES_COMPAT: drop mickeldore, replace with nanbield Signed-off-by: Tim Orling <tim.orling@konsulko.com>
* Merge pull request #3 from kk6ho/master+mickledoreRichard2023-03-161-1/+1
|\ | | | | layer.conf: Switch LAYERSERIES_COMPAT to mickledore
| * layer.conf: Switch LAYERSERIES_COMPAT to mickledoreGeoff Parker2023-01-161-1/+1
| | | | | | | | Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
* | conf: layer: add free(1) to HOSTTOOLS_NONFATAL for icedtea7-nativeAhmad Fatoum2022-12-121-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | icedtea7-native build uses free -m (from the procfs suite of tools) to determine memory bound during compile. This always fails for us, because free is not passed through from the host environment. This results in a few warnings in the logs: /bin/sh: line 1: free: command not found [..snip..]/Sanity-Settings.gmk:195: WARNING: MB_OF_MEMORY should not be empty [Sanity-Settings.gmk] But otherwise this is handled gracefully. Problems arise when building icedtea7-native on hosts with more modest RAM sizes: Build process will consume so much RAM that the OOM killer is invoked. Let us avoid this by passing through free from the host environment. We use HOSTTOOLS_NONFATAL instead of HOSTTOOLS as to not break currently working setups that have enough RAM but lack free(1). This needs to be done globally due to the way HOSTTOOLS_NONFATAL is evaluated, we thus stick it into the layer.conf. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* layer.conf: Mark as compatible with langdaleUlrich Ölmann2022-11-241-1/+1
| | | | | Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* Switch compat to kirkstoneJeremy A. Puhlman2022-02-281-1/+1
| | | | | Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* layer.conf: Update to new honister release nameAJ Bagwell2021-08-111-1/+1
| | | | | Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* layer.conf: Mark as compatible with hardknottAnthony Bagwell2021-04-271-1/+1
| | | | | Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* layer.conf: Mark as compatible with gatesgarthGeoff Parker2020-11-031-1/+1
| | | | | Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* layer.conf: Mark as compatible with dunfellJacob Kroon2020-04-091-1/+1
| | | | | Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* layer.conf: add LAYERDEPENDS for openembedded-layer aka meta-oeRichard Leitner2020-01-211-0/+1
| | | | Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* layer.conf: remove compatibility with thud and warriorRichard Leitner2019-11-051-1/+1
| | | | | | | As we want to start some cleanup work on meta-java stay only compatible with zeus. Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* layer.conf: Mark as compatible with zeusAlistair Francis2019-11-051-1/+1
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* layer.conf: Add warrior to compatible release seriesRichard Leitner2019-04-031-1/+1
| | | | Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* layer.conf: change LAYERSERIES_COMPAT to thudRichard Leitner2018-10-221-1/+1
| | | | Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* conf: distro: add mejate{,-musl} distributionsRichard Leitner2018-10-022-0/+13
| | | | | | | Add meta-java test distributions for glibc and musl. Those should be used for oeqa tests of the *-test-image's to cover also musl. Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* layer.conf: stop OpenJDK-8(native) build dependencies from being installedAndré Draszik2018-08-211-0/+4
| | | | | | | | | | | | | | | | Avoid installation of all openjdk-8-native buildtime dependencies into a depending recipe's sysroot. To execute openjdk-8-native as part of a depending recipe's build, we don't need the openjdk-8-native build time dependencies (like ant-native, or more importantly icedtea-7-native), just its runtime dependencies, unless of course that depending recipe's builds needs those tools itself. In that case, it needs to specify them explicitly, though (of course!). Use SSTATE_EXCLUDEDEPS_SYSROOT to prevent openjdk-8-native build time dependencies from being copied in the sysroot unless explicitly requested. Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Richard Leitner <dev@g0hl1n.net>
* layer.conf: add ca-certificates-java to SIGGEN_EXCLUDERECIPES_ABISAFEAndré Draszik2018-06-121-0/+4
| | | | | | | Same as ca-certificates in openembedded-core Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
* layer.conf: Set LAYERSERIES_COMPAT markup to layer.confMaxin B. John2018-04-101-0/+1
| | | | | | This helps users to identify the compatibility of layers. Signed-off-by: Maxin B. John <maxin.john@intel.com>
* rxtx: put license to LICENSE_PATHJan Remmet2015-12-111-0/+2
| | | | | | | | fixes "WARNING: rxtx: No generic license file exists for: RXTXv2.1 in any provider" on fido Signed-off-by: Jan Remmet <j.remmet@phytec.de> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* meta-java: initial commitHenning Heinold2011-11-261-0/+9
* taken over mostly stuff from oe classic * cleaned up recipes * added license checksums * bump icedtea6-native to 1.8.11 * use jamvm from git as native