imx8q_evk: remove board support from repository

Moved to separate repo at https://github.com/skalk/genode-imx/

Fix #4301
This commit is contained in:
Stefan Kalkowski
2021-10-18 11:41:24 +02:00
committed by Christian Helmuth
parent 7917c5d9ec
commit b12b0ed93d
94 changed files with 9 additions and 9885 deletions

View File

@@ -1 +0,0 @@
f3fd6bdf4956fb3d4e9ae351030d8cc587f0ebcf

View File

@@ -1,12 +0,0 @@
LICENSE := GPLv2
VERSION := git
DOWNLOADS := ubfg.git
URL(ubfg) := https://github.com/alex-ab/ubfg.git
REV(ubfg) := 89bb867cb58fa9d8fb2e38b6d52256a68920354d
DIR(ubfg) := scripts
default: $(DOWNLOADS)
$(VERBOSE)echo "building imx8q_evk uboot"
$(VERBOSE)mkdir -p imx8q_evk
$(VERBOSE)cd imx8q_evk && ../scripts/create_uboot_imx8q_evk && cd ..