diff options
| author | Kai Kang <kai.kang@windriver.com> | 2023-10-25 10:22:39 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-11-06 16:21:12 +0000 |
| commit | 710f858012e6b9352a51c7a96fb01fd58b840f65 (patch) | |
| tree | 40ede9be6f6df34f08788a2e8675f8191410875a /recipes-containers/podman-tui | |
| parent | e133bbf7bb71387763a7b0c2df9c25e12a9e05c0 (diff) | |
| download | meta-virtualization-710f858012e6b9352a51c7a96fb01fd58b840f65.tar.gz | |
umoci & buildah & podman-tui: mark incompatible with mips
Since the runtime dependency skopeo has been marked incompatible with
mips, mark for umoci accordingly.
buildah and podman-tui rdepends on podman which has been marked
incompatible with mips, so mark for them too.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/podman-tui')
| -rw-r--r-- | recipes-containers/podman-tui/podman-tui_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/podman-tui/podman-tui_git.bb b/recipes-containers/podman-tui/podman-tui_git.bb index 1a40d0ec..0b1924f9 100644 --- a/recipes-containers/podman-tui/podman-tui_git.bb +++ b/recipes-containers/podman-tui/podman-tui_git.bb | |||
| @@ -41,6 +41,8 @@ PODMAN_PKG = "github.com/containers/podman-tui" | |||
| 41 | inherit go goarch | 41 | inherit go goarch |
| 42 | inherit pkgconfig | 42 | inherit pkgconfig |
| 43 | 43 | ||
| 44 | COMPATIBLE_HOST = "^(?!mips).*" | ||
| 45 | |||
| 44 | do_configure[noexec] = "1" | 46 | do_configure[noexec] = "1" |
| 45 | 47 | ||
| 46 | BUILD_TAGS ?= "exclude_graphdriver_btrfs exclude_graphdriver_devicemapper" | 48 | BUILD_TAGS ?= "exclude_graphdriver_btrfs exclude_graphdriver_devicemapper" |
