mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
2b0fe39acb
We don't need the entire emulator, but we will be using a specific part: src/mips/openbios third_party/uC-sdk submodule is included, because it contains the necessary header files when building open bios. I will be adding Sony Playstation support to Libreboot, alongside a new emulator project to be announced soon. Signed-off-by: Leah Rowe <leah@libreboot.org>
13 lines
602 B
Plaintext
13 lines
602 B
Plaintext
pkg_add="pacman -S --needed --noconfirm"
|
|
pkglist=" \
|
|
acpica arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib \
|
|
autogen base-devel bison cmake curl device-mapper doxygen \
|
|
dtc e2fsprogs flex freetype2 fuse2 gawk gcc-ada gdb gettext git \
|
|
help2man innoextract libftdi libgpiod libjaylink libpciaccess libusb nasm \
|
|
ncurses openssl p7zip ccache \
|
|
pandoc parted pciutils perl perl-libwww python python-setuptools rsync \
|
|
sharutils subversion swig texinfo ttf-dejavu unarchiver unzip wget xz zlib \
|
|
"
|
|
|
|
aur_notice="bdf-unifont unifont cross-mipsel-linux-gnu-binutils cross-mipsel-linux-gnu-gcc"
|