mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-06 01:17:49 +00:00
rpi-eeprom: update to rpi-eeprom-b360b29
This commit is contained in:
parent
a36abc1636
commit
522dcdd37d
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="rpi-eeprom"
|
PKG_NAME="rpi-eeprom"
|
||||||
PKG_VERSION="ffec4bd48ff2ab753da10bd42b2fd7b904d8dca5"
|
PKG_VERSION="b360b29ab64bb1cbf223d21aa6086d6541675471"
|
||||||
PKG_SHA256="94eba989f3776c6d2f06cf021fffb1cb4c2f550fa325e5a08cab2fdd4a4e00bd"
|
PKG_SHA256="58196f74d9b9b62f22f966441a7822962ff28c6633578e4863ab356a9d6a8ba7"
|
||||||
PKG_ARCH="arm"
|
PKG_ARCH="arm"
|
||||||
PKG_LICENSE="BSD-3/custom"
|
PKG_LICENSE="BSD-3/custom"
|
||||||
PKG_SITE="https://github.com/raspberrypi/rpi-eeprom"
|
PKG_SITE="https://github.com/raspberrypi/rpi-eeprom"
|
||||||
@ -16,15 +16,13 @@ makeinstall_target() {
|
|||||||
DESTDIR=${INSTALL}/$(get_kernel_overlay_dir)/lib/firmware/raspberrypi/bootloader
|
DESTDIR=${INSTALL}/$(get_kernel_overlay_dir)/lib/firmware/raspberrypi/bootloader
|
||||||
|
|
||||||
mkdir -p ${DESTDIR}
|
mkdir -p ${DESTDIR}
|
||||||
mkdir -p ${DESTDIR}/${_dir}
|
|
||||||
cp -PRv ${PKG_BUILD}/firmware/recovery.bin ${DESTDIR}
|
|
||||||
|
|
||||||
_dirs="critical"
|
_dirs="critical"
|
||||||
[ "$LIBREELEC_VERSION" = "devel" ] && _dirs+=" beta"
|
[ "$LIBREELEC_VERSION" = "devel" ] && _dirs+=" beta"
|
||||||
for _dir in ${_dirs}; do
|
for _dir in ${_dirs}; do
|
||||||
if [ -n "$(ls -1 ${PKG_BUILD}/firmware/${_dir}/pieeprom-* 2>/dev/null)" ]; then
|
if [ -n "$(ls -1 ${PKG_BUILD}/firmware/${_dir}/pieeprom-* 2>/dev/null)" ]; then
|
||||||
mkdir -p ${DESTDIR}/${_dir}
|
mkdir -p ${DESTDIR}/${_dir}
|
||||||
cp -PRv $(ls -1 ${PKG_BUILD}/firmware/${_dir}/pieeprom-* | tail -1) ${DESTDIR}/${_dir}
|
cp -PRv $(ls -1 ${PKG_BUILD}/firmware/${_dir}/pieeprom-* | tail -1) ${DESTDIR}/${_dir}
|
||||||
|
cp -PRv ${PKG_BUILD}/firmware/${_dir}/recovery.bin ${DESTDIR}/${_dir}
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user