summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc/dtc_1.7.0.bb
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2023-02-23 15:25:09 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-24 11:03:45 +0000
commitcfe4b6b4559191a7986ba48f54a1d0350705a86d (patch)
treeb9bc5d834d501ba9fe133bb0841f478ba1388bb7 /meta/recipes-kernel/dtc/dtc_1.7.0.bb
parent0c549ef5732afdcd96407ceb045983eed2ca75f4 (diff)
downloadopenembedded-core-cfe4b6b4559191a7986ba48f54a1d0350705a86d.tar.gz
dtc: update DESCRIPTION
Update the description to align with the current goals of the dtc project. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/dtc/dtc_1.7.0.bb')
-rw-r--r--meta/recipes-kernel/dtc/dtc_1.7.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/dtc/dtc_1.7.0.bb b/meta/recipes-kernel/dtc/dtc_1.7.0.bb
index 0fc3eca002..5e171952f2 100644
--- a/meta/recipes-kernel/dtc/dtc_1.7.0.bb
+++ b/meta/recipes-kernel/dtc/dtc_1.7.0.bb
@@ -1,6 +1,6 @@
SUMMARY = "Device Tree Compiler"
HOMEPAGE = "https://devicetree.org/"
-DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels."
+DESCRIPTION = "The Device Tree Compiler is a toolchain for working with device tree source and binary files."
SECTION = "bootloader"
LICENSE = "GPL-2.0-only | BSD-2-Clause"