meta-digi-arm: u-boot: Update recipes with new u-boot version
This commit updates the recipes to use the new u-boot version. Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
parent
8ebc7588d5
commit
31d8ff94fe
|
|
@ -12,7 +12,7 @@ PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
|||
# Platform Linux U-Boot
|
||||
# -------------------------------------------------
|
||||
# ccimx6ul 4.14, 4.20 2017.03
|
||||
# ccimx8x 4.14 2018.03, 2017.03 (both packaged in imx-boot)
|
||||
# ccimx8x 4.14 2019.04, 2018.03, 2017.03 (all packaged in imx-boot)
|
||||
# ccimx8mn 4.14 2018.03 (packaged in imx-boot)
|
||||
#
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ require recipes-bsp/u-boot/u-boot.inc
|
|||
|
||||
DESCRIPTION = "Bootloader for Digi platforms"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
|
||||
LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
|
||||
SECTION = "bootloaders"
|
||||
|
||||
DEPENDS += "bc-native dtc-native u-boot-mkimage-native"
|
||||
|
|
@ -63,7 +63,6 @@ do_compile () {
|
|||
if [ $j -eq $i ]
|
||||
then
|
||||
oe_runmake -C ${S} O=${B}/${config} ${config}
|
||||
|
||||
# Reconfigure U-Boot with Digi UBOOT_EXTRA_CONF
|
||||
for var in ${UBOOT_EXTRA_CONF}; do
|
||||
echo "${var}" >> ${B}/${config}/.config
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
# Copyright (C) 2019 Digi International
|
||||
|
||||
require digi-u-boot.inc
|
||||
DEPENDS += "flex-native bison-native"
|
||||
|
||||
SRCBRANCH = "v2019.04/master"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx8x)"
|
||||
|
|
@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
|
|||
DEPENDS = "trustfence-cst coreutils util-linux"
|
||||
|
||||
SRCBRANCH = "v2017.03/master"
|
||||
SRCBRANCH_ccimx8x = "v2019.04/master"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue