mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
Compare commits
7 Commits
2b61ba89e4
...
b294ff3dfd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b294ff3dfd | ||
|
|
efb8169a4c | ||
|
|
e8ce9ccf77 | ||
|
|
751c2afdca | ||
|
|
e064464b63 | ||
|
|
3748435b0e | ||
|
|
ea018780fa |
@ -73,6 +73,7 @@ You will use this template to insert your computer on the table.
|
|||||||
| Toshiba | Satellite L500 | 0.8.0 | 11-11-2022 | desktop | x86-64 | BIOS | Boots to Orbital, No ethernet driver, Correct video mode not offered (firmware issue) |
|
| Toshiba | Satellite L500 | 0.8.0 | 11-11-2022 | desktop | x86-64 | BIOS | Boots to Orbital, No ethernet driver, Correct video mode not offered (firmware issue) |
|
||||||
| Raspberry Pi | 3 Model B+ | 0.8.0 | Unknown | server | ARM64 | U-Boot | Boots to UART serial console (pl011) |
|
| Raspberry Pi | 3 Model B+ | 0.8.0 | Unknown | server | ARM64 | U-Boot | Boots to UART serial console (pl011) |
|
||||||
| Lenovo | ThinkPad Yoga 260 Laptop - Type 20FE | 0.9.0 | 07-09-2024 | demo | x86-64 | UEFI | Boots to Orbital, No audio |
|
| Lenovo | ThinkPad Yoga 260 Laptop - Type 20FE | 0.9.0 | 07-09-2024 | demo | x86-64 | UEFI | Boots to Orbital, No audio |
|
||||||
|
| Lenovo | ThinkPad P14s | 0.9.0 | 17-11-2024 | demo | x86-64 | UEFI | Boots to Orbital, No trackpad or USB mouse input support |
|
||||||
| Lenovo | Yoga S730-13IWL | 0.9.0 | 09-11-2024 | desktop | x86-64 | UEFI | Boots to Orbital, No trackpad or USB mouse input support |
|
| Lenovo | Yoga S730-13IWL | 0.9.0 | 09-11-2024 | desktop | x86-64 | UEFI | Boots to Orbital, No trackpad or USB mouse input support |
|
||||||
| Samsung | Series 3 (NP350V5C) | 0.9.0 | 04-08-2025 | desktop | x86-64 | UEFI | Boots to Orbital, touchpad works, usb does not work, can connect to the Internet through LAN. Wrong maximum display resolution 1024x768 |
|
| Samsung | Series 3 (NP350V5C) | 0.9.0 | 04-08-2025 | desktop | x86-64 | UEFI | Boots to Orbital, touchpad works, usb does not work, can connect to the Internet through LAN. Wrong maximum display resolution 1024x768 |
|
||||||
| Asus | Vivobook 15 OLED (M1503Q) | 0.9.0 | 04-08-2025 | desktop | x86-64 | UEFI | Boots to Orbital, touchpad and usb do not work, cannot connect to the internet, right maximum display resolution 2880x1620 |
|
| Asus | Vivobook 15 OLED (M1503Q) | 0.9.0 | 04-08-2025 | desktop | x86-64 | UEFI | Boots to Orbital, touchpad and usb do not work, cannot connect to the internet, right maximum display resolution 2880x1620 |
|
||||||
|
|||||||
2
cookbook
2
cookbook
@ -1 +1 @@
|
|||||||
Subproject commit 39eae92f4c34111ffe98eb8ea05a7e9b3bc35409
|
Subproject commit ad5c9523350ae3640acf9fb80a1d37ac05a3c893
|
||||||
@ -410,35 +410,46 @@ ubuntu()
|
|||||||
echo "Installing required packages..."
|
echo "Installing required packages..."
|
||||||
pkgs="\
|
pkgs="\
|
||||||
ant \
|
ant \
|
||||||
|
appstream \
|
||||||
|
appstream-compose \
|
||||||
autoconf \
|
autoconf \
|
||||||
|
autoconf2.69 \
|
||||||
automake \
|
automake \
|
||||||
autopoint \
|
autopoint \
|
||||||
bison \
|
bison \
|
||||||
|
bsdextrautils \
|
||||||
build-essential \
|
build-essential \
|
||||||
clang \
|
clang \
|
||||||
cmake \
|
cmake \
|
||||||
curl \
|
curl \
|
||||||
dos2unix \
|
dos2unix \
|
||||||
doxygen \
|
doxygen \
|
||||||
|
expect \
|
||||||
file \
|
file \
|
||||||
flex \
|
flex \
|
||||||
fuse3 \
|
fuse3 \
|
||||||
g++ \
|
g++ \
|
||||||
genisoimage \
|
genisoimage \
|
||||||
git \
|
git \
|
||||||
|
git-lfs \
|
||||||
gperf \
|
gperf \
|
||||||
|
gtk-doc-tools \
|
||||||
help2man \
|
help2man \
|
||||||
intltool \
|
intltool \
|
||||||
|
libc6-dev-i386 \
|
||||||
libexpat-dev \
|
libexpat-dev \
|
||||||
|
libfontconfig1-dev \
|
||||||
libfuse3-dev \
|
libfuse3-dev \
|
||||||
|
libgdk-pixbuf2.0-bin \
|
||||||
|
libglib2.0-dev-bin \
|
||||||
libgmp-dev \
|
libgmp-dev \
|
||||||
libhtml-parser-perl \
|
libhtml-parser-perl \
|
||||||
libjpeg-dev \
|
libjpeg-dev \
|
||||||
libmpfr-dev \
|
libmpfr-dev \
|
||||||
|
libparse-yapp-perl \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
libsdl1.2-dev \
|
libsdl1.2-dev \
|
||||||
libsdl2-ttf-dev \
|
libsdl2-ttf-dev \
|
||||||
libtool \
|
|
||||||
llvm \
|
llvm \
|
||||||
lua5.4 \
|
lua5.4 \
|
||||||
lzip \
|
lzip \
|
||||||
@ -454,15 +465,25 @@ ubuntu()
|
|||||||
po4a \
|
po4a \
|
||||||
protobuf-compiler \
|
protobuf-compiler \
|
||||||
python3 \
|
python3 \
|
||||||
|
python3-dev \
|
||||||
python3-mako \
|
python3-mako \
|
||||||
|
python3-venv \
|
||||||
rsync \
|
rsync \
|
||||||
|
ruby \
|
||||||
scons \
|
scons \
|
||||||
|
ssh \
|
||||||
|
syslinux-utils \
|
||||||
texinfo \
|
texinfo \
|
||||||
|
unifdef \
|
||||||
unzip \
|
unzip \
|
||||||
wget \
|
wget \
|
||||||
xdg-utils \
|
xdg-utils \
|
||||||
|
xfonts-utils \
|
||||||
|
xorg-dev \
|
||||||
|
xutils-dev \
|
||||||
xxd \
|
xxd \
|
||||||
zip \
|
zip \
|
||||||
|
zlib1g-dev \
|
||||||
zstd \
|
zstd \
|
||||||
gdb-multiarch"
|
gdb-multiarch"
|
||||||
# Not availible for at least ARM hosts
|
# Not availible for at least ARM hosts
|
||||||
@ -1096,8 +1117,8 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cargoInstall cargo-config 0.1.1
|
cargoInstall cargo-config 0.1.1
|
||||||
cargoInstall just 1.16.0
|
cargoInstall just 1.42.4
|
||||||
cargoInstall cbindgen 0.27.0
|
cargoInstall cbindgen 0.29.0
|
||||||
|
|
||||||
if [ "$dependenciesonly" = false ]; then
|
if [ "$dependenciesonly" = false ]; then
|
||||||
boot
|
boot
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user