From 4d5ce199d44bbeee7a7cff1dc7deac3d45a15d35 Mon Sep 17 00:00:00 2001 From: Christos Gavros Date: Sat, 22 Feb 2025 10:39:18 +0100 Subject: [PATCH] skeletoninit: remove broken link The link in the comment is broken. It's removed together with some text. CC: Yoann Congal CC: Randy MacLeod Signed-off-by: Christos Gavros Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/cases/skeletoninit.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/lib/oeqa/runtime/cases/skeletoninit.py b/meta/lib/oeqa/runtime/cases/skeletoninit.py index d0fdcbded91..be7b39a9a31 100644 --- a/meta/lib/oeqa/runtime/cases/skeletoninit.py +++ b/meta/lib/oeqa/runtime/cases/skeletoninit.py @@ -4,8 +4,7 @@ # SPDX-License-Identifier: MIT # -# This test should cover https://bugzilla.yoctoproject.org/tr_show_case.cgi?case_id=284 -# testcase. Image under test must have meta-skeleton layer in bblayers and +# Image under test must have meta-skeleton layer in bblayers and # IMAGE_INSTALL:append = " service" in local.conf from oeqa.runtime.case import OERuntimeTestCase from oeqa.core.decorator.depends import OETestDepends -- 2.47.3