Skip to content
Snippets Groups Projects
Commit ad5e8aa9 authored by Jerome Forissier's avatar Jerome Forissier Committed by Jérôme Forissier
Browse files

poplar: fix dead rootfs URL


Signed-off-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
Acked-by: default avatarJoakim Bech <joakim.bech@linaro.org>
parent 248f5733
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ OPTEE_BIN_EXTRA1 ?= $(OPTEE_PATH)/out/arm/core/tee-pager_v2.bin
OPTEE_BIN_EXTRA2 ?= $(OPTEE_PATH)/out/arm/core/tee-pageable_v2.bin
ROOTFS_BIN ?= linaro-stretch-developer-*.tar.gz
ROOTFS_URL ?= http://snapshots.linaro.org/debian/images/stretch/developer-arm64/latest/$(ROOTFS_BIN)
ROOTFS_URL ?= https://releases.linaro.org/debian/images/developer-arm64/latest/$(ROOTFS_BIN)
PKG_OPTEE_VERSION ?= $(shell cd $(OPTEE_OS_PATH) && git describe)-0
PKG_PATH ?= $(OUT_PATH)/debpkg/optee_$(PKG_OPTEE_VERSION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment