summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt
diff options
context:
space:
mode:
authorDorinda <dorindabassey@gmail.com>2021-03-03 03:01:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-06 22:39:04 +0000
commite711fe63dc24da9d2ebdef4c5a8eef89be0448d4 (patch)
treee0e753d2ea21b3e0d0e9e794a5eca773f7cc63d7 /meta/recipes-rt
parentcc300fb849e8f291bf6401e0b8d6f58e19769f9a (diff)
downloadpoky-e711fe63dc24da9d2ebdef4c5a8eef89be0448d4.tar.gz
meta/recipes-rt: Add HOMEPAGE / DESCRIPTION
Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage [YOCTO #13471] (From OE-Core rev: 95a86ac1c12414c1b4983880145aec55bd9a38a4) Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt')
-rw-r--r--meta/recipes-rt/rt-tests/rt-tests_1.10.bb3
1 files changed, 2 insertions, 1 deletions
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 @@
1SUMMARY = "Real-Time preemption testcases" 1SUMMARY = "Real-Time preemption testcases"
2HOMEPAGE = "https://rt.wiki.kernel.org/index.php/Cyclictest" 2HOMEPAGE = "https://wiki.linuxfoundation.org/realtime/documentation/start"
3DESCRIPTION = "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."
3SECTION = "tests" 4SECTION = "tests"
4DEPENDS = "linux-libc-headers virtual/libc numactl" 5DEPENDS = "linux-libc-headers virtual/libc numactl"
5LICENSE = "GPLv2 & GPLv2+" 6LICENSE = "GPLv2 & GPLv2+"