mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
dtc: update to latest git version
Also remove patches that are no longer needed, as well as use the installation that is provided by the Makefile. Put all the extra stuff in a new dtc-misc package (From OE-Core rev: 43213fd610da7b550e6d738e224b49004776f799) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f7196be455
commit
35574646e7
@@ -3,14 +3,10 @@ require dtc.inc
|
||||
LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c"
|
||||
|
||||
SRCREV = "73dca9ae0b9abe6924ba640164ecce9f8df69c5a"
|
||||
SRCREV = "033089f29099bdfd5c2d6986cdb9fd07b16cfde0"
|
||||
PV = "1.3.0+git${SRCPV}"
|
||||
PR = "${INC_PR}.0"
|
||||
PR = "${INC_PR}.1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRC_URI_PATCH = " file://remove_space_opt.patch"
|
||||
SRC_URI_PATCH_virtclass-native = ""
|
||||
SRC_URI += "${SRC_URI_PATCH}"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user