crust: update to 0.6

release notes:
- https://github.com/crust-firmware/crust/releases/tag/v0.6
This commit is contained in:
Rudi Heitbaum 2023-09-02 12:04:18 +00:00
parent 5ff79d1204
commit cba5d83cda
3 changed files with 3 additions and 25 deletions

View File

@ -2,12 +2,12 @@
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="crust"
PKG_VERSION="2e5f355790b5f9cd941f939280adda6b4b6581c0" # 2021-11-05
PKG_SHA256="6e449dfc870141498082d399d5712fa53bb9e6341856e0a75fd9aaad9e15c38c"
PKG_VERSION="0.6"
PKG_SHA256="43b89585dd7b6f022200bd788a97a85a831feffa988affc04bca18757a133efd"
PKG_ARCH="arm aarch64"
PKG_LICENSE="BSD-3c"
PKG_SITE="https://github.com/crust-firmware/crust"
PKG_URL="https://github.com/crust-firmware/crust/archive/${PKG_VERSION}.tar.gz"
PKG_URL="https://github.com/crust-firmware/crust/archive/v${PKG_VERSION}.tar.gz"
PKG_LONGDESC="Crust: Libre SCP firmware for Allwinner sunxi SoCs"
PKG_TOOLCHAIN="manual"
PKG_STAMP="${UBOOT_SYSTEM}"

View File

@ -1,12 +0,0 @@
--- a/Makefile 2022-08-09 08:48:15.390323604 +0000
+++ b/Makefile 2022-08-09 08:49:45.623098723 +0000
@@ -84,7 +84,8 @@
-Wl,--fatal-warnings \
-Wl,--gc-sections \
-Wl,--no-dynamic-linker \
- -Wl,--no-undefined
+ -Wl,--no-undefined \
+ -Wl,--no-warn-rwx-segments
###############################################################################

View File

@ -1,10 +0,0 @@
--- a/Makefile 2021-12-15 20:13:00.978559336 +0000
+++ b/Makefile 2021-12-15 20:18:06.344712669 +0000
@@ -25,6 +25,7 @@
-fdata-sections \
-ffunction-sections \
-fno-builtin \
+ -fno-stack-protector \
-fno-common \
-fvar-tracking-assignments \
-g$(if $(CONFIG_DEBUG_INFO),gdb,0) \