depot: add recipe for base-hw-imx7d_sabre

Fix #3293
This commit is contained in:
Stefan Kalkowski
2019-04-16 10:17:43 +02:00
committed by Christian Helmuth
parent eb933af40a
commit e072ee480b
4 changed files with 9 additions and 0 deletions

View File

@@ -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 }