Skip to content

Commit 6cffe84

Browse files
nuclearcatgctucker
authored andcommitted
generic-uboot-tftp-ramdisk-preempt-rt-template.jinja2: Add missing template
As reported in issue #1307 We have error that this template is missing and many preempt-rt tests are not being execute. Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent 98843e5 commit 6cffe84

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{% extends 'boot/generic-uboot-tftp-ramdisk-boot-template.jinja2' %}
2+
{% block actions %}
3+
{{ super () }}
4+
5+
{% include 'preempt-rt/preempt-rt.jinja2' %}
6+
7+
{% endblock %}

0 commit comments

Comments
 (0)