aboutsummaryrefslogtreecommitdiffstats
path: root/conf
AgeCommit message (Collapse)Author
2024-03-22layer.conf: Mark as compatible with scarthgapGeoff Parker
LAYERSERIES_COMPAT: replace nanbield with scarthgap for Yocto 5.0 Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
2023-11-22layer.conf: Mark as compatible with nanbieldAJ Bagwell
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>
2023-03-16Merge pull request #3 from kk6ho/master+mickledoreRichard
layer.conf: Switch LAYERSERIES_COMPAT to mickledore
2023-01-16layer.conf: Switch LAYERSERIES_COMPAT to mickledoreGeoff Parker
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
2022-12-12conf: layer: add free(1) to HOSTTOOLS_NONFATAL for icedtea7-nativeAhmad Fatoum
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>
2022-11-24layer.conf: Mark as compatible with langdaleUlrich Ölmann
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
2022-02-28Switch compat to kirkstoneJeremy A. Puhlman
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
2021-08-11layer.conf: Update to new honister release nameAJ Bagwell
Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
2021-04-27layer.conf: Mark as compatible with hardknottAnthony Bagwell
Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
2020-11-03layer.conf: Mark as compatible with gatesgarthGeoff Parker
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
2020-04-09layer.conf: Mark as compatible with dunfellJacob Kroon
Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
2020-01-21layer.conf: add LAYERDEPENDS for openembedded-layer aka meta-oeRichard Leitner
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
2019-11-05layer.conf: remove compatibility with thud and warriorRichard Leitner
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>
2019-11-05layer.conf: Mark as compatible with zeusAlistair Francis
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
2019-04-03layer.conf: Add warrior to compatible release seriesRichard Leitner
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
2018-10-22layer.conf: change LAYERSERIES_COMPAT to thudRichard Leitner
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
2018-10-02conf: distro: add mejate{,-musl} distributionsRichard Leitner
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>
2018-08-21layer.conf: stop OpenJDK-8(native) build dependencies from being installedAndré Draszik
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>
2018-06-12layer.conf: add ca-certificates-java to SIGGEN_EXCLUDERECIPES_ABISAFEAndré Draszik
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>
2018-04-10layer.conf: Set LAYERSERIES_COMPAT markup to layer.confMaxin B. John
This helps users to identify the compatibility of layers. Signed-off-by: Maxin B. John <maxin.john@intel.com>
2015-12-11rxtx: put license to LICENSE_PATHJan Remmet
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>
2011-11-26meta-java: initial commitHenning Heinold
* 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