From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- onlineupdate/qa/lang_packs/Makefile | 21 +++++++++++++++++++++ onlineupdate/qa/lang_packs/update_en_signed.mar | Bin 0 -> 667 bytes onlineupdate/qa/lang_packs/update_signed.mar | Bin 0 -> 650 bytes onlineupdate/qa/lang_packs/updater_lang.zip | Bin 0 -> 899 bytes 4 files changed, 21 insertions(+) create mode 100644 onlineupdate/qa/lang_packs/Makefile create mode 100644 onlineupdate/qa/lang_packs/update_en_signed.mar create mode 100644 onlineupdate/qa/lang_packs/update_signed.mar create mode 100644 onlineupdate/qa/lang_packs/updater_lang.zip (limited to 'onlineupdate/qa/lang_packs') diff --git a/onlineupdate/qa/lang_packs/Makefile b/onlineupdate/qa/lang_packs/Makefile new file mode 100644 index 000000000..d328472f5 --- /dev/null +++ b/onlineupdate/qa/lang_packs/Makefile @@ -0,0 +1,21 @@ +gb_Side := host +include ../../../config_host.mk + +UPDATER_DIR := $(WORKDIR)/updater/lang_pack + +all : call + +unpack: + @echo "Unpacking the updater test project" + @rm -r $(UPDATER_DIR) || true + @mkdir -p $(WORKDIR)/updater/ + @unzip updater_lang.zip -d $(WORKDIR)/updater > /dev/null + @cp update_signed.mar $(UPDATER_DIR)/user/patch/update.mar + @cp update_en_signed.mar $(UPDATER_DIR)/user/patch/update_en_signed.mar + +call: unpack + @echo "Update the test project" + @$(INSTDIR)/program/updater $(UPDATER_DIR)/user/patch $(UPDATER_DIR) $(UPDATER_DIR)/user/update -1 + +call-gdb: unpack + gdb --args $(INSTDIR)/program/updater $(UPDATER_DIR)/user/patch $(UPDATER_DIR) $(UPDATER_DIR)/user/update -1 diff --git a/onlineupdate/qa/lang_packs/update_en_signed.mar b/onlineupdate/qa/lang_packs/update_en_signed.mar new file mode 100644 index 000000000..b72d1c5df Binary files /dev/null and b/onlineupdate/qa/lang_packs/update_en_signed.mar differ diff --git a/onlineupdate/qa/lang_packs/update_signed.mar b/onlineupdate/qa/lang_packs/update_signed.mar new file mode 100644 index 000000000..a145d6325 Binary files /dev/null and b/onlineupdate/qa/lang_packs/update_signed.mar differ diff --git a/onlineupdate/qa/lang_packs/updater_lang.zip b/onlineupdate/qa/lang_packs/updater_lang.zip new file mode 100644 index 000000000..05b206bc8 Binary files /dev/null and b/onlineupdate/qa/lang_packs/updater_lang.zip differ -- cgit v1.2.3