]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
skeletoninit: remove broken link
authorChristos Gavros <gavrosc@yahoo.com>
Sat, 22 Feb 2025 09:39:18 +0000 (10:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Feb 2025 12:11:57 +0000 (12:11 +0000)
The link in the comment is broken.
It's removed together with some text.

CC: Yoann Congal <yoann.congal@smile.fr>
CC: Randy MacLeod <randy.macleod@windriver.com>
Signed-off-by: Christos Gavros <gavrosc@yahoo.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/skeletoninit.py

index d0fdcbded91f24ed54770971ab05d2ae3ca35582..be7b39a9a317b614beaecf6822f6495928891fa9 100644 (file)
@@ -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