Skip to content

Commit

Permalink
test: Tag kernel tarballs with version information
Browse files Browse the repository at this point in the history
  • Loading branch information
wkz committed Aug 26, 2024
1 parent d409cd3 commit dc19e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ cache/$(call al-tar,$(1)): |cache

# Kernel

work/$(1)-rootfs/boot/vmlinuz-virt: cache/linux-$(1).tar.gz |work/$(1)-rootfs
work/$(1)-rootfs/boot/vmlinuz-virt: cache/$(lx)-$(1).tar.gz |work/$(1)-rootfs
tar -C work/$(1)-rootfs -maxf $$< 2>/dev/null

cache/linux-$(1).tar.gz: |cache
cache/$(lx)-$(1).tar.gz: |cache
wget -O $$@ $(call lx-url,$(1))


Expand Down

0 comments on commit dc19e55

Please sign in to comment.