diff options
author | Dorinda <dorindabassey@gmail.com> | 2021-03-03 03:01:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-06 22:39:04 +0000 |
commit | e711fe63dc24da9d2ebdef4c5a8eef89be0448d4 (patch) | |
tree | e0e753d2ea21b3e0d0e9e794a5eca773f7cc63d7 /meta/recipes-rt | |
parent | cc300fb849e8f291bf6401e0b8d6f58e19769f9a (diff) | |
download | poky-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.bb | 3 |
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 @@ | |||
1 | SUMMARY = "Real-Time preemption testcases" | 1 | SUMMARY = "Real-Time preemption testcases" |
2 | HOMEPAGE = "https://rt.wiki.kernel.org/index.php/Cyclictest" | 2 | HOMEPAGE = "https://wiki.linuxfoundation.org/realtime/documentation/start" |
3 | 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." | ||
3 | SECTION = "tests" | 4 | SECTION = "tests" |
4 | DEPENDS = "linux-libc-headers virtual/libc numactl" | 5 | DEPENDS = "linux-libc-headers virtual/libc numactl" |
5 | LICENSE = "GPLv2 & GPLv2+" | 6 | LICENSE = "GPLv2 & GPLv2+" |