Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Commit

Permalink
RPi: update to firmware 81cca1a
Browse files Browse the repository at this point in the history
Drop vcfiled after raspberrypi/userland#525
  • Loading branch information
MilhouseVH authored and SupervisedThinking committed Jan 23, 2019
1 parent a0d3426 commit 4e92599
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions packages/graphics/bcm2835-driver/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="bcm2835-driver"
PKG_VERSION="9baae7655f01ac37ba3b28c0053e9c6d0085dcfb"
PKG_SHA256="07c4b131ab6344350632161884bed045a69d54c984ab5ad97a17976f6145135b"
PKG_VERSION="81cca1a9380c828299e884dba5efd0d4acb39e8d"
PKG_SHA256="1db684b2be246b755a086603caad99c7ac9721da5ac390099e681e07b7b84931"
PKG_LICENSE="nonfree"
PKG_SITE="http://www.broadcom.com"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
Expand All @@ -31,9 +31,6 @@ make_target() {
}

makeinstall_target() {
mkdir -p $INSTALL/usr/sbin
cp -PRv $FLOAT/opt/vc/sbin/vcfiled $INSTALL/usr/sbin

mkdir -p $INSTALL/usr/lib
cp -PRv $FLOAT/opt/vc/lib/*.so $INSTALL/usr/lib
ln -sf /usr/lib/libbrcmEGL.so $INSTALL/usr/lib/libEGL.so
Expand Down
4 changes: 2 additions & 2 deletions packages/tools/bcm2835-bootloader/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="bcm2835-bootloader"
PKG_VERSION="9baae7655f01ac37ba3b28c0053e9c6d0085dcfb"
PKG_SHA256="9ab4c67c59042e94487eff74e0175a771e0055c36284de3a927b0f7e1b8d9264"
PKG_VERSION="81cca1a9380c828299e884dba5efd0d4acb39e8d"
PKG_SHA256="7e3a31c795748e9ddee97f8c14a74dc2feb208e268f0f6cfba62425af1658b45"
PKG_ARCH="arm"
PKG_LICENSE="nonfree"
PKG_SITE="http://www.broadcom.com"
Expand Down

0 comments on commit 4e92599

Please sign in to comment.