diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2018-09-11 13:13:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-12 08:17:27 +0100 |
commit | 678fe8c66b19f141f6869859cf365aec037e89d9 (patch) | |
tree | 980b321d8270da7867342f5660908470ed8ff95c /scripts/lib | |
parent | 5db09f7ad007d1def009a60d7d9bf9c13c0faa4e (diff) | |
download | openembedded-core-678fe8c66b19f141f6869859cf365aec037e89d9.tar.gz openembedded-core-678fe8c66b19f141f6869859cf365aec037e89d9.tar.bz2 openembedded-core-678fe8c66b19f141f6869859cf365aec037e89d9.zip |
devicetree.bbclass: don't pad DT overlays
By default the devicetree class adds padding to the generated .dtb
files, which can be needed by the bootloader. However it also pads
.dtbo files, which is not useful.
Don't apply padding to the overlay devicetrees.
To achieve this:
* move "-p ${DT_PADDING_SIZE}" to a new variable, DTB_BFLAGS (B for
"base")
* add "-p 0" to DTC_OFLAGS to disable padding for overlays
Cc: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions