From 00b180b4e29603da12f4e6aa78dca1fed32d809f Mon Sep 17 00:00:00 2001 From: Khouloud Touil Date: Fri, 12 Apr 2019 17:34:12 +0200 Subject: Add new files 'machine-branch.jinja2' In order to take care with the old dtb names and to keep it as flexible as possible we create a file for each board and branch with the name that matches with each branch. Change-Id: I223588aa794e4af6428b2ddcd13a1f8d396152a8 Signed-off-by: Khouloud Touil --- templates/machines/machines-branch/dra7xx-evm-flounder.jinja2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 templates/machines/machines-branch/dra7xx-evm-flounder.jinja2 (limited to 'templates/machines/machines-branch/dra7xx-evm-flounder.jinja2') diff --git a/templates/machines/machines-branch/dra7xx-evm-flounder.jinja2 b/templates/machines/machines-branch/dra7xx-evm-flounder.jinja2 new file mode 100644 index 0000000..f4cdb31 --- /dev/null +++ b/templates/machines/machines-branch/dra7xx-evm-flounder.jinja2 @@ -0,0 +1,2 @@ +{%- extends 'machines/dra7xx-evm.jinja2' %} +{%-set dtb = dtb|default("zImage-dra7-evm-lcd-lg.dtb") %} \ No newline at end of file -- cgit 1.2.3-korg