diff mbox series

[master] meta*/layer.con: update layer compatibility for blacksail

Message ID 20260924135133.1406245-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master] meta*/layer.con: update layer compatibility for blacksail | expand

Commit Message

Denys Dmytriyenko Sept. 24, 2026, 1:51 p.m. UTC
From: "Denys Dmytriyenko (TI)" <denys@konsulko.com>

The upcoming 6.1 "Blacksail" release is around the corner and OE-Core
set the layer compatibility requirements accordingly:
https://git.openembedded.org/openembedded-core/commit/?id=37623ffbdd34a5c6b3e12ee33195f8e82343f198

While at it, drop "whinlatter" compatibility, which is now EOL.

Signed-off-by: Denys Dmytriyenko (TI) <denys@konsulko.com>
---
 meta-arago-distro/conf/layer.conf | 2 +-
 meta-arago-extras/conf/layer.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

PRC Automation Sept. 24, 2026, 1:55 p.m. UTC | #1
meta-arago / na / 20260924135133.1406245-1-denis

PRC Results: FAIL

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [master][PATCH] meta*/layer.con: update layer compatibility for blacksail
    WARN: Commit message does not include file/recipe name: meta*/layer.con: update layer compatibility for blacksail. (COMMIT-MESSAGE-2)
        patch
    
    WARN: Missing Signed-off-by by sender in commit message. (SIGNED-OFF-BY-2)
        patch
    
    For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [master][PATCH] meta*/layer.con: update layer compatibility for blacksail
- Submitter: From: Denys Dmytriyenko <denis@denix.org>
From: "Denys Dmytriyenko (TI)" <denys@konsulko.com>
- Date: Date: Thu, 24 Sep 2026 09:51:33 -0400
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: f09cd55804092ac4e596d40ef0cc1aedc54b6c7e

Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: ti-world: Clean up chromium inclusion
- Commit SHA: 8d45f3306bed149cd69de36737e54f90a7d03d63

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: FAIL
=========================================================
master
=====================
FAIL
    WARN: The use of :append with other overrides needs to be manually checked. (APPEND-1)
        meta-arago-distro/recipes-multimedia/wireplumber/wireplumber-arago.inc:20
            SYSTEMD_SERVICE:${PN}:append = " wireplumber.service set-audio-defaults.service"
    
    For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf
index f1593d83..e1843a53 100644
--- a/meta-arago-distro/conf/layer.conf
+++ b/meta-arago-distro/conf/layer.conf
@@ -8,7 +8,7 @@  BBFILE_COLLECTIONS += "meta-arago-distro"
 BBFILE_PATTERN_meta-arago-distro := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arago-distro = "10"
 
-LAYERSERIES_COMPAT_meta-arago-distro = "whinlatter wrynose"
+LAYERSERIES_COMPAT_meta-arago-distro = "wrynose blacksail"
 
 LAYERDEPENDS_meta-arago-distro = " \
     core \
diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf
index 29107f12..3644c174 100644
--- a/meta-arago-extras/conf/layer.conf
+++ b/meta-arago-extras/conf/layer.conf
@@ -8,7 +8,7 @@  BBFILE_COLLECTIONS += "meta-arago-extras"
 BBFILE_PATTERN_meta-arago-extras := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arago-extras = "10"
 
-LAYERSERIES_COMPAT_meta-arago-extras = "whinlatter wrynose"
+LAYERSERIES_COMPAT_meta-arago-extras = "wrynose blacksail"
 
 # Set a variable to get to the top of the metadata location
 ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}'