From 12bd2f7a861cac90377c151260d874cc6292af1d Mon Sep 17 00:00:00 2001 From: Luciano Gomes Date: Mon, 15 Jun 2026 16:45:24 -0300 Subject: [PATCH 1/2] README: Update maintainer and layer links The project has moved to GitHub and the old O.S. Systems server links are now dead. Update the contributing instructions and source code links to point to the GitHub repository. Additionally, the OpenEmbedded wiki page for commit guidelines has moved, so update the reference to point to the current Yocto Project Contributor Guide. Finally, add the maintainer information as required. Signed-off-by: Luciano Gomes --- README | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README b/README index cefea30..ffdd9fb 100644 --- a/README +++ b/README @@ -14,14 +14,19 @@ revision: HEAD Contributing ------------ -To contribute to this layer you should submit the patches for review -to our server at https://code.ossystems.com.br +To contribute to this layer you should submit the pull requests +on GitHub at https://github.com/OSSystemsEmbeddedLinux/meta-ossystems-base Please refer to: -http://openembedded.org/wiki/Commit_Patch_Message_Guidelines +https://docs.yoctoproject.org/contributor-guide/ for some useful guidelines to be followed when submitting patches. Source code: - https://code.ossystems.com.br/gitweb?p=meta-ossystems-base.git + https://github.com/OSSystemsEmbeddedLinux/meta-ossystems-base + +Maintainer +---------- + +Otavio Salvador From 812fe247918d116ef649fd43e5f57c302361e7ef Mon Sep 17 00:00:00 2001 From: Luciano Gomes Date: Mon, 15 Jun 2026 16:46:51 -0300 Subject: [PATCH 2/2] SECURITY.md: Add security reporting policy Define the process for reporting potential vulnerabilities in the layer, allowing for reporting via GitHub issues for public bugs or via direct maintainer contact for urgent or unreleased issues. Signed-off-by: Luciano Gomes --- SECURITY.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..d77df32 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,19 @@ +How to Report a Potential Vulnerability? +======================================== + +Confirmed or potential security vulnerabilities in the meta-ossystems-base layer should +be submitted directly via the +[Issues](https://github.com/OSSystemsEmbeddedLinux/meta-ossystems-base/issues) page. + +If you are dealing with a not-yet released or urgent issue, please send a +message to the maintainer listed in the [README](README). Include as +many details as possible: + - the layer or software module affected + - the recipe and its version + - any example code, if available + +Branches maintained with security fixes +--------------------------------------- + +See https://wiki.yoctoproject.org/wiki/Releases for the list of current +releases. We only accept patches for the LTS releases and the master branch.