* [PATCH] CI: Add packages for opencsd and gator-daemon to base build
@ 2022-10-28 14:23 Jon Mason
2022-10-31 16:14 ` [meta-arm] " Denys Dmytriyenko
2022-11-01 12:45 ` Jon Mason
0 siblings, 2 replies; 3+ messages in thread
From: Jon Mason @ 2022-10-28 14:23 UTC (permalink / raw)
To: meta-arm
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>
---
ci/base.yml | 5 +++--
ci/corstone1000-common.yml | 2 +-
ci/corstone500.yml | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/ci/base.yml b/ci/base.yml
index c4e68886..75a30925 100644
--- a/ci/base.yml
+++ b/ci/base.yml
@@ -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:aarch64 += "gator-daemon"
machine: unset
diff --git a/ci/corstone1000-common.yml b/ci/corstone1000-common.yml
index 970a87c9..65ff9d38 100644
--- a/ci/corstone1000-common.yml
+++ b/ci/corstone1000-common.yml
@@ -5,7 +5,7 @@ header:
- ci/meta-openembedded.yml
local_conf_header:
- perf: |
+ extrapackages: |
# Intentionally blank to prevent perf from being added to the image in base.yml
distro: poky-tiny
diff --git a/ci/corstone500.yml b/ci/corstone500.yml
index d51d45fb..54633e1c 100644
--- a/ci/corstone500.yml
+++ b/ci/corstone500.yml
@@ -7,7 +7,7 @@ local_conf_header:
testimagefvp: |
INHERIT += "fvpboot"
IMAGE_FEATURES:remove = " ssh-server-dropbear"
- perf: |
+ extrapackages: |
# Intentionally blank to prevent perf from being added to the image in base.yml
machine: corstone500
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [meta-arm] [PATCH] CI: Add packages for opencsd and gator-daemon to base build
2022-10-28 14:23 [PATCH] CI: Add packages for opencsd and gator-daemon to base build Jon Mason
@ 2022-10-31 16:14 ` Denys Dmytriyenko
2022-11-01 12:45 ` Jon Mason
1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2022-10-31 16:14 UTC (permalink / raw)
To: Jon Mason; +Cc: meta-arm
On Fri, Oct 28, 2022 at 10:23:30AM -0400, Jon Mason wrote:
> 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>
> ---
> ci/base.yml | 5 +++--
> ci/corstone1000-common.yml | 2 +-
> ci/corstone500.yml | 2 +-
> 3 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/ci/base.yml b/ci/base.yml
> index c4e68886..75a30925 100644
> --- a/ci/base.yml
> +++ b/ci/base.yml
> @@ -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:aarch64 += "gator-daemon"
Should this be CORE_IMAGE_EXTRA_INSTALL:append:aarch64 = "gator-daemon" instead?
>
> machine: unset
>
> diff --git a/ci/corstone1000-common.yml b/ci/corstone1000-common.yml
> index 970a87c9..65ff9d38 100644
> --- a/ci/corstone1000-common.yml
> +++ b/ci/corstone1000-common.yml
> @@ -5,7 +5,7 @@ header:
> - ci/meta-openembedded.yml
>
> local_conf_header:
> - perf: |
> + extrapackages: |
> # Intentionally blank to prevent perf from being added to the image in base.yml
>
> distro: poky-tiny
> diff --git a/ci/corstone500.yml b/ci/corstone500.yml
> index d51d45fb..54633e1c 100644
> --- a/ci/corstone500.yml
> +++ b/ci/corstone500.yml
> @@ -7,7 +7,7 @@ local_conf_header:
> testimagefvp: |
> INHERIT += "fvpboot"
> IMAGE_FEATURES:remove = " ssh-server-dropbear"
> - perf: |
> + extrapackages: |
> # Intentionally blank to prevent perf from being added to the image in base.yml
>
> machine: corstone500
> --
> 2.17.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] CI: Add packages for opencsd and gator-daemon to base build
2022-10-28 14:23 [PATCH] CI: Add packages for opencsd and gator-daemon to base build Jon Mason
2022-10-31 16:14 ` [meta-arm] " Denys Dmytriyenko
@ 2022-11-01 12:45 ` Jon Mason
1 sibling, 0 replies; 3+ messages in thread
From: Jon Mason @ 2022-11-01 12:45 UTC (permalink / raw)
To: meta-arm, Jon Mason
On Fri, 28 Oct 2022 10:23:30 -0400, Jon Mason wrote:
> 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.
Applied, thanks!
[1/1] CI: Add packages for opencsd and gator-daemon to base build
commit: 49b23ff619eb10521fdb58faae2c4d8a1942909c
Best regards,
--
Jon Mason <jon.mason@arm.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-11-01 12:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-28 14:23 [PATCH] CI: Add packages for opencsd and gator-daemon to base build Jon Mason
2022-10-31 16:14 ` [meta-arm] " Denys Dmytriyenko
2022-11-01 12:45 ` Jon Mason
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.