diff options
| author | Max Krummenacher <max.krummenacher@toradex.com> | 2025-04-27 11:59:18 +0200 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-05-13 11:05:23 -0500 |
| commit | 6d538d31c302d09f7bb0b7e02a59d3d046a33945 (patch) | |
| tree | cbac462372ad07778e3a241a3be0a1462fc0c9eb /meta-ti-extras/recipes-ti/bios | |
| parent | ccef6ee0b7b1439bf1243be51c85ced15e1234d9 (diff) | |
| download | meta-ti-6d538d31c302d09f7bb0b7e02a59d3d046a33945.tar.gz | |
meta-ti-extras recipes: fix whitespace warnings
Since OE bitbake commit 24772dd2ae6c ("parse/ConfHandler: Add warning for
deprecated whitespace usage"), the current build generates the following
warning (as example):
| WARNING: ...meta-ti/meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb:
| meta-ti/meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb:2
| has a lack of whitespace around the assignment:
| 'HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC"'
Fix all the warnings.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras/recipes-ti/bios')
| -rw-r--r-- | meta-ti-extras/recipes-ti/bios/ti-sysbios.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc b/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc index 8cc9e309..3c1861ac 100644 --- a/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc +++ b/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc | |||
| @@ -10,8 +10,8 @@ require ../includes/ti-eula-unpack.inc | |||
| 10 | S = "${WORKDIR}/bios_${PV}" | 10 | S = "${WORKDIR}/bios_${PV}" |
| 11 | 11 | ||
| 12 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=sysbiosbin" | 12 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=sysbiosbin" |
| 13 | BINFILE="bios_${PV}.bin" | 13 | BINFILE = "bios_${PV}.bin" |
| 14 | TI_BIN_UNPK_CMDS="Y: q:workdir:Y" | 14 | TI_BIN_UNPK_CMDS = "Y: q:workdir:Y" |
| 15 | 15 | ||
| 16 | do_install() { | 16 | do_install() { |
| 17 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" | 17 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" |
