summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-fslc_2020.10.bb
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2020-12-09 11:46:06 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-11 19:37:54 -0300
commit5264a3a3d2f04f15fab13fa086a0149493636401 (patch)
tree1c0fcf007869f2eb24c57214d78b948d5c8db69a /recipes-bsp/u-boot/u-boot-fslc_2020.10.bb
parent60d3bf09399924803a7440067144ca7f8dd01f42 (diff)
downloadmeta-freescale-5264a3a3d2f04f15fab13fa086a0149493636401.tar.gz
u-boot-fslc: Update to version 2020.10
The following commit: commit 824ed85b77da741a77fa34c8887c37c5151a15a3 Author: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com> Date: Thu Aug 6 12:42:44 2020 +0300 Add MIT License Signed-off-by: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com> changed license file, update md5 checksum to match the new value. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-fslc_2020.10.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2020.10.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2020.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2020.10.bb
new file mode 100644
index 00000000..64588efc
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-fslc_2020.10.bb
@@ -0,0 +1,23 @@
1require recipes-bsp/u-boot/u-boot.inc
2require u-boot-fslc-common_${PV}.inc
3
4DESCRIPTION = "U-Boot based on mainline U-Boot used by FSL Community BSP in \
5order to provide support for some backported features and fixes, or because it \
6was submitted for revision and it takes some time to become part of a stable \
7version, or because it is not applicable for upstreaming."
8
9DEPENDS_append = " bc-native dtc-native lzop-native"
10
11PROVIDES += "u-boot"
12
13B = "${WORKDIR}/build"
14
15# FIXME: Allow linking of 'tools' binaries with native libraries
16# used for generating the boot logo and other tools used
17# during the build process.
18EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CPPFLAGS}" \
19 HOSTLDFLAGS="${BUILD_LDFLAGS}" \
20 HOSTSTRIP=true'
21
22PACKAGE_ARCH = "${MACHINE_ARCH}"
23COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7|vf|use-mainline-bsp)"