From 333dbe29d053106561651299d99f7d0a3036c62d Mon Sep 17 00:00:00 2001 From: Matej Postolka Date: Tue, 17 Apr 2018 12:20:04 +0200 Subject: [PATCH] u-boot: bump version to 2018.03 Signed-off-by: Matej Postolka --- .../files/u-boot-pylibfdt-native-build.patch | 22 +++++++++---------- .../{u-boot_2017.11.bb => u-boot_2018.03.bb} | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) rename recipes-bsp/u-boot/{u-boot_2017.11.bb => u-boot_2018.03.bb} (93%) diff --git a/recipes-bsp/u-boot/files/u-boot-pylibfdt-native-build.patch b/recipes-bsp/u-boot/files/u-boot-pylibfdt-native-build.patch index 9ac0005..bec0bd3 100644 --- a/recipes-bsp/u-boot/files/u-boot-pylibfdt-native-build.patch +++ b/recipes-bsp/u-boot/files/u-boot-pylibfdt-native-build.patch @@ -1,12 +1,12 @@ -diff --git a/tools/Makefile b/tools/Makefile -index 5db2a54..54bd224 100644 ---- a/tools/Makefile -+++ b/tools/Makefile -@@ -134,6 +134,7 @@ tools/_libfdt.so: $(LIBFDT_SRCS) $(LIBFDT_SWIG) - $(Q)unset CC; \ - unset CROSS_COMPILE; \ - LDFLAGS="$(HOSTLDFLAGS)" CFLAGS= VERSION="u-boot-$(UBOOTVERSION)" \ +diff --git a/scripts/dtc/pylibfdt/Makefile b/scripts/dtc/pylibfdt/Makefile +index 01d5e0f..78c4d72 100644 +--- a/scripts/dtc/pylibfdt/Makefile ++++ b/scripts/dtc/pylibfdt/Makefile +@@ -15,6 +15,7 @@ PYLIBFDT_srcs = $(addprefix $(LIBFDT_srcdir)/,$(LIBFDT_SRCS)) \ + + quiet_cmd_pymod = PYMOD $@ + cmd_pymod = unset CC; unset CROSS_COMPILE; unset CFLAGS;\ + CC="$(HOSTCC)" LDSHARED="$(HOSTLDSHARED)" \ - CPPFLAGS="$(_hostc_flags)" OBJDIR=tools \ - SOURCES="$(LIBFDT_SRCS) tools/libfdt.i" \ - SWIG_OPTS="-I$(srctree)/lib/libfdt -I$(srctree)/lib" \ + LDFLAGS="$(HOSTLDFLAGS)" \ + VERSION="u-boot-$(UBOOTVERSION)" \ + CPPFLAGS="$(HOSTCFLAGS) -I$(LIBFDT_srcdir)" OBJDIR=$(obj) \ diff --git a/recipes-bsp/u-boot/u-boot_2017.11.bb b/recipes-bsp/u-boot/u-boot_2018.03.bb similarity index 93% rename from recipes-bsp/u-boot/u-boot_2017.11.bb rename to recipes-bsp/u-boot/u-boot_2018.03.bb index 7bd20fc..f4a675d 100644 --- a/recipes-bsp/u-boot/u-boot_2017.11.bb +++ b/recipes-bsp/u-boot/u-boot_2018.03.bb @@ -21,9 +21,9 @@ SRC_URI = "git://git.denx.de/u-boot.git;branch=master \ file://boot.cmd \ " -SRCREV = "c253573f3e269fd9a24ee6684d87dd91106018a5" +SRCREV = "f95ab1fb6e37f0601f397091bb011edf7a98b890" -PV = "v2017.11+git${SRCPV}" +PV = "v2018.03+git${SRCPV}" PE = "2" S = "${WORKDIR}/git"