summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-fslc-common_2022.07.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-07-29 13:21:14 -0300
committerGitHub <noreply@github.com>2022-07-29 13:21:14 -0300
commit10f4c0df3437696a3be3851cdc909b3d5dc94b41 (patch)
treedeac727f63df5f0a2dcb2e7430870386c3c3ff9a /recipes-bsp/u-boot/u-boot-fslc-common_2022.07.inc
parent4ae8eece1ec06fa57efedb3ad11df61845693211 (diff)
parent9e409a0db9accb71fa4ade6650780f241043a7a0 (diff)
downloadmeta-freescale-10f4c0df3437696a3be3851cdc909b3d5dc94b41.tar.gz
Merge pull request #1151 from Freescale/backport-1148-to-kirkstone
[Backport kirkstone] Upgrade components
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-fslc-common_2022.07.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2022.07.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2022.07.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2022.07.inc
new file mode 100644
index 00000000..2d1cb54d
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2022.07.inc
@@ -0,0 +1,19 @@
1# Copyright (C) 2012-2022 O.S. Systems Software LTDA.
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4inherit fsl-u-boot-localversion
5
6LICENSE = "GPL-2.0-or-later"
7LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1"
8
9DEPENDS += "flex-native bison-native"
10
11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https"
12
13SRCREV = "a21d7668eb36d2930d8fa0b933121f7b0f2c0ad5"
14SRCBRANCH = "2022.07+fslc"
15
16PV = "2022.07+git${SRCPV}"
17
18S = "${WORKDIR}/git"
19B = "${WORKDIR}/build"