diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-09-19 19:30:37 -0700 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-09-21 21:39:01 -1000 |
commit | 50773c5c989dc921f9fc17bcc48d10293eaebe5a (patch) | |
tree | 5272832b780ad4588967dc53fd90624738003795 /package/boot/tfa-layerscape/Makefile | |
parent | 96c7164acd80d07655c2d8dbb3dc4ce556a65e46 (diff) | |
download | upstream-50773c5c989dc921f9fc17bcc48d10293eaebe5a.tar.gz upstream-50773c5c989dc921f9fc17bcc48d10293eaebe5a.tar.bz2 upstream-50773c5c989dc921f9fc17bcc48d10293eaebe5a.zip |
tfp-layerscape: update to LSDK-20.12
Fixes compilation with GCC11.
Kept PKG_VERSION as there's some bug that chops off the 12 at the end.
Refreshed other patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package/boot/tfa-layerscape/Makefile')
-rw-r--r-- | package/boot/tfa-layerscape/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/tfa-layerscape/Makefile b/package/boot/tfa-layerscape/Makefile index 6285da6a15..6f0e175885 100644 --- a/package/boot/tfa-layerscape/Makefile +++ b/package/boot/tfa-layerscape/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tfa-layerscape -PKG_VERSION:=LSDK-20.04-update-290520 +PKG_VERSION:=LSDK-20.12 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/atf -PKG_SOURCE_VERSION:=7d748e6f0ec652ba7c43733dc67a3d0b0217390a -PKG_MIRROR_HASH:=d209c9ad18aac9f18375450b98b8dab00f0382ccb485df14623bf9b72ea1dd9b +PKG_SOURCE_VERSION:=LSDK-20.12 +PKG_MIRROR_HASH:=8e3a0bd33c00657beeb2df88a881b1831aeb790751cacd4c4fdf33ffa01e956e PKG_BUILD_DEPENDS:=tfa-layerscape/host include $(INCLUDE_DIR)/host-build.mk |