diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-07-15 21:07:42 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-07-23 00:11:21 +0200 |
commit | f2c12b89403c9a5b43afab8d9c343d4992190a0a (patch) | |
tree | 22e566d5fc2ee54a7b51258b7245ff69d7b39c1b /package/boot | |
parent | bddfd3f7ed0668346b42f7aff5e6b83e8aea0b38 (diff) | |
download | upstream-f2c12b89403c9a5b43afab8d9c343d4992190a0a.tar.gz upstream-f2c12b89403c9a5b43afab8d9c343d4992190a0a.tar.bz2 upstream-f2c12b89403c9a5b43afab8d9c343d4992190a0a.zip |
layerscape: update PKG_HASH / PKG_MIRROR_HASH
The change of the PKG_VERSION caused the hash of the package to
change. This is because the PKG_VERSION is present in the
internal directory structure of the archive.
Fixes: 038d5bdab117 ("layerscape: use semantic versions for LSDK")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
(cherry picked from commit e879cccaa21563a7cdf47797b18fb86723720158)
(cherry picked from commit d4391ef073825f5817cdbcc3fc215311f1bbb461)
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/tfa-layerscape/Makefile | 2 | ||||
-rw-r--r-- | package/boot/uboot-layerscape/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/tfa-layerscape/Makefile b/package/boot/tfa-layerscape/Makefile index 5337d7df83..1be74216e1 100644 --- a/package/boot/tfa-layerscape/Makefile +++ b/package/boot/tfa-layerscape/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/atf PKG_SOURCE_VERSION:=LSDK-21.08 -PKG_MIRROR_HASH:=500da1f5743255b2c301b89fba4df31d05a7dfbc731fbf137a88caf86f5568d0 +PKG_MIRROR_HASH:=893f2d28a77dcc9d4413a619b4719ca5f1f4dc78dd824a8488e7d543e66bcf95 PKG_BUILD_DEPENDS:=tfa-layerscape/host include $(INCLUDE_DIR)/host-build.mk diff --git a/package/boot/uboot-layerscape/Makefile b/package/boot/uboot-layerscape/Makefile index bd30a15ade..53d21f59dc 100644 --- a/package/boot/uboot-layerscape/Makefile +++ b/package/boot/uboot-layerscape/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/u-boot PKG_SOURCE_VERSION:=LSDK-21.08 -PKG_MIRROR_HASH:=874e871755ef84ebbf35cc247f0979ec18ed1946e4dca71006a83463b2899db1 +PKG_MIRROR_HASH:=54909a98bdcc26c7f9b35b35fcae09b977ecbf044be7bffa6dad9306c47cccf6 include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |