aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-rt/rt-tests/rt-tests_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-rt/rt-tests/rt-tests_%.bbappend')
-rw-r--r--recipes-rt/rt-tests/rt-tests_%.bbappend17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-rt/rt-tests/rt-tests_%.bbappend b/recipes-rt/rt-tests/rt-tests_%.bbappend
new file mode 100644
index 0000000..2ae7c6d
--- /dev/null
+++ b/recipes-rt/rt-tests/rt-tests_%.bbappend
@@ -0,0 +1,17 @@
+# Upstream repo no longer has 'master' branch, and switched to
+# 'main'. To avoid issue such as:
+#
+# ERROR: rt-tests-1_1.1-r0 do_fetch: Fetcher failure: Unable to find
+# revision dff174f994f547a5785d32454865f140daacb0f5 in branch master
+# even from upstream
+#
+# we need to set the default branch name to 'main' in the recipe.
+#
+# Upstream patch is in progress
+
+SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main \
+ file://run-ptest \
+ file://rt_bmark.py \
+ file://0001-gzip-with-n-for-build-reproducibilty.patch \
+"
+