From: Christos Gavros Date: Sat, 22 Feb 2025 09:39:18 +0000 (+0100) Subject: skeletoninit: remove broken link X-Git-Tag: yocto-5.2~407 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d5ce199d44bbeee7a7cff1dc7deac3d45a15d35;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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