summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* 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