blob: 35c9b1161c893620115655a6ba2a1265d5ecea82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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"
DEFAULT_PREFERENCE = "1"
SRC_URI = "http://www.jdl.com/pub/software/dtc-${PV}.tgz"
S = "${WORKDIR}/dtc"
inherit autotools native
do_stage() {
install -m 755 dtc ${STAGING_BINDIR}/dtc
}
|