summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-fslc_2020.01.bb
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-05-27 21:56:13 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-05-27 19:56:32 -0300
commit360d4bed9e5080a458dc68397762bf2cf3328170 (patch)
tree2d9cbb55faedeb17c83cc2bfe7e4ed1805f9c740 /recipes-bsp/u-boot/u-boot-fslc_2020.01.bb
parent6cbfb85c6e052032a420b0e6ea1b1c45aac2f872 (diff)
downloadmeta-freescale-360d4bed9e5080a458dc68397762bf2cf3328170.tar.gz
u-boot-fslc: upgrade 2020.01 -> 2020.04
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-fslc_2020.01.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2020.01.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2020.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2020.01.bb
deleted file mode 100644
index 64588efc..00000000
--- a/recipes-bsp/u-boot/u-boot-fslc_2020.01.bb
+++ /dev/null
@@ -1,23 +0,0 @@
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)"