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: 9a83f0878b6bacbc7b322cfec076b4e79ad7b8fb
- meta-yocto: 1eec1b5984ee8c4ef9449d060db4266163eb9bdf
- bitbake: bc8be83aef0a6de85cd33a6f132f281d518594f7
- meta-openembedded: 7bf89d06a41405b48fa3af260da36bc686973afc
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 |
| whinlatter | whinlatter | 3.4.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