Skip to content

Commit a5b782b

Browse files
author
Valeriy Khorunzhin
committed
correct applying
Signed-off-by: Valeriy Khorunzhin <valeriy.khorunzhin@flant.com>
1 parent 4e93d0f commit a5b782b

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

images/qemu/patches/seabios/002-alt-skip-flags-when-parse-objdump-section.patch renamed to images/qemu/patches/seabios/001-alt-skip-flags-when-parse-objdump-section.patch

File renamed without changes.

images/qemu/patches/seabios/001-0x403-debug-port-no-bootable-device-message.patch renamed to images/qemu/patches/seabios/002-0x403-debug-port-no-bootable-device-message.patch

File renamed without changes.

images/qemu/werf.inc.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ shell:
199199
export LDFLAGS="-L/usr/lib64 -L/usr/lib"
200200
export CPPFLAGS="-I/usr/include"
201201
202-
cd /{{ $gitRepoName }}-{{ $version }}
202+
cd /src/{{ $gitRepoName }}-{{ $version }}
203203
204204
echo "Apply SeaBIOS patches"
205205
for p in /patches/seabios/*.patch ; do
@@ -209,6 +209,8 @@ shell:
209209
git -C roms/seabios apply --ignore-space-change --ignore-whitespace "$p" && echo OK || (echo FAIL ; exit 1)
210210
done
211211
212+
cd /{{ $gitRepoName }}-{{ $version }}
213+
212214
echo "Building patched SeaBIOS..."
213215
make -C roms bios V=1 PYTHON=python3 HOSTCC=gcc -j$(nproc)
214216

0 commit comments

Comments
 (0)