aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc/dtc.inc
blob: e068df3c73e65f2df77cc2afaead06fb2e479972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "Device Tree Compiler"
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"
DEPENDS = "flex-native bison-native"

inherit autotools

do_install() {
	install -m 0755 -d ${D}${bindir}
	install -m 755 dtc ${D}${bindir}/dtc
}