A layer providing gems for Ruby.
The following variants are tested regularly:
| variant | glibc |
|---|---|
| qemuarm64 |
Other variants most likely will work. Feel free to contribute any needed patches.
Up to the following revisions automated checks being performed
- openembedded-core: 2bb062e403c7093734de6467c49503a7d8970d9e
- meta-yocto: 0afedb9b1195525861f9140d6f33e9cd4118b199
- bitbake: 7a3cb0d55e3698e883a9ff8491febc9d155482ca
- meta-openembedded: ea7c7c4f2e21a0aadb53d1691de6d5a85dc11a8e
This layer is a rolling release. Integration is continuously checked against the respective revisions of the corresponding layers. Don't expect tags or any kind of versioning.
With Ruby 4.0 it doesn't look like rubygems is inherited automatically. To load any of the provided gems you need to include
export RUBYOPT="-rrubygems"or
require 'rubygems'or
ruby -r rubygems <script name>please check the following table to pick the correct branch matching your poky version
| poky release | suggested meta-rubygems branch | ruby version | maintainer |
|---|---|---|---|
| master | master | 4.0.x | priv-kweihmann |
| wrynose | master@dba6dfb9106584ce464d9d9c968f821b94b9a01f | 4.0.x | n.a. |
| whinlatter | whinlatter | 3.4.x | n.a. |
| walnascar | master@2fe6f64072ba95c87e6beaa1c2856772ed71dead | 3.4.x | n.a. |
| styhead | master@906b2f637fbf5acee11fe23b313254b0739b4fba | 3.3.x | n.a. |
| scarthgap | master@f023803dfeae8d5e5414b5feb4b7dce2b5ff55d3 | 3.3.x | n.a. |
| nanbield | master@b0baf72297f3f521ec76195ec1b8acca499aee44 | 3.2.x | n.a. |
| mickledore | master@b0baf72297f3f521ec76195ec1b8acca499aee44 | 3.2.x | n.a. |
| langdale | master@ef8ad0e8632125f73410bed3da125a108860dd38 | 3.1.x | n.a. |
| kirkstone | kirkstone | 3.1.x | n.a. |
| honister | hardknott | 3.0.x | n.a. |
| hardknott | hardknott | 3.0.x | n.a. |
| gatesgarth | dunfell | 2.7.x | n.a. |
| dunfell | dunfell | 2.7.x | n.a. |
| zeus | zeus | 2.5.x | n.a. |
This layer is licensed under MIT & BSD-2-Clause.
Newly-added recipes are licensed exclusively under MIT.
Please see the development README for details. Also please mind the contribution guidelines