summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarta Rybczynska <marta.rybczynska@huawei.com>2022-09-01 16:30:08 +0200
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2022-12-19 12:16:36 +0000
commit5e0e2ace0cdacc4a416fda10db9c5e11529c3ef0 (patch)
treea1dacc63fbc17e50de4aa1a7df0e5b8d4b3020fe
parent8c3e956fee50b75448a4c84cf10817ddaa598f15 (diff)
packaggroup-ledge-tsn: remove the recipe for now
With cve-check on world, build fails with missing dependencies with: ERROR: Nothing RPROVIDES 'open62541-examples' (but /meta-ledge-secure/meta-ledge-secure/recipes-samples/packagegroups/packagegroup-ledge-tsn.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'open62541-examples' is unbuildable, removing... Missing or unbuildable dependency chain was: ['open62541-examples'] ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'packagegroup-ledge-tsn', 'open62541-examples'] Remove the recipe until the issue is fixed. The recipe isn't referenced anywhere in this layer. Signed-off-by: Marta Rybczynska <marta.rybczynska@huawei.com> Signed-off-by: Marta Rybczynska <marta.rybczynska@linaro.org>
-rw-r--r--meta-ledge-secure/recipes-samples/packagegroups/packagegroup-ledge-tsn.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-ledge-secure/recipes-samples/packagegroups/packagegroup-ledge-tsn.bb b/meta-ledge-secure/recipes-samples/packagegroups/packagegroup-ledge-tsn.bb
deleted file mode 100644
index 05e638f..0000000
--- a/meta-ledge-secure/recipes-samples/packagegroups/packagegroup-ledge-tsn.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-SUMMARY = "TSN related packages"
-
-inherit packagegroup
-
-# contains basic dependencies for network tools
-RDEPENDS:packagegroup-ledge-tsn = "\
- openavnu-daemons \
- linuxptp \
- open62541 \
- open62541-examples \
- "