| Message ID | 20260504154714.736175-1-denis@denix.org |
|---|---|
| State | Accepted |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [master,1/3] meta-ti-test: layer.conf: explicitly depend on meta-ti-bsp | expand |
meta-ti / na / 20260504154714.736175-1-denis
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [master][PATCH 1/3] meta-ti-test: layer.conf: explicitly depend on meta-ti-bsp
WARN: Commit message should not include directory path to recipe: meta-ti-test: layer.conf: explicitly depend on meta-ti-bsp.
meta-ti-test (COMMIT-MESSAGE-3)
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
WARN - [master][PATCH 2/3] meta-ti-test: layer.conf: recommend dynamic layers
WARN: Commit message should not include directory path to recipe: meta-ti-test: layer.conf: recommend dynamic layers.
meta-ti-test (COMMIT-MESSAGE-3)
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
WARN - [master][PATCH 3/3] meta-ti-test: bc: remove unneeded workaround
WARN: Commit message should not include directory path to recipe: meta-ti-test: bc: remove unneeded workaround.
meta-ti-test (COMMIT-MESSAGE-3)
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 1/3] meta-ti-test: layer.conf: explicitly depend on meta-ti-bsp
- Submitter: From: Denys Dmytriyenko <denis@denix.org>
From: "Denys Dmytriyenko (TI)" <denys@konsulko.com>
- Date: Date: Mon, 4 May 2026 11:47:12 -0400
- Num Patches: 3
- Mailing List (public inbox) Commit SHA: 65712087d99e39648e566c92886a7b061651fe3d
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: conf: Add falcon support natively
- Commit SHA: 82ae4b828b3c5adcf725f73d2a91de05e4da81ec
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
=========================================================
yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
diff --git a/meta-ti-test/conf/layer.conf b/meta-ti-test/conf/layer.conf index 216ab344..ac28c002 100644 --- a/meta-ti-test/conf/layer.conf +++ b/meta-ti-test/conf/layer.conf @@ -17,6 +17,7 @@ LICENSE_PATH += "${LAYERDIR}/licenses" LAYERDEPENDS_meta-ti-test = " \ core \ + meta-ti-bsp \ openembedded-layer \ networking-layer \ filesystems-layer \