summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe')
-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