diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-11-29 12:18:56 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-12-13 07:26:04 -0200 |
commit | cdda3a3b46e3522ca93af69c6272ab31074b5be9 (patch) | |
tree | 078447b2907a312e475f2ab07e84085efd3976e7 /recipes-bsp/imx-mkimage/imx-mkimage_git.inc | |
parent | d9597d0ce603ee99434abd7da0786b7d1cb553e5 (diff) | |
download | meta-freescale-cdda3a3b46e3522ca93af69c6272ab31074b5be9.tar.gz |
imx-mkimage: Add recipe for i.MX 8 boot partition packages
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-bsp/imx-mkimage/imx-mkimage_git.inc')
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-mkimage_git.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc new file mode 100644 index 00000000..a8cd930b --- /dev/null +++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc | |||
@@ -0,0 +1,11 @@ | |||
1 | # Copyright 2017-2018 NXP | ||
2 | |||
3 | DEPENDS = "zlib-native openssl-native" | ||
4 | |||
5 | SRCBRANCH = "imx_4.9.123_imx8mm_ga" | ||
6 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}" | ||
7 | SRCREV = "9e289f314eddb9d38cab73780b936acb30bb88b4" | ||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | BOOT_TOOLS = "imx-boot-tools" | ||
11 | SYSROOT_DIRS += "/boot" | ||