mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00

From meta-freescale commit: commit 040e4f031f2dc581c48253405da9036def035b68 Author: Max Krummenacher <max.krummenacher@toradex.com> Date: Mon Jul 23 22:13:19 2018 +0200 dtc-145: Deploy renamed binary only and add new class dtc-145-native is used by older U-Boot recipes. U-Boot only depends on the native dtc binary. So, to not clash with files from the regular dtc native build do only install the dtc binary renamed to dtc-145. Also, create a new class to handle with dtc-145 dependency. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
16 lines
445 B
HTML
16 lines
445 B
HTML
DESCRIPTION = "U-Boot for Boundary Devices boards"
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
|
|
|
|
PV = "v2017.03.imx8m+git${SRCPV}"
|
|
|
|
SRCREV = "962210405277c99520aa4c5185c5aa2d589fbd1d"
|
|
SRCBRANCH = "boundary-imx_v2017.03_4.9.51_imx8m_ga"
|
|
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit dtc-145
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|