Skip to content

Commit 2eb6201

Browse files
committed
Add additional repositories and libmali
1 parent 180ba73 commit 2eb6201

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

package/root/usr/local/sbin/install_desktop.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ fi
2727
# Default packages.
2828
PACKAGES=(
2929
xserver-xorg-video-fbturbo
30+
xserver-xorg-video-armsoc-sunxi
31+
libmali-sunxi-utgard0-r6p0
3032
libvdpau-sunxi1
3133
vdpauinfo
3234
aisleriot

simpleimage/make_rootfs.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ case $DISTRO in
152152
DEBUSERPW=pine64
153153
ADDPPACMD="apt-get -y update && \
154154
apt-get install -y software-properties-common && \
155-
apt-add-repository -y ppa:longsleep/ubuntu-pine64-flavour-makers \
155+
apt-add-repository -y ppa:longsleep/ubuntu-pine64-flavour-makers && \
156+
apt-add-repository -y ppa:ayufan/pine64-ppa \
156157
"
157158
EXTRADEBS="\
158159
zram-config \
@@ -177,6 +178,7 @@ set -ex
177178
export DEBIAN_FRONTEND=noninteractive
178179
locale-gen en_US.UTF-8
179180
$ADDPPACMD
181+
curl -fsSL http://deb.ayufan.eu/orgs/ayufan-rock64/archive.key | apt-key add -
180182
apt-get -y update
181183
apt-get -y install dosfstools curl xz-utils iw rfkill wpasupplicant openssh-server alsa-utils \
182184
nano git build-essential vim jq wget ca-certificates $EXTRADEBS
@@ -191,6 +193,12 @@ apt-get clean
191193
EOF
192194
chmod +x "$DEST/second-phase"
193195
do_chroot /second-phase
196+
cat > "$DEST/etc/apt/sources.list.d/ayufan-pine64.list" <<EOF
197+
deb http://deb.ayufan.eu/orgs/ayufan-pine64/releases /
198+
199+
# uncomment to use pre-release kernels and compatibility packages
200+
# deb http://deb.ayufan.eu/orgs/ayufan-pine64/pre-releases /
201+
EOF
194202
cat > "$DEST/etc/network/interfaces.d/eth0" <<EOF
195203
allow-hotplug eth0
196204
iface eth0 inet dhcp

0 commit comments

Comments
 (0)