From 5ec8b6f918adcbd43a1d464bc1d44f5bbb830817 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 21 May 2019 16:59:42 +0200 Subject: u-boot-toradex_2018.03: split common definitions into a inc file Signed-off-by: Max Krummenacher --- recipes-bsp/u-boot/u-boot-toradex-common_2018.03.inc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-toradex-common_2018.03.inc (limited to 'recipes-bsp/u-boot/u-boot-toradex-common_2018.03.inc') diff --git a/recipes-bsp/u-boot/u-boot-toradex-common_2018.03.inc b/recipes-bsp/u-boot/u-boot-toradex-common_2018.03.inc new file mode 100644 index 0000000..73f80bf --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-toradex-common_2018.03.inc @@ -0,0 +1,19 @@ +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +UBOOT_SRC ?= "git://git.toradex.com/u-boot-toradex.git;protocol=https" +SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}" + +SRCREV = "d8881436c79c2ace86c6e06db23678c79b5d52f6" +SRCBRANCH = "toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup" +SRCREV_use-head-next = "${AUTOREV}" +SRCBRANCH_use-head-next = "toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup" + +S = "${WORKDIR}/git" + +inherit fsl-u-boot-localversion + +LOCALVERSION ?= "-${SRCBRANCH}" + +COMPATIBLE_MACHINE = "(mx8)" +PACKAGE_ARCH = "${MACHINE_ARCH}" -- cgit v1.2.3