diff options
author | Ryan Eatmon <reatmon@ti.com> | 2024-10-08 15:02:30 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-10-08 15:44:59 -0500 |
commit | f79a03d09423c6f1d80d1af16373d94ec3ce63b5 (patch) | |
tree | b18e94568bd83c68bfd000758e4576ae13537b92 | |
parent | ad8b020afeb481f7aec8d59f7eedb201cd1a53e5 (diff) | |
download | meta-ti-f79a03d09423c6f1d80d1af16373d94ec3ce63b5.tar.gz |
ti-bsp: Fix copy/paste error for bsp-ti-6_12 setting
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-bsp.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-bsp.inc b/meta-ti-bsp/conf/machine/include/ti-bsp.inc index 9a15e164..4cb2aab4 100644 --- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc +++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc | |||
@@ -46,7 +46,7 @@ BSP_BOOTLOADER_VERSION:bsp-ti-6_12 = "2024.10%" | |||
46 | 46 | ||
47 | # GPU support requires out-of-tree SGX and Rogue drivers not available | 47 | # GPU support requires out-of-tree SGX and Rogue drivers not available |
48 | # in 6.12 yet | 48 | # in 6.12 yet |
49 | MACHINE_FEATURES:remove:bsp-next = "gpu" | 49 | MACHINE_FEATURES:remove:bsp-ti-6_12 = "gpu" |
50 | 50 | ||
51 | # ========== | 51 | # ========== |
52 | # ti-6_6 | 52 | # ti-6_6 |