amlogic-boot-fip: update to githash 16d007f

Add Amlogic u-boot encryption with amluserkey
set alta/solitude dirs
This commit is contained in:
Rudi Heitbaum 2024-06-26 05:48:09 +00:00
parent 5692d4cd9e
commit c597b121b7

View File

@ -3,10 +3,16 @@
PKG_NAME="amlogic-boot-fip"
PKG_LICENSE="nonfree"
PKG_VERSION="c4bf0e3b1ab1246c3176d6c3e420a5e1cdf40c4e"
PKG_SHA256="77ba6437f105ae8feab25bfe8536e6741dd184975dc082d8ff73284d2037027d"
PKG_VERSION="16d007ff61f8ba84be7cb47280bb2911eaa87aba"
PKG_SHA256="c5910f7913bc1d634320952daf0afed62e383c4e2eafb71c952bc221cb6b150f"
PKG_SITE="https://github.com/LibreELEC/amlogic-boot-fip"
PKG_URL="https://github.com/LibreELEC/amlogic-boot-fip/archive/${PKG_VERSION}.tar.gz"
PKG_LONGDESC="Firmware Image Package (FIP) sources used to sign Amlogic u-boot binaries in LibreELEC images"
PKG_TOOLCHAIN="manual"
PKG_STAMP="${UBOOT_SYSTEM}"
post_unpack() {
# rename dirs for alta/solitude
mv ${PKG_BUILD}/aml-a311d-cc ${PKG_BUILD}/alta
mv ${PKG_BUILD}/aml-s905d3-cc ${PKG_BUILD}/solitude
}