mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-21 16:23:53 +08:00
remove all armhf (#564)
* remove all armhf
* fix that
* Revert "build_system: stream build output directly into rootfs (#552)"
This reverts commit 71e7369174.
* fix up build
* wifi works
* fix graphics
* revert that
* add back
This commit is contained in:
+4
-64
@@ -8,9 +8,6 @@ HOST=comma
|
||||
touch /TICI
|
||||
touch /AGNOS
|
||||
|
||||
# Add armhf as supported architecture
|
||||
dpkg --add-architecture armhf
|
||||
|
||||
# Install apt-fast
|
||||
apt-get update
|
||||
apt-get install -yq curl sudo wget
|
||||
@@ -120,67 +117,9 @@ echo "comma ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||
# setup /bin/sh symlink
|
||||
ln -sf /bin/bash /bin/sh
|
||||
|
||||
# Install necessary libs
|
||||
# Install additional runtime packages
|
||||
apt-fast update -yq
|
||||
apt-fast install --no-install-recommends -yq \
|
||||
libacl1:armhf \
|
||||
libasan6-armhf-cross \
|
||||
libatomic1-armhf-cross \
|
||||
libattr1:armhf \
|
||||
libaudit1:armhf \
|
||||
libblkid1:armhf \
|
||||
libc6:armhf \
|
||||
libc6-armhf-cross \
|
||||
libc6-dev:armhf \
|
||||
libc6-dev-armhf-cross \
|
||||
libcairo2:armhf \
|
||||
libcap2:armhf \
|
||||
libdrm2:armhf \
|
||||
libevdev2:armhf \
|
||||
libexpat1:armhf \
|
||||
libffi8:armhf \
|
||||
libfontconfig1:armhf \
|
||||
libfreetype6:armhf \
|
||||
libgbm1:armhf \
|
||||
libgcc-11-dev-armhf-cross \
|
||||
libglib2.0-0t64:armhf \
|
||||
libgomp1-armhf-cross \
|
||||
libgudev-1.0-0:armhf \
|
||||
libinput-bin:armhf \
|
||||
libinput-dev:armhf \
|
||||
libinput10:armhf \
|
||||
libjpeg-dev:armhf \
|
||||
libjpeg-turbo8:armhf \
|
||||
libjpeg-turbo8-dev:armhf \
|
||||
libjpeg8:armhf \
|
||||
libjpeg8-dev:armhf \
|
||||
libkmod2:armhf \
|
||||
libmtdev1t64:armhf \
|
||||
libpam0g:armhf \
|
||||
libpam0g-dev:armhf \
|
||||
libpcre3:armhf \
|
||||
libpixman-1-0:armhf \
|
||||
libpng16-16t64:armhf \
|
||||
libselinux1:armhf \
|
||||
libstdc++6:armhf \
|
||||
libstdc++6-armhf-cross \
|
||||
libubsan1-armhf-cross \
|
||||
libudev-dev:armhf \
|
||||
libudev1:armhf \
|
||||
libuuid1:armhf \
|
||||
libwacom9:armhf \
|
||||
libx11-6:armhf \
|
||||
libxau6:armhf \
|
||||
libxcb-render0:armhf \
|
||||
libxcb-shm0:armhf \
|
||||
libxcb1:armhf \
|
||||
libxdmcp6:armhf \
|
||||
libxext6:armhf \
|
||||
libxkbcommon0:armhf \
|
||||
libxrender1:armhf \
|
||||
linux-libc-dev:armhf \
|
||||
linux-libc-dev-armhf-cross \
|
||||
zlib1g:armhf \
|
||||
libegl1 \
|
||||
libegl-dev \
|
||||
libgles1 \
|
||||
@@ -195,5 +134,6 @@ apt-fast install --no-install-recommends -yq \
|
||||
kmod \
|
||||
wpasupplicant \
|
||||
hostapd \
|
||||
libgtk2.0-dev \
|
||||
libxml2:armhf \
|
||||
libgtk2.0-dev
|
||||
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user