summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Ceresoli <luca.ceresoli@bootlin.com>2023-04-05 16:48:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-06 14:31:42 +0100
commitdf736bbb5112b5c233012a6f5573e269ce76ae9c (patch)
tree8151696bb6ae86af9cd956f647daf126446b40ec
parent8384b324228800bfbeeb084639466d414ea23544 (diff)
downloadpoky-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>
-rw-r--r--meta/classes-recipe/devicetree.bbclass2
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