]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
devicetree.bbclass: include symbols in base DT
authorAlex Kiernan <alex.kiernan@gmail.com>
Wed, 12 Feb 2020 10:35:26 +0000 (10:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Feb 2020 13:07:17 +0000 (13:07 +0000)
commitd075e39c05ace6dad2c66a5e8c4b1e75aa751b6a
tree89051091f5caa2a0be7577fb49672183a537e627
parent9e4a91b63dd8e0c1708da2ac7de461b35fb0b011
devicetree.bbclass: include symbols in base DT

When processing overlays, the base device tree must be compiled with
symbols, otherwise attempting to apply overlays in U-Boot will fail
with:

  failed on fdt_overlay_apply(): FDT_ERR_NOTFOUND
  base fdt does did not have a /__symbols__ node
  make sure you've compiled with -@

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/devicetree.bbclass