amlogic-boot-fip: bump to 8599bc7 and set alta/solitude dirs

This commit is contained in:
Christian Hewitt 2024-11-01 05:17:18 +00:00
parent 77d08f0c9d
commit d764c57469
No known key found for this signature in database

View File

@ -3,10 +3,16 @@
PKG_NAME="amlogic-boot-fip"
PKG_LICENSE="nonfree"
PKG_VERSION="1d9dc4ede9741f184509e7a8ec9797a6e0fd39d9"
PKG_SHA256="df8ec3c7ae1362cb8583f0427af2cb9aac3bdfa0cb6550ec5a7ab8c04c4f09c4"
PKG_VERSION="8599bc77b17f38e69275f6145acc5792faab735e"
PKG_SHA256="c5fb2ee6026dc8ffb38af7660d52761506363d95c6a0fc27833cd6c611e10602"
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
}