aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README1
-rw-r--r--conf/layer.conf2
-rw-r--r--recipes-kernel/latencytop/latencytop_0.5.bb2
-rw-r--r--recipes-tools/rt-app/rt-app.bb4
-rw-r--r--recipes-tools/schedtool-dl/schedtool-dl.bb6
5 files changed, 8 insertions, 7 deletions
diff --git a/README b/README
index 4fbc118..5ccbaf8 100644
--- a/README
+++ b/README
@@ -30,5 +30,6 @@ revision: HEAD
Maintenance
-----------
+Maintainer: Bruce Ashfield <bruce.ashfield@gmail.com>
Please see the MAINTAINERS file for information on contacting the
maintainers of this layer, as well as instructions for submitting patches.
diff --git a/conf/layer.conf b/conf/layer.conf
index 976a08b..c05fb59 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -15,5 +15,5 @@ BBFILE_PRIORITY_realtime = "5"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_realtime = "1"
-LAYERSERIES_COMPAT_realtime = "gatesgarth hardknott honister"
+LAYERSERIES_COMPAT_realtime = "scarthgap"
LAYERDEPENDS_realtime = "core openembedded-layer"
diff --git a/recipes-kernel/latencytop/latencytop_0.5.bb b/recipes-kernel/latencytop/latencytop_0.5.bb
index eb19471..3720cde 100644
--- a/recipes-kernel/latencytop/latencytop_0.5.bb
+++ b/recipes-kernel/latencytop/latencytop_0.5.bb
@@ -1,7 +1,7 @@
SUMMARY = "Linux tool for measuring and fixing latency"
HOMEPAGE = "http://www.latencytop.org/"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa"
inherit pkgconfig
diff --git a/recipes-tools/rt-app/rt-app.bb b/recipes-tools/rt-app/rt-app.bb
index c532aea..6424e69 100644
--- a/recipes-tools/rt-app/rt-app.bb
+++ b/recipes-tools/rt-app/rt-app.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "rt-app is a test application that starts multiple periodic threads in order to simulate a real-time periodic load"
SECTION = "devel"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING.in;endline=339;md5=e43fc16fccd8519fba405f0a0ff6e8a3"
SRCREV = "17be4548c4260b80be623e0e1317e98a770dea7a"
@@ -18,6 +18,6 @@ do_install() {
install -m 0755 src/rt-app ${D}${bindir}
}
-FILES_{PN} = "${bindir}/rt-app"
+FILES:{PN} = "${bindir}/rt-app"
PARALLEL_MAKE = ""
diff --git a/recipes-tools/schedtool-dl/schedtool-dl.bb b/recipes-tools/schedtool-dl/schedtool-dl.bb
index 20c8919..f394f10 100644
--- a/recipes-tools/schedtool-dl/schedtool-dl.bb
+++ b/recipes-tools/schedtool-dl/schedtool-dl.bb
@@ -1,9 +1,9 @@
DESCRIPTION = "schedtool-dl (scheduler test tool) for deadline scheduler"
SECTION = "devel"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=dc1f51f7ca94aebffb9b3663d82873ec"
-SRC_URI = "git://github.com/jlelli/schedtool-dl.git;protocol=git \
+SRC_URI = "git://github.com/jlelli/schedtool-dl.git;protocol=https;branch=master \
file://0001-schedtool-dl-add-flags-to-parameters-of-sched_setattr.patch \
"
SRCREV = "3ffb479929c31cbae09de08f94f58b8f0f061d91"
@@ -23,6 +23,6 @@ do_install() {
install -m 0755 schedtool ${D}${bindir}
}
-FILES_{PN} = "${bindir}/schedtool"
+FILES:{PN} = "${bindir}/schedtool"
PARALLEL_MAKE = ""