kata-containers/tools/packaging/static-build/qemu
Jakob Naucke 5c9d2b413f
packaging: Use patch for applying patches
`tools/packaging/scripts/apply_patches.sh` uses `git apply $patch`, but
this will not apply to subdirectories. If one wanted to apply with
`git apply`, they'd have to run it with `--directory=...`
_relative to the Git tree's root_ (absolute will not work!). I suggest
we just use `patch`, which will do what we expected `git apply` would
do.

`patch` is also added to build containers that require it.

Fixes: #3690
Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
2022-02-18 11:32:17 +01:00
..
build-base-qemu.sh Merge pull request #3437 from haslersn/un-gn 2022-01-19 22:25:59 -08:00
build-static-qemu-experimental.sh scripts: Use shebang /usr/bin/env bash 2022-01-13 22:53:28 +01:00
build-static-qemu.sh scripts: Use shebang /usr/bin/env bash 2022-01-13 22:53:28 +01:00
Dockerfile packaging: Use patch for applying patches 2022-02-18 11:32:17 +01:00
Makefile qemu: Build experimental qemu. 2021-03-24 17:52:07 +00:00