hardknott: imx-mkimage: sync with meta-imx hardknott-5.10.72-2.2.0 branch

Update revision and synchronize recipes

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2021-12-21 12:55:44 +01:00
parent 4ed89e201a
commit b2e49ee896
2 changed files with 7 additions and 12 deletions

View File

@ -1,11 +1,11 @@
# Copyright (C) 2016 Freescale Semiconductor # Copyright (C) 2016 Freescale Semiconductor
# Copyright 2017-2018 NXP # Copyright 2017-2021 NXP
require imx-mkimage_git.inc require imx-mkimage_git.inc
DESCRIPTION = "i.MX make image" DESCRIPTION = "i.MX make image"
LICENSE = "GPLv2" LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
SECTION = "BSP" SECTION = "BSP"
SRC_URI_append_ccimx8mn = " file://0001-imx8m-soc.mak-preserve-dtbs-after-build.patch" SRC_URI_append_ccimx8mn = " file://0001-imx8m-soc.mak-preserve-dtbs-after-build.patch"
@ -17,16 +17,11 @@ DEBUG_PREFIX_MAP = "-fdebug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDP
" "
CFLAGS = "-O2 -Wall -std=c99 -I ${STAGING_INCDIR} -L ${STAGING_LIBDIR}" CFLAGS = "-O2 -Wall -std=c99 -I ${STAGING_INCDIR} -L ${STAGING_LIBDIR}"
REV_CHIP ?= "B0"
REV_CHIP_mx8qxpc0 = "C0"
do_compile () { do_compile () {
cd ${S} cd ${S}
oe_runmake clean oe_runmake clean
oe_runmake bin oe_runmake bin
oe_runmake -C iMX8M -f soc.mak mkimage_imx8 oe_runmake -C iMX8M -f soc.mak mkimage_imx8
oe_runmake -C iMX8QM REV=${REV_CHIP} -f soc.mak imx8qm_dcd.cfg.tmp
oe_runmake -C iMX8QX REV=${REV_CHIP} -f soc.mak imx8qx_dcd.cfg.tmp
} }
do_install () { do_install () {

View File

@ -1,11 +1,11 @@
# Copyright 2017-2020 NXP # Copyright 2017-2021 NXP
DEPENDS = "zlib openssl" DEPENDS = "zlib-native openssl-native"
SRCBRANCH = "lf-5.10.y_1.0.0" SRCBRANCH = "lf-5.10.72_2.2.0"
IMX_MKIMAGE_SRC ?= "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https" IMX_MKIMAGE_SRC ?= "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https"
SRC_URI = "${IMX_MKIMAGE_SRC};branch=${SRCBRANCH}" SRC_URI = "${IMX_MKIMAGE_SRC};branch=${SRCBRANCH}"
SRCREV = "66fa5777341fd116a5616bd85491621f2e1c74bf" SRCREV = "7a277c8a1a21ff921d217889dde6a9f84e6d2168"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
BOOT_TOOLS = "imx-boot-tools" BOOT_TOOLS = "imx-boot-tools"