diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-11-21 13:54:05 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-11-21 13:54:05 -0600 |
commit | 1241013c7bce4262a6128eb4ccb3db410831746d (patch) | |
tree | da79ab94a5b4ae9abf6211d8289a4bf5dbdcde9f /meta-vitis-tc/scripts/relocate-wrapper.py | |
parent | 6e3a214d268c7d75a42a9a329b5621fb5a49a89a (diff) | |
parent | 10531c26195f97f9565e9770c21977805e53c46b (diff) | |
download | meta-xilinx-1241013c7bce4262a6128eb4ccb3db410831746d.tar.gz |
Merge remote-tracking branch 'origin/scarthgap' into yocto-master
This moves the system to scarthgap. It is known to NOT work with Styhead and master,
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-vitis-tc/scripts/relocate-wrapper.py')
-rwxr-xr-x | meta-vitis-tc/scripts/relocate-wrapper.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-vitis-tc/scripts/relocate-wrapper.py b/meta-vitis-tc/scripts/relocate-wrapper.py index 6523241b..d6c63edf 100755 --- a/meta-vitis-tc/scripts/relocate-wrapper.py +++ b/meta-vitis-tc/scripts/relocate-wrapper.py | |||
@@ -209,9 +209,9 @@ for root, _, files in os.walk(process_path): | |||
209 | print('') | 209 | print('') |
210 | 210 | ||
211 | wrapperf.write('#!/bin/bash\n') | 211 | wrapperf.write('#!/bin/bash\n') |
212 | wrapperf.write('# Written by Mark Hatle <mhatle@xilinx.com>\n') | 212 | wrapperf.write('# Written by Mark Hatle <mark.hatle@amd.com>\n') |
213 | wrapperf.write('# Copyright (C) 2019-2020, Xilinx, Inc. All rights reserved\n') | 213 | wrapperf.write('# Copyright (C) 2019-2020, Xilinx, Inc. All rights reserved\n') |
214 | wrapperf.write('# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved\n') | 214 | wrapperf.write('# Copyright (C) 2023-2024, Advanced Micro Devices, Inc. All rights reserved\n') |
215 | wrapperf.write('#\n') | 215 | wrapperf.write('#\n') |
216 | wrapperf.write('# SPDX-License-Identifier: GPL-2.0-only\n') | 216 | wrapperf.write('# SPDX-License-Identifier: GPL-2.0-only\n') |
217 | wrapperf.write('LDSO=%s\n' % ldso) | 217 | wrapperf.write('LDSO=%s\n' % ldso) |