1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-16 15:57:19 +00:00

CI: Add packages for opencsd and gator-daemon to base build

opencsd and gator-daemon aren't currently being build.  Add them to the
base build so that they can be verified to at least compile.

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2022-10-28 10:23:30 -04:00
parent 7683a6d1d1
commit 49b23ff619
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -35,8 +35,9 @@ local_conf_header:
PACKAGECONFIG:append:pn-perf = " coresight"
INHERIT += "rm_work"
DISTRO_FEATURES:remove = "ptest"
perf: |
CORE_IMAGE_EXTRA_INSTALL += "perf"
extrapackages: |
CORE_IMAGE_EXTRA_INSTALL += "perf opencsd"
CORE_IMAGE_EXTRA_INSTALL:append:aarch64 = " gator-daemon"
machine: unset