diff options
| author | Phil Sutherland <phils@rct-global.com> | 2021-10-15 14:58:03 -0400 |
|---|---|---|
| committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-10-18 06:34:08 -0500 |
| commit | 28d179d01a69d4761048b3ade74e91af45f06672 (patch) | |
| tree | 0ac7b833356fb580c9b07032d44203893a4aef0b /recipes-ti/devtools/ti-cgt-pru_2.3.2.bb | |
| parent | 67e95742fc5c2c28e730fdf90cb737285e72ce67 (diff) | |
| download | meta-ti-28d179d01a69d4761048b3ade74e91af45f06672.tar.gz | |
meta-ti: Fix several errors introduced during override syntax changes
Signed-off-by: Phil Sutherland <phil@sutherland.id.au>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'recipes-ti/devtools/ti-cgt-pru_2.3.2.bb')
| -rw-r--r-- | recipes-ti/devtools/ti-cgt-pru_2.3.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/devtools/ti-cgt-pru_2.3.2.bb b/recipes-ti/devtools/ti-cgt-pru_2.3.2.bb index d14c1962..8b3e2a07 100644 --- a/recipes-ti/devtools/ti-cgt-pru_2.3.2.bb +++ b/recipes-ti/devtools/ti-cgt-pru_2.3.2.bb | |||
| @@ -8,12 +8,12 @@ LIC_FILES_CHKSUM:class-target = "file://usr/share/doc/ti/cgt-pru/PRU_Code_Genera | |||
| 8 | require recipes-ti/includes/ti-paths.inc | 8 | require recipes-ti/includes/ti-paths.inc |
| 9 | require recipes-ti/includes/ti-unpack.inc | 9 | require recipes-ti/includes/ti-unpack.inc |
| 10 | 10 | ||
| 11 | BINFILE = "ti_cgt_pru_${PV}_linux_installer:x86.bin" | 11 | BINFILE = "ti_cgt_pru_${PV}_linux_installer_x86.bin" |
| 12 | BINFILE_NAME = "cgt-pru-x86" | 12 | BINFILE_NAME = "cgt-pru-x86" |
| 13 | TI_BIN_UNPK_ARGS = "--prefix ${S}" | 13 | TI_BIN_UNPK_ARGS = "--prefix ${S}" |
| 14 | TI_BIN_UNPK_CMDS = "" | 14 | TI_BIN_UNPK_CMDS = "" |
| 15 | 15 | ||
| 16 | BINFILE:class-target = "ti_cgt_pru_${PV}:armlinuxa8hf_busybox_installer.sh" | 16 | BINFILE:class-target = "ti_cgt_pru_${PV}_armlinuxa8hf_busybox_installer.sh" |
| 17 | BINFILE_NAME:class-target = "cgt-pru-arm" | 17 | BINFILE_NAME:class-target = "cgt-pru-arm" |
| 18 | 18 | ||
| 19 | SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/${PV}/${BINFILE};name=${BINFILE_NAME}" | 19 | SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/${PV}/${BINFILE};name=${BINFILE_NAME}" |
