mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-17 06:03:43 +08:00
Remove bionic deps (#191)
* remove bionic deps * armhf packages update * removed duplicated libcap2:armhf package * libffi.so.6.0.4
This commit is contained in:
+4
-10
@@ -124,16 +124,11 @@ echo "comma ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||
# setup /bin/sh symlink
|
||||
ln -sf /bin/bash /bin/sh
|
||||
|
||||
# Add bionic repo to sources
|
||||
echo "" >> /etc/apt/sources.list
|
||||
echo "deb http://ports.ubuntu.com/ubuntu-ports/ bionic main restricted" >> /etc/apt/sources.list
|
||||
echo "deb http://ports.ubuntu.com/ubuntu-ports/ bionic universe" >> /etc/apt/sources.list
|
||||
|
||||
# Install necessary libs
|
||||
apt-get update -yq
|
||||
apt-get install --no-install-recommends -yq \
|
||||
libacl1:armhf \
|
||||
libasan2-armhf-cross \
|
||||
libasan5-armhf-cross \
|
||||
libatomic1-armhf-cross \
|
||||
libattr1:armhf \
|
||||
libaudit1:armhf \
|
||||
@@ -147,11 +142,11 @@ apt-get install --no-install-recommends -yq \
|
||||
libdrm2:armhf \
|
||||
libevdev2:armhf \
|
||||
libexpat1:armhf \
|
||||
libffi6:armhf \
|
||||
libffi7:armhf \
|
||||
libfontconfig1:armhf \
|
||||
libfreetype6:armhf \
|
||||
libgbm1:armhf \
|
||||
libgcc-5-dev-armhf-cross \
|
||||
libgcc-9-dev-armhf-cross \
|
||||
libgcc1:armhf \
|
||||
libglib2.0-0:armhf \
|
||||
libgomp1-armhf-cross \
|
||||
@@ -174,7 +169,7 @@ apt-get install --no-install-recommends -yq \
|
||||
libselinux1:armhf \
|
||||
libstdc++6:armhf \
|
||||
libstdc++6-armhf-cross \
|
||||
libubsan0-armhf-cross \
|
||||
libubsan1-armhf-cross \
|
||||
libudev-dev:armhf \
|
||||
libudev1:armhf \
|
||||
libuuid1:armhf \
|
||||
@@ -209,5 +204,4 @@ apt-get install --no-install-recommends -yq \
|
||||
wpasupplicant \
|
||||
hostapd \
|
||||
libgtk2.0-dev \
|
||||
libcap2:armhf \
|
||||
libxml2:armhf \
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
libffi.so.6.0.4
|
||||
Executable
BIN
Binary file not shown.
Reference in New Issue
Block a user