File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ commands:
1212 name : Install dependencies
1313 command : |
1414 apt update
15- apt install -y build-essential zlib1g-dev uuid-dev libdigest-sha-perl libelf-dev bc bzip2 bison flex git gnupg iasl m4 nasm patch python python2 python3 wget gnat cpio ccache pkg-config cmake libusb-1.0-0-dev autoconf texinfo ncurses-dev doxygen graphviz udev libudev1 libudev-dev automake libtool rsync innoextract
15+ apt install -y build-essential zlib1g-dev uuid-dev libdigest-sha-perl libelf-dev bc bzip2 bison flex git gnupg iasl m4 nasm patch python python2 python3 wget gnat cpio ccache pkg-config cmake libusb-1.0-0-dev autoconf texinfo ncurses-dev doxygen graphviz udev libudev1 libudev-dev automake libtool rsync innoextract libssl-dev device-tree-compiler u-boot-tools
1616 - run :
1717 name : Make Board
1818 command : |
@@ -196,10 +196,18 @@ workflows:
196196 requires :
197197 - kgpe-d16_workstation
198198
199+ # Coreboot for Talos
200+ - build_and_persist :
201+ name : talos-2
202+ arch : ppc64
203+ target : talos-2
204+ requires :
205+ - librem_mini
206+
199207
200208 - save_cache :
201209 requires :
202- - librem_mini
210+ - talos-2
203211
204212#
205213#
You can’t perform that action at this time.
0 commit comments