Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/priv-kweihmann/meta-rubygems
Layer for ruby gems
https://github.com/priv-kweihmann/meta-rubygems
bitbake ruby rubygems yocto-layer
Last synced: 21 days ago
JSON representation
Layer for ruby gems
- Host: GitHub
- URL: https://github.com/priv-kweihmann/meta-rubygems
- Owner: priv-kweihmann
- License: other
- Created: 2021-01-30T14:25:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:53:50.000Z (22 days ago)
- Last Synced: 2024-10-29T15:21:03.035Z (22 days ago)
- Topics: bitbake, ruby, rubygems, yocto-layer
- Language: BitBake
- Homepage:
- Size: 3.68 MB
- Stars: 3
- Watchers: 4
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# meta-rubygems
A layer providing gems for Ruby.
## Tested variants
The following variants are tested regularly:
| variant | glibc |
| --------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| qemuarm64 | ![[master]-[glibc]-[qemuarm64]](https://github.com/priv-kweihmann/meta-rubygems/workflows/%5Bmaster%5D-%5Bglibc%5D-%5Bqemuarm64%5D/badge.svg) |Other variants most likely will work.
Feel free to contribute any needed patches.### Tested revisions
Up to the following revisions automated checks being performed
* poky: 2abe7cedbf118af4a89aa5b0dca8ca3eed897e31
* meta-openembedded: e8f04afdd1a1715472dfadbe506dfc5513b7c403## Support
This layer is a rolling release.
Integration is continuously checked against the respective [revisions](#tested-revisions) of the corresponding layers.
Don't expect tags or any kind of versioning.### poky release mapping
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 | 3.3.x | priv-kweihmann |
| 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. |## License
This layer is licensed under `MIT & BSD-2-Clause`.
Newly-added recipes are licensed exclusively under `MIT`.## Add a new gem
Please see [the development README](scripts/README.md) for details.
Also please mind the [contribution guidelines](CONTRIBUTING.md)