mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
u-boot-boundary: fix build in master branch
Since master now uses dtc 1.4.6, need to use the 1.4.5 in order to build older U-Boot versions like 2017.03. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
This commit is contained in:
parent
4cf1272b94
commit
f602be09ca
|
@ -8,7 +8,7 @@ SRCREV = "962210405277c99520aa4c5185c5aa2d589fbd1d"
|
|||
SRCBRANCH = "boundary-imx_v2017.03_4.9.51_imx8m_ga"
|
||||
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
|
||||
|
||||
DEPENDS += "dtc-native"
|
||||
DEPENDS += "dtc-145-native"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user