From e072ee480b215897328c28d2fa3467ce1be780c4 Mon Sep 17 00:00:00 2001 From: Stefan Kalkowski Date: Tue, 16 Apr 2019 10:17:43 +0200 Subject: [PATCH] depot: add recipe for base-hw-imx7d_sabre Fix #3293 --- repos/base-hw/recipes/src/base-hw-imx7d_sabre/content.mk | 5 +++++ repos/base-hw/recipes/src/base-hw-imx7d_sabre/hash | 1 + repos/base-hw/recipes/src/base-hw-imx7d_sabre/used_apis | 2 ++ tool/run/boot_dir/hw | 1 + 4 files changed, 9 insertions(+) create mode 100644 repos/base-hw/recipes/src/base-hw-imx7d_sabre/content.mk create mode 100644 repos/base-hw/recipes/src/base-hw-imx7d_sabre/hash create mode 100644 repos/base-hw/recipes/src/base-hw-imx7d_sabre/used_apis diff --git a/repos/base-hw/recipes/src/base-hw-imx7d_sabre/content.mk b/repos/base-hw/recipes/src/base-hw-imx7d_sabre/content.mk new file mode 100644 index 000000000..04f84552f --- /dev/null +++ b/repos/base-hw/recipes/src/base-hw-imx7d_sabre/content.mk @@ -0,0 +1,5 @@ +include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc + +content: enable_board_spec +enable_board_spec: etc/specs.conf + echo "SPECS += imx7d_sabre" >> etc/specs.conf diff --git a/repos/base-hw/recipes/src/base-hw-imx7d_sabre/hash b/repos/base-hw/recipes/src/base-hw-imx7d_sabre/hash new file mode 100644 index 000000000..3a21bc7a6 --- /dev/null +++ b/repos/base-hw/recipes/src/base-hw-imx7d_sabre/hash @@ -0,0 +1 @@ +2019-04-16 0f359caa9ccb41ef5cc9e8cd8260e01b4f1fb838 diff --git a/repos/base-hw/recipes/src/base-hw-imx7d_sabre/used_apis b/repos/base-hw/recipes/src/base-hw-imx7d_sabre/used_apis new file mode 100644 index 000000000..ed9b77256 --- /dev/null +++ b/repos/base-hw/recipes/src/base-hw-imx7d_sabre/used_apis @@ -0,0 +1,2 @@ +base-hw +base diff --git a/tool/run/boot_dir/hw b/tool/run/boot_dir/hw index 2b4b328ad..31b22ca42 100644 --- a/tool/run/boot_dir/hw +++ b/tool/run/boot_dir/hw @@ -217,6 +217,7 @@ proc base_src { } { if {[have_spec pbxa9]} { return base-hw-pbxa9 } if {[have_spec rpi]} { return base-hw-rpi } if {[have_spec imx6q_sabrelite]} { return base-hw-imx6q_sabrelite } + if {[have_spec imx7d_sabre]} { return base-hw-imx7d_sabre } if {[have_spec nit6_solox]} { return base-hw-nit6_solox } if {[have_spec odroid_xu]} { return base-hw-odroid_xu } if {[have_spec imx53_qsb] && ![have_spec trustzone]} { return base-hw-imx53_qsb }