blob: 1455d99cb172d3bc77a8b17e00490425188a6ca4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 2017-2026 NXP
# Canonical DEPENDS for this native tool; the require sits in the .bb so oelint
# sees this base assignment as "after include".
# nooelint: oelint.vars.dependsappend
DEPENDS = "openssl-native zlib-native"
SRC_URI = "${IMX_MKIMAGE_SRC};branch=${SRCBRANCH} \
file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \
"
IMX_MKIMAGE_SRC ?= "git://github.com/nxp-imx/imx-mkimage.git;protocol=https"
SRCBRANCH = "lf-6.18.2_1.0.0"
SRCREV = "c0debd7c0b4a125bd3ca66bc68f1915882b2bb62"
BOOT_TOOLS = "imx-boot-tools"
SYSROOT_DIRS += "/boot"
|