diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-07 14:40:00 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-07 14:40:00 -0300 |
| commit | 717410a38d033a3c18a617145a69f5b50b88f824 (patch) | |
| tree | d3417d07b763834fc5b33221807916bca202a9a3 /classes/kernel-imximage.bbclass | |
| parent | 8031e6b47f623945b2a5808326bdf73b7b088385 (diff) | |
| download | meta-freescale-717410a38d033a3c18a617145a69f5b50b88f824.tar.gz | |
global: Clean up BitBake list spacing
Normalize list continuations, append spacing, quote style, and simple
flag values so the metadata follows oelint BitBake syntax expectations.
Tested with: git diff --check.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'classes/kernel-imximage.bbclass')
| -rw-r--r-- | classes/kernel-imximage.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/kernel-imximage.bbclass b/classes/kernel-imximage.bbclass index ccf7ec53b..d432ebb83 100644 --- a/classes/kernel-imximage.bbclass +++ b/classes/kernel-imximage.bbclass | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | # | 17 | # |
| 18 | # Copyright 2017 (C) O.S. Systems Software LTDA. | 18 | # Copyright 2017 (C) O.S. Systems Software LTDA. |
| 19 | 19 | ||
| 20 | DEPENDS:append = ' u-boot-mkimage-native' | 20 | DEPENDS:append = " u-boot-mkimage-native" |
| 21 | 21 | ||
| 22 | IMXIMAGE_ENTRYPOINT ?= "${UBOOT_ENTRYPOINT}" | 22 | IMXIMAGE_ENTRYPOINT ?= "${UBOOT_ENTRYPOINT}" |
| 23 | 23 | ||
