mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 02:40:08 +00:00
base: add uboot for imx8 as port
that contains scripts to download and build uboot Fixes #3584
This commit is contained in:
parent
504539ad1e
commit
33db0e0d4d
1
repos/base/ports/uboot.hash
Normal file
1
repos/base/ports/uboot.hash
Normal file
@ -0,0 +1 @@
|
||||
f3fd6bdf4956fb3d4e9ae351030d8cc587f0ebcf
|
12
repos/base/ports/uboot.port
Normal file
12
repos/base/ports/uboot.port
Normal file
@ -0,0 +1,12 @@
|
||||
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 ..
|
Loading…
Reference in New Issue
Block a user