diff options
author | Luca Ceresoli <luca.ceresoli@bootlin.com> | 2023-04-05 16:48:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-06 14:31:42 +0100 |
commit | df736bbb5112b5c233012a6f5573e269ce76ae9c (patch) | |
tree | 8151696bb6ae86af9cd956f647daf126446b40ec /meta/classes-recipe | |
parent | 8384b324228800bfbeeb084639466d414ea23544 (diff) | |
download | poky-df736bbb5112b5c233012a6f5573e269ce76ae9c.tar.gz |
devicetree.bbclass: fix typo
(From OE-Core rev: d523079bbea54f791039bf40db3bbc5c5e857ca3)
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe')
-rw-r--r-- | meta/classes-recipe/devicetree.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/devicetree.bbclass b/meta/classes-recipe/devicetree.bbclass index ac1d284ccd..ed2a92e447 100644 --- a/meta/classes-recipe/devicetree.bbclass +++ b/meta/classes-recipe/devicetree.bbclass | |||
@@ -4,7 +4,7 @@ | |||
4 | # SPDX-License-Identifier: MIT | 4 | # SPDX-License-Identifier: MIT |
5 | # | 5 | # |
6 | 6 | ||
7 | # This bbclass implements device tree compliation for user provided device tree | 7 | # This bbclass implements device tree compilation for user provided device tree |
8 | # sources. The compilation of the device tree sources is the same as the kernel | 8 | # sources. The compilation of the device tree sources is the same as the kernel |
9 | # device tree compilation process, this includes being able to include sources | 9 | # device tree compilation process, this includes being able to include sources |
10 | # from the kernel such as soc dtsi files or header files such as gpio.h. In | 10 | # from the kernel such as soc dtsi files or header files such as gpio.h. In |