]> code.ossystems Code Review - openembedded-core.git/commit
featimage: refactor style
authorAndrej Valek <andrej.valek@siemens.com>
Sat, 16 Oct 2021 20:01:46 +0000 (22:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Oct 2021 20:54:42 +0000 (21:54 +0100)
commitf44bb458884da64356ee188917094b5515d3b159
treea0b65caebffaaf80944cf5b49ff172c987ac0bb2
parent3a6bcd97f5239c73f036cd64b93a3ef8515d29a6
featimage: refactor style

- use bash variable notation without {} where possible
  - just to make sure it looks like bash variable not bitbake variable one
- fix indent style in "cat" commands
- replace "! -z" -> "-n"
- make debug info in ramdisk section creation more verbose

Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-fitimage.bbclass
meta/classes/uboot-sign.bbclass