diff mbox series

[meta-arago,scarthgap] meta-arago-extras: Add missing dependencies

Message ID 20251029204535.1395-1-reatmon@ti.com
State New
Headers show
Series [meta-arago,scarthgap] meta-arago-extras: Add missing dependencies | expand

Commit Message

Ryan Eatmon Oct. 29, 2025, 8:45 p.m. UTC
In running yocto-check-layer on meta-arago, it was found that there were
some missing layer dependencies.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-extras/conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

Comments

PRC Automation Oct. 29, 2025, 8:50 p.m. UTC | #1
meta-arago / na / 20251029204535.1395-1-reatmon

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-arago][scarthgap][PATCH] meta-arago-extras: Add missing dependencies
    WARN: Commit message does not include file/recipe name: meta-arago-extras: Add missing dependencies. (COMMIT-MESSAGE-2)
        patch
    
    WARN: Commit message should not include directory path to recipe: meta-arago-extras: Add missing dependencies.
              meta-arago-extras: (COMMIT-MESSAGE-3)
        patch



=========================================================
  apply-yocto-patch: PASS
=========================================================
scarthgap
=====================
Summary:
- Patch Series: [meta-arago][scarthgap][PATCH] meta-arago-extras: Add missing dependencies
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Wed, 29 Oct 2025 15:45:35 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 2138eee94643c976a9d7715eab3b49c242c1be2a

Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: scarthgap-next
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.scarthgap.202510291355
- Commit SHA: 85c1d8ce7e74cfb9005d220b23b8e0e94f0d2187

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



=========================================================
  check-yocto-repo: PASS
=========================================================
scarthgap
=====================
PASS
diff mbox series

Patch

diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf
index c1c11db9..7053ed77 100644
--- a/meta-arago-extras/conf/layer.conf
+++ b/meta-arago-extras/conf/layer.conf
@@ -19,6 +19,7 @@  LAYERDEPENDS_meta-arago-extras = " \
     core \
     meta-ti-bsp \
     meta-ti-extras \
+    networking-layer \
     openembedded-layer \
 "