summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc
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:04:27 +0000
commit1e783583bf8330f4bf348f38caedca7d6e1b361c (patch)
tree45269d8c09c5086cfd5f67b98e00685158c60397 /meta/recipes-kernel/dtc
parent0bcb886939a5bdb96a8223a96733061802a9b527 (diff)
downloadpoky-1e783583bf8330f4bf348f38caedca7d6e1b361c.tar.gz
dtc: update DESCRIPTION
Update the description to align with the current goals of the dtc project. (From OE-Core rev: cfe4b6b4559191a7986ba48f54a1d0350705a86d) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/dtc')
-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 @@
1SUMMARY = "Device Tree Compiler" 1SUMMARY = "Device Tree Compiler"
2HOMEPAGE = "https://devicetree.org/" 2HOMEPAGE = "https://devicetree.org/"
3DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels." 3DESCRIPTION = "The Device Tree Compiler is a toolchain for working with device tree source and binary files."
4SECTION = "bootloader" 4SECTION = "bootloader"
5LICENSE = "GPL-2.0-only | BSD-2-Clause" 5LICENSE = "GPL-2.0-only | BSD-2-Clause"
6 6