[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v11 08/15] target/hexagon: add flex/bison/glib2 to qemu.yml
From: |
Anton Johansson |
Subject: |
[PATCH v11 08/15] target/hexagon: add flex/bison/glib2 to qemu.yml |
Date: |
Thu, 4 Aug 2022 13:55:41 +0200 |
Note, the glib2-native mapping exists separately from the normal glib2
mapping. The latter uses a `foreign` cross-policy-default, and
libvirt-ci is not able to support package mappings for multiple
cross-compilation policies.
This will probably change in the future.
Signed-off-by: Alessandro Di Federico <ale@rev.ng>
Signed-off-by: Paolo Montesel <babush@rev.ng>
Signed-off-by: Anton Johansson <anjo@rev.ng>
---
tests/lcitool/projects/qemu.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/lcitool/projects/qemu.yml b/tests/lcitool/projects/qemu.yml
index d9f826f8eb..0d92819249 100644
--- a/tests/lcitool/projects/qemu.yml
+++ b/tests/lcitool/projects/qemu.yml
@@ -3,6 +3,7 @@ packages:
- alsa
- bash
- bc
+ - bison
- brlapi
- bzip2
- bzip2-libs
@@ -19,6 +20,7 @@ packages:
- diffutils
- dtrace
- findutils
+ - flex
- fuse3
- g++
- gcc
@@ -26,6 +28,7 @@ packages:
- gettext
- genisoimage
- glib2
+ - glib2-native
- glib2-static
- glusterfs
- gnutls
--
2.37.0
- [PATCH v11 00/15] target/hexagon: introduce idef-parser, Anton Johansson, 2022/08/04
- [PATCH v11 08/15] target/hexagon: add flex/bison/glib2 to qemu.yml,
Anton Johansson <=
- [PATCH v11 04/15] target/hexagon: make helper functions non-static, Anton Johansson, 2022/08/04
- [PATCH v11 01/15] target/hexagon: update MAINTAINERS for idef-parser, Anton Johansson, 2022/08/04
- [PATCH v11 02/15] target/hexagon: import README for idef-parser, Anton Johansson, 2022/08/04
- [PATCH v11 05/15] target/hexagon: introduce new helper functions, Anton Johansson, 2022/08/04
- [PATCH v11 03/15] target/hexagon: make slot number an unsigned, Anton Johansson, 2022/08/04
- [PATCH v11 11/15] target/hexagon: import lexer for idef-parser, Anton Johansson, 2022/08/04
- [PATCH v11 09/15] target/hexagon: regenerate docker/cirrus files, Anton Johansson, 2022/08/04
- [PATCH v11 06/15] target/hexagon: expose next PC in DisasContext, Anton Johansson, 2022/08/04
- [PATCH v11 07/15] target/hexagon: prepare input for the idef-parser, Anton Johansson, 2022/08/04
- [PATCH v11 10/15] target/hexagon: manually add flex/bison/glib2 to remaining containers, Anton Johansson, 2022/08/04