Skip to content

Commit f85e58f

Browse files
authored
[Tizen] Fix rpm unpacking for stage-3 build (#37390)
1 parent eeaf44a commit f85e58f

File tree

2 files changed

+2
-2
lines changed
  • integrations/docker/images

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
107 : Tizen - do not mix snapshot and Tizen 8.0 release
1+
107 : Tizen - fix rpm unpacking for stage-3 build

integrations/docker/images/stage-3/chip-build-tizen-qemu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN set -x \
3939
&& wget --progress=dot:giga -r -nd --no-parent -e robots=off -A 'rpi4-linux-kernel-*.src.rpm' \
4040
http://download.tizen.org/snapshots/TIZEN/Tizen-$TIZEN_VERSION/Tizen-$TIZEN_VERSION-Unified/latest/repos/standard/source/ \
4141
# Prepare kernel source (Linux kernel + Tizen patchset)
42-
&& unrpm rpi4-linux-kernel-*.src.rpm \
42+
&& 7z x -so rpi4-linux-kernel-*.src.rpm | cpio -idmv \
4343
&& rm rpi4-linux-kernel-*.src.rpm \
4444
&& tar -xJf linux-kernel-*.tar.xz \
4545
&& rm linux-kernel-*.tar.xz \

0 commit comments

Comments
 (0)