aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-09-18 11:40:07 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-21 08:59:34 +0100
commit92878ef5e758c05d059ef943c30984a4b2d79cc4 (patch)
tree9b6e29d5dd0d589a932fe964a3f82b3eaa9b746e
parent8ba2cdd689f38efb9b9afe85d18f53c1a710d3f4 (diff)
downloadopenembedded-core-contrib-92878ef5e758c05d059ef943c30984a4b2d79cc4.tar.gz
dtc: Add HOMEPAGE info into recipe file.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-kernel/dtc/dtc.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc
index 0c409b0c0b..d75994661a 100644
--- a/meta/recipes-kernel/dtc/dtc.inc
+++ b/meta/recipes-kernel/dtc/dtc.inc
@@ -1,4 +1,5 @@
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."
SECTION = "bootloader"
LICENSE = "GPLv2 | BSD"