| Message ID | 20260924134457.1405695-1-denis@denix.org |
|---|---|
| State | Accepted |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [master] meta*/layer.con: update layer compatibility for blacksail | expand |
meta-ti / na / 20260924134457.1405695-1-denis
PRC Results: PASS
=========================================================
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:44:57 -0400
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 9efe59332c21a0d96d79f9c07ad393871eb18f1f
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Paresh Bhagat <p-bhagat@ti.com>
- Commit Subject: ti-rtos-fw: Set EdgeAI DSP firmware as default for am62dxx
- Commit SHA: 345798758183d19076a1afb7ae71be570d06bece
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
=========================================================
yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
diff --git a/meta-beagle/conf/layer.conf b/meta-beagle/conf/layer.conf index 5ef549d9..d70b9762 100644 --- a/meta-beagle/conf/layer.conf +++ b/meta-beagle/conf/layer.conf @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-beagle" BBFILE_PATTERN_meta-beagle := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-beagle = "6" -LAYERSERIES_COMPAT_meta-beagle = "whinlatter wrynose" +LAYERSERIES_COMPAT_meta-beagle = "wrynose blacksail" LAYERDEPENDS_meta-beagle = " \ meta-ti-bsp \ diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf index 809104f7..5ae078dd 100644 --- a/meta-ti-bsp/conf/layer.conf +++ b/meta-ti-bsp/conf/layer.conf @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-ti-bsp" BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-ti-bsp = "6" -LAYERSERIES_COMPAT_meta-ti-bsp = "whinlatter wrynose" +LAYERSERIES_COMPAT_meta-ti-bsp = "wrynose blacksail" LICENSE_PATH += "${LAYERDIR}/licenses" diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf index 6f130442..b3cc5c99 100644 --- a/meta-ti-extras/conf/layer.conf +++ b/meta-ti-extras/conf/layer.conf @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-ti-extras" BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-ti-extras = "6" -LAYERSERIES_COMPAT_meta-ti-extras = "whinlatter wrynose" +LAYERSERIES_COMPAT_meta-ti-extras = "wrynose blacksail" LICENSE_PATH += "${LAYERDIR}/licenses" diff --git a/meta-ti-test/conf/layer.conf b/meta-ti-test/conf/layer.conf index 39a9b6de..24a22074 100644 --- a/meta-ti-test/conf/layer.conf +++ b/meta-ti-test/conf/layer.conf @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-ti-test" BBFILE_PATTERN_meta-ti-test := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-ti-test = "10" -LAYERSERIES_COMPAT_meta-ti-test = "whinlatter wrynose" +LAYERSERIES_COMPAT_meta-ti-test = "wrynose blacksail" # Set a variable to get to the top of the metadata location TITESTBASE := '${@os.path.normpath("${LAYERDIR}/")}'