Skip to content

Commit

Permalink
[Tizen] Fix rpm unpacking for stage-3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Feb 4, 2025
1 parent ee381e8 commit e6a0a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
107 : Tizen - do not mix snapshot and Tizen 8.0 release
107 : Tizen - fix rpm unpacking for stage-3 build
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN set -x \
&& wget --progress=dot:giga -r -nd --no-parent -e robots=off -A 'rpi4-linux-kernel-*.src.rpm' \
http://download.tizen.org/snapshots/TIZEN/Tizen-$TIZEN_VERSION/Tizen-$TIZEN_VERSION-Unified/latest/repos/standard/source/ \
# Prepare kernel source (Linux kernel + Tizen patchset)
&& unrpm rpi4-linux-kernel-*.src.rpm \
&& 7z x -so rpi4-linux-kernel-*.src.rpm | cpio -idmv \
&& rm rpi4-linux-kernel-*.src.rpm \
&& tar -xJf linux-kernel-*.tar.xz \
&& rm linux-kernel-*.tar.xz \
Expand Down

0 comments on commit e6a0a55

Please sign in to comment.