diff options
| author | Andrew Davis <afd@ti.com> | 2022-09-13 03:55:37 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-09-22 11:23:07 -0500 |
| commit | 8a81c48da1e0be488f5be4058d13c9a0815023a7 (patch) | |
| tree | 830cc6adbe131cac02bfe0a2fa9352bcee2ddcfe /meta-ti-bsp/conf/machine/include/am62xx.inc | |
| parent | 77753a13262279b44a4ccd10c61ab63b0578e472 (diff) | |
| download | meta-ti-8a81c48da1e0be488f5be4058d13c9a0815023a7.tar.gz | |
conf: machine: Make multi-certificate image the default
Only the first two K3 devices do not support multi-cert boot so
lets make multi-cert the default and only add back sysfw.itb
for these two devices.
Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: lines be preserved?
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am62xx.inc')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/am62xx.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62xx.inc b/meta-ti-bsp/conf/machine/include/am62xx.inc index 80df1844..a5aad994 100644 --- a/meta-ti-bsp/conf/machine/include/am62xx.inc +++ b/meta-ti-bsp/conf/machine/include/am62xx.inc | |||
| @@ -12,9 +12,6 @@ PREFERRED_PROVIDER_virtual/libgles2 ?= "ti-img-rogue-umlibs" | |||
| 12 | PREFERRED_PROVIDER_virtual/libgbm ?= "ti-img-rogue-umlibs" | 12 | PREFERRED_PROVIDER_virtual/libgbm ?= "ti-img-rogue-umlibs" |
| 13 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" | 13 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" |
| 14 | 14 | ||
| 15 | # AM62 supports multi-certificate images, use the same | ||
| 16 | IMAGE_BOOT_FILES = "${IMAGE_BOOT_FILES_MULTI_CERT}" | ||
| 17 | |||
| 18 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 15 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |
| 19 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 16 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" |
| 20 | 17 | ||
