mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
Bash script: dtc-misc/usr/bin/dtdiff There are two files in this pacakge, another one is (binary): dtc-misc/usr/bin/convert-dtsv0 (From OE-Core rev: 4b609d099d91840ec05d71d29fe33786122b2d81) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
581 B
PHP
21 lines
581 B
PHP
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"
|
|
LICENSE = "GPLv2 | BSD"
|
|
DEPENDS = "flex-native bison-native"
|
|
|
|
inherit autotools-brokensep
|
|
|
|
SRC_URI = "git://www.jdl.com/software/dtc.git \
|
|
file://make_install.patch \
|
|
"
|
|
|
|
EXTRA_OEMAKE='PREFIX="${prefix}" LIBDIR="${libdir}"'
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PACKAGES =+ "${PN}-misc"
|
|
FILES_${PN}-misc = "${bindir}/convert-dtsv0 ${bindir}/ftdump ${bindir}/dtdiff"
|
|
|
|
RDEPENDS_${PN}-misc += "bash"
|