summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-kernel/dtc/python3-dtc_1.6.0.bb
blob: f57b2b19434da4301f065cdace2bdb4b399cae49 (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 = "2525da3dba9beceb96651dc2986581871dbeca30"

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

DEPENDS += "libyaml dtc"

inherit distutils3

do_configure:prepend() {
    (cd ${S}/../ ; make version_gen.h )
}

BBCLASSEXTEND = "native nativesdk"