summaryrefslogtreecommitdiffstats
path: root/recipes/dtc/dtc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dtc/dtc.inc')
-rw-r--r--recipes/dtc/dtc.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/dtc/dtc.inc b/recipes/dtc/dtc.inc
new file mode 100644
index 0000000000..4bf1bc8ed1
--- /dev/null
+++ b/recipes/dtc/dtc.inc
@@ -0,0 +1,12 @@
+DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels."
+SECTION = "bootloader"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+inherit autotools
+
+do_install() {
+ install -m 0755 -d ${D}${bindir}
+ install -m 755 dtc ${D}${bindir}/dtc
+}
+