cip-dev.lists.cip-project.org archive mirror
 help / color / mirror / Atom feed
* [cip-dev] [isar-cip-core][PATCH] ci: Fix kernel image deployment
@ 2021-07-21 21:04 Jan Kiszka
  0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2021-07-21 21:04 UTC (permalink / raw)
  To: cip-dev

[-- Attachment #1: Type: text/plain, Size: 775 bytes --]

From: Jan Kiszka <jan.kiszka@siemens.com>

Uncompressed kernels are correctly named vmlinux by recent Isar.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 scripts/deploy-cip-core.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/deploy-cip-core.sh b/scripts/deploy-cip-core.sh
index 0b8bbe6..47cf5ee 100755
--- a/scripts/deploy-cip-core.sh
+++ b/scripts/deploy-cip-core.sh
@@ -43,7 +43,7 @@ if [ -f $BASE_PATH.tar.gz ]; then
 	aws s3 cp --no-progress $BASE_PATH.tar.gz s3://download.cip-project.org/cip-core/$TARGET/
 fi
 
-KERNEL_IMAGE=$BASE_PATH-vmlinuz
+KERNEL_IMAGE="$BASE_PATH-vmlinu[xz]"
 # iwg20m workaround
 if [ -f build/tmp/deploy/images/$TARGET/zImage ]; then
 	KERNEL_IMAGE=build/tmp/deploy/images/$TARGET/zImage
-- 
2.26.2

[-- Attachment #2: Type: text/plain, Size: 429 bytes --]


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#6624): https://lists.cip-project.org/g/cip-dev/message/6624
Mute This Topic: https://lists.cip-project.org/mt/84366349/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/10495289/4520388/727948398/xyzzy [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-21 21:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 21:04 [cip-dev] [isar-cip-core][PATCH] ci: Fix kernel image deployment Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).