diff options
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc | 5 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx-mfgtool_2022.04.bb | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc b/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc index 2925c2b8..939031d8 100644 --- a/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc +++ b/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc | |||
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a | |||
5 | 5 | ||
6 | SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" | 6 | SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" |
7 | SRCBRANCH = "lf_v2022.04" | 7 | SRCBRANCH = "lf_v2022.04" |
8 | LOCALVERSION ?= "-imx_v2022.04_5.15.52-2.1.0" | 8 | LOCALVERSION ?= "-imx_v2022.04_5.15.71-2.2.0" |
9 | SRCREV = "16e8414193985cf7a171f7b79e12ff30700157ba" | 9 | SRCREV = "181859317bfafef1da79c59a4498650168ad9df6" |
10 | 10 | ||
11 | DEPENDS += " \ | 11 | DEPENDS += " \ |
12 | bc-native \ | 12 | bc-native \ |
@@ -14,6 +14,7 @@ DEPENDS += " \ | |||
14 | dtc-native \ | 14 | dtc-native \ |
15 | flex-native \ | 15 | flex-native \ |
16 | gnutls-native \ | 16 | gnutls-native \ |
17 | xxd-native \ | ||
17 | " | 18 | " |
18 | 19 | ||
19 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
diff --git a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2022.04.bb b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2022.04.bb index 500b2de0..d9d5b9d5 100644 --- a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2022.04.bb +++ b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2022.04.bb | |||
@@ -2,9 +2,10 @@ | |||
2 | # Copyright (C) 2014-2016 Freescale Semiconductor | 2 | # Copyright (C) 2014-2016 Freescale Semiconductor |
3 | # Copyright 2017-2019 NXP | 3 | # Copyright 2017-2019 NXP |
4 | 4 | ||
5 | # Re-use the u-boot-imx recipe and its files | ||
6 | require u-boot-imx_${PV}.bb | ||
5 | FILESEXTRAPATHS:prepend := "${THISDIR}/u-boot-imx:" | 7 | FILESEXTRAPATHS:prepend := "${THISDIR}/u-boot-imx:" |
6 | 8 | ||
7 | require u-boot-imx_${PV}.bb | ||
8 | require u-boot-mfgtool.inc | 9 | require u-boot-mfgtool.inc |
9 | 10 | ||
10 | UUU_BOOTLOADER_TAGGED = "" | 11 | UUU_BOOTLOADER_TAGGED = "" |