Merge pull request #2200 from Freescale/backport-2193-to-styhead
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled

[Backport styhead] u-boot-imx: Update source revision
This commit is contained in:
Otavio Salvador 2025-04-15 18:50:57 -03:00 committed by GitHub
commit 6decb130bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 5 deletions

View File

@ -3,11 +3,11 @@ DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards."
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}"
SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
UBOOT_SRC ?= "git://github.com/nxp-imx/uboot-imx.git;protocol=https"
SRCBRANCH = "lf_v2024.04"
LOCALVERSION ?= "-imx_v2024.04_6.6.52-2.2.0"
SRCREV = "6c4545203d123c246c5d7995f2893959506d28e0"
CVE_PRODUCT = "nxp:uboot_secondary_program_loader denx:u-boot"
LOCALVERSION ?= "-${SRCBRANCH}"
SRCREV = "e3219a5a73445219df605d1492687918d488055c"
DEPENDS += " \
bc-native \

View File

@ -1,6 +1,6 @@
# Copyright (C) 2013-2016 Freescale Semiconductor
# Copyright 2018 (C) O.S. Systems Software LTDA.
# Copyright (C) 2017-2024 NXP
# Copyright 2017-2024 NXP
require recipes-bsp/u-boot/u-boot.inc
require u-boot-imx-common_${PV}.inc
@ -14,6 +14,8 @@ inherit uuu_bootloader_tag
UUU_BOOTLOADER:mx8-generic-bsp = ""
UUU_BOOTLOADER:mx9-generic-bsp = ""
TOOLCHAIN_OPTIONS:append = " -Wno-error=implicit-function-declaration"
do_deploy:append:mx8m-generic-bsp() {
# Deploy u-boot-nodtb.bin and fsl-imx8m*-XX.dtb for mkimage to generate boot binary
if [ -n "${UBOOT_CONFIG}" ]