From 099e51d996af240ecbaaee7ab15a9254773f37ec Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Sun, 8 Mar 2020 17:02:39 +0000 Subject: u-boot-fslc: upgrade 2019.07 -> 2020.01 Signed-off-by: Pierre-Jean Texier --- recipes-bsp/u-boot/u-boot-fslc_2020.01.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-fslc_2020.01.bb (limited to 'recipes-bsp/u-boot/u-boot-fslc_2020.01.bb') diff --git a/recipes-bsp/u-boot/u-boot-fslc_2020.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2020.01.bb new file mode 100644 index 00000000..9fc752a1 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc_2020.01.bb @@ -0,0 +1,21 @@ +require recipes-bsp/u-boot/u-boot.inc +require u-boot-fslc-common_${PV}.inc + +DESCRIPTION = "U-Boot based on mainline U-Boot used by FSL Community BSP in \ +order to provide support for some backported features and fixes, or because it \ +was submitted for revision and it takes some time to become part of a stable \ +version, or because it is not applicable for upstreaming." + +DEPENDS_append = " bc-native dtc-native lzop-native" + +PROVIDES += "u-boot" + +# FIXME: Allow linking of 'tools' binaries with native libraries +# used for generating the boot logo and other tools used +# during the build process. +EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CPPFLAGS}" \ + HOSTLDFLAGS="${BUILD_LDFLAGS}" \ + HOSTSTRIP=true' + +PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7|vf|use-mainline-bsp)" -- cgit v1.2.3-54-g00ecf