diff options
author | Paulo Neves <ptsneves@gmail.com> | 2018-07-02 17:03:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-03 08:24:34 +0100 |
commit | 2e7f3b2b9318d1e5395ad58131eafb873f614326 (patch) | |
tree | 0b2253ad4835b0f4dbc6c8b4f3619c55da27035b /meta/recipes-connectivity/dhcp/files | |
parent | 069426b0a7a6848a9290cd2e8cdce941d7e3c08c (diff) | |
download | openembedded-core-contrib-2e7f3b2b9318d1e5395ad58131eafb873f614326.tar.gz |
kernel-devicetree: Corrected normalize_dtb
The normalize_dtb function was buggy because
it only converted from .dts suffix to .dtb
suffix if the user passed a full source path to
KERNEL_DEVICETREE containing the /dts/ path.
The problem is that if the user did that there
would be a warning.
On the othet hand if user just set the variable
KERNEL_DEVICETREE="file.dts" the bbclass translation
to the respective .dtb target did not occur and
make would fail saying it has no rule to make target
file.dts
This patch decouples the logic of having /dts/ in the
path from the target translation.
Signed-off-by: Paulo Neves <ptsneves@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/dhcp/files')
0 files changed, 0 insertions, 0 deletions