aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-kernel/dtc/python3-dtc_1.5.1.bb
blob: 08e356d43c0d406b4616747d986e7086d559b114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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"
DEPENDS = "flex-native bison-native swig-native"

SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git"

UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"

LIC_FILES_CHKSUM = "file://libfdt.i;beginline=1;endline=6;md5=afda088c974174a29108c8d80b5dce90"

SRCREV = "60e0db3d65a1218b0d5a29474e769f28a18e3ca6"

S = "${WORKDIR}/git/pylibfdt"

DEPENDS += "libyaml dtc"

inherit distutils3

do_configure_prepend() {
    (cd ${S}/../ ; make version_gen.h )
}

BBCLASSEXTEND = "native nativesdk"