From 95a86ac1c12414c1b4983880145aec55bd9a38a4 Mon Sep 17 00:00:00 2001 From: Dorinda Date: Wed, 3 Mar 2021 03:01:50 +0100 Subject: meta/recipes-rt: Add HOMEPAGE / DESCRIPTION Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage [YOCTO #13471] Signed-off-by: Dorinda Bassey Signed-off-by: Richard Purdie --- meta/recipes-rt/rt-tests/rt-tests_1.10.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-rt/rt-tests/rt-tests_1.10.bb b/meta/recipes-rt/rt-tests/rt-tests_1.10.bb index 2834cabcd4..89e3323b69 100644 --- a/meta/recipes-rt/rt-tests/rt-tests_1.10.bb +++ b/meta/recipes-rt/rt-tests/rt-tests_1.10.bb @@ -1,5 +1,6 @@ SUMMARY = "Real-Time preemption testcases" -HOMEPAGE = "https://rt.wiki.kernel.org/index.php/Cyclictest" +HOMEPAGE = "https://wiki.linuxfoundation.org/realtime/documentation/start" +DESCRIPTION = "The main aim of the PREEMPT_RT patch is to minimize the amount of kernel code that is non-preemptible Therefore several substitution mechanisms and new mechanisms are implemented." SECTION = "tests" DEPENDS = "linux-libc-headers virtual/libc numactl" LICENSE = "GPLv2 & GPLv2+" -- cgit 1.2.3-korg