diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-04-11 15:53:32 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-04-11 15:53:32 -0400 |
commit | 21bac164e6f17c0653370cb479f8f2bb8af5e320 (patch) | |
tree | afee9959a0c56bf17f34b57125360df812d41c45 /templates/machine/j7-evm/50_local.conf.inc | |
parent | dddd198b27bfeb90a906a1d7c29ade15920b2508 (diff) |
meta-agl-bsp: Update J7 EVM support for Kirkstone
Changes:
- Rename machine template and related files to use j721e-evm instead
of j7-evm to match meta-ti change.
- Update machine template to point into new meta-ti-bsp layer in the
meta-ti repository.
- Drop local multiconfig TMPDIR tweak as it seems unrequired now,
and is triggering a build failure around sysroot population that
needs further investigation. It may be added back in the future
if the single TMPDIR again proves to have issues.
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I8c2717bb749735cfe36d86b48e3c61b1cca990e4
Diffstat (limited to 'templates/machine/j7-evm/50_local.conf.inc')
-rw-r--r-- | templates/machine/j7-evm/50_local.conf.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/machine/j7-evm/50_local.conf.inc b/templates/machine/j7-evm/50_local.conf.inc deleted file mode 100644 index 1a81cb7ed..000000000 --- a/templates/machine/j7-evm/50_local.conf.inc +++ /dev/null @@ -1,3 +0,0 @@ -MACHINE = "j7-evm" -#see meta-agl/meta-agl-bsp/conf/include/agl_j7-evm.inc -require conf/include/agl_j7-evm.inc |