From 371a90a2e6c463467e0e90d5112910ebb3502be2 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 30 May 2021 17:01:47 -0400 Subject: Add initial j7-evm machine support Add template and inc file for requested j7-evm machine. Notes: - The various images have been test built, including the agl-demo-platform image. No runtime testing has been done due to lack of hardware. - The proprietary SGX graphics support has not been enabled. This is due to both being unable to test, and it being unclear if it is required given the telematics usecases mentioned with respect to the hardware. - The shared TMPDIR for the non-optional multiconfig for building the bootloader has been shifted to a split one, as failures were reproducibly being seen when using the rm_work bbclass, and in general the community recommendation is to not share them. This does mean that cleaning up a build tree requires removing the tmp-k3r5 directory in addition to tmp. Bug-AGL: SPEC-3928 Signed-off-by: Scott Murray Change-Id: I5c4e325b0b709b6571946475bf128bc25b171f6e Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26379 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- templates/machine/j7-evm/50_bblayers.conf.inc | 5 +++++ templates/machine/j7-evm/50_local.conf.inc | 3 +++ templates/machine/j7-evm/README_machine_j7-evm.md | 9 +++++++++ 3 files changed, 17 insertions(+) create mode 100644 templates/machine/j7-evm/50_bblayers.conf.inc create mode 100644 templates/machine/j7-evm/50_local.conf.inc create mode 100644 templates/machine/j7-evm/README_machine_j7-evm.md (limited to 'templates') diff --git a/templates/machine/j7-evm/50_bblayers.conf.inc b/templates/machine/j7-evm/50_bblayers.conf.inc new file mode 100644 index 000000000..6152217d3 --- /dev/null +++ b/templates/machine/j7-evm/50_bblayers.conf.inc @@ -0,0 +1,5 @@ +BBLAYERS =+ "\ + ${METADIR}/bsp/meta-arm/meta-arm \ + ${METADIR}/bsp/meta-arm/meta-arm-toolchain \ + ${METADIR}/bsp/meta-ti \ + " diff --git a/templates/machine/j7-evm/50_local.conf.inc b/templates/machine/j7-evm/50_local.conf.inc new file mode 100644 index 000000000..1a81cb7ed --- /dev/null +++ b/templates/machine/j7-evm/50_local.conf.inc @@ -0,0 +1,3 @@ +MACHINE = "j7-evm" +#see meta-agl/meta-agl-bsp/conf/include/agl_j7-evm.inc +require conf/include/agl_j7-evm.inc diff --git a/templates/machine/j7-evm/README_machine_j7-evm.md b/templates/machine/j7-evm/README_machine_j7-evm.md new file mode 100644 index 000000000..f1441a301 --- /dev/null +++ b/templates/machine/j7-evm/README_machine_j7-evm.md @@ -0,0 +1,9 @@ +--- +description: Machine j7-evm +authors: Scott Murray +--- + +### Machine j7-evm + +*Description is missing - please complete file meta-agl/templates/machine/dra7xx-evm/README_machine_j7-evm.md* + -- cgit 1.2.3-korg