* [PATCH] arm-bsp/images: artifacts image for tc0
@ 2021-01-11 17:11 Usama Arif
2021-01-14 19:22 ` [meta-arm] " Jon Mason
0 siblings, 1 reply; 2+ messages in thread
From: Usama Arif @ 2021-01-11 17:11 UTC (permalink / raw)
To: meta-arm; +Cc: nd, Usama Arif
Trusted-firmware-a is the final component to be built with the rest of the
components dependent of it, therefore building tc0-artifacts-image
which depends on trusted-firmware-a will build all the required binaries.
Signed-off-by: Usama Arif <usama.arif@arm.com>
Change-Id: I57760a339da1601bd66e3dd752a7b2814e84bbb8
---
meta-arm-bsp/documentation/tc0.md | 6 +++---
.../recipes-bsp/images/tc0-artifacts-image.bb | 12 ++++++++++++
2 files changed, 15 insertions(+), 3 deletions(-)
create mode 100644 meta-arm-bsp/recipes-bsp/images/tc0-artifacts-image.bb
diff --git a/meta-arm-bsp/documentation/tc0.md b/meta-arm-bsp/documentation/tc0.md
index f11b781..9ea4f7c 100644
--- a/meta-arm-bsp/documentation/tc0.md
+++ b/meta-arm-bsp/documentation/tc0.md
@@ -16,11 +16,11 @@ In the local.conf file, MACHINE should be set as follows:
MACHINE = "tc0"
To build the required binaries for tc0, run the commmand:
-```bash$ bitbake trusted-firmware-a```
+```bash$ bitbake tc0-artifacts-image```
Trusted-firmware-a is the final component to be built with the rest of the
-components dependent of it, therefore building trusted-firmware-a will
-build all the required binaries.
+components dependent of it, therefore building tc0-artifacts-image which depends
+on trusted-firmware-a will build all the required binaries.
## Running
To run the produced binaries in a TC0 Fixed Virtual Platform please get
diff --git a/meta-arm-bsp/recipes-bsp/images/tc0-artifacts-image.bb b/meta-arm-bsp/recipes-bsp/images/tc0-artifacts-image.bb
new file mode 100644
index 0000000..43c1eda
--- /dev/null
+++ b/meta-arm-bsp/recipes-bsp/images/tc0-artifacts-image.bb
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: Apache-2.0
+#
+# Copyright (c) 2020 Arm Limited
+#
+SUMMARY = "Total Compute Images"
+DESCRIPTION = "Build all the images required for Total Compute platform"
+LICENSE = "Apache-2.0"
+
+inherit nopackages
+
+# The last image to be built is trusted-firmware-a
+DEPENDS += " trusted-firmware-a"
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-arm] [PATCH] arm-bsp/images: artifacts image for tc0
2021-01-11 17:11 [PATCH] arm-bsp/images: artifacts image for tc0 Usama Arif
@ 2021-01-14 19:22 ` Jon Mason
0 siblings, 0 replies; 2+ messages in thread
From: Jon Mason @ 2021-01-14 19:22 UTC (permalink / raw)
To: Usama Arif; +Cc: meta-arm, nd
On Mon, Jan 11, 2021 at 05:11:27PM +0000, Usama Arif wrote:
> Trusted-firmware-a is the final component to be built with the rest of the
> components dependent of it, therefore building tc0-artifacts-image
> which depends on trusted-firmware-a will build all the required binaries.
>
> Signed-off-by: Usama Arif <usama.arif@arm.com>
> Change-Id: I57760a339da1601bd66e3dd752a7b2814e84bbb8
Pulled into master.
Thanks,
Jon
> ---
> meta-arm-bsp/documentation/tc0.md | 6 +++---
> .../recipes-bsp/images/tc0-artifacts-image.bb | 12 ++++++++++++
> 2 files changed, 15 insertions(+), 3 deletions(-)
> create mode 100644 meta-arm-bsp/recipes-bsp/images/tc0-artifacts-image.bb
>
> diff --git a/meta-arm-bsp/documentation/tc0.md b/meta-arm-bsp/documentation/tc0.md
> index f11b781..9ea4f7c 100644
> --- a/meta-arm-bsp/documentation/tc0.md
> +++ b/meta-arm-bsp/documentation/tc0.md
> @@ -16,11 +16,11 @@ In the local.conf file, MACHINE should be set as follows:
> MACHINE = "tc0"
>
> To build the required binaries for tc0, run the commmand:
> -```bash$ bitbake trusted-firmware-a```
> +```bash$ bitbake tc0-artifacts-image```
>
> Trusted-firmware-a is the final component to be built with the rest of the
> -components dependent of it, therefore building trusted-firmware-a will
> -build all the required binaries.
> +components dependent of it, therefore building tc0-artifacts-image which depends
> +on trusted-firmware-a will build all the required binaries.
>
> ## Running
> To run the produced binaries in a TC0 Fixed Virtual Platform please get
> diff --git a/meta-arm-bsp/recipes-bsp/images/tc0-artifacts-image.bb b/meta-arm-bsp/recipes-bsp/images/tc0-artifacts-image.bb
> new file mode 100644
> index 0000000..43c1eda
> --- /dev/null
> +++ b/meta-arm-bsp/recipes-bsp/images/tc0-artifacts-image.bb
> @@ -0,0 +1,12 @@
> +# SPDX-License-Identifier: Apache-2.0
> +#
> +# Copyright (c) 2020 Arm Limited
> +#
> +SUMMARY = "Total Compute Images"
> +DESCRIPTION = "Build all the images required for Total Compute platform"
> +LICENSE = "Apache-2.0"
> +
> +inherit nopackages
> +
> +# The last image to be built is trusted-firmware-a
> +DEPENDS += " trusted-firmware-a"
> --
> 2.17.1
>
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-14 19:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-11 17:11 [PATCH] arm-bsp/images: artifacts image for tc0 Usama Arif
2021-01-14 19:22 ` [meta-arm] " 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.