{"id":29829000,"url":"https://github.com/nedap/meta-java","last_synced_at":"2026-02-08T05:01:23.263Z","repository":{"id":277817100,"uuid":"930931744","full_name":"nedap/meta-java","owner":"nedap","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-26T09:56:18.000Z","size":1019,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"scarthgap","last_synced_at":"2025-09-30T02:46:36.625Z","etag":null,"topics":["yocto"],"latest_commit_sha":null,"homepage":"https://git.yoctoproject.org/meta-java","language":"BitBake","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nedap.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING.MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-11T12:58:29.000Z","updated_at":"2025-02-24T11:13:27.000Z","dependencies_parsed_at":"2025-02-16T11:18:21.776Z","dependency_job_id":"2026ac70-5f9c-4077-9d0b-82c13a0c1288","html_url":"https://github.com/nedap/meta-java","commit_stats":null,"previous_names":["nedap/meta-java"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nedap/meta-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fmeta-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fmeta-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fmeta-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fmeta-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nedap","download_url":"https://codeload.github.com/nedap/meta-java/tar.gz/refs/heads/scarthgap","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fmeta-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29221704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T03:18:47.732Z","status":"ssl_error","status_checked_at":"2026-02-08T03:15:31.985Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["yocto"],"created_at":"2025-07-29T08:15:01.418Z","updated_at":"2026-02-08T05:01:23.222Z","avatar_url":"https://github.com/nedap.png","language":"BitBake","funding_links":[],"categories":[],"sub_categories":[],"readme":"OpenEmbedded/Yocto Project layer for Java support\n=================================================\n\nThis layer provides support for Java for use with OpenEmbedded and/or\nYocto Project build systems.\n\nThis layer depends on:\n\nURI: git://git.openembedded.org/openembedded-core\nbranch: master\nrevision: HEAD\n\nURI: git://git.openembedded.org/meta-openembedded\nsub-layer: meta-oe\nbranch: master\nrevision: HEAD\n\nFurthermoe for oeqa runtime testing this layer depends on:\n\nURI: git://git.yoctoproject.org/poky\nsub-layer: meta-poky\nbranch: master\nrevision: HEAD\n\nFor use with a specific Yocto Project release please refer to the corresponding\ngit branches.\n\nGuides on how to contribute to meta-java are described in CONTRIBUTING.md.\n\nTesting\n-------\n\nThe meta-java layer may be tested using oeqa's runtime image tests. The easiest\nway is to add the following configuration to your local.conf:\n\nSANITY_TESTED_DISTROS = \"\"\nINHERIT += \"testimage\"\nTESTIMAGE_AUTO = \"1\"\n\nThen you should be able to use the open{jre,jdk}-{7,8}-test-image recipes.\nFurthermore you could also include the tests provided in lib/oeqa/runtime/cases\ninto your test image. More information on image testing is available at:\n\n\thttps://wiki.yoctoproject.org/wiki/Image_tests\n\nKnown Limitations/Bugs\n----------------------\n\n + OpenJDK-7 doesn't support musl based images\n + Both, OpenJDK-7 and 8 doesn't support mips and mips64 machines\n + Further limitations are shown in the OpenJDK version/libc/target architecture\n   support matrix below:\n   +--------+-----------------+-----------------+-----------------+\n   |        | OpenJDK-7/glibc | OpenJDK-8/glibc | OpenJDK-8/musl  |\n   +--------+-----------------+-----------------+-----------------+\n   | arm    |       O K       |    int. mode    |    int. mode    |\n   +--------+-----------------+-----------------+-----------------+\n   | armv7  |       O K       |       O K       |       O K       |\n   +--------+-----------------+-----------------+-----------------+\n   | arm64  |    int. mode    |       O K       |       O K       |\n   +--------+-----------------+-----------------+-----------------+\n   | x86    |    int. mode    |       O K       |  build failure  |\n   +--------+-----------------+-----------------+-----------------+\n   | x86-64 |    int. mode    |       O K       |       O K       |\n   +--------+-----------------+-----------------+-----------------+\n   | ppc    |    int. mode    |  build failure  |  build failure  |\n   +--------+-----------------+-----------------+-----------------+\n\nIf you encounter any other problems or bugs please report them to our mailing\nlist at yocto-patches@lists.yoctoproject.org.\n\nUsage instructions\n------------------\n\nYou should define at least the following variables in a distro include file or local.conf\n\n# Possible provider: cacao-initial-native and jamvm-initial-native\nPREFERRED_PROVIDER_virtual/java-initial-native = \"cacao-initial-native\"\n\n# Possible provider: cacao-native and jamvm-native\nPREFERRED_PROVIDER_virtual/java-native = \"jamvm-native\"\n\n# Optional since there is only one provider for now\nPREFERRED_PROVIDER_virtual/javac-native = \"ecj-bootstrap-native\"\n\nSimply rely on openjdk-7-jre, openjdk-7, openjdk-8 or openjre-8.\n\nFor conf/bblayers.conf you have to add\n\nBBLAYERS ?= \" \\\n   ...\n  path_to_source/meta-openembedded/meta-oe \\\n  path_to_source/sources/meta-java \\\n  \"\n\nBuild host dependencies\n-----------------------\n - gcc \u003e= v6\n - libstdc++ static\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnedap%2Fmeta-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnedap%2Fmeta-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnedap%2Fmeta-java/lists"}