diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-24 11:07:05 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-24 11:07:05 -0300 |
| commit | 6c5982758ffb85e751ce5c7a63631b078a4f8346 (patch) | |
| tree | af8f345814220da1b78fbc6ad2e8585f5f303c72 | |
| parent | c6edd9a8677d74ccb2670030f618e6801233f4b3 (diff) | |
| parent | 6451715c5c26cf490e65bf214bfb4e5b69c0ae3d (diff) | |
| download | meta-freescale-wrynose.tar.gz | |
Merge pull request #2539 from Freescale/backport-2538-to-wrynosewrynose
[Backport wrynose] README, SECURITY.md, merge-files, glm: Fix layer compatibility checks
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | SECURITY.md | 17 | ||||
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-graphics/glm/glm_%.bbappend (renamed from recipes-graphics/glm/glm_%.bbappend) | 0 | ||||
| -rw-r--r-- | recipes-extended/merge-files/merge-files_1.0.bb | 2 |
4 files changed, 23 insertions, 2 deletions
| @@ -4,7 +4,11 @@ Welcome to `meta-freescale`. This document outlines our commitment to providing | |||
| 4 | 4 | ||
| 5 | This layer provides support for NXP's platforms for use with OpenEmbedded and/or Yocto Project. | 5 | This layer provides support for NXP's platforms for use with OpenEmbedded and/or Yocto Project. |
| 6 | 6 | ||
| 7 | ### Dependencies | 7 | ## Maintainer |
| 8 | |||
| 9 | Otavio Salvador <otavio.salvador@ossystems.com.br> | ||
| 10 | |||
| 11 | ## Dependencies | ||
| 8 | 12 | ||
| 9 | This layer depends on: | 13 | This layer depends on: |
| 10 | 14 | ||
diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..3ebe6e61f --- /dev/null +++ b/SECURITY.md | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | # How to Report a Potential Vulnerability | ||
| 2 | |||
| 3 | Confirmed or potential security vulnerabilities in the meta-freescale layer | ||
| 4 | should be submitted through the | ||
| 5 | [Issues](https://github.com/Freescale/meta-freescale/issues) page. | ||
| 6 | |||
| 7 | For urgent or not-yet-released issues, contact the maintainer listed in the | ||
| 8 | [README](README.md). Include: | ||
| 9 | |||
| 10 | - The affected layer or software module | ||
| 11 | - The recipe and its version | ||
| 12 | - Example code, if available | ||
| 13 | |||
| 14 | ## Branches Maintained with Security Fixes | ||
| 15 | |||
| 16 | See the [Yocto Project release list](https://wiki.yoctoproject.org/wiki/Releases). | ||
| 17 | Security patches are accepted for the LTS releases and the master branch. | ||
diff --git a/recipes-graphics/glm/glm_%.bbappend b/dynamic-layers/openembedded-layer/recipes-graphics/glm/glm_%.bbappend index 88a16cb9d..88a16cb9d 100644 --- a/recipes-graphics/glm/glm_%.bbappend +++ b/dynamic-layers/openembedded-layer/recipes-graphics/glm/glm_%.bbappend | |||
diff --git a/recipes-extended/merge-files/merge-files_1.0.bb b/recipes-extended/merge-files/merge-files_1.0.bb index bd788fdb5..a1f8a35a7 100644 --- a/recipes-extended/merge-files/merge-files_1.0.bb +++ b/recipes-extended/merge-files/merge-files_1.0.bb | |||
| @@ -18,4 +18,4 @@ do_compile[noexec] = "1" | |||
| 18 | 18 | ||
| 19 | FILES:${PN} = "/*" | 19 | FILES:${PN} = "/*" |
| 20 | ALLOW_EMPTY:${PN} = "1" | 20 | ALLOW_EMPTY:${PN} = "1" |
| 21 | INSANE_SKIP:${PN} = "debug-files dev-so" | 21 | INSANE_SKIP:${PN} = "dev-so" |
